Update needrestart
This commit is contained in:
parent
fa0c9b30a0
commit
c47293d4af
1 changed files with 12 additions and 5 deletions
|
|
@ -24,12 +24,16 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
|
||||||
@{exec_path} mrix,
|
@{exec_path} mrix,
|
||||||
|
|
||||||
/{usr/,}bin/{,ba,da}sh rix,
|
/{usr/,}bin/{,ba,da}sh rix,
|
||||||
|
/{usr/,}bin/cat rix,
|
||||||
/{usr/,}bin/dpkg-query rpx,
|
/{usr/,}bin/dpkg-query rpx,
|
||||||
/{usr/,}bin/fail2ban-server rPx,
|
/{usr/,}bin/fail2ban-server rPx,
|
||||||
|
/{usr/,}bin/gettext rix,
|
||||||
/{usr/,}bin/locale rix,
|
/{usr/,}bin/locale rix,
|
||||||
|
/{usr/,}bin/pacman rix,
|
||||||
/{usr/,}bin/python3.[0-9]* rix,
|
/{usr/,}bin/python3.[0-9]* rix,
|
||||||
/{usr/,}bin/sed rix,
|
/{usr/,}bin/sed rix,
|
||||||
/{usr/,}bin/stty rix,
|
/{usr/,}bin/stty rix,
|
||||||
|
/{usr/,}bin/su rPx,
|
||||||
/{usr/,}bin/systemctl rPx,
|
/{usr/,}bin/systemctl rPx,
|
||||||
/{usr/,}bin/systemd-detect-virt rPx,
|
/{usr/,}bin/systemd-detect-virt rPx,
|
||||||
/{usr/,}bin/udevadm rPx,
|
/{usr/,}bin/udevadm rPx,
|
||||||
|
|
@ -47,11 +51,14 @@ profile needrestart @{exec_path} flags=(attach_disconnected) {
|
||||||
/etc/needrestart/{,**} r,
|
/etc/needrestart/{,**} r,
|
||||||
/etc/needrestart/*.d/* rix,
|
/etc/needrestart/*.d/* rix,
|
||||||
/etc/shadow r,
|
/etc/shadow r,
|
||||||
|
owner /etc/pacman.conf r,
|
||||||
|
owner /etc/pacman.d/* r,
|
||||||
|
|
||||||
/boot/ r,
|
/boot/ r,
|
||||||
/boot/vmlinuz* r,
|
/boot/vmlinuz* r,
|
||||||
|
|
||||||
owner /var/cache/debconf/{config,passwords,templates}.dat{,-new,-old} rwk,
|
owner /var/cache/debconf/{config,passwords,templates}.dat{,-new,-old} rwk,
|
||||||
|
owner /var/lib/pacman/local/{,**} r,
|
||||||
|
|
||||||
@{PROC}/ r,
|
@{PROC}/ r,
|
||||||
@{PROC}/@{pids}/cgroup r,
|
@{PROC}/@{pids}/cgroup r,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue