mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
feat: do not set autostart or read access to log by default
These settings are legitimate however: - Start aa-notify only applies to desktop, and it is already enabled by default in some distribution. - Allow the user to read the apparmor log is out of the scope of this project.
This commit is contained in:
parent
015db89b4d
commit
85e7832f0b
@ -1,8 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=AppArmor Notify
|
||||
Comment=Receive on screen notifications of AppArmor denials
|
||||
TryExec=aa-notify
|
||||
Exec=aa-notify --poll --since-days 1 --wait 60 --file /var/log/audit/audit.log
|
||||
StartupNotify=false
|
||||
NoDisplay=true
|
@ -1,2 +0,0 @@
|
||||
# Allow the user to read the apparmor log
|
||||
g audit -
|
Loading…
Reference in New Issue
Block a user