Home
last modified time | relevance | path

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

/include/linux/
A Dcapability.h148 extern bool ns_capable(struct user_namespace *ns, int cap);
170 static inline bool ns_capable(struct user_namespace *ns, int cap) in ns_capable() function
202 return ns_capable(ns, CAP_CHECKPOINT_RESTORE) || in checkpoint_restore_ns_capable()
203 ns_capable(ns, CAP_SYS_ADMIN); in checkpoint_restore_ns_capable()

Completed in 4 milliseconds