# apparmor.d - Full set of apparmor profiles # Copyright (C) 2023-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{bin}/aa-teardown profile aa-teardown @{exec_path} { include include capability dac_read_search, @{exec_path} mr, @{sh_path} rix, @{lib}/apparmor/apparmor.systemd rPx, /usr/share/terminfo/** r, /dev/tty rw, include if exists } # vim:syntax=apparmor