diff options
Diffstat (limited to 'Servers/SystemServer')
-rw-r--r-- | Servers/SystemServer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Servers/SystemServer/main.cpp b/Servers/SystemServer/main.cpp index 154334ee0c..cfe2ff7848 100644 --- a/Servers/SystemServer/main.cpp +++ b/Servers/SystemServer/main.cpp @@ -77,7 +77,7 @@ static void mount_all_filesystems() int main(int, char**) { - if (pledge("stdio proc exec tty unix rpath wpath cpath chown fattr id", nullptr) < 0) { + if (pledge("stdio proc exec tty accept unix rpath wpath cpath chown fattr id", nullptr) < 0) { perror("pledge"); return 1; } |