#
# Example usage for an unconfined app 'appname'. This provides no protection
# or configuration.
# $ aa-easyprof --template=unconfined \
#               --profile-name=com.example.appname \
#               "/usr/share/appname/**"
#
###ENDUSAGE###
# vim:syntax=apparmor

abi <abi/4.0>,
include <tunables/global>

# Define vars with unconfined since autopilot rules may reference them
###VAR###

# Requires AppArmor userspace v3+, but supported in kernel since Linux 3.12.
###PROFILEATTACH### (unconfined) {
  # And in case `apparmor_restrict_unprivileged_userns` is enabled:
  userns,
}
