From d255f1937420c5b49c526166c93eb7900ad42980 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 18 Oct 2016 16:23:30 +0000 Subject: [PATCH] add a exclude for the bdr postgres shm segments --- roles/rkhunter/templates/rkhunter.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/rkhunter/templates/rkhunter.conf.j2 b/roles/rkhunter/templates/rkhunter.conf.j2 index fe4e8cc64f..4bd8327551 100644 --- a/roles/rkhunter/templates/rkhunter.conf.j2 +++ b/roles/rkhunter/templates/rkhunter.conf.j2 @@ -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