Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcapability.h213 extern bool ns_capable_setid(struct user_namespace *ns, int cap);
245 static inline bool ns_capable_setid(struct user_namespace *ns, int cap) in ns_capable_setid() function
/linux/kernel/
A Dcapability.c431 bool ns_capable_setid(struct user_namespace *ns, int cap) in ns_capable_setid() function
435 EXPORT_SYMBOL(ns_capable_setid);
A Dsys.c382 ns_capable_setid(old->user_ns, CAP_SETGID)) in __sys_setregid()
391 ns_capable_setid(old->user_ns, CAP_SETGID)) in __sys_setregid()
441 if (ns_capable_setid(old->user_ns, CAP_SETGID)) in __sys_setgid()
535 !ns_capable_setid(old->user_ns, CAP_SETUID)) in __sys_setreuid()
544 !ns_capable_setid(old->user_ns, CAP_SETUID)) in __sys_setreuid()
607 if (ns_capable_setid(old->user_ns, CAP_SETUID)) { in __sys_setuid()
673 if (!ns_capable_setid(old->user_ns, CAP_SETUID)) { in __sys_setresuid()
766 if (!ns_capable_setid(old->user_ns, CAP_SETGID)) { in __sys_setresgid()
849 ns_capable_setid(old->user_ns, CAP_SETUID)) { in __sys_setfsuid()
893 ns_capable_setid(old->user_ns, CAP_SETGID)) { in __sys_setfsgid()
A Dgroups.c176 return ns_capable_setid(user_ns, CAP_SETGID) && in may_setgroups()
/linux/
A Dvmlinux.symvers2230 0x00000000 ns_capable_setid vmlinux EXPORT_SYMBOL
A DSystem.map2277 ffff8000100904d0 T ns_capable_setid
A D.tmp_System.map2277 ffff8000100904d0 T ns_capable_setid

Completed in 324 milliseconds