From ab1d1c12731a7c09f4ab51d8054fda444d9abaed Mon Sep 17 00:00:00 2001 From: henrygd Date: Thu, 1 May 2025 17:00:08 -0400 Subject: [PATCH] Remove PrivateTmp setting from Systemd rules in install-agent.sh Allows sharing socket in /tmp --- supplemental/scripts/install-agent.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/supplemental/scripts/install-agent.sh b/supplemental/scripts/install-agent.sh index 0b3011e..40eb1fb 100755 --- a/supplemental/scripts/install-agent.sh +++ b/supplemental/scripts/install-agent.sh @@ -580,7 +580,6 @@ StateDirectory=beszel-agent KeyringMode=private LockPersonality=yes NoNewPrivileges=yes -PrivateTmp=yes ProtectClock=yes ProtectHome=read-only ProtectHostname=yes