We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.kernel.org/next/userspace-api/check_exec.html
AT_EXECVE_CHECK
execveat
rustix_1_0_5::not_implemented::quite_yet
AtFlags
SECBIT_EXEC_RESTRICT_FILE
SECBIT_EXEC_DENY_INTERACTIVE
_LOCKED
CapabilitiesSecureBits
Oblivious it depends on linux_raw_sys and libc support for those flags.
linux_raw_sys
libc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://docs.kernel.org/next/userspace-api/check_exec.html
AT_EXECVE_CHECK
execveat
which isrustix_1_0_5::not_implemented::quite_yet
ATM. However we do not need to wait for it, we can just add it toAtFlags
.SECBIT_EXEC_RESTRICT_FILE
andSECBIT_EXEC_DENY_INTERACTIVE
(+_LOCKED
variants)CapabilitiesSecureBits
Oblivious it depends on
linux_raw_sys
andlibc
support for those flags.The text was updated successfully, but these errors were encountered: