Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dtoken.c25 if (token && security_bpf_token_capable(token, cap) < 0) in bpf_token_capable()
/linux-6.12.1/include/linux/
Dsecurity.h2188 extern int security_bpf_token_capable(const struct bpf_token *token, int cap);
2238 static inline int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable() function
/linux-6.12.1/security/
Dsecurity.c5718 int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable() function