# apparmor.d - Full set of apparmor profiles # Copyright (C) 2021-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = /etc/cron.{hourly,daily,weekly,monthly}/apport profile cron-apport @{exec_path} { include @{exec_path} r, @{sh_path} rix, @{bin}/find rix, @{bin}/rm rix, / r, /var/crash/ r, /var/crash/* w, include if exists } # vim:syntax=apparmor