Fix permissions issue on start due to restricted capabilities (no DAC_OVERRIDE)
parent
d046a8c4d3
commit
270536d814
|
@ -5,5 +5,5 @@ unbound_install_package: yes
|
||||||
unbound_config_props:
|
unbound_config_props:
|
||||||
path: /etc/unbound/unbound.conf
|
path: /etc/unbound/unbound.conf
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
owner: unbound
|
owner: root
|
||||||
group: unbound
|
group: root
|
||||||
|
|
Loading…
Reference in New Issue