Searched defs:has_cap (Results 1 – 2 of 2) sorted by relevance
347 bool *has_cap) in bprm_caps_from_vfs_caps()446 static int get_file_caps(struct linux_binprm *bprm, bool *effective, bool *has_cap) in get_file_caps()493 bool effective, has_cap = false, is_setid; in cap_bprm_set_creds() local
615 static bool has_cap(u32 cap) in has_cap() function