From 55216eb87b64c36a2bb5af6b85cb139893458152 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 26 Jul 2026 22:13:29 +0000 Subject: [PATCH] unveil drop /tmp --- daemon/Daemon.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index c1a1318c..758de3bd 100644 --- a/daemon/Daemon.cpp +++ b/daemon/Daemon.cpp @@ -219,7 +219,6 @@ namespace util } */ unveil_path(datadir, "rwc"); - unveil_path("/tmp", "rwc"); unveil_path(unveil_file, "r"); unveil_path(tunnelsdir, "r"); unveil_path(certsdir, "r");