SystemMonitor: Don't unveil /tmp/portal/symbol

This portal doesn't exist after SymbolServer has been removed.
This commit is contained in:
Andreas Kling 2021-05-22 18:42:47 +02:00
parent 5d6252b29e
commit 5729b4e9a5
Notes: sideshowbarker 2024-07-18 17:32:11 +09:00

View file

@ -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;