From fd3adc5afe27e1208f8a173414a19884459ae54c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 29 Jun 2014 16:08:48 +0200 Subject: Don't install 'unhide.rb'. --- roles/common/files/etc/rkhunter.conf | 2 +- roles/common/tasks/rkhunter.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'roles/common') 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' -- cgit v1.2.3