]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Rewrite auth related comment 15119/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Feb 2025 08:13:26 +0000 (09:13 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Feb 2025 08:13:26 +0000 (09:13 +0100)
pdns/recursordist/meson.build

index ffc5cdc701da851ca3267a16a466371b4baf2f06..393fd53b0cdbb9092ef5544b322633d4b63d553f 100644 (file)
@@ -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' : '',
   )