mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
|
# 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}>
|
||
|
}}
|