Home
last modified time | relevance | path

Searched refs:CAP_LAST_CAP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dcapability.h421 #define CAP_LAST_CAP CAP_CHECKPOINT_RESTORE macro
423 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
/openbmc/linux/security/selinux/include/
H A Dclassmap.h33 #if CAP_LAST_CAP > CAP_CHECKPOINT_RESTORE
/openbmc/linux/include/linux/
H A Dcapability.h64 #define CAP_VALID_MASK (BIT_ULL(CAP_LAST_CAP+1)-1)
/openbmc/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c113 for (i = 0; i < CAP_LAST_CAP; i++) in create_and_enter_ns()
/openbmc/linux/kernel/
H A Dsysctl.c101 static const int cap_last_cap = CAP_LAST_CAP;
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst139 ``CAP_LAST_CAP`` from the kernel.
/openbmc/linux/security/selinux/
H A Dhooks.c1612 #if CAP_LAST_CAP > 63