Searched refs:bprm_creds_from_file (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 78 static int bprm_creds_from_file(struct linux_binprm *bprm); 1252 retval = bprm_creds_from_file(bprm); in begin_new_exec() 1640 static int bprm_creds_from_file(struct linux_binprm *bprm) in bprm_creds_from_file() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 80 static int bprm_creds_from_file(struct linux_binprm *bprm); 1253 retval = bprm_creds_from_file(bprm); in begin_new_exec() 1653 static int bprm_creds_from_file(struct linux_binprm *bprm) in bprm_creds_from_file() function 1828 * will call back into begin_new_exec(), into bprm_creds_from_file(), in bprm_execve()
|
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 1372 LSM_HOOK_INIT(bprm_creds_from_file, cap_bprm_creds_from_file),
|
H A D | security.c | 837 return call_int_hook(bprm_creds_from_file, 0, bprm, file); in security_bprm_creds_from_file()
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 1450 LSM_HOOK_INIT(bprm_creds_from_file, cap_bprm_creds_from_file),
|
H A D | security.c | 1084 return call_int_hook(bprm_creds_from_file, 0, bprm, file); in security_bprm_creds_from_file()
|
Completed in 20 milliseconds