apparmor/utils/default_unconfined.template

15 lines
383 B
Text
Raw Permalink Normal View History

# This profile was auto-generated by AppArmor
# This profile allows everything and only exists to give the
# application the possibility to use unprivileged user namespaces
abi <abi/4.0>,
include <tunables/global>
profile {name} {path} flags=(unconfined) {{
{rule},
# Site-specific additions and overrides. See local/README for details.
include if exists <local/{name}>
}}