diff options
author | van Hauser <vh@thc.org> | 2022-06-27 19:18:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 19:18:28 +0200 |
commit | c83635e1d2348430adbc14b345329f79812faf3f (patch) | |
tree | 66f42f8815c04fc8447aab42e2144262251e8766 | |
parent | 88077d4136fe36942d28ba956aa8536feb717638 (diff) | |
parent | fd404194f27cde819cb63704c5aa808caee03755 (diff) | |
download | afl++-c83635e1d2348430adbc14b345329f79812faf3f.tar.gz |
Merge pull request #1462 from bostick/patch-1
Update afl-system-config
-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 |