diff --git a/Userland/Applications/SystemMonitor/main.cpp b/Userland/Applications/SystemMonitor/main.cpp index a50a2f5982c..5e42f3783ed 100644 --- a/Userland/Applications/SystemMonitor/main.cpp +++ b/Userland/Applications/SystemMonitor/main.cpp @@ -130,11 +130,6 @@ int main(int argc, char** argv) return 1; } - if (unveil("/tmp/portal/symbol", "rw") < 0) { - perror("unveil"); - return 1; - } - if (unveil("/bin", "r") < 0) { perror("unveil"); return 1;