]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add system test using SIG(0) and ACL matching
authorOndřej Surý <ondrej@isc.org>
Tue, 24 Feb 2026 18:20:14 +0000 (19:20 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Mar 2026 12:49:48 +0000 (13:49 +0100)
commite85af603df437eddbe472d874742918688ec8f75
tree85b9c9cf45e0267529b5dd8bd14ee9071a1269dd
parent308baa89105018c37b6998a9216e0bed2c0de8c2
Add system test using SIG(0) and ACL matching

This adds a system test to verify that asynchronous SIG(0)
validation correctly retains the ACL environment and network
addresses of the caller, preventing unauthorized ACL bypass
when evaluating match-clients and match-destinations.

(cherry picked from commit 613a93478ba7c406a9f111b3dad0fe1b36ee8a8d)
bin/tests/system/sig0/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/sig0/setup.sh [new file with mode: 0644]
bin/tests/system/sig0/tests_sig0.py [new file with mode: 0644]