1
0
mirror of https://passt.top/passt synced 2024-06-30 15:02:40 +00:00

apparmor: Use abstractions/nameservice to deal with symlinked resolv.conf

While abstractions/nameservice appeared too broad and overkill for
our simple need (read-only resolv.conf access), it properly deals
with symlinked resolv.conf files generated by systemd-resolved,
NetworkManager or suchlike.

If we just grant read-only access to /etc/resolv.conf, we'll fail to
read nameserver information in rather common configurations, because
AppArmor won't follow the symlink.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2023-09-06 20:39:12 +02:00
parent a7e4bfb857
commit 6d3e426d2f

View File

@ -15,8 +15,7 @@
include <abstractions/base>
# Alternatively: include <abstractions/nameservice>
@{etc_ro}/resolv.conf r, # get_dns(), conf.c
include <abstractions/nameservice> # get_dns(), conf.c
capability net_bind_service, # isolation.c, conf.c
capability setuid,