diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2012-02-12 22:58:52 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2012-02-13 18:45:42 -0500 |
commit | 4040153087478993cbf0809f444400a3c808074c (patch) | |
tree | 2dc7af85b0cf930f1656553bd38410b8c16601a6 /security/smack/smack_lsm.c | |
parent | 191c542442fdf53cc3c496c00be13367fd9cd42d (diff) |
security: trim security.h
Trim security.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/smack/smack_lsm.c')
-rw-r--r-- | security/smack/smack_lsm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c index e8af5b0ba80f..cd667b4089a5 100644 --- a/security/smack/smack_lsm.c +++ b/security/smack/smack_lsm.c | |||
@@ -36,6 +36,9 @@ | |||
36 | #include <linux/magic.h> | 36 | #include <linux/magic.h> |
37 | #include <linux/dcache.h> | 37 | #include <linux/dcache.h> |
38 | #include <linux/personality.h> | 38 | #include <linux/personality.h> |
39 | #include <linux/msg.h> | ||
40 | #include <linux/shm.h> | ||
41 | #include <linux/binfmts.h> | ||
39 | #include "smack.h" | 42 | #include "smack.h" |
40 | 43 | ||
41 | #define task_security(task) (task_cred_xxx((task), security)) | 44 | #define task_security(task) (task_cred_xxx((task), security)) |