diff options
author | James Morris <jmorris@namei.org> | 2011-08-30 00:19:02 -0400 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2012-01-05 18:52:52 -0500 |
commit | 2653812e14f4e16688ec8247d7fd290bdbbc4747 (patch) | |
tree | dabb2238a76e000b37374c69901afd6f99479631 /security/selinux/hooks.c | |
parent | 02f5daa563456c1ff3c3422aa3ec00e67460f762 (diff) |
selinux: sparse fix: fix several warnings in the security server cod
Fix several sparse warnings in the SELinux security server code.
Signed-off-by: James Morris <jmorris@namei.org>
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 1206cee31c79..e545b9f67072 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -89,6 +89,7 @@ | |||
89 | #include "xfrm.h" | 89 | #include "xfrm.h" |
90 | #include "netlabel.h" | 90 | #include "netlabel.h" |
91 | #include "audit.h" | 91 | #include "audit.h" |
92 | #include "avc_ss.h" | ||
92 | 93 | ||
93 | #define NUM_SEL_MNT_OPTS 5 | 94 | #define NUM_SEL_MNT_OPTS 5 |
94 | 95 | ||
@@ -278,10 +279,6 @@ static void superblock_free_security(struct super_block *sb) | |||
278 | kfree(sbsec); | 279 | kfree(sbsec); |
279 | } | 280 | } |
280 | 281 | ||
281 | /* The security server must be initialized before | ||
282 | any labeling or access decisions can be provided. */ | ||
283 | extern int ss_initialized; | ||
284 | |||
285 | /* The file system's label must be initialized prior to use. */ | 282 | /* The file system's label must be initialized prior to use. */ |
286 | 283 | ||
287 | static const char *labeling_behaviors[6] = { | 284 | static const char *labeling_behaviors[6] = { |