From fd404194f27cde819cb63704c5aa808caee03755 Mon Sep 17 00:00:00 2001 From: Brenton Bostick Date: Mon, 27 Jun 2022 11:38:33 -0400 Subject: [PATCH] Update afl-system-config System Integration Protection -> System Integrity Protection --- afl-system-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afl-system-config b/afl-system-config index ef343704..f482e4fb 100755 --- a/afl-system-config +++ b/afl-system-config @@ -118,7 +118,7 @@ if [ "$PLATFORM" = "Darwin" ] ; then sudo launchctl unload -w ${SL}/LaunchDaemons/${PL}.Root.plist >/dev/null 2>&1 echo fi - echo It is recommended to disable System Integration Protection for increased performance. + echo It is recommended to disable System Integrity Protection for increased performance. echo DONE=1 fi