Searched refs:bprm_creds_from_file (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dexec.c81 static int bprm_creds_from_file(struct linux_binprm *bprm);
1277 retval = bprm_creds_from_file(bprm);
1712 static int bprm_creds_from_file(struct linux_binprm *bprm) function
1877 * will call back into begin_new_exec(), into bprm_creds_from_file(),
/linux-master/include/linux/
H A Dlsm_hook_defs.h53 LSM_HOOK(int, 0, bprm_creds_from_file, struct linux_binprm *bprm, const struct file *file)
/linux-master/security/
H A Dcommoncap.c1456 LSM_HOOK_INIT(bprm_creds_from_file, cap_bprm_creds_from_file),
H A Dsecurity.c1174 return call_int_hook(bprm_creds_from_file, bprm, file);

Completed in 237 milliseconds