From c88953a81531dc05d049077763d1c7151ce55651 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Tue, 8 Oct 2019 20:31:35 +0300 Subject: Test SINT-7010 in macOS only --- include/tests_system_integrity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_system_integrity') diff --git a/include/tests_system_integrity b/include/tests_system_integrity index a02f84fb..8b6910c1 100644 --- a/include/tests_system_integrity +++ b/include/tests_system_integrity @@ -31,7 +31,7 @@ ################################################################################# # if [ -x ${ROOTDIR}/usr/bin/csrutil ]; then PREQS_MET="YES"; else PREQS_MET="NO"; SKIPREASON="No CSrutil binary found"; fi - Register --test-no SINT-7010 --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight H --network NO --category security --description "System Integrity Status" + Register --test-no SINT-7010 --os MacOS --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight H --network NO --category security --description "System Integrity Status" if [ ${SKIPTEST} -eq 0 ]; then if ${ROOTDIR}usr/bin/csrutil status | ${GREPBINARY} -sq enabled ; then Display --indent 2 --text "- System Integrity Protection (status)" --result "${STATUS_OK}" --color GREEN -- cgit v1.2.3