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

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

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

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