apparmor_notify(8)
NAME
apparmor_notify - display information about logged AppArmor messages.
SYNOPSIS
apparmor_notify [option]
DESCRIPTION
apparmor_notify will display a summary or provide desktop notifications
for AppArmor DENIED messages.
OPTIONS
apparmor_notify accepts the following arguments:
- -p poll AppArmor logs and display desktop notifications. Can be used
- with '-s' option to display a summary on startup.
- -l show summary since last login.
- -s NUM
- show summary for last NUM of days.
- -v show messages with summaries.
- -h displays a short usage statement.
CONFIGURATION
- System-wide configuration for apparmor_notify is done via
/etc/apparmor/notify.conf:
- # set to 'yes' to enable AppArmor DENIED notifications
show_notifications="yes" - # only people in use_group can use apparmor_notify
use_group="admin" - Per-user configuration is done via ~/.apparmor/notify.conf:
# set to 'yes' to enable AppArmor DENIED notifications
show_notifications="yes"
BUGS
apparmor_notify needs to be able to read the logfiles containing the
AppArmor DENIED messages.
If you find any additional bugs, please report them to Launchpad at
<https://bugs.launchpad.net/apparmor/+filebug>.