Searched refs:security_bpf_token_capable (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/bpf/
H A Dtoken.c25 if (token && security_bpf_token_capable(token, cap) < 0)
/linux-master/include/linux/
H A Dsecurity.h2142 extern int security_bpf_token_capable(const struct bpf_token *token, int cap);
2192 static inline int security_bpf_token_capable(const struct bpf_token *token, int cap) function
/linux-master/security/
H A Dsecurity.c5506 * security_bpf_token_capable() - Check if BPF token is allowed to delegate
5516 int security_bpf_token_capable(const struct bpf_token *token, int cap) function

Completed in 230 milliseconds