Home
last modified time | relevance | path

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

/linux/init/
H A Dinit_task.c83 .cap_permitted = CAP_FULL_SET,
84 .cap_effective = CAP_FULL_SET,
85 .cap_bset = CAP_FULL_SET,
/linux/kernel/
H A Dumh.c34 static kernel_cap_t usermodehelper_bset = CAP_FULL_SET;
35 static kernel_cap_t usermodehelper_inheritable = CAP_FULL_SET;
H A Duser_namespace.c51 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()
/linux/include/linux/
H A Dcapability.h67 # define CAP_FULL_SET ((kernel_cap_t) { CAP_VALID_MASK }) macro
/linux/security/apparmor/
H A Dcapability.c220 return CAP_FULL_SET; in aa_profile_capget()
/linux/security/
H A Dcommoncap.c867 cap_issubset(CAP_FULL_SET, cred->cap_##field)