From: Michał Kępień Date: Mon, 12 Aug 2019 07:46:12 +0000 (+0200) Subject: Clarify relationship between ACLs and RPZ X-Git-Tag: v9.15.3~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33bddbb5d18e17e909142c9a01d893da963697a7;p=thirdparty%2Fbind9.git Clarify relationship between ACLs and RPZ In the ARM section about RPZ, add text explicitly stating that ACLs take precedence over RPZ to prevent users from expecting RPZ actions to be applied to queries coming from clients which are not permitted access to the resolver by ACLs. --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 749a3bb4bc4..733496d7970 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -9645,6 +9645,14 @@ deny-answer-aliases { "example.net"; }; than that is a configuration error. + + Rules encoded in response policy zones are processed after + Access Control Lists + (ACLs). All queries from clients which are not + permitted access to the resolver will be answered with a + status code of REFUSED, regardless of configured RPZ rules. + + Five policy triggers can be encoded in RPZ records.