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
2025-07-10 16:46:40 +02:00
# Special profiles used to remove privileges for unconfined binaries using user namespaces. Special profiles use Python's regular expression syntax. If unsure, leave as is.
userns_special_profiles="unconfined,unprivileged_userns,unpriv_.*"
2024-09-17 09:17:23 +00:00
2024-08-13 16:58:25 +00:00
# Theme to use for aa-notify GUI themes. See https://ttkthemes.readthedocs.io/en/latest/themes.html for available themes.
interface_theme="ubuntu"
# Binaries for which we ignore userns-related capability denials
ignore_denied_capability="sudo,su"
2025-08-08 15:55:32 +02:00
# OPTIONAL - Write changes to local profiles to preserve regular profiles and simplify upgrades (yes, no, auto)
# use_local_profiles="yes"
2024-09-17 09:17:23 +00:00
# OPTIONAL - kind of operations which display a popup prompt.
# prompt_filter="userns"
2024-08-13 16:58:25 +00:00
2024-11-26 18:35:37 +00:00
# OPTIONAL - Maximum number of profile that can send notification before they are merged
# maximum_number_notification_profiles=2
# OPTIONAL - Keys to aggregate when merging events
# keys_to_aggregate="operation,class,name,denied,target"
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"
2024-02-23 17:15:14 -03:00
# OPTIONAL - custom notification filtering
# filter.profile=""
# filter.operation=""
# filter.name=""
# filter.denied=""
# filter.family=""
# filter.socket=""