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

# Integrations
#
# The profiles can integrate themselves with various other program if they have
# installed on the system. These integrations are managed using the WITh class
# variables.
#
# Integrations states depend on the running state and are thus expected to be
# configured by a program at runtime.
#
# All instegration state variables should be uppercase and start with the `WITH_` prefix.
#
# !!! warning
#
#     It is currently a work in progress and only enabled on abi 5.
#

# Either or not flatpak apps profile are generated with aa-flatpak
#${WITH_FLATPAKAPPS} = false

# profile: Hyprland
#${WITH_HYPRLAND} = true

# profile: startlxqt
#${WITH_STARTLXQT} = true

# program: /usr/bin/sway
#${WITH_SWAY} = true

# program: /usr/bin/openbox-session
#${WITH_OPENBOX} = true

include if exists <tunables/multiarch.d/with.d>

# vim:syntax=apparmor
