mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 02:32:50 -04:00
linux_dropprivs() seems to be broken; disable for now
This commit is contained in:
parent
288f9443ac
commit
dce6dc45b1
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ ns_os_init(void) {
|
|||
setup_syslog();
|
||||
|
||||
#ifdef HAVE_LINUX_CAPABILITY_H
|
||||
linux_dropprivs();
|
||||
/* linux_dropprivs(); */
|
||||
#endif
|
||||
|
||||
return (ISC_R_SUCCESS);
|
||||
|
|
|
|||
Loading…
Reference in a new issue