From d4d8264e74f3789fa969c8187f849b78df6ef11a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 19 Jul 2015 18:31:31 +0100 Subject: [PATCH] One less reset --- src/freedombone | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedombone b/src/freedombone index a17fa6ea..9dc1586d 100755 --- a/src/freedombone +++ b/src/freedombone @@ -9393,7 +9393,6 @@ function intrusion_detection { echo 'tripwire --update-policy --secure-mode low /etc/tripwire/twpol.txt' >> /usr/bin/reset-tripwire chmod +x /usr/bin/reset-tripwire - reset-tripwire sed -i 's/SYSLOGREPORTING.*/SYSLOGREPORTING =false/g' /etc/tripwire/twcfg.txt sed -i '/# These files change the behavior of the root account/,/}/ s/.*//g' /etc/tripwire/twpol.txt sed -i 's|/etc/rc.boot.*||g' /etc/tripwire/twpol.txt