Searched refs:execve (Results 26 - 34 of 34) sorted by relevance
12
/kernel/linux/linux-6.6/kernel/ |
H A D | auditsc.c | 76 /* no execve audit message should be longer than this (userspace limits), 1162 audit_log_format(*ab, "argc=%d", context->execve.argc); in audit_log_execve_info() 1291 } while (arg < context->execve.argc); in audit_log_execve_info() 2664 context->execve.argc = bprm->argc; in __audit_bprm()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 264 * int execve(const char *filename, char *const argv[], char *const envp[]); 274 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function
|
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 1809 * Cancel any io_uring activity across execve in bprm_execve() 1849 /* execve succeeded */ in bprm_execve() 1888 * set*uid() to execve() because too many poorly written programs in do_execveat_common() 1899 * further execve() calls fail. */ in do_execveat_common() 2092 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() 2114 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 1270 * Cancel any io_uring activity across execve in begin_new_exec() 1865 /* execve succeeded */ in bprm_execve() 1906 * set*uid() to execve() because too many poorly written programs in do_execveat_common() 1917 * further execve() calls fail. */ in do_execveat_common() 1986 /* It is non-sense for kernel threads to call execve */ in kernel_execve() 2114 SYSCALL_DEFINE3(execve, in SYSCALL_DEFINE3() 2134 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3()
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 1879 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 390 exit(execve(daemon->perf, argv, NULL)); in daemon_session__run()
|
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 880 CASE_TEST(execve_root); EXPECT_SYSER(1, execve("/", (char*[]){ [0] = "/", [1] = NULL }, NULL), -1, EACCES); break; in run_syscall()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 950 backParam = execve(pathname, firstParam, secondParam);
in Execve() 2222 {"execve", nullptr, Execve, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1851 ASSERT_EQ(err ? -1 : 0, execve(path, argv, NULL)) in test_execute()
|
Completed in 31 milliseconds
12