Searched refs:execve (Results 1 – 23 of 23) sorted by relevance
5 The execve system call can grant a newly-started program privileges that23 execution environment in a manner that persists across execve. Any task25 clone, and execve and cannot be unset. With ``no_new_privs`` set, ``execve()``27 been done without the execve call. For example, the setuid and setgid30 execve.42 involve ``execve()``. An appropriately privileged task can still call48 execve and can change the behavior of newly-executed programs.
67 If ``fork``/``clone`` and ``execve`` are allowed by @prog, any child
317 about 10 threads. Have a couple of threads execute execve,
4 execve
81 exceptions for execve() described in section 6.156 Inherit the current vector length across execve(). Otherwise, the157 vector length is reset to the system default at execve(). (See162 Defer the requested vector length change until the next execve()166 call immediately after the next execve() (if any) by the thread:186 to be applied at the next execve() by the thread (dependent on whether199 vector length that will be applied at the next execve() by the calling217 Vector length will be inherited across execve().221 fork() or vfork() and the corresponding execve() in typical use).358 * At every execve() call, the new vector length of the new process is set to[all …]
79 if (execve("./exec_target", argv, NULL) == -1) { in run_exec()
70 59 64 execve __x64_sys_execve/ptregs361 520 x32 execve __x32_compat_sys_execve/ptregs
25 11 i386 execve sys_execve __ia32_compat_sys_execve
167 ``execve()``.170 ``execve()``, especially when a binary is executed that will execute as177 execve(). They aren't used directly as objective or subjective242 operations allowed or disallowed as a result. In the case of execve(), the447 ``execve()``.
202 } execve; member
1046 audit_log_format(*ab, "argc=%d", context->execve.argc); in audit_log_execve_info()1175 } while (arg < context->execve.argc); in audit_log_execve_info()2208 context->execve.argc = bprm->argc; in __audit_bprm()
18 COMPAT_SYS(execve)
69 ENTRY_COMP(execve)
8 call and the execve() system call. From the kernel's point of view, execve()
182 :c:func:`execve()` and :c:func:`set\*uid()`, checking
125 /sbin/request-key at the appropriate places because (a) execve will discard two
144 clone, fork, vfork or execve occurs. A new keyring is created only when149 shared. execve also discards the process's process keyring and creates a153 execve, even when the latter executes a set-UID or set-GID binary. A
116 ``execve()`` in another thread could leak a descriptor to397 (``fork``/``vfork``/``clone``) or even architecture (``execve``/``execveat``)445 file open (``open``/``openat``), program execution (``execve``/``exeveat``) or
25 11 common execve sys_execve
1959 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() argument1981 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument
21 11 common execve sys_execve compat_sys_execve