summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/common/files/etc/rkhunter.conf2
-rw-r--r--roles/common/tasks/rkhunter.yml1
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'