From e5905a33e15b281047f351357cb5096514c1177a Mon Sep 17 00:00:00 2001 From: apio Date: Tue, 22 Aug 2023 13:36:33 +0200 Subject: [PATCH] init: Stop using the removed 'signal' pledge --- apps/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();