Searched refs:CAP_BPF (Results 1 – 8 of 8) sorted by relevance
12 #ifndef CAP_BPF13 #define CAP_BPF 39 macro
78 1ULL << CAP_BPF)
1052 #ifdef CAP_BPF in handle_perms()1053 capability(CAP_BPF), in handle_perms()1072 #ifdef CAP_BPF in handle_perms()1073 if (CAP_IS_SUPPORTED(CAP_BPF)) in handle_perms()1115 #ifdef CAP_BPF in handle_perms()
411 #define CAP_BPF 39 macro
202 return capable(CAP_BPF) || capable(CAP_SYS_ADMIN); in bpf_capable()
17 #define ALL_CAPS ((2ULL << CAP_BPF) - 1)
106 CAP_BPF or CAP_SYS_ADMIN in the root user name space.
1540 once disabled, calling ``bpf()`` without ``CAP_SYS_ADMIN`` or ``CAP_BPF``
Completed in 13 milliseconds