2
0
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:
Ondřej Surý
2018-07-02 08:47:32 +02:00
parent cebcd9184e
commit b5ea00158d
4 changed files with 22 additions and 5 deletions

View File

@@ -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>