Searched refs:execve (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/arch/mn10300/include/asm/ |
D | frame.inc | 64 # - this permits execve() to discard extra frames due to kernel syscalls
|
/linux-2.6.39/arch/s390/kernel/ |
D | process.c | 273 SYSCALL_DEFINE3(execve, const char __user *, name, in SYSCALL_DEFINE3() argument
|
D | entry64.S | 428 # execve succeeded.
|
D | entry.S | 424 # execve succeeded.
|
/linux-2.6.39/Documentation/ |
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 | nommu-mmap.txt | 8 call and the execve() system call. From the kernel's point of view, execve()
|
D | keys-request-key.txt | 126 /sbin/request-key at the appropriate places because (a) execve will discard two
|
D | unshare.txt | 281 about 10 threads. Have a couple of threads execute execve,
|
D | keys.txt | 144 clone, fork, vfork or execve occurs. A new keyring is created only when 149 shared. execve also discards the process's process keyring and creates a 153 execve, even when the latter executes a set-UID or set-GID binary. A
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | systbl.h | 17 COMPAT_SYS(execve)
|
/linux-2.6.39/arch/parisc/kernel/ |
D | entry.S | 1863 .macro execve_wrapper execve argument 1880 BL \execve,%r2 1889 cmpb,>>= %r28,%r1,error_\execve 1892 error_\execve:
|
/linux-2.6.39/arch/tile/kernel/ |
D | process.c | 563 SYSCALL_DEFINE4(execve, const char __user *, path, in SYSCALL_DEFINE4() argument
|
/linux-2.6.39/arch/frv/kernel/ |
D | entry.S | 910 # rebuild saved psr - execve will change it for init/main.c
|
/linux-2.6.39/Documentation/s390/ |
D | Debugging390.txt | 1013 now look at what files in.telnetd execve'd 1014 413 execve("/usr/sbin/in.telnetd", ["/usr/sbin/in.telnetd", "-h"], [/* 17 vars */]) = 0 1015 414 execve("/bin/login", ["/bin/login", "-h", "localhost", "-p"], [/* 2 vars */]) = 0
|