mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 05:47:59 +00:00
comment out use_group to remove group restrictions
use_group is only honored if it is defined. The "real" permission check is reading the logfile - the group check in aa-notify is just an annoying additional check, and the default "admin" only works on Ubuntu (other distributions typically use "wheel"). This commit comments out use_group in the default config, which allows everybody to use aa-notify. Permissions for reading the log file are of course still needed. References: https://bugzilla.opensuse.org/show_bug.cgi?id=1058787
This commit is contained in:
parent
14096cb3a7
commit
86ec3dd658
@ -11,8 +11,9 @@
|
|||||||
# Set to 'no' to disable AppArmor notifications globally
|
# Set to 'no' to disable AppArmor notifications globally
|
||||||
show_notifications="yes"
|
show_notifications="yes"
|
||||||
|
|
||||||
# Only people in use_group can use aa-notify
|
# OPTIONAL - restrict using aa-notify to users in the given group
|
||||||
use_group="admin"
|
# (if not set, everybody who has permissions to read the logfile can use it)
|
||||||
|
# use_group="admin"
|
||||||
|
|
||||||
# OPTIONAL - custom notification message body
|
# OPTIONAL - custom notification message body
|
||||||
# message_body="This is a custom notification message."
|
# message_body="This is a custom notification message."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user