diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-29 16:08:48 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:08 +0200 |
commit | fd3adc5afe27e1208f8a173414a19884459ae54c (patch) | |
tree | fb7bb0da59bb41b99720313dc707e81aa0fdd6c3 | |
parent | 658321213c4aca5f31a1695b5ac34976e130604c (diff) |
Don't install 'unhide.rb'.
-rw-r--r-- | roles/common/files/etc/rkhunter.conf | 2 | ||||
-rw-r--r-- | roles/common/tasks/rkhunter.yml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/roles/common/files/etc/rkhunter.conf b/roles/common/files/etc/rkhunter.conf index 9e4cb14..9a64a17 100644 --- a/roles/common/files/etc/rkhunter.conf +++ b/roles/common/files/etc/rkhunter.conf @@ -998,7 +998,7 @@ SHOW_LOCK_MSGS=1 # of 2 will disable the Ruby 'unhide.rb' program. The default value is 0. To disable # both programs, then disable the 'hidden_procs' test. # -DISABLE_UNHIDE=1 +DISABLE_UNHIDE=0 INSTALLDIR="/usr" diff --git a/roles/common/tasks/rkhunter.yml b/roles/common/tasks/rkhunter.yml index 78eec90..d504a49 100644 --- a/roles/common/tasks/rkhunter.yml +++ b/roles/common/tasks/rkhunter.yml @@ -6,7 +6,6 @@ - iproute - lsof - unhide - - unhide.rb # To test the configuration: # ansible all -m command -a '/usr/bin/rkhunter -c --nomow --rwo' |