mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Improve documentation and error messages when libcap is not available
This commit is contained in:
@@ -119,6 +119,17 @@
|
||||
setting might change to <command>strict</command> in the future.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
When built on Linux, BIND now requires the <command>libcap</command>
|
||||
library to set process privileges. The adds a new compile-time
|
||||
dependency, which can be met on most Linux platforms by installing the
|
||||
<command>libcap-dev</command> or <command>libcap-devel</command>
|
||||
package. BIND can also be built without capability support by using
|
||||
<command>configure --disable-linux-caps</command>, at the cost of some
|
||||
loss of security.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user