rkhunter: removing taskotron group references
This commit is contained in:
parent
07495036c9
commit
77adf20745
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ ALLOWDEVFILE=/dev/shm/squid-cf__readers.shm
|
|||
ALLOWDEVFILE=/dev/shm/squid-cf__queues.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cf__metadata.shm
|
||||
{% endif %}
|
||||
{% if inventory_hostname in groups['virtservers'] or inventory_hostname in groups['openqa_workers'] or inventory_hostname in groups['openqa_stg_workers'] or inventory_hostname in groups['taskotron_stg_client_hosts'] or inventory_hostname in groups['taskotron_dev_client_hosts'] %}
|
||||
{% if inventory_hostname in groups['virtservers'] or inventory_hostname in groups['openqa_workers'] or inventory_hostname in groups['openqa_stg_workers'] %}
|
||||
# libvirt spice device makes a /dev/shm/spice file
|
||||
ALLOWDEVFILE=/dev/shm/spice.*
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue