This bug was fixed in the package firefox - 29.0+build1-0ubuntu0.13.10.3
---------------
firefox (29.0+build1-0ubuntu0.13.10.3) saucy-security; urgency=medium
* New upstream stable release (FIREFOX_29_0_BUILD1)
- see LP: #1313464 for USN information
[ Jamie Strandboge <[email protected]> ]
* usr.bin.firefox.apparmor*: updates for new firefox releases (LP: #1288260)
- allow read of /sys/devices/pci[0-9]*/**/uevent
- allow read of /etc/udev/udev.conf
- explicityly deny /run/udev/data/**, like we do with evince
[ Chris Coulson <[email protected]> ]
* Add Malay language pack
* Backport changeset from mozilla-central for aarch64 support
- add debian/patches/aarch64-support.patch
- update debian/patches/series
* Use --enable-system-libffi on arm64, as the bundled libffi doesn't
support this yet
* Refresh patches
- update debian/patches/unity-menubar.patch
- update debian/patches/no_neon_on_arm.patch
* Backport changeset from aurora to fix armhf build
- add debian/patches/fix-armhf-build.patch
- update debian/patches/series
-- Chris Coulson <[email protected]> Mon, 28 Apr 2014 00:44:59
+0100
** Changed in: firefox (Ubuntu)
Status: Fix Committed => Fix Released
** Changed in: firefox (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1288260
Title:
firefox apparmor updates for trusty
Status in “firefox” package in Ubuntu:
Fix Released
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.d/usr.bin.firefox 2014-03-05 13:56:42.640802391 +0000
@@ -38,7 +38,9 @@
/etc/ r,
/etc/mime.types r,
/etc/mailcap r,
+ /etc/udev/udev.conf r,
/etc/xdg/*buntu/applications/defaults.list r, # for all derivatives
+ /sys/devices/pci[0-9]*/**/uevent r,
/usr/share/xubuntu/applications/defaults.list r,
owner @{HOME}/.local/share/applications/defaults.list r,
owner @{HOME}/.local/share/applications/mimeapps.list r,
@@ -73,6 +75,9 @@
# TODO: investigate
deny /usr/bin/gconftool-2 x,
+ # 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/bin/basename ixr,
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1288260/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp