[Pkg-anonymity-tools] [torbrowser-launcher] 13/43: Make AppArmor logs silent about Firefox trying to read /etc/machine-id.

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue Sep 2 07:19:55 UTC 2014


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

u-guest pushed a commit to branch master
in repository torbrowser-launcher.

commit 1d09fe089504e0e20bd4f2c76ac66d125cf3c6c3
Author: intrigeri <intrigeri at boum.org>
Date:   Thu Aug 14 16:31:31 2014 +0000

    Make AppArmor logs silent about Firefox trying to read /etc/machine-id.
    
    This was done recently for /var/lib/dbus/machine-id, and Firefox apparently
    falls back on /etc/machine-id if it cannot read the former, so this change
    should make things more consistent.
---
 apparmor/torbrowser.Browser.firefox | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apparmor/torbrowser.Browser.firefox b/apparmor/torbrowser.Browser.firefox
index 6789966..cb7f196 100644
--- a/apparmor/torbrowser.Browser.firefox
+++ b/apparmor/torbrowser.Browser.firefox
@@ -28,6 +28,7 @@
 
   deny /run/udev/** r,
   deny /sys/devices/** r,
+  deny /etc/machine-id r,
   deny /var/lib/dbus/machine-id r,
 
   ## Missing in <abstractions/user-download> #######

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list