Merge lp:~intrigeri/apparmor/firefox into lp:apparmor/2.12

Proposed by intrigeri
Status: Merged
Merged at revision: 3689
Proposed branch: lp:~intrigeri/apparmor/firefox
Merge into: lp:apparmor/2.12
Diff against target: 13 lines (+1/-2)
1 file modified
profiles/apparmor.d/abstractions/ubuntu-browsers (+1/-2)
To merge this branch: bzr merge lp:~intrigeri/apparmor/firefox
Reviewer Review Type Date Requested Status
Jamie Strandboge Approve
Review via email: mp+328686@code.launchpad.net

Description of the change

Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858911#32 i.e. links can't be open from Thunderbird when using Debian's non-ESR Firefox.

To post a comment you must log in.
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

I was a little concerned about 'conflicting x modifiers' with this patch, but I tested locally on Ubuntu and didn't see the issue. Thanks for the patch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'profiles/apparmor.d/abstractions/ubuntu-browsers'
--- profiles/apparmor.d/abstractions/ubuntu-browsers 2016-06-24 15:34:55 +0000
+++ profiles/apparmor.d/abstractions/ubuntu-browsers 2017-08-07 19:36:45 +0000
@@ -30,8 +30,7 @@
30 # this should cover all firefox browsers and versions (including shiretoko30 # this should cover all firefox browsers and versions (including shiretoko
31 # and abrowser)31 # and abrowser)
32 /usr/bin/firefox Cxr -> sanitized_helper,32 /usr/bin/firefox Cxr -> sanitized_helper,
33 /usr/lib/firefox*/firefox*.sh Cx -> sanitized_helper,33 /usr/lib/firefox*/firefox* Cx -> sanitized_helper,
34 /usr/lib/firefox-esr/firefox* Cx -> sanitized_helper,
3534
36 # Iceweasel35 # Iceweasel
37 /usr/bin/iceweasel Cxr -> sanitized_helper,36 /usr/bin/iceweasel Cxr -> sanitized_helper,

Subscribers

People subscribed via source and target branches