Try this to also tell rkhunter to allow spice files on openqa worker hosts

This commit is contained in:
Kevin Fenzi 2015-12-23 17:24:34 +00:00
parent d079f95a0c
commit 10552179ff

View file

@ -386,7 +386,7 @@ ALLOWDEVFILE=/dev/shm/fmn-cache.dbm
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
{% endif %}
{% if ansible_fqdn in groups['virtservers'] %}
{% if ansible_fqdn in groups['virtservers','openqa-workers','openqa-stg-workers'] %}
# libvirt spice device makes a /dev/shm/spice file
ALLOWDEVFILE=/dev/shm/spice.*
{% endif %}