diff options
-rw-r--r-- | Shell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/main.cpp b/Shell/main.cpp index 110238881e..b26ae28092 100644 --- a/Shell/main.cpp +++ b/Shell/main.cpp @@ -121,7 +121,7 @@ int main(int argc, char** argv) pthread_sigmask(SIG_BLOCK, &blocked, NULL); #endif #ifdef __serenity__ - if (pledge("stdio rpath wpath cpath proc exec tty accept", nullptr) < 0) { + if (pledge("stdio rpath wpath cpath proc exec tty accept sigaction", nullptr) < 0) { perror("pledge"); return 1; } |