init: Stop using the removed 'signal' pledge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-08-22 13:36:33 +02:00
parent 993e94cc76
commit e5905a33e1
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -339,7 +339,7 @@ Result<int> 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();