mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 03:10:04 -04:00
chroot() happens before reading named.conf [RT #737]
This commit is contained in:
parent
3d76b54512
commit
bce9e213fc
1 changed files with 3 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
.\" $Id: named.8,v 1.12 2001/01/09 21:47:16 bwelling Exp $
|
||||
.\" $Id: named.8,v 1.13 2001/01/30 01:06:05 gson Exp $
|
||||
|
||||
.Dd Jun 30, 2000
|
||||
.Dt NAMED 8
|
||||
|
|
@ -101,7 +101,8 @@ tells
|
|||
.Nm named
|
||||
to chroot() to
|
||||
.Ar directory
|
||||
immediately after reading its config file.
|
||||
as soon as it is finshed processing command line arguments,
|
||||
before reading its configuration file.
|
||||
This should be used in conjunction with the
|
||||
.Fl u
|
||||
option, as chrooting a process running as root doesn't
|
||||
|
|
|
|||
Loading…
Reference in a new issue