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