rkhunter: exclude the apache balancer shm files

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-03-31 21:10:37 -07:00
parent 87671c627b
commit 36eab9026b

View file

@ -402,6 +402,9 @@ ALLOWDEVFILE=/dev/shm/libpod_*
ALLOWDEVFILE=/dev/shm/PostgreSQL*
{% endif %}
{% if inventory_hostname in groups['proxies'] or inventory_hostname in groups['proxies_stg'] %}
ALLOWDEVFILE=/dev/shm/ShM.*
{% endif %}
#
# This setting tells rkhunter where the inetd configuration
# file is located.