[Pkg-privacy-commits] [torbrowser-launcher] 263/476: Grant the browser the right to play audio: it talks to pulseaudio and gstreamer.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.
commit 9d38e7750fbe4121a525f9da88c4e5193871cd49
Author: intrigeri <intrigeri at boum.org>
Date: Wed Jul 23 14:40:34 2014 +0200
Grant the browser the right to play audio: it talks to pulseaudio and gstreamer.
---
apparmor/torbrowser.Browser.firefox | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/apparmor/torbrowser.Browser.firefox b/apparmor/torbrowser.Browser.firefox
index d6f273d..d64534c 100644
--- a/apparmor/torbrowser.Browser.firefox
+++ b/apparmor/torbrowser.Browser.firefox
@@ -1,6 +1,7 @@
#include <tunables/global>
/home/*/.torbrowser/tbb/{stable,alpha}/{i686,x86_64}/tor-browser_*/Browser/firefox {
+ #include <abstractions/audio>
#include <abstractions/gnome>
network tcp,
@@ -47,4 +48,9 @@
/usr/share/glib-2.0/schemas/gschemas.compiled r,
owner /{,var/}run/user/*/dconf/user rw,
+ # Should use abstractions/gstreamer instead once merged upstream
+ /etc/udev/udev.conf r,
+ /run/udev/data/+pci:* r,
+ /sys/devices/pci[0-9]*/**/uevent r,
+ owner /{dev,run}/shm/shmfd-* rw,
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list