SELinuxProject / selinux-testsuite

This is the upstream SELinux testsuite which is designed as a basic set of regression tests for the SELinux kernel functionality.
GNU General Public License v2.0
54 stars 43 forks source link

BUG: fix typo in test_ipc.te #47

Closed WOnder93 closed 5 years ago

WOnder93 commented 5 years ago

There is a subtle copy-paste mistake in test_ipc.te (shm vs. sem). This is probably benign, since both permission sets are almost the same, but let's make it also semantically correct.

Signed-off-by: Ondrej Mosnacek omosnace@redhat.com