about summary refs log tree commit diff
path: root/src/dns-manager/nm-dns-bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns-manager/nm-dns-bind.c')
-rw-r--r--src/dns-manager/nm-dns-bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns-manager/nm-dns-bind.c b/src/dns-manager/nm-dns-bind.c
index 55fce030..1a3243be 100644
--- a/src/dns-manager/nm-dns-bind.c
+++ b/src/dns-manager/nm-dns-bind.c
@@ -413,7 +413,7 @@ update (NMDnsPlugin *plugin,
 		g_clear_error (&error);
 		goto out;
 	}
-	ignored = chmod (CONFFILE, 0600);
+	ignored = chmod (CONFFILE, 0644);
 
 	nm_log_dbg (LOGD_DNS, "BIND local caching DNS configuration:");
 	nm_log_dbg (LOGD_DNS, "%s", conf->str);