Bob Mottram před 7 roky
rodič
revize
4bf48b5801
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-base-tripwire

+ 1
- 1
src/freedombone-base-tripwire Zobrazit soubor

@@ -90,7 +90,7 @@ function install_tripwire {
90 90
 
91 91
     # make a script for easy resetting of the tripwire
92 92
     echo '#!/bin/sh' > /usr/bin/reset-tripwire
93
-    echo 'tripwire --update-policy --secure-mode low /etc/tripwire/twpol.txt' >> /usr/bin/reset-tripwire
93
+    echo 'tripwire -m i' >> /usr/bin/reset-tripwire
94 94
     chmod +x /usr/bin/reset-tripwire
95 95
 
96 96
     sed -i '/# These files change the behavior of the root account/,/}/ s/.*//g' /etc/tripwire/twpol.txt