From b1588070ca5ac428bcc258c7ffcde500d23c82eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Patryk=20Szczyg=C5=82owski?= Date: Fri, 6 Jun 2014 11:28:02 +0200 Subject: [PATCH] - Change /var/lib/named/M to writeable by named. Allows for DNSSEC auto-sign feature. --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index e9db850..87d30bf 100644 --- a/bind.spec +++ b/bind.spec @@ -562,7 +562,7 @@ fi %attr(770,root,named) %dir %{_var}/lib/named %attr(770,root,named) %dir %{_var}/lib/named/D -%attr(750,root,named) %dir %{_var}/lib/named/M +%attr(770,root,named) %dir %{_var}/lib/named/M %attr(770,root,named) %dir %{_var}/lib/named/S %attr(750,root,named) %dir %{_var}/lib/named/etc %attr(640,root,named) %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/named/etc/bind.keys -- 2.44.0