Searched refs:has_fcap (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/security/ |
D | commoncap.c | 595 bool *has_fcap) in bprm_caps_from_vfs_caps() argument 605 *has_fcap = true; in bprm_caps_from_vfs_caps() 730 bool *effective, bool *has_fcap) in get_file_caps() argument 762 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_fcap); in get_file_caps() 794 static void handle_privileged_root(struct linux_binprm *bprm, bool has_fcap, in handle_privileged_root() argument 807 if (has_fcap && __is_suid(root_uid, new)) { in handle_privileged_root() 859 kuid_t root, bool has_fcap) in nonroot_raised_pE() argument 871 ((has_fcap && in nonroot_raised_pE() 896 bool effective = false, has_fcap = false, is_setid; in cap_bprm_creds_from_file() local 903 ret = get_file_caps(bprm, file, &effective, &has_fcap); in cap_bprm_creds_from_file() [all …]
|