# apparmor.d - Full set of apparmor profiles # Copyright (C) 2025 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = /etc/init.d/kdump-tools profile kdump-tools-init @{exec_path} flags=(attach_disconnected) { include @{exec_path} mr, @{sh_path} mr, @{bin}/cat ix, @{bin}/plymouth Px, @{bin}/run-parts ix, @{bin}/systemctl Cx -> systemctl, @{sbin}/kdump-config Px, /etc/default/kdump-tools r, @{PROC}/cmdline r, profile systemctl flags=(attach_disconnected) { include include capability net_admin, ptrace read peer=@{p_systemd}, include if exists } include if exists } # vim:syntax=apparmor