Comment 8 for bug 1602916

Revision history for this message
Nick Gilla (nickgilla) wrote :

A quick fix until resolved is to address the issues with apparmor. I'm working on a laundry list of apparmor tweaks, but here's what I've got that *mostly* fixes the browser:

https://bugs.launchpad.net/ubports-android/+bug/1625832/comments/7

Clearly, *a lot* of such overrides will be needed for other apps. However, web apps like Gmail have similar issues with oxide_helper that are likely addressed in a similar way to what I've done for the browser.

The way to find these errant apparmor profiles is to grep DENIED from /var/log/syslog. Then, just hunt down the appropriate apparmor profiles, create local ones, and/or create a tunables file. See apparmor wiki.

Cheers.