diff options
| author | Michael Biebl <biebl@debian.org> | 2012-03-24 01:37:02 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-03-24 01:37:02 +0100 |
| commit | de06e5715e780baade318f3490ac7a4c9ce84e32 (patch) | |
| tree | 23fbc3fafc12072476eff98bee60100eb54c29db /src/dns-manager/nm-dns-bind.c | |
| parent | b436a68a20ff3114ded32a7a3d70cdd4954039f9 (diff) | |
Imported Upstream version 0.9.4.0 upstream/0.9.4.0
Diffstat (limited to 'src/dns-manager/nm-dns-bind.c')
| -rw-r--r-- | src/dns-manager/nm-dns-bind.c | 2 |
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); |