aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2009-01-28 19:51:11 -0500
committerJames Morris <jmorris@namei.org>2009-01-29 16:55:04 -0500
commitef935b9136eeaa203f75bf0b4d6e398c29f44d27 (patch)
tree22f961625dda1d64cd78f443bb7023ac16eb860d /security
parent5565b0b865f672e3d7e31936ad1d40710ab7bfc4 (diff)
selinux: remove secondary ops call to sb_mount
Remove secondary ops call to sb_mount, which is a noop in capabilities. Acked-by: Serge Hallyn <serue@us.ibm.com> Acked-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r--security/selinux/hooks.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index 516058ff0632..bdd483096b39 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -2531,11 +2531,6 @@ static int selinux_mount(char *dev_name,
2531 void *data) 2531 void *data)
2532{ 2532{
2533 const struct cred *cred = current_cred(); 2533 const struct cred *cred = current_cred();
2534 int rc;
2535
2536 rc = secondary_ops->sb_mount(dev_name, path, type, flags, data);
2537 if (rc)
2538 return rc;
2539 2534
2540 if (flags & MS_REMOUNT) 2535 if (flags & MS_REMOUNT)
2541 return superblock_has_perm(cred, path->mnt->mnt_sb, 2536 return superblock_has_perm(cred, path->mnt->mnt_sb,