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) {