From f287f6233409445e126f426a8fb7bcc182307ecd Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 26 Jul 2026 15:26:04 +0000 Subject: [PATCH] pledge add ioctl --- daemon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Daemon.cpp b/daemon/Daemon.cpp index 3296dfad..fc4992dd 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 ioctl",nullptr); } else { std::ifstream f(pledge_file); if(!f) {