about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrenton Bostick <bostick@gmail.com>2022-06-27 11:38:33 -0400
committerGitHub <noreply@github.com>2022-06-27 11:38:33 -0400
commitfd404194f27cde819cb63704c5aa808caee03755 (patch)
tree3460a9e7f6381ebbd056b2132379850fbb2541a8
parentba3c7bfe40f9b17a691958e3525828385127ad25 (diff)
downloadafl++-fd404194f27cde819cb63704c5aa808caee03755.tar.gz
Update afl-system-config
System Integration Protection -> System Integrity Protection
-rwxr-xr-xafl-system-config2
1 files changed, 1 insertions, 1 deletions
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