|
@@ -3961,7 +3961,19 @@ Turn off reporting of changes to system logs.
|
3961
|
3961
|
emacs /etc/tripwire/twcfg.txt
|
3962
|
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
|
3978
|
If you subsequently install any more packages or make configuration changes then update the policy again with:
|
3967
|
3979
|
|