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

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

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

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