firefox apparmor updates for trusty
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
firefox (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Attached is a patch to fix the apparmor syslog noise I see after
upgrading to trusty. It follows the chromium apparmor profile in
terms of what to allow and deny.
--- ./usr.bin.firefox 2014-03-05 13:52:13.470886569 +0000
+++ /etc/apparmor.
@@ -38,7 +38,9 @@
/etc/ r,
/etc/mime.types r,
/etc/mailcap r,
+ /etc/udev/udev.conf r,
/etc/
+ /sys/devices/
/usr/
owner @{HOME}
owner @{HOME}
@@ -73,6 +75,9 @@
# TODO: investigate
deny /usr/bin/
+ # This is requested, but doesn't seem to actually be needed so deny for now
+ deny /run/udev/data/** r,
+
# These are needed when a new user starts firefox and firefox.sh is used
@{MOZ_LIBDIR}/** ixr,
/usr/
Related branches
Changed in firefox (Ubuntu): | |
status: | New → Fix Committed |
tags: | added: trusty |
The attachment "Firefox apparmor profile updates for Trusty" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]