mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:58:11 +00:00
About: Drop "unix" pledge after connecting to WindowServer
This commit is contained in:
parent
6f89557ffc
commit
6182a1a71c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ int main(int argc, char** argv)
|
|||
|
||||
GApplication app(argc, argv);
|
||||
|
||||
if (pledge("stdio shared_buffer unix rpath", nullptr) < 0) {
|
||||
if (pledge("stdio shared_buffer rpath", nullptr) < 0) {
|
||||
perror("pledge");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue