浏览代码

Reset tripwire

Bob Mottram 9 年前
父节点
当前提交
773569cd67
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 3
    3
      doc/EN/faq.org
  2. 4
    4
      website/EN/faq.html

+ 3
- 3
doc/EN/faq.org 查看文件

@@ -56,15 +56,15 @@ To remove a user login as root then run the command:
56 56
 freedombone-rmuser [username]
57 57
 #+END_SRC
58 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 61
 #+BEGIN_SRC bash
62 62
 ssh username@mydomain -p 2222
63 63
 su
64
-reset-tripwire
64
+freedombone-sec
65 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 68
 * Is metadata protected?
69 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 70
 * How do I create email processing rules?

+ 4
- 4
website/EN/faq.html 查看文件

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2015-10-27 Tue 13:14 -->
7
+<!-- 2015-10-28 Wed 21:50 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -313,19 +313,19 @@ To remove a user login as root then run the command:
313 313
 <h2 id="orgheadline6">How do I reset the tripwire?</h2>
314 314
 <div class="outline-text-2" id="text-orgheadline6">
315 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 317
 </p>
318 318
 
319 319
 <div class="org-src-container">
320 320
 
321 321
 <pre class="src src-bash">ssh username@mydomain -p 2222
322 322
 su
323
-reset-tripwire
323
+freedombone-sec
324 324
 </pre>
325 325
 </div>
326 326
 
327 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 329
 </p>
330 330
 </div>
331 331
 </div>