[Pkg-privacy-commits] [torbrowser-launcher] 275/476: Comment out the "dbus" rule: it doesn't parse on any stable release of AppArmor yet.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:45 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 6552a2ea511cdc268f020984e1ce745d91562f94
Author: intrigeri <intrigeri at boum.org>
Date: Wed Jul 23 18:48:40 2014 +0000
Comment out the "dbus" rule: it doesn't parse on any stable release of AppArmor yet.
One needs the upcoming AppArmor 2.9 userspace (or some Ubuntu's über-patched
snapshot of its development tree) to have this rule parse at all. And then, to
make it actually useful, one also needs to run a Linux kernel with patches that
have not been submitted to mainline yet.
In practice, with this change applied:
* Ubuntu users will need to un-comment this line, otherwise Firefox
may disfunction.
* Basically all other users will be happy to see this profile actually loaded,
and to see their TBB's Firefox be actually confined with AppArmor.
Once AppArmor 2.9 is available to most GNU/Linux users, this commit shall
be reverted.
---
apparmor/torbrowser.Browser.firefox | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apparmor/torbrowser.Browser.firefox b/apparmor/torbrowser.Browser.firefox
index 18c7c3a..9ca96d4 100644
--- a/apparmor/torbrowser.Browser.firefox
+++ b/apparmor/torbrowser.Browser.firefox
@@ -47,7 +47,7 @@
@{PROC}/[0-9]*/stat r,
@{PROC}/[0-9]*/task/*/stat r,
- dbus,
+ #dbus,
/usr/share/glib-2.0/schemas/gschemas.compiled r,
owner /{,var/}run/user/*/dconf/user 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