浏览代码

Tripwire update

Bob Mottram 11 年前
父节点
当前提交
6fb80e56a9
共有 1 个文件被更改,包括 13 次插入1 次删除
  1. 13
    1
      beaglebone.txt

+ 13
- 1
beaglebone.txt 查看文件

3961
 emacs /etc/tripwire/twcfg.txt
3961
 emacs /etc/tripwire/twcfg.txt
3962
 #+END_SRC
3962
 #+END_SRC
3963
 
3963
 
3964
-Set *SYSLOGREPORTING* to false, then save and exit.
3964
+Set *SYSLOGREPORTING* to false and comment out the line, then save and exit.
3965
+
3966
+#+BEGIN_SRC: bash
3967
+emacs /etc/tripwire/twpol.txt
3968
+#+END_SRC
3969
+
3970
+Comment out the line:
3971
+
3972
+#+BEGIN_SRC: bash
3973
+	/var/log		-> $(SEC_CONFIG) ;
3974
+#+END_SRC
3975
+
3976
+Then save and exit.
3965
 
3977
 
3966
 If you subsequently install any more packages or make configuration changes then update the policy again with:
3978
 If you subsequently install any more packages or make configuration changes then update the policy again with:
3967
 
3979