From e7ded52c2d66abe6318b85cbad327b8d15b8db3e Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 26 Jul 2026 17:53:41 +0000 Subject: [PATCH] not helps with sonya MTU error --- daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index 0be63288..696a98b4 100644 --- a/daemon/Daemon.cpp +++ b/daemon/Daemon.cpp @@ -115,7 +115,7 @@ namespace util LogPrint(eLogDebug, "Use default pledge values"); // TODO: remove that not need // proc used in daemonunix, flock used in daemonunix, unix using - pledge("stdio rpath wpath cpath inet dns unix recvfd sendfd proc error mcast chown flock pf route wroute",nullptr); + pledge("stdio rpath wpath cpath inet dns unix recvfd sendfd proc error mcast chown flock",nullptr); } else { std::ifstream f(pledge_file); if(!f) {