From 773569cd67c0ec8269099c384c240276d6e6a22c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Oct 2015 21:50:30 +0000 Subject: [PATCH] Reset tripwire --- doc/EN/faq.org | 6 +++--- website/EN/faq.html | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/EN/faq.org b/doc/EN/faq.org index 9f00f863..492d2f5a 100644 --- a/doc/EN/faq.org +++ b/doc/EN/faq.org @@ -56,15 +56,15 @@ To remove a user login as root then run the command: freedombone-rmuser [username] #+END_SRC * How do I reset the tripwire? -You will get a daily email which indicates which files on the system have changed recently. Once per week the system will install any updates and those may also show up on the list, along with any changes due to installed packages or changed settings. Watch out for any files which change unexpectedly, which could indicate an intruder. To reset the tripwire: +The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following: #+BEGIN_SRC bash ssh username@mydomain -p 2222 su -reset-tripwire +freedombone-sec #+END_SRC -You will need to press enter a couple of times. Doing this typically once per week may be a chore, and it's not completely foolproof, but it at least provides some degree of confidence that there have been no intrusions. +Select "reset tripwire" using cursors and space bar then enter. * Is metadata protected? Even when using Freedombone metadata analysis by third parties is still possible. They might have a much harder time knowing what the content is, but they can potentially construct extensive dossiers based upon who communicated with your server when. Metadata leakage is a general problem with most current web systems and it is hoped that more secure technology will become available in future. But for now if metadata protection is your main concern using Freedombone won't help. * How do I create email processing rules? diff --git a/website/EN/faq.html b/website/EN/faq.html index 1f9ca1fa..c53e3685 100644 --- a/website/EN/faq.html +++ b/website/EN/faq.html @@ -4,7 +4,7 @@ - + @@ -313,19 +313,19 @@ To remove a user login as root then run the command:

How do I reset the tripwire?

-You will get a daily email which indicates which files on the system have changed recently. Once per week the system will install any updates and those may also show up on the list, along with any changes due to installed packages or changed settings. Watch out for any files which change unexpectedly, which could indicate an intruder. To reset the tripwire: +The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:

ssh username@mydomain -p 2222
 su
-reset-tripwire
+freedombone-sec
 

-You will need to press enter a couple of times. Doing this typically once per week may be a chore, and it's not completely foolproof, but it at least provides some degree of confidence that there have been no intrusions. +Select "reset tripwire" using cursors and space bar then enter.