capabilites: allow the application of capability limits to usermode helpers
[deliverable/linux.git] / include / linux / kmod.h
index 6efd7a78de6aaaa6d74c526ba44f5fafa81e1fad..79bb98d71858f3656dd4a880697384279e572c82 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/errno.h>
 #include <linux/compiler.h>
 #include <linux/workqueue.h>
+#include <linux/sysctl.h>
 
 #define KMOD_PATH_LEN 256
 
@@ -109,6 +110,8 @@ call_usermodehelper(char *path, char **argv, char **envp, enum umh_wait wait)
                                       NULL, NULL, NULL);
 }
 
+extern struct ctl_table usermodehelper_table[];
+
 extern void usermodehelper_init(void);
 
 extern int usermodehelper_disable(void);
This page took 0.024358 seconds and 5 git commands to generate.