Searched refs:secureexec (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | test_bprm_opts.c | 24 static int update_storage(int map_fd, int secureexec) in update_storage() argument 32 ret = bpf_map_update_elem(map_fd, &task_fd, &secureexec, BPF_NOEXIST); in update_storage() 40 static int run_set_secureexec(int map_fd, int secureexec) in run_set_secureexec() argument 57 ret = update_storage(map_fd, secureexec); in run_set_secureexec() 78 if (secureexec && ret == 20) in run_set_secureexec() 82 if (!secureexec && ret == 10) in run_set_secureexec()
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | bprm_opts.c | 24 int *secureexec; in BPF_PROG() local 26 secureexec = bpf_task_storage_get(&secure_exec_task_map, in BPF_PROG() 30 if (secureexec && *secureexec) in BPF_PROG()
|
/linux/include/linux/ |
A D | binfmts.h | 39 secureexec:1, member
|
/linux/kernel/bpf/ |
A D | bpf_lsm.c | 64 bprm->secureexec = (flags & BPF_F_BPRM_SECUREEXEC); in BPF_CALL_2()
|
/linux/security/ |
A D | commoncap.c | 973 bprm->secureexec = 1; in cap_bprm_creds_from_file()
|
/linux/security/apparmor/ |
A D | domain.c | 947 bprm->secureexec = 1; in apparmor_bprm_creds_for_exec()
|
/linux/fs/ |
A D | exec.c | 1325 if (bprm->secureexec) { in begin_new_exec()
|
A D | binfmt_elf_fdpic.c | 660 NEW_AUX_ENT(AT_SECURE, bprm->secureexec); in create_elf_fdpic_tables()
|
A D | binfmt_elf.c | 272 NEW_AUX_ENT(AT_SECURE, bprm->secureexec); in create_elf_tables()
|
/linux/security/smack/ |
A D | smack_lsm.c | 922 bprm->secureexec = 1; in smack_bprm_creds_for_exec()
|
/linux/security/selinux/ |
A D | hooks.c | 2445 bprm->secureexec |= !!rc; in selinux_bprm_creds_for_exec()
|
Completed in 40 milliseconds