Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dcred.c60 .cap_permitted = CAP_FULL_SET,
61 .cap_effective = CAP_FULL_SET,
62 .cap_bset = CAP_FULL_SET,
Dumh.c36 static kernel_cap_t usermodehelper_bset = CAP_FULL_SET;
37 static kernel_cap_t usermodehelper_inheritable = CAP_FULL_SET;
Duser_namespace.c54 cred->cap_permitted = CAP_FULL_SET; in set_cred_user_ns()
55 cred->cap_effective = CAP_FULL_SET; in set_cred_user_ns()
57 cred->cap_bset = CAP_FULL_SET; in set_cred_user_ns()
/Linux-v4.19/include/linux/
Dcapability.h85 # define CAP_FULL_SET ((kernel_cap_t){{ ~0, CAP_LAST_U32_VALID_MASK }}) macro
/Linux-v4.19/security/
Dcommoncap.c760 cap_issubset(CAP_FULL_SET, cred->cap_##field)