diff options
Diffstat (limited to 'roles/common')
| -rw-r--r-- | roles/common/files/etc/rkhunter.conf | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/roles/common/files/etc/rkhunter.conf b/roles/common/files/etc/rkhunter.conf index c7358d0..e76ab77 100644 --- a/roles/common/files/etc/rkhunter.conf +++ b/roles/common/files/etc/rkhunter.conf @@ -582,40 +582,41 @@ EXISTWHITELIST=/usr/bin/fgrep  # write-bit set. For example, files with permissions r-xr-xrwx or rwxrwxrwx.  #  # This option may be specified more than once, and may use wildcard characters.  #  # The default value is the null string.  #  #WRITEWHITELIST=/usr/bin/date  #  # Allow the specified file to be a script.  #  # This option may be specified more than once, and may use wildcard characters.  #  # The default value is the null string.  #  SCRIPTWHITELIST=/bin/egrep  SCRIPTWHITELIST=/bin/fgrep  SCRIPTWHITELIST=/usr/bin/egrep  SCRIPTWHITELIST=/usr/bin/fgrep  SCRIPTWHITELIST=/usr/bin/which +SCRIPTWHITELIST=/usr/bin/which.debianutils  SCRIPTWHITELIST=/usr/bin/ldd  SCRIPTWHITELIST=/usr/bin/lwp-request  SCRIPTWHITELIST=/usr/sbin/adduser  #SCRIPTWHITELIST=/usr/sbin/prelink  #SCRIPTWHITELIST=/usr/sbin/unhide.rb  #  # Allow the specified file to have the immutable attribute set.  #  # This option may be specified more than once, and may use wildcard characters.  #  # The default value is the null string.  #  #IMMUTWHITELIST=/sbin/ifdown  #  # If this option is set to '1', then the immutable-bit test is reversed. That  # is, the files are expected to have the bit set. A value of '0' means that the  # immutable-bit should not be set.  # | 
