Comment 10 for bug 19845

Revision history for this message
In , Don Armstrong (don-debian) wrote : Ownership problem appears to be unreproduceable; downgrading and tagging

severity 316241 important
tag 316241 unreproducible
thanks

As:

uid=$(ls -ln /etc/bind/rndc.key | awk '{print $3}')
if [ "$uid" = "0" ]; then
    [ -n "$localconf" ] || chown bind /etc/bind/rndc.key
    chgrp bind /etc/bind
    chmod g+s /etc/bind
    chgrp bind /etc/bind/rndc.key /var/run/bind/run /var/cache/bind
    chgrp bind /etc/bind/named.conf*
    chmod g+r /etc/bind/rndc.key /etc/bind/named.conf*
    chmod g+rwx /var/run/bind/run /var/cache/bind
fi

should be taking care of this problem, I'm downgrading and tagging
unreproducible.

Don Armstrong

--
Do not handicap your children by making their lives easy.
 -- Robert Heinlein _Time Enough For Love_ p251

http://www.donarmstrong.com http://rzlab.ucr.edu