mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
AudioApplet: Remove wpath
and cpath
priviliges
This commit is contained in:
parent
17299db61a
commit
525a7e487b
Notes:
sideshowbarker
2024-07-18 05:12:03 +09:00
Author: https://github.com/mustafaquraish Commit: https://github.com/SerenityOS/serenity/commit/525a7e487bc Pull-request: https://github.com/SerenityOS/serenity/pull/9635 Reviewed-by: https://github.com/TobyAsE ✅
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ int main(int argc, char** argv)
|
|||
|
||||
unveil(nullptr, nullptr);
|
||||
|
||||
if (pledge("stdio recvfd sendfd rpath wpath cpath", nullptr) < 0) {
|
||||
if (pledge("stdio recvfd sendfd rpath", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue