In testing the skype profile, I found access to my @{HOME}/.XCompose
was being rejected. This patch updates the X abstraction to take a
user's defined XCompose key shortcuts into account.

---
 profiles/apparmor.d/abstractions/X |    3 +++
 1 file changed, 3 insertions(+)

Index: b/profiles/apparmor.d/abstractions/X
===================================================================
--- a/profiles/apparmor.d/abstractions/X
+++ b/profiles/apparmor.d/abstractions/X
@@ -39,6 +39,9 @@
   /etc/drirc                      r,
   owner @{HOME}/.drirc            r,
 
+  # Xcompose
+  owner @{HOME}/.XCompose         r,
+
   # mouse themes
   /etc/X11/cursors/               r,
   /etc/X11/cursors/**             r,


-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to