diff options
author | Brenton Bostick <bostick@gmail.com> | 2022-06-27 11:38:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 11:38:33 -0400 |
commit | fd404194f27cde819cb63704c5aa808caee03755 (patch) | |
tree | 3460a9e7f6381ebbd056b2132379850fbb2541a8 | |
parent | ba3c7bfe40f9b17a691958e3525828385127ad25 (diff) | |
download | afl++-fd404194f27cde819cb63704c5aa808caee03755.tar.gz |
Update afl-system-config
System Integration Protection -> System Integrity Protection
-rwxr-xr-x | afl-system-config | 2 |
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 |