diff options
author | hexcoder- <heiko@hexco.de> | 2021-01-02 23:14:29 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-01-02 23:14:29 +0100 |
commit | 6ed465bacc80a4909c62252833c85e827bb79593 (patch) | |
tree | 6c284a645d23cb051a9faf4a56716947491b2323 | |
parent | 7620f6f39672a4dc799d3875a2c6f7a0d1f0b815 (diff) | |
download | afl++-6ed465bacc80a4909c62252833c85e827bb79593.tar.gz |
afl-system-config: cosmetic support for DragonFly
-rwxr-xr-x | afl-system-config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/afl-system-config b/afl-system-config index 7031544c..919932c3 100755 --- a/afl-system-config +++ b/afl-system-config @@ -58,6 +58,11 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then echo 'System security features cannot be disabled on OpenBSD.' DONE=1 fi +if [ "$PLATFORM" = "DragonFly" ] ; then + echo + echo 'System security features cannot be disabled on DragonFly.' + DONE=1 +fi if [ "$PLATFORM" = "NetBSD" ] ; then { #echo It is recommended to enable unprivileged users to set cpu affinity |