]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit8a09d54d6befaf3e35a59c48b926da893303a375
tree2fcf3bd992dbebf45e9b8bdb372fd65b814cec27
parent9afcdc2b184e96b0ce5a62373cccaa9a804fb2f0
parentd57fa148afff957d77fffdca74bfe4541ff16c10
fix: usr: Delay release of root privileges until after configuring controls

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