mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Update run-parts
This commit is contained in:
parent
1083520225
commit
0560bc18fb
1 changed files with 10 additions and 1 deletions
|
@ -15,10 +15,18 @@ profile run-parts @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/nice rix,
|
||||
/{usr/,}bin/snapper rix,
|
||||
|
||||
|
||||
/usr/share/update-notifier/notify-reboot-required rPx,
|
||||
/usr/share/update-notifier/notify-updates-outdated rPx,
|
||||
|
||||
/etc/ r,
|
||||
/etc/conf.d/snapper{,**} r,
|
||||
/etc/passwd r,
|
||||
|
||||
|
||||
# Crontab
|
||||
/etc/cron.{hourly,daily,weekly,monthly}/ r,
|
||||
|
@ -48,7 +56,7 @@ profile run-parts @{exec_path} {
|
|||
/etc/cron.{hourly,daily,weekly,monthly}/sysstat rPx,
|
||||
/etc/cron.{hourly,daily,weekly,monthly}/tor rPUx,
|
||||
/etc/cron.{hourly,daily,weekly,monthly}/vrms rPUx,
|
||||
/var/spool/anacron/cron.{hourly,daily,weekly,monthly} r,
|
||||
/var/spool/anacron/cron.{hourly,daily,weekly,monthly} rw,
|
||||
|
||||
# Network
|
||||
/etc/network/if-down.d/ r,
|
||||
|
@ -117,6 +125,7 @@ profile run-parts @{exec_path} {
|
|||
/etc/kernel/prerm.d/dkms rCx -> kernel,
|
||||
|
||||
owner /tmp/#[0-9]*[0-9] rw,
|
||||
owner /tmp/$anacron* rw,
|
||||
|
||||
/dev/tty[0-9]* rw,
|
||||
|
||||
|
|
Loading…
Reference in a new issue