add some exceptions for kojipkgs squid and rkhunter
This commit is contained in:
parent
ebf89e06c9
commit
f57fc5fde4
1 changed files with 8 additions and 0 deletions
|
@ -388,6 +388,14 @@ ALLOWDEVFILE=/dev/shm/fmn-cache.dbm
|
|||
{% if ansible_hostname.startswith('kojipkgs') %}
|
||||
ALLOWDEVFILE=/dev/shm/squid-squid-page-pool.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-ssl_session_cache.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem_ex.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem_map_slices.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem_map_anchors.shm
|
||||
ALLOWDEVFILE=/dev/shm/squid-cache_mem_space.shm
|
||||
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'] %}
|
||||
# libvirt spice device makes a /dev/shm/spice file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue