| Current Path : /opt/google/chrome/apparmor.d/ |
| Current File: //opt/google/chrome/apparmor.d/google-chrome-stable |
# This profile allows Chromium to create user namespaces, which is required
# for the sandbox to work on newer Ubuntu releases.
# See:
# https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces
abi <abi/4.0>,
include <tunables/global>
profile google-chrome-stable /opt/google/chrome/chrome flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/google-chrome-stable>
}