If the chroot location is set to /var/named/chroot, then this should be
the case yes. As far as the software running in the chroot is
concerned, the chroot directory is its rootfs at /. It does not have
access to anything above that.
On Wed, 2021-01-20 at 16:42 -0500, Rick Dicaire wrote:
> On Wed,
On Wed, Jan 20, 2021 at 2:19 PM Bruce Johnson
wrote:
> channel default_log {
> file "/var/named/log/default" versions 3 size 20m;
> print-time yes;
> print-category yes;
> print-severity yes;
> severity info;
> };
>
> in named-chroot do these go to the act
I am running bind in a chroot jail using the named-chroot package in CentOS 8.
Looking at this page in the docs about logging https://kb.isc.org/docs/aa-01526
the sample ones are set to :
channel default_log {
file "/var/named/log/default" versions 3 size 20m;
print-time yes
3 matches
Mail list logo