diff options
author | James Morris <jmorris@namei.org> | 2011-08-30 00:17:34 -0400 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2012-01-05 18:52:50 -0500 |
commit | e8a65a3f67f8a85802c0a0250e48c4c4652d0da0 (patch) | |
tree | 4f9b55cac61209b6b4f15a1e20396a15a4444b11 /security/selinux/hooks.c | |
parent | 6063c0461b947c26a77674f33a3409eb99e15d2f (diff) |
selinux: sparse fix: eliminate warnings for selinuxfs
Fixes several sparse warnings for selinuxfs.c
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, 0 insertions, 5 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index e07cf7fcdce2..4a176b468719 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -2097,9 +2097,6 @@ static int selinux_bprm_secureexec(struct linux_binprm *bprm) | |||
2097 | return (atsecure || cap_bprm_secureexec(bprm)); | 2097 | return (atsecure || cap_bprm_secureexec(bprm)); |
2098 | } | 2098 | } |
2099 | 2099 | ||
2100 | extern struct vfsmount *selinuxfs_mount; | ||
2101 | extern struct dentry *selinux_null; | ||
2102 | |||
2103 | /* Derived from fs/exec.c:flush_old_files. */ | 2100 | /* Derived from fs/exec.c:flush_old_files. */ |
2104 | static inline void flush_unauthorized_files(const struct cred *cred, | 2101 | static inline void flush_unauthorized_files(const struct cred *cred, |
2105 | struct files_struct *files) | 2102 | struct files_struct *files) |
@@ -5803,8 +5800,6 @@ static int selinux_disabled; | |||
5803 | 5800 | ||
5804 | int selinux_disable(void) | 5801 | int selinux_disable(void) |
5805 | { | 5802 | { |
5806 | extern void exit_sel_fs(void); | ||
5807 | |||
5808 | if (ss_initialized) { | 5803 | if (ss_initialized) { |
5809 | /* Not permitted after initial policy load. */ | 5804 | /* Not permitted after initial policy load. */ |
5810 | return -EINVAL; | 5805 | return -EINVAL; |