From e9621db61cd8e5a12988315dae728c50af807c34 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 16 Jan 2024 09:22:43 +0100 Subject: sleep on uid != 0 afl-system-config --- afl-system-config | 1 + 1 file changed, 1 insertion(+) diff --git a/afl-system-config b/afl-system-config index c633e4e8..7e2cb688 100755 --- a/afl-system-config +++ b/afl-system-config @@ -25,6 +25,7 @@ echo "WARNING: this reduces the security of the system!" echo if [ '!' "$EUID" = 0 ] && [ '!' `id -u` = 0 ] ; then echo "Warning: you need to be root to run this!" + sleep 1 # we do not exit as other mechanisms exist that allows to do this than # being root. let the errors speak for themselves. fi -- cgit 1.4.1