Control: reassign -1 apparmor
Control: retitle -1 ubuntu-browsers abstraction lacks support for non-ESR 
Firefox
Control: affects -1 + thunderbird

Hi!

intrigeri:
> I'll start playing with Flatpak to reproduce this.

After investigating this bug has nothing to do with Flatpak (this was
a good opportunity to try it out though! :) 

I can't reproduce this bug when Firefox ESR is configured as the
default browser. I can reproduce the bug when Firefox is.

The bug is in abstractions/ubuntu-browsers, and can be fixed this way:

--- a/apparmor.d/abstractions/ubuntu-browsers
+++ b/apparmor.d/abstractions/ubuntu-browsers
@@ -31,7 +31,7 @@
   # and abrowser)
   /usr/bin/firefox Cxr -> sanitized_helper,
   /usr/lib/firefox*/firefox*.sh Cx -> sanitized_helper,
-  /usr/lib/firefox-esr/firefox* Cx -> sanitized_helper,
+  /usr/lib/firefox*/firefox* Cx -> sanitized_helper,
 
   # Iceweasel
   /usr/bin/iceweasel Cxr -> sanitized_helper,


I'll fix this in src:apparmor later today and will submit a merge
request upstream about it.

Thanks!

Reply via email to