[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Chrooting bind 8.1.2 under debian 2.0
- From: Petri Kaukasoina <kaukasoi elektroni ee tut fi>
- To: linux-security redhat com
- Subject: Re: Chrooting bind 8.1.2 under debian 2.0
- Date: Fri, 17 Jul 1998 13:17:00 +0300
On Fri, Jul 17, 1998 at 11:30:32AM +0300, Cougar wrote:
> My idea is to run named non-root UID/GID. As named needs to bind port 53
> which is below 1024 there are problem to execute it.
To run named from bind-8.1.2 with UID 123 and GID 456:
named -u 123 -g 456
To run it chrooted under /var/named with UID 123 and GID 456:
named -t /var/named -u 123 -g 456
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]