# Copyright (C) 2024 Scarlett Moore
# SPDX-License-Identifier: GPL-2.0-only
# vim:syntax=apparmor
# AppArmor policy for cantor

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

profile cantor /usr/bin/cantor flags=(unconfined) {
  userns,

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