chore: move some cron profiles.
This commit is contained in:
parent
55c0827c2a
commit
d93879d9df
9 changed files with 0 additions and 0 deletions
22
apparmor.d/groups/cron/cron-apt-show-versions
Normal file
22
apparmor.d/groups/cron/cron-apt-show-versions
Normal 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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue