Home
last modified time | relevance | path

Searched refs:AT_EXECVE_CHECK (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/userspace-api/
H A Dcheck_exec.rst8 The ``AT_EXECVE_CHECK`` :manpage:`execveat(2)` flag, and the
25 ``AT_EXECVE_CHECK`` without checking the related securebits if backward
33 AT_EXECVE_CHECK chapter
36 Passing the ``AT_EXECVE_CHECK`` flag to :manpage:`execveat(2)` only performs a
61 ``AT_EXECVE_CHECK`` should be used with ``AT_EMPTY_PATH`` to check against a
69 descriptor and the ``AT_EXECVE_CHECK`` flag succeed.
93 ``AT_EXECVE_CHECK`` flag succeed.
111 ``AT_EXECVE_CHECK`` which should always be performed but ignored by the
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dfcntl.h159 #define AT_EXECVE_CHECK 0x10000 /* Only perform a check if execution macro
/linux-6.15/include/uapi/linux/
H A Dfcntl.h159 #define AT_EXECVE_CHECK 0x10000 /* Only perform a check if execution macro
/linux-6.15/samples/check-exec/
H A Dinc.c89 AT_EMPTY_PATH | AT_EXECVE_CHECK); in interpret_stream()
/linux-6.15/tools/testing/selftests/exec/
H A Dcheck-exec.c230 AT_EMPTY_PATH | AT_EXECVE_CHECK); in test_exec_fd()
/linux-6.15/fs/
H A Dexec.c886 ~(AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH | AT_EXECVE_CHECK)) != 0) in do_open_execat()
1572 bprm->is_check = !!(flags & AT_EXECVE_CHECK); in alloc_bprm()
/linux-6.15/samples/
H A DKconfig301 AT_EXECVE_CHECK.
/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c2035 AT_EMPTY_PATH | AT_EXECVE_CHECK); in test_check_exec()