# Copyright (C) 2024 Scarlett Moore
# SPDX-License-Identifier: GPL-2.0-only
# vim:syntax=apparmor
# AppArmor policy for plasma-welcome
abi <abi/4.0>,

include <tunables/global>

profile plasma-welcome /usr/bin/plasma-welcome {
  userns,

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

}
