[pkg-aa-profiles-team] [apparmor-profiles-extra] 01/04: Import GStreamer abstraction.

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 28 16:02:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository apparmor-profiles-extra.

commit 8175a14feac42a1dbe48e3fb2b9536bca8ae429a
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Aug 28 15:58:37 2014 +0000

    Import GStreamer abstraction.
---
 debian/README.Debian            |  2 ++
 debian/copyright                |  4 ++++
 profiles/abstractions/gstreamer | 15 +++++++++++++++
 3 files changed, 21 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
index 3ec4bbd..61e040f 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -2,6 +2,8 @@ Included profiles
 =================
 
 - Evince: taken from Ubuntu's evince 3.10.3-0ubuntu16; adapted a bit.
+- GStreamer abstraction: taken from the apparmor-profiles repository
+  at revision 134.
 - Pidgin: taken from the apparmor-profiles repository at revision 125.
 - tcpdump: taken from Ubuntu's tcpdump 4.5.1-2ubuntu2.
 - irssi: taken from the apparmor-profiles repository at revision 132.
diff --git a/debian/copyright b/debian/copyright
index e0b4924..6a686b5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,6 +5,10 @@ Files: debian/*
 Copyright: 2014 Debian AppArmor Profiles Team <pkg-aa-profiles-team at lists.alioth.debian.org>
 License: GPL-2+
 
+Files: profiles/abstractions/gstreamer
+Copyright: 2008-2014 AppArmor developers <apparmor at lists.ubuntu.com>
+License: GPL-2+
+
 Files: profiles/usr.bin.irssi, profiles/usr.bin.pidgin
 Copyright: 2008-2014 AppArmor developers <apparmor at lists.ubuntu.com>
 License: GPL-2+
diff --git a/profiles/abstractions/gstreamer b/profiles/abstractions/gstreamer
new file mode 100644
index 0000000..84df5aa
--- /dev/null
+++ b/profiles/abstractions/gstreamer
@@ -0,0 +1,15 @@
+# vim:syntax=apparmor
+
+  #include <abstractions/p11-kit>
+
+  /etc/udev/udev.conf r,
+
+  # /dev/shm is a symlink to /run/shm on ubuntu
+  owner /{dev,run}/shm/shmfd-* rw,
+
+  /run/udev/data/+pci:* r,
+
+  /sys/devices/pci[0-9]*/**/{busnum,devnum,descriptors,speed,uevent} r,
+
+  owner /tmp/orcexec.* mrw,
+  owner /{,var/}run/user/[0-9]*/orcexec.* mrw,

-- 
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-aa-profiles-team mailing list