diff options
| author | Al Viro <[email protected]> | 2012-02-13 03:58:52 +0000 |
|---|---|---|
| committer | James Morris <[email protected]> | 2012-02-13 23:45:42 +0000 |
| commit | 4040153087478993cbf0809f444400a3c808074c (patch) | |
| tree | 2dc7af85b0cf930f1656553bd38410b8c16601a6 /security/selinux/hooks.c | |
| parent | mm: collapse security_vm_enough_memory() variants into a single function (diff) | |
| download | kernel-4040153087478993cbf0809f444400a3c808074c.tar.gz kernel-4040153087478993cbf0809f444400a3c808074c.zip | |
security: trim security.h
Trim security.h
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: James Morris <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 6a3683e28426..304929909375 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -81,6 +81,8 @@ #include <linux/syslog.h> #include <linux/user_namespace.h> #include <linux/export.h> +#include <linux/msg.h> +#include <linux/shm.h> #include "avc.h" #include "objsec.h" |
