mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Hearts: Remove wpath
and cpath
priviliges
There are no longer needed since the config file is not being modified by the application directly.
This commit is contained in:
parent
c646efaf49
commit
17299db61a
Notes:
sideshowbarker
2024-07-18 05:12:06 +09:00
Author: https://github.com/mustafaquraish
Commit: 17299db61a
Pull-request: https://github.com/SerenityOS/serenity/pull/9635
Reviewed-by: https://github.com/TobyAsE ✅
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ int main(int argc, char** argv)
|
|||
|
||||
Config::pledge_domains("Hearts");
|
||||
|
||||
if (pledge("stdio recvfd sendfd rpath wpath cpath", nullptr) < 0) {
|
||||
if (pledge("stdio recvfd sendfd rpath", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue