mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add .desktop file for aa-notify
This allows distributions to start aa-notify automatically, should they wish so.
This commit is contained in:
parent
fb35ee4efc
commit
bd06a9d214
1 changed files with 9 additions and 0 deletions
9
utils/aa-notify.desktop
Normal file
9
utils/aa-notify.desktop
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=AppArmor Notify
|
||||
Comment=Receive on screen notifications of AppArmor denials
|
||||
TryExec=/usr/bin/aa-notify
|
||||
Exec=/usr/bin/aa-notify -p -s 1 -w 60
|
||||
StartupNotify=false
|
||||
NoDisplay=true
|
||||
X-Ubuntu-Gettext-Domain=aa-notify
|
Loading…
Add table
Reference in a new issue