Tripwire update
This commit is contained in:
parent
332bc7a211
commit
6fb80e56a9
|
@ -3961,7 +3961,19 @@ Turn off reporting of changes to system logs.
|
|||
emacs /etc/tripwire/twcfg.txt
|
||||
#+END_SRC
|
||||
|
||||
Set *SYSLOGREPORTING* to false, then save and exit.
|
||||
Set *SYSLOGREPORTING* to false and comment out the line, then save and exit.
|
||||
|
||||
#+BEGIN_SRC: bash
|
||||
emacs /etc/tripwire/twpol.txt
|
||||
#+END_SRC
|
||||
|
||||
Comment out the line:
|
||||
|
||||
#+BEGIN_SRC: bash
|
||||
/var/log -> $(SEC_CONFIG) ;
|
||||
#+END_SRC
|
||||
|
||||
Then save and exit.
|
||||
|
||||
If you subsequently install any more packages or make configuration changes then update the policy again with:
|
||||
|
||||
|
|
Loading…
Reference in New Issue