rkhunter: also drop promic test on buildvmhost-s390x as the birdge has to be in that mode.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f4c1594f2e
commit
e729cd4fb0
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ 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') %}
|
||||
{% if ansible_hostname.startswith(('fed-cloud', 'buildvmhost-s390x')) %}
|
||||
# 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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue