From c6cd328a7fc50d44f56705ce183f41d8e4f7a9f0 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 26 Jul 2026 17:36:30 +0000 Subject: [PATCH] pledge add route wroute pf; NetIface: Failed to run ioctl: Function not implemented --- daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index 3296dfad..00fcfa42 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",nullptr); + pledge("stdio rpath wpath cpath inet dns unix recvfd sendfd proc error mcast chown flock pf route wroute",nullptr); } else { std::ifstream f(pledge_file); if(!f) {