mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '535-linux-perms-broken' into 'master'
Resolve "named is broken on linux due to user permissions" Closes #535 See merge request isc-projects/bind9!783
This commit is contained in:
commit
874a4baf62
1 changed files with 1 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ void
|
|||
named_os_minprivs(void) {
|
||||
#if defined(HAVE_SYS_CAPABILITY_H)
|
||||
linux_keepcaps();
|
||||
named_os_changeuser();
|
||||
linux_minprivs();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue