Browse Source

Reset tripwire

Bob Mottram 9 years ago
parent
commit
773569cd67
2 changed files with 7 additions and 7 deletions
  1. 3
    3
      doc/EN/faq.org
  2. 4
    4
      website/EN/faq.html

+ 3
- 3
doc/EN/faq.org View File

56
 freedombone-rmuser [username]
56
 freedombone-rmuser [username]
57
 #+END_SRC
57
 #+END_SRC
58
 * How do I reset the tripwire?
58
 * How do I reset the tripwire?
59
-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:
59
+The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:
60
 
60
 
61
 #+BEGIN_SRC bash
61
 #+BEGIN_SRC bash
62
 ssh username@mydomain -p 2222
62
 ssh username@mydomain -p 2222
63
 su
63
 su
64
-reset-tripwire
64
+freedombone-sec
65
 #+END_SRC
65
 #+END_SRC
66
 
66
 
67
-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.
67
+Select "reset tripwire" using cursors and space bar then enter.
68
 * Is metadata protected?
68
 * Is metadata protected?
69
 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.
69
 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.
70
 * How do I create email processing rules?
70
 * How do I create email processing rules?

+ 4
- 4
website/EN/faq.html View File

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-10-27 Tue 13:14 -->
7
+<!-- 2015-10-28 Wed 21:50 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
313
 <h2 id="orgheadline6">How do I reset the tripwire?</h2>
313
 <h2 id="orgheadline6">How do I reset the tripwire?</h2>
314
 <div class="outline-text-2" id="text-orgheadline6">
314
 <div class="outline-text-2" id="text-orgheadline6">
315
 <p>
315
 <p>
316
-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:
316
+The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:
317
 </p>
317
 </p>
318
 
318
 
319
 <div class="org-src-container">
319
 <div class="org-src-container">
320
 
320
 
321
 <pre class="src src-bash">ssh username@mydomain -p 2222
321
 <pre class="src src-bash">ssh username@mydomain -p 2222
322
 su
322
 su
323
-reset-tripwire
323
+freedombone-sec
324
 </pre>
324
 </pre>
325
 </div>
325
 </div>
326
 
326
 
327
 <p>
327
 <p>
328
-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.
328
+Select "reset tripwire" using cursors and space bar then enter.
329
 </p>
329
 </p>
330
 </div>
330
 </div>
331
 </div>
331
 </div>