Searched refs:cap_bprm_creds_from_file (Results 1 – 2 of 2) sorted by relevance
886 int cap_bprm_creds_from_file(struct linux_binprm *bprm, const struct file *file) in cap_bprm_creds_from_file() function1451 LSM_HOOK_INIT(bprm_creds_from_file, cap_bprm_creds_from_file),
171 extern int cap_bprm_creds_from_file(struct linux_binprm *bprm, const struct file *file);668 return cap_bprm_creds_from_file(bprm, file); in security_bprm_creds_from_file()