Loading security/selinux/hooks.c +0 −5 Original line number Diff line number Diff line Loading @@ -5113,11 +5113,6 @@ static int selinux_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) { u32 perms; int rc; rc = secondary_ops->shm_shmat(shp, shmaddr, shmflg); if (rc) return rc; if (shmflg & SHM_RDONLY) perms = SHM__READ; Loading Loading
security/selinux/hooks.c +0 −5 Original line number Diff line number Diff line Loading @@ -5113,11 +5113,6 @@ static int selinux_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) { u32 perms; int rc; rc = secondary_ops->shm_shmat(shp, shmaddr, shmflg); if (rc) return rc; if (shmflg & SHM_RDONLY) perms = SHM__READ; Loading