mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
exo-open: Allow playing alert sounds
In case of error (for example failing to open provided uri) message box is show, and alert sound is played. Currently `exo-open` abstraction does not allow access to audio subsystems in result producing denials in system logs. Update abstraction to include `abstractions/audio`.
This commit is contained in:
parent
af278ca691
commit
f07f077174
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
# }
|
||||
|
||||
#include <abstractions/X>
|
||||
#include <abstractions/audio> # for alert messages
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/dbus-accessibility-strict>
|
||||
#include <abstractions/dbus-session-strict>
|
||||
|
|
Loading…
Add table
Reference in a new issue