Searched defs:has_cap (Results 1 – 2 of 2) sorted by relevance
326 bool *has_cap) in bprm_caps_from_vfs_caps()421 static int get_file_caps(struct linux_binprm *bprm, bool *effective, bool *has_cap) in get_file_caps()472 bool effective, has_cap = false; in cap_bprm_set_creds() local
500 static bool has_cap(u32 cap) in has_cap() function