Searched refs:has_fcap (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/security/ |
A D | commoncap.c | 589 bool *has_fcap) in bprm_caps_from_vfs_caps() argument 598 *has_fcap = true; in bprm_caps_from_vfs_caps() 724 bool *effective, bool *has_fcap) in get_file_caps() argument 801 if (has_fcap && __is_suid(root_uid, new)) { in handle_privileged_root() 853 kuid_t root, bool has_fcap) in nonroot_raised_pE() argument 865 ((has_fcap && in nonroot_raised_pE() 890 bool effective = false, has_fcap = false, is_setid; in cap_bprm_creds_from_file() local 897 ret = get_file_caps(bprm, file, &effective, &has_fcap); in cap_bprm_creds_from_file() 903 handle_privileged_root(bprm, has_fcap, &effective, root_uid); in cap_bprm_creds_from_file() 933 if (has_fcap || is_setid) in cap_bprm_creds_from_file() [all …]
|
Completed in 6 milliseconds