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
1=== modified file 'profiles/apparmor.d/abstractions/ubuntu-browsers'
2--- profiles/apparmor.d/abstractions/ubuntu-browsers 2016-06-24 15:34:55 +0000
3+++ profiles/apparmor.d/abstractions/ubuntu-browsers 2017-08-07 19:36:45 +0000
4@@ -30,8 +30,7 @@
5 # this should cover all firefox browsers and versions (including shiretoko
6 # and abrowser)
7 /usr/bin/firefox Cxr -> sanitized_helper,
8- /usr/lib/firefox*/firefox*.sh Cx -> sanitized_helper,
9- /usr/lib/firefox-esr/firefox* Cx -> sanitized_helper,
10+ /usr/lib/firefox*/firefox* Cx -> sanitized_helper,
11
12 # Iceweasel
13 /usr/bin/iceweasel Cxr -> sanitized_helper,

Subscribers

People subscribed via source and target branches