mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
Services: Use default execpromises parameter to pledge(..)
This commit is contained in:
parent
9cfd520bb8
commit
09fe9b546f
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio unix inet id accept", nullptr));
|
||||
TRY(Core::System::pledge("stdio unix inet id accept"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
int port = 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue