From 50b06efd303fa82284dfa1fd083ed18fa8a55ec6 Mon Sep 17 00:00:00 2001 From: Justin P Date: Sat, 5 Nov 2016 05:53:22 -0500 Subject: macOS Refactoring (#311) * Default all macOS `OS` names as macOS. Added comments to specify `uname` outputs for better understanding. * Refactored all `Mac` instances referring to macOS over to `macOS` formatting. Tested on my own machine, unable to find any errors outside of normal parameters. --- include/tests_insecure_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_insecure_services') diff --git a/include/tests_insecure_services b/include/tests_insecure_services index c5e39a99..129683fd 100644 --- a/include/tests_insecure_services +++ b/include/tests_insecure_services @@ -110,7 +110,7 @@ ################################################################################# # if [ ! -z "${LAUNCHCTL_BINARY}" ]; then PREQS_MET="YES"; SKIPREASON=""; else PREQS_MET="NO"; SKIPREASON="No launchctl binary on this system"; fi - Register --test-no INSE-8050 --os "MacOS" --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight M --network NO --category security --description "Check for insecure services on macOS" + Register --test-no INSE-8050 --os "macOS" --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight M --network NO --category security --description "Check for insecure services on macOS" if [ ${SKIPTEST} -eq 0 ]; then TEST_SERVICES="com.apple.fingerd" for ITEM in ${TEST_SERVICES}; do -- cgit v1.2.3