Comment 35 for bug 2017980

Revision history for this message
Alex Murray (alexmurray) wrote :

This is planned to be fixed in the apparmor package itself in mantic by proving a suitable profile for chrome - something like the following in /etc/apparmor.d/opt.google.chrome.chrome

abi <abi/4.0>,

include <tunables/global>

/opt/google/chrome/chrome flags=(unconfined) {
  userns,

  # Site-specific additions and overrides. See local/README for details.
  include if exists <local/opt.google.chrome.chrome>
}