From d0d943e03dc5858a6749514562bdd2fea6f3f351 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 5 Feb 2025 09:13:26 +0100 Subject: [PATCH] Rewrite auth related comment --- pdns/recursordist/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/meson.build b/pdns/recursordist/meson.build index ffc5cdc701..393fd53b0c 100644 --- a/pdns/recursordist/meson.build +++ b/pdns/recursordist/meson.build @@ -595,7 +595,7 @@ if dep_systemd.found() summary('Service Group', systemd_service_group, section: 'Systemd') # ProtectSystem=full will disallow write access to /etc and /usr, possibly not being - # able to write slaved-zones into sqlite3 or zonefiles. + # able to write RPZ dumps or API related files. systemd_service_conf.set( 'ProtectSystem', have_systemd_protect_system ? 'ProtectSystem=full' : '', ) -- 2.47.2