Searched refs:execve (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 1 The execve system call can grant a newly-started program privileges that 19 execution environment in a manner that persists across execve. Any task 21 clone, and execve and cannot be unset. With no_new_privs set, execve 23 been done without the execve call. For example, the setuid and setgid 26 execve. 36 involve execve. An appropriately privileged task can still call 42 execve and can change the behavior of newly-executed programs.
|
D | seccomp_filter.txt | 65 If fork/clone and execve are allowed by @prog, any child
|
/linux-4.1.27/kernel/ |
D | audit.h | 199 } execve; member
|
D | auditsc.c | 1147 audit_log_format(*ab, "argc=%d", context->execve.argc); in audit_log_execve_info() 1161 for (i = 0; i < context->execve.argc; i++) { in audit_log_execve_info() 2157 context->execve.argc = bprm->argc; in __audit_bprm()
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 68 59 64 execve stub_execve 345 520 x32 execve stub_x32_execve
|
D | syscall_32.tbl | 20 11 i386 execve sys_execve stub32_execve
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 188 execve(). 191 execve(), especially when a binary is executed that will execute as UID 0. 197 execve(). They aren't used directly as objective or subjective 268 operations allowed or disallowed as a result. In the case of execve(), the 472 the ptrace state may alter the outcome, particularly in the case of execve().
|
D | keys-request-key.txt | 126 /sbin/request-key at the appropriate places because (a) execve will discard two
|
D | keys.txt | 156 clone, fork, vfork or execve occurs. A new keyring is created only when 161 shared. execve also discards the process's process keyring and creates a 165 execve, even when the latter executes a set-UID or set-GID binary. A
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 69 ENTRY_COMP(execve)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 17 COMPAT_SYS(execve)
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 8 call and the execve() system call. From the kernel's point of view, execve()
|
D | unshare.txt | 281 about 10 threads. Have a couple of threads execute execve,
|
/linux-4.1.27/fs/ |
D | exec.c | 1704 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() argument 1726 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry.S | 923 # rebuild saved psr - execve will change it for init/main.c
|