From f07f0771743e917aa47806b35a4200410db27cea Mon Sep 17 00:00:00 2001 From: Vincas Dargis Date: Tue, 30 Jul 2019 15:07:42 +0300 Subject: [PATCH] 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`. --- profiles/apparmor.d/abstractions/exo-open | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/apparmor.d/abstractions/exo-open b/profiles/apparmor.d/abstractions/exo-open index 4e084ec42..9fdbbeb52 100644 --- a/profiles/apparmor.d/abstractions/exo-open +++ b/profiles/apparmor.d/abstractions/exo-open @@ -31,6 +31,7 @@ # } #include + #include # for alert messages #include #include #include