diff --git a/src/freedombone-base-tripwire b/src/freedombone-base-tripwire index cf89b91bcad9a00e4e3eb562497cfd306155f937..2f44b0867d59e692231670c090319c86aaddd225 100755 --- a/src/freedombone-base-tripwire +++ b/src/freedombone-base-tripwire @@ -90,7 +90,7 @@ function install_tripwire { # make a script for easy resetting of the tripwire echo '#!/bin/sh' > /usr/bin/reset-tripwire - echo 'tripwire --update-policy --secure-mode low /etc/tripwire/twpol.txt' >> /usr/bin/reset-tripwire + echo 'tripwire -m i' >> /usr/bin/reset-tripwire chmod +x /usr/bin/reset-tripwire sed -i '/# These files change the behavior of the root account/,/}/ s/.*//g' /etc/tripwire/twpol.txt