]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Delay release of root privileges until after configuring controls
authorEvan Hunt <each@isc.org>
Thu, 29 Aug 2024 18:11:15 +0000 (18:11 +0000)
committerEvan Hunt <each@isc.org>
Thu, 29 Aug 2024 18:11:15 +0000 (18:11 +0000)
Delay relinquishing root privileges until the control channel has been configured, for the benefit of systems that require root to use privileged port numbers.  This mostly affects systems without fine-grained privilege systems (i.e., other than Linux).

Closes #4793

Merge branch '4793-bind-9-19-24-not-listening-to-rndc-port-953-on-localhost' into 'main'

Closes #4793

See merge request isc-projects/bind9!9123


Trivial merge