mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 16:03:51 +01:00
feat: add some con related profiles.
This commit is contained in:
parent
5eb4e1f526
commit
3e15dcabc6
@ -102,6 +102,8 @@ profile cron @{exec_path} {
|
|||||||
/etc/cron.{hourly,daily,weekly,monthly}/vrms rPUx,
|
/etc/cron.{hourly,daily,weekly,monthly}/vrms rPUx,
|
||||||
/etc/cron.{hourly,daily,weekly,monthly}/apt-xapian-index rPx,
|
/etc/cron.{hourly,daily,weekly,monthly}/apt-xapian-index rPx,
|
||||||
/etc/cron.{hourly,daily,weekly,monthly}/tor rPUx,
|
/etc/cron.{hourly,daily,weekly,monthly}/tor rPUx,
|
||||||
|
/etc/cron.{hourly,daily,weekly,monthly}/cracklib-runtime rPx,
|
||||||
|
/etc/cron.{hourly,daily,weekly,monthly}/etckeeper rPx,
|
||||||
|
|
||||||
#/etc/cron.{hourly,daily,weekly,monthly}/opera-browser rPUx,
|
#/etc/cron.{hourly,daily,weekly,monthly}/opera-browser rPUx,
|
||||||
#/etc/cron.{hourly,daily,weekly,monthly}/google-chrome{,-beta,-unstable} rPUx,
|
#/etc/cron.{hourly,daily,weekly,monthly}/google-chrome{,-beta,-unstable} rPUx,
|
||||||
|
23
apparmor.d/groups/cron/cron-cracklib
Normal file
23
apparmor.d/groups/cron/cron-cracklib
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /etc/cron.{hourly,daily,weekly,monthly}/cracklib-runtime
|
||||||
|
profile cron-cracklib @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/consoles>
|
||||||
|
|
||||||
|
@{exec_path} r,
|
||||||
|
|
||||||
|
/{usr/,}bin/{,ba,da}sh rix,
|
||||||
|
/{usr/,}bin/logger rix,
|
||||||
|
/{usr/,}sbin/update-cracklib rPx,
|
||||||
|
|
||||||
|
/etc/cracklib/cracklib.conf r,
|
||||||
|
|
||||||
|
include if exists <local/cron-cracklib>
|
||||||
|
}
|
27
apparmor.d/groups/cron/cron-etckeeper
Normal file
27
apparmor.d/groups/cron/cron-etckeeper
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /etc/cron.{hourly,daily,weekly,monthly}/etckeeper
|
||||||
|
profile cron-etckeeper @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/consoles>
|
||||||
|
|
||||||
|
@{exec_path} r,
|
||||||
|
|
||||||
|
/{usr/,}bin/{,ba,da}sh rix,
|
||||||
|
/{usr/,}bin/rm rix,
|
||||||
|
/{usr/,}bin/find rix,
|
||||||
|
/{usr/,}bin/etckeeper rPx,
|
||||||
|
|
||||||
|
/etc/etckeeper/daily rix,
|
||||||
|
/etc/etckeeper/etckeeper.conf r,
|
||||||
|
|
||||||
|
/var/cache/etckeeper/packagelist.pre-install rw,
|
||||||
|
|
||||||
|
include if exists <local/cron-etckeeper>
|
||||||
|
}
|
22
apparmor.d/groups/cron/cron-sysstat
Normal file
22
apparmor.d/groups/cron/cron-sysstat
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /etc/cron.{hourly,daily,weekly,monthly}/sysstat
|
||||||
|
profile cron-sysstat @{exec_path} {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/consoles>
|
||||||
|
|
||||||
|
@{exec_path} r,
|
||||||
|
|
||||||
|
/{usr/,}bin/{,ba,da}sh rix,
|
||||||
|
/{usr/,}lib/sysstat/sa2 rPx,
|
||||||
|
|
||||||
|
/etc/default/sysstat r,
|
||||||
|
|
||||||
|
include if exists <local/cron-sysstat>
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user