From: Razvan Becheriu Date: Tue, 8 Jul 2025 11:03:11 +0000 (+0300) Subject: [#3927] fixed unit tests X-Git-Tag: Kea-3.1.0~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=485cc46cd8417266eb54958aa2f71b436bb88e69;p=thirdparty%2Fkea.git [#3927] fixed unit tests --- diff --git a/src/lib/asiolink/testutils/meson.build b/src/lib/asiolink/testutils/meson.build index b42856b61a..f5f5af49dc 100644 --- a/src/lib/asiolink/testutils/meson.build +++ b/src/lib/asiolink/testutils/meson.build @@ -49,6 +49,10 @@ elif CRYPTO_DEP.name() == botan.name() endif # PostgreSQL requires restricted permissions on the key files. +configure_file( + command: ['chmod', 'og-rwx', f'@TEST_CA_DIR@/kea-client.key'], + output: f'kea-client.key', +) configure_file( command: ['chmod', 'og-rwx', f'@TEST_CA_DIR@/kea-other.key'], output: f'kea-other.key',