adjust rkhunter for taskotron client hosts
This commit is contained in:
parent
f7d499dc73
commit
556d638ee6
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ ALLOWDEVFILE=/dev/shm/fmn-cache.dbm
|
||||||
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
|
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
|
||||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
|
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if inventory_hostname in groups['virtservers'] or inventory_hostname in groups['openqa-workers'] or inventory_hostname in groups['openqa-stg-workers'] %}
|
{% 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'] %}
|
||||||
# libvirt spice device makes a /dev/shm/spice file
|
# libvirt spice device makes a /dev/shm/spice file
|
||||||
ALLOWDEVFILE=/dev/shm/spice.*
|
ALLOWDEVFILE=/dev/shm/spice.*
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue