Subject: named_chrootdir and daily insecurity output
To: None <netbsd-users@netbsd.org>
From: Geert Hendrickx <ghen@NetBSD.org>
List: netbsd-users
Date: 05/01/2006 12:10:46
Hi,
I've recently started using named_chrootdir=/var/chroot/named, as to run
BIND chrooted in that directory. Works fine.
For convenience, I've symlinked /etc/namedb/ and /etc/named.conf from
/var/chroot/named to /, so I can continue editing those files in their
usual locations. But now I'm getting this in the daily security mails:
Checking special files and directories.
etc/namedb:
type (dir, link)
etc/named.conf:
type (file, link)
Is there an option to disable/ignore that check? (Or even better, could it
be disabled by default when named_chrootdir is set?)
Geert