Home
last modified time | relevance | path

Searched refs:CAP_FULL_SET (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/
H A Dumh.c35 static kernel_cap_t usermodehelper_bset = CAP_FULL_SET;
36 static kernel_cap_t usermodehelper_inheritable = CAP_FULL_SET;
H A Dcred.c56 .cap_permitted = CAP_FULL_SET,
57 .cap_effective = CAP_FULL_SET,
58 .cap_bset = CAP_FULL_SET,
H A Duser_namespace.c50 cred->cap_permitted = CAP_FULL_SET; in set_cred_user_ns()
51 cred->cap_effective = CAP_FULL_SET; in set_cred_user_ns()
53 cred->cap_bset = CAP_FULL_SET; in set_cred_user_ns()
/openbmc/linux/include/linux/
H A Dcapability.h67 # define CAP_FULL_SET ((kernel_cap_t) { CAP_VALID_MASK }) macro
/openbmc/linux/security/
H A Dcommoncap.c827 cap_issubset(CAP_FULL_SET, cred->cap_##field)