Searched refs:ns_capable_noaudit (Results 1 – 3 of 3) sorted by relevance
211 extern bool ns_capable_noaudit(struct user_namespace *ns, int cap);239 static inline bool ns_capable_noaudit(struct user_namespace *ns, int cap) in ns_capable_noaudit() function
413 bool ns_capable_noaudit(struct user_namespace *ns, int cap) in ns_capable_noaudit() function417 EXPORT_SYMBOL(ns_capable_noaudit);
47 if (ns_capable_noaudit(net->user_ns, CAP_NET_ADMIN)) { in net_ctl_permissions()