apparmor.d/apparmor.d/groups/cron/cron-mlocate

30 lines
685 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2019-2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /etc/cron.{hourly,daily,weekly,monthly}/mlocate
profile cron-mlocate @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} r,
@{bin}/{,ba,da}sh rix,
@{bin}/which{,.debianutils} rix,
@{bin}/true rix,
@{bin}/flock rix,
@{bin}/nocache rix,
@{bin}/ionice rix,
@{bin}/nice rix,
@{bin}/updatedb.mlocate rPx,
@{bin}/on_ac_power rPx,
@{run}/mlocate.daily.lock rwk,
include if exists <local/cron-mlocate>
}