From 4bf48b58019413f8760d52cf82d553a56b082b55 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Thu, 3 Aug 2017 21:32:18 +0100
Subject: [PATCH] Reset tripwire

---
 src/freedombone-base-tripwire | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/freedombone-base-tripwire b/src/freedombone-base-tripwire
index cf89b91bc..2f44b0867 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
-- 
GitLab