[pkg-apparmor] [PATCH 6/6] Inline abstractions/dconf in totem profile.

Felix Geyer fgeyer at debian.org
Fri Aug 29 21:19:25 UTC 2014


abstractions/dconf is not yet available in AppArmor 2.8.
---
 profiles/usr.bin.totem | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/usr.bin.totem b/profiles/usr.bin.totem
index e9b67e5..18d9461 100644
--- a/profiles/usr.bin.totem
+++ b/profiles/usr.bin.totem
@@ -5,7 +5,6 @@
 
 /usr/bin/totem {
   #include <abstractions/audio>
-  #include <abstractions/dconf>
   #include <abstractions/python>
   #include <abstractions/totem>
 
@@ -20,4 +19,8 @@
   owner @{HOME}/** rw,
 
   owner /{,var/}run/user/*/dconf/user w,
+
+  # inlined from abstractions/dconf (AppArmor 2.8.96)
+  owner /{,var/}run/user/*/dconf/user r,
+  owner @{HOME}/.config/dconf/user r,
 }
-- 
2.1.0




More information about the pkg-apparmor-team mailing list