diff --git a/selinux-policy/perf_event-and-related/Makefile b/selinux-policy/perf_event-and-related/Makefile index 7f91f88..33b31e1 100644 --- a/selinux-policy/perf_event-and-related/Makefile +++ b/selinux-policy/perf_event-and-related/Makefile @@ -1,7 +1,7 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # Makefile of /CoreOS/selinux-policy/Regression/perf_event-and-related -# Description: the service was running as initrc_t or init_t, now it is confined by SELinux +# Description: Is the perf_event class and its permissions defined? # Author: Milos Malik # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -50,7 +50,7 @@ $(METADATA): Makefile @echo "Name: $(TEST)" >> $(METADATA) @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: the service was running as initrc_t or init_t, now it is confined by SELinux" >> $(METADATA) + @echo "Description: Is the perf_event class and its permissions defined?" >> $(METADATA) @echo "Type: Regression" >> $(METADATA) @echo "TestTime: 10m" >> $(METADATA) @echo "RunFor: selinux-policy" >> $(METADATA) diff --git a/selinux-policy/perf_event-and-related/main.fmf b/selinux-policy/perf_event-and-related/main.fmf new file mode 100644 index 0000000..bc46d09 --- /dev/null +++ b/selinux-policy/perf_event-and-related/main.fmf @@ -0,0 +1,3 @@ +path: /selinux-policy/perf_event-and-related +tier: 2 + diff --git a/selinux-policy/perf_event-and-related/runtest.sh b/selinux-policy/perf_event-and-related/runtest.sh index ab2b723..7a9577a 100755 --- a/selinux-policy/perf_event-and-related/runtest.sh +++ b/selinux-policy/perf_event-and-related/runtest.sh @@ -3,7 +3,7 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # runtest.sh of /CoreOS/selinux-policy/Regression/perf_event-and-related -# Description: the service was running as initrc_t or init_t, now it is confined by SELinux +# Description: Is the perf_event class and its permissions defined? # Author: Milos Malik # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~