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:
Kevin Fenzi 2019-07-10 18:27:30 +00:00
parent f4c1594f2e
commit e729cd4fb0

View file

@ -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 %}