diff --git a/Applications/Debugger/main.cpp b/Applications/Debugger/main.cpp index 367fe89001..dc198841c8 100644 --- a/Applications/Debugger/main.cpp +++ b/Applications/Debugger/main.cpp @@ -174,7 +174,7 @@ int main(int argc, char** argv) { editor = Line::Editor::construct(); - if (pledge("stdio proc exec rpath tty sigaction", nullptr) < 0) { + if (pledge("stdio proc exec rpath tty sigaction cpath unix fattr", nullptr) < 0) { perror("pledge"); return 1; }