018cfefbdb
- netconfig: write resolv.conf to /run with link to /etc (fate#325872, boo#1097370) [patch apparmor-nameservice-resolv-conf-link.patch] OBS-URL: https://build.opensuse.org/request/show/660709 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=225
12 lines
590 B
Diff
12 lines
590 B
Diff
--- apparmor-2.13/profiles/apparmor.d/abstractions/nameservice
|
|
+++ apparmor-2.13/profiles/apparmor.d/abstractions/nameservice
|
|
@@ -39,7 +39,7 @@
|
|
/etc/resolv.conf r,
|
|
# On systems where /etc/resolv.conf is managed programmatically, it is
|
|
# a symlink to /{,var/}run/(whatever program is managing it)/resolv.conf.
|
|
- /{,var/}run/{resolvconf,NetworkManager,systemd/resolve,connman}/resolv.conf r,
|
|
+ /{,var/}run/{resolvconf,NetworkManager,systemd/resolve,connman,netconfig}/resolv.conf r,
|
|
/etc/resolvconf/run/resolv.conf r,
|
|
/{,var/}run/systemd/resolve/stub-resolv.conf r,
|
|
|