Searched refs:CAP_FULL_SET (Results 1 – 6 of 6) sorted by relevance
83 .cap_permitted = CAP_FULL_SET,84 .cap_effective = CAP_FULL_SET,85 .cap_bset = CAP_FULL_SET,
34 static kernel_cap_t usermodehelper_bset = CAP_FULL_SET;35 static kernel_cap_t usermodehelper_inheritable = CAP_FULL_SET;
51 cred->cap_permitted = CAP_FULL_SET; in set_cred_user_ns()52 cred->cap_effective = CAP_FULL_SET; in set_cred_user_ns()54 cred->cap_bset = CAP_FULL_SET; in set_cred_user_ns()
67 # define CAP_FULL_SET ((kernel_cap_t) { CAP_VALID_MASK }) macro
220 return CAP_FULL_SET; in aa_profile_capget()
867 cap_issubset(CAP_FULL_SET, cred->cap_##field)