# apparmor.d - Full set of apparmor profiles # Copyright (C) 2022-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = /etc/cron.{hourly,daily,weekly,monthly}/sysstat profile cron-sysstat @{exec_path} { include include @{exec_path} r, @{sh_path} rix, @{lib}/sysstat/sa2 rPx, /etc/default/sysstat r, include if exists } # vim:syntax=apparmor