mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
AudioApplet: Remove wpath
and cpath
priviliges
This commit is contained in:
parent
17299db61a
commit
525a7e487b
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ int main(int argc, char** argv)
|
||||||
|
|
||||||
unveil(nullptr, nullptr);
|
unveil(nullptr, nullptr);
|
||||||
|
|
||||||
if (pledge("stdio recvfd sendfd rpath wpath cpath", nullptr) < 0) {
|
if (pledge("stdio recvfd sendfd rpath", nullptr) < 0) {
|
||||||
perror("pledge");
|
perror("pledge");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue