rkhunter: exclude the apache balancer shm files
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
87671c627b
commit
36eab9026b
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue