[Pkg-privacy-commits] [torbrowser-launcher] 339/476: Make AppArmor logs silent about Firefox trying to read /etc/machine-id.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:53 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 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/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list