# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only

# Define some variables for some commonly used profile. They may be used in 
# other profiles peer label.

# All variables that refer to a profile name should be prefixed with `p_`

# Name of the systemd profiles. Can be `unconfined` or `systemd`, `systemd-user`
@{p_systemd}=unconfined
@{p_systemd_user}=unconfined

# vim:syntax=apparmor
