mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
SystemMonitor: Don't unveil /tmp/portal/symbol
This portal doesn't exist after SymbolServer has been removed.
This commit is contained in:
parent
5d6252b29e
commit
5729b4e9a5
1 changed files with 0 additions and 5 deletions
|
@ -130,11 +130,6 @@ int main(int argc, char** argv)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (unveil("/tmp/portal/symbol", "rw") < 0) {
|
|
||||||
perror("unveil");
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (unveil("/bin", "r") < 0) {
|
if (unveil("/bin", "r") < 0) {
|
||||||
perror("unveil");
|
perror("unveil");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue