fix(profile): missing rule in resolvconf.

fix #502
This commit is contained in:
Alexandre Pujol 2024-09-21 16:07:55 +01:00
parent f201168877
commit c1d8958aed
Failed to generate hash of commit

View file

@ -15,6 +15,7 @@ profile resolvconf @{exec_path} {
@{sh_path} rix,
@{bin}/cat rix,
@{bin}/cp rix,
@{bin}/flock rix,
@{bin}/mkdir rix,
@{bin}/mv rix,
@ -27,10 +28,14 @@ profile resolvconf @{exec_path} {
/usr/lib/resolvconf/{,**} r,
@{etc_rw}/resolv.conf.bak rw,
@{etc_rw}/resolv.conf rw,
/etc/resolvconf.conf r,
/etc/resolvconf/{,**} r,
/etc/resolvconf/update.d/libc rix,
/ r,
owner @{run}/resolvconf/{,**} rw,
owner @{run}/resolvconf/run-lock wk,