From: Otto Moerbeek Date: Wed, 5 Feb 2025 08:13:26 +0000 (+0100) Subject: Rewrite auth related comment X-Git-Tag: dnsdist-2.0.0-alpha1~123^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d943e03dc5858a6749514562bdd2fea6f3f351;p=thirdparty%2Fpdns.git Rewrite auth related comment --- 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' : '', )