diff options
Diffstat (limited to 'Applications/SystemMonitor/main.cpp')
-rw-r--r-- | Applications/SystemMonitor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/SystemMonitor/main.cpp b/Applications/SystemMonitor/main.cpp index 303137399c..e9fab809a5 100644 --- a/Applications/SystemMonitor/main.cpp +++ b/Applications/SystemMonitor/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char** argv) GApplication app(argc, argv); - if (pledge("stdio proc shared_buffer rpath unix", nullptr) < 0) { + if (pledge("stdio proc shared_buffer rpath", nullptr) < 0) { perror("pledge"); return 1; } |