[pkg-apparmor] [apparmor-profiles-extra] 06/08: Inline abstractions/dconf in totem profile.
Felix Geyer
fgeyer at moszumanska.debian.org
Wed Sep 3 21:29:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch debfx/wip
in repository apparmor-profiles-extra.
commit 90e1732357b33c6ada09abc6eec728b4c5498aca
Author: Felix Geyer <fgeyer at debian.org>
Date: Fri Aug 29 22:54:04 2014 +0200
Inline abstractions/dconf in totem profile.
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,
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/apparmor-profiles-extra.git
More information about the pkg-apparmor-team
mailing list