From 37e64d99d1ac2cfdb529a9a2e8bb3a200c872455 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 16 Oct 2018 15:55:44 +0000 Subject: [PATCH] Merge branch 'aa-notify-manpage' into 'master' aa-notify man page: update user's configuration file path See merge request apparmor/apparmor!239 Acked-by: Christian Boltz for 2.10..master (cherry picked from commit f920915dd317583a75d5af17797838251e21b031) 2209e09a aa-notify man page: update user's configuration file path --- utils/aa-notify.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/aa-notify.pod b/utils/aa-notify.pod index 2f3786613..7ec2a5f7c 100644 --- a/utils/aa-notify.pod +++ b/utils/aa-notify.pod @@ -98,7 +98,8 @@ System-wide configuration for B is done via # OPTIONAL - custom notification message footer message_footer="For more information visit https://foo.com" -Per-user configuration is done via ~/.apparmor/notify.conf: +Per-user configuration is done via $XDG_CONFIG_HOME/apparmor/notify.conf (or +the deprecated ~/.apparmor/notify.conf if it exists): # set to 'yes' to enable AppArmor DENIED notifications show_notifications="yes"