Try and adjust rkhunter config for cloud nodes
This commit is contained in:
parent
74b02ea284
commit
7aa6f8fd9a
1 changed files with 5 additions and 0 deletions
|
@ -200,7 +200,12 @@ ALLOW_SSH_PROT_V1=0
|
|||
# tests, the test names, and how rkhunter behaves when these options are used.
|
||||
#
|
||||
ENABLE_TESTS="all"
|
||||
{% if ansible_hostname.startswith('fed-cloud') %}
|
||||
# Disable the promisc test here as openstack has it set on interfaces
|
||||
DISABLE_TESTS="suspscan hidden_procs deleted_files packet_cap_apps apps promisc"
|
||||
{% else %}
|
||||
DISABLE_TESTS="suspscan hidden_procs deleted_files packet_cap_apps apps"
|
||||
{% endif %}
|
||||
|
||||
#
|
||||
# The HASH_FUNC option can be used to specify the command to use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue