mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Update needrestart (#181)
This commit is contained in:
parent
c6a048c9ca
commit
714971911a
1 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,7 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/python3.[0-9]* rix,
|
||||
@{bin}/sed rix,
|
||||
@{bin}/stty rix,
|
||||
@{bin}/systemctl rPx,
|
||||
@{bin}/systemctl rPx -> child-systemctl,
|
||||
@{bin}/systemd-detect-virt rPx,
|
||||
@{bin}/udevadm rPx,
|
||||
@{bin}/whiptail rPx,
|
||||
|
@ -49,6 +49,7 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
|
|||
/etc/shadow r,
|
||||
|
||||
/boot/ r,
|
||||
/boot/intel-ucode.img r,
|
||||
/boot/vmlinuz* r,
|
||||
|
||||
owner /var/cache/debconf/{config,passwords,templates}.dat{,-new,-old} rwk,
|
||||
|
@ -65,4 +66,4 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
|
|||
/dev/**/ r,
|
||||
|
||||
include if exists <local/needrestart>
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue