diff --git a/Applications/TextEditor/main.cpp b/Applications/TextEditor/main.cpp index 23d67ae586d..3b3bf8d59ba 100644 --- a/Applications/TextEditor/main.cpp +++ b/Applications/TextEditor/main.cpp @@ -37,7 +37,7 @@ int main(int argc, char** argv) GUI::Application app(argc, argv); - if (pledge("stdio thread rpath accept cpath wpath shared_buffer", nullptr) < 0) { + if (pledge("stdio thread rpath accept cpath wpath shared_buffer unix", nullptr) < 0) { perror("pledge"); return 1; }