2010-01-28 10:25:09 -06:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2010 Canonical Ltd.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2010-09-09 10:31:45 -07:00
|
|
|
# Set to 'no' to disable AppArmor notifications globally
|
|
|
|
show_notifications="yes"
|
2010-01-28 10:25:09 -06:00
|
|
|
|
2018-03-18 19:49:59 +01:00
|
|
|
# OPTIONAL - restrict using aa-notify to users in the given group
|
|
|
|
# (if not set, everybody who has permissions to read the logfile can use it)
|
|
|
|
# use_group="admin"
|
2018-02-26 14:43:19 +11:00
|
|
|
|
|
|
|
# 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"
|