diff --git a/apps/init.cpp b/apps/init.cpp index d7bbefe0..579a5eea 100644 --- a/apps/init.cpp +++ b/apps/init.cpp @@ -339,7 +339,7 @@ Result sysinit() stdout = fopen("/dev/console", "w"); stderr = fopen("/dev/console", "w"); - TRY(os::Security::pledge("stdio rpath wpath cpath fattr host mount proc exec signal id", nullptr)); + TRY(os::Security::pledge("stdio rpath wpath cpath fattr host mount proc exec id", nullptr)); mount_tmpfs(); mount_shmfs();