Home
last modified time | relevance | path

Searched refs:ns_capable_setid (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcapability.h150 extern bool ns_capable_setid(struct user_namespace *ns, int cap);
178 static inline bool ns_capable_setid(struct user_namespace *ns, int cap) in ns_capable_setid() function
/linux/kernel/
H A Dcapability.c386 * ns_capable_setid - Determine if the current task has a superior capability
398 bool ns_capable_setid(struct user_namespace *ns, int cap) in ns_capable_setid() function
402 EXPORT_SYMBOL(ns_capable_setid);