aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/capability.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/capability.h')
-rw-r--r--include/linux/capability.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/capability.h b/include/linux/capability.h
index 63f59fa8769d..e3e8d9cb9b08 100644
--- a/include/linux/capability.h
+++ b/include/linux/capability.h
@@ -547,7 +547,6 @@ extern bool has_ns_capability_noaudit(struct task_struct *t,
547 struct user_namespace *ns, int cap); 547 struct user_namespace *ns, int cap);
548extern bool capable(int cap); 548extern bool capable(int cap);
549extern bool ns_capable(struct user_namespace *ns, int cap); 549extern bool ns_capable(struct user_namespace *ns, int cap);
550extern bool task_ns_capable(struct task_struct *t, int cap);
551extern bool nsown_capable(int cap); 550extern bool nsown_capable(int cap);
552 551
553/* audit system wants to get cap info from files as well */ 552/* audit system wants to get cap info from files as well */