From 9835d65dde7467147face6d078b4e560e7c3742f Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 26 Jun 2024 12:13:26 -0700 Subject: [PATCH] Remove old comment Signed-off-by: Tommy --- etc/systemd/system/unbound.service.d/override-chroot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/unbound.service.d/override-chroot.conf b/etc/systemd/system/unbound.service.d/override-chroot.conf index 2c50696..fd40093 100644 --- a/etc/systemd/system/unbound.service.d/override-chroot.conf +++ b/etc/systemd/system/unbound.service.d/override-chroot.conf @@ -9,7 +9,7 @@ ProtectClock=true ProtectControlGroups=true ProtectKernelLogs=true ProtectKernelModules=true -# This breaks using socket options like 'so-rcvbuf'. Explicitly disable for visibility. +# This breaks using socket options like 'so-rcvbuf'. ProtectKernelTunables=true ProtectProc=invisible # ProtectSystem with strict does not work - need further testing.