diff options
Diffstat (limited to 'security/selinux')
-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 25198e9896fa..d9604794a4d2 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -5113,11 +5113,6 @@ static int selinux_shm_shmat(struct shmid_kernel *shp, | |||
5113 | char __user *shmaddr, int shmflg) | 5113 | char __user *shmaddr, int shmflg) |
5114 | { | 5114 | { |
5115 | u32 perms; | 5115 | u32 perms; |
5116 | int rc; | ||
5117 | |||
5118 | rc = secondary_ops->shm_shmat(shp, shmaddr, shmflg); | ||
5119 | if (rc) | ||
5120 | return rc; | ||
5121 | 5116 | ||
5122 | if (shmflg & SHM_RDONLY) | 5117 | if (shmflg & SHM_RDONLY) |
5123 | perms = SHM__READ; | 5118 | perms = SHM__READ; |