From 1c3839c39a03ab5de9ded554a75d9f7f5ea279a1 Mon Sep 17 00:00:00 2001 From: Nicolas Videla Date: Mon, 26 Feb 2018 14:43:19 +1100 Subject: [PATCH] Update man page and default configuration for notify.conf --- utils/aa-notify.pod | 6 ++++++ utils/notify.conf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/utils/aa-notify.pod b/utils/aa-notify.pod index b4690afcb..2f3786613 100644 --- a/utils/aa-notify.pod +++ b/utils/aa-notify.pod @@ -92,6 +92,12 @@ System-wide configuration for B is done via # only people in use_group can use aa-notify use_group="admin" + # OPTIONAL - custom notification message body + message_body="This is a custom notification message." + + # OPTIONAL - custom notification message footer + message_footer="For more information visit https://foo.com" + Per-user configuration is done via ~/.apparmor/notify.conf: # set to 'yes' to enable AppArmor DENIED notifications diff --git a/utils/notify.conf b/utils/notify.conf index 82a0067ec..3e6f8ba4e 100644 --- a/utils/notify.conf +++ b/utils/notify.conf @@ -13,3 +13,9 @@ show_notifications="yes" # Only people in use_group can use aa-notify use_group="admin" + +# OPTIONAL - custom notification message body +# message_body="This is a custom notification message." + +# OPTIONAL - custom notification message footer +# message_footer="For more information visit https://foo.com"