mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
Update man page and default configuration for notify.conf
This commit is contained in:
parent
86db2263b8
commit
1c3839c39a
@ -92,6 +92,12 @@ System-wide configuration for B<aa-notify> is done via
|
|||||||
# only people in use_group can use aa-notify
|
# only people in use_group can use aa-notify
|
||||||
use_group="admin"
|
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:
|
Per-user configuration is done via ~/.apparmor/notify.conf:
|
||||||
|
|
||||||
# set to 'yes' to enable AppArmor DENIED notifications
|
# set to 'yes' to enable AppArmor DENIED notifications
|
||||||
|
@ -13,3 +13,9 @@ show_notifications="yes"
|
|||||||
|
|
||||||
# Only people in use_group can use aa-notify
|
# Only people in use_group can use aa-notify
|
||||||
use_group="admin"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user