diff options
| author | Andrew Morton <[email protected]> | 2005-10-30 22:59:23 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2005-10-31 01:37:11 +0000 |
| commit | ce4c2bd1a9dfebaefadc2d34b17c6f12101751be (patch) | |
| tree | dde9437929d9b15ced25758c8389360ba4073cdb /security/selinux/hooks.c | |
| parent | [PATCH] SELinux: canonicalize getxattr() (diff) | |
| download | kernel-ce4c2bd1a9dfebaefadc2d34b17c6f12101751be.tar.gz kernel-ce4c2bd1a9dfebaefadc2d34b17c6f12101751be.zip | |
[PATCH] selinux-canonicalize-getxattr-fix
security/selinux/hooks.c: In function `selinux_inode_getxattr':
security/selinux/hooks.c:2193: warning: unused variable `sbsec'
Cc: James Morris <[email protected]>
Cc: Stephen Smalley <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index d9ec85292e1c..d50d7a782cf5 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -2205,9 +2205,6 @@ static void selinux_inode_post_setxattr(struct dentry *dentry, char *name, static int selinux_inode_getxattr (struct dentry *dentry, char *name) { - struct inode *inode = dentry->d_inode; - struct superblock_security_struct *sbsec = inode->i_sb->s_security; - return dentry_has_perm(current, NULL, dentry, FILE__GETATTR); } |
