2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

Update man page and default configuration for notify.conf

This commit is contained in:
Nicolas Videla 2018-02-26 14:43:19 +11:00
parent 86db2263b8
commit 1c3839c39a
2 changed files with 12 additions and 0 deletions

View File

@ -92,6 +92,12 @@ System-wide configuration for B<aa-notify> 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

View File

@ -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"