diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 03621928f1b2..67291a385c75 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -2674,11 +2674,7 @@ static int selinux_inode_readlink(struct dentry *dentry) | |||
2674 | static int selinux_inode_follow_link(struct dentry *dentry, struct nameidata *nameidata) | 2674 | static int selinux_inode_follow_link(struct dentry *dentry, struct nameidata *nameidata) |
2675 | { | 2675 | { |
2676 | const struct cred *cred = current_cred(); | 2676 | const struct cred *cred = current_cred(); |
2677 | int rc; | ||
2678 | 2677 | ||
2679 | rc = secondary_ops->inode_follow_link(dentry, nameidata); | ||
2680 | if (rc) | ||
2681 | return rc; | ||
2682 | return dentry_has_perm(cred, NULL, dentry, FILE__READ); | 2678 | return dentry_has_perm(cred, NULL, dentry, FILE__READ); |
2683 | } | 2679 | } |
2684 | 2680 | ||