Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dumh.c37 static kernel_cap_t usermodehelper_bset = CAP_FULL_SET;
38 static kernel_cap_t usermodehelper_inheritable = CAP_FULL_SET;
Dcred.c57 .cap_permitted = CAP_FULL_SET,
58 .cap_effective = CAP_FULL_SET,
59 .cap_bset = CAP_FULL_SET,
Duser_namespace.c49 cred->cap_permitted = CAP_FULL_SET; in set_cred_user_ns()
50 cred->cap_effective = CAP_FULL_SET; in set_cred_user_ns()
52 cred->cap_bset = CAP_FULL_SET; in set_cred_user_ns()
/linux-5.19.10/include/linux/
Dcapability.h86 # define CAP_FULL_SET ((kernel_cap_t){{ ~0, CAP_LAST_U32_VALID_MASK }}) macro
/linux-5.19.10/security/
Dcommoncap.c833 cap_issubset(CAP_FULL_SET, cred->cap_##field)