controls problem in 8.2.3-REL?
Ian G Batten
I.G.Batten at ftel.co.uk
Tue Feb 13 12:57:32 UTC 2001
This named.conf entry:
controls {
unix "/var/named.data/ndc" perm 0600 owner 5 group 5;
};
appears to have the effect of chmod-ing /var/named.data to 0600 (I can't
tell what it does to ownership, as it's 5/5 already). If I change the
configuration file entry to
controls {
unix "/var/named.data/ndc" perm 0700 owner 5 group 5;
};
then /var/named.data is in mode 0700, while /var/named.data/ndc is a
socket in mode 755, owned by root.
This doesn't look right.
ian
More information about the bind-workers
mailing list