mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
parent
f201168877
commit
c1d8958aed
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue