add a exclude for the bdr postgres shm segments
This commit is contained in:
parent
f532d96366
commit
d255f19374
1 changed files with 3 additions and 0 deletions
|
@ -396,6 +396,9 @@ ALLOWDEVFILE=/dev/shm/spice.*
|
|||
{% if inventory_hostname in groups['ipa'] or inventory_hostname in groups['ipa-stg'] %}
|
||||
ALLOWDEVFILE=/dev/shm/sem.slapd*.stats
|
||||
{% endif %}
|
||||
{% if inventory_hostname in groups['pgbdr'] or inventory_hostname in groups['pgbdr-stg'] %}
|
||||
ALLOWDEVFILE=/dev/shm/PostgreSQL*
|
||||
{% endif %}
|
||||
|
||||
#
|
||||
# This setting tells rkhunter where the inetd configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue