chore: move some cron profiles.

This commit is contained in:
Alexandre Pujol 2022-06-14 20:14:32 +01:00
parent 55c0827c2a
commit d93879d9df
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
9 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# 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}/apt-show-versions
profile cron-apt-show-versions @{exec_path} {
include <abstractions/base>
@{exec_path} r,
/{usr/,}bin/{,ba,da}sh rix,
/{usr/,}bin/apt-show-versions rPx,
# For shell pwd
/ r,
include if exists <local/cron-apt-show-versions>
}