Allow /dev/shm/spice files on virthosts/openqa boxes.
This commit is contained in:
parent
ce59208dd8
commit
9a3056a891
1 changed files with 4 additions and 0 deletions
|
@ -386,6 +386,10 @@ ALLOWDEVFILE=/dev/shm/fmn-cache.dbm
|
|||
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
|
||||
{% endif %}
|
||||
{% if ansible_hostname.startswith('virthost') or ansible_hostname.startswith('qa') %}
|
||||
# libvirt spice device makes a /dev/shm/spice file
|
||||
ALLOWDEVFILE=/dev/shm/spice.*
|
||||
{% endif %}
|
||||
|
||||
#
|
||||
# This setting tells rkhunter where the inetd configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue