[Pkg-privacy-commits] [torbrowser-launcher] 348/476: Document the consequences of including the "audio" AppArmor abstraction.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:55 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 ba254f54204b452bc3e5c4d64345004c09318dec
Author: intrigeri <intrigeri at boum.org>
Date: Thu Aug 14 17:14:55 2014 +0000
Document the consequences of including the "audio" AppArmor abstraction.
---
apparmor/torbrowser.Browser.firefox | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/apparmor/torbrowser.Browser.firefox b/apparmor/torbrowser.Browser.firefox
index 0f02e33..8f3c776 100644
--- a/apparmor/torbrowser.Browser.firefox
+++ b/apparmor/torbrowser.Browser.firefox
@@ -3,9 +3,13 @@
/home/*/.local/share/torbrowser/tbb/{i686,x86_64}/tor-browser_*/Browser/firefox {
#include <abstractions/gnome>
- #include <abstractions/audio>
#include <abstractions/user-download>
+ # Comment out the following line if you don't want the Tor Browser
+ # to have direct access to your sound hardware. Note that "#include"
+ # is *not* a comment, it is valid AppArmor rules syntax.
+ #include <abstractions/audio>
+
#dbus,
network tcp,
--
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