# apparmor.d - Full set of apparmor profiles # Copyright (C) 2023-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only # Profile for generic systemd unit services. Only used by tiny systemd services # that start a shell or use context specific programs. # It does not specify an attachment path because it is intended to be used only # via "Px -> systemd-user-service" exec transitions from the systemd-user profile. abi , include profile systemd-user-service flags=(complain) { include include include if exists include if exists } # vim:syntax=apparmor