mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
Utilities: Use default execpromises parameter to pledge(..)
This commit is contained in:
committed by
Brian Gianforcaro
parent
4d0317ae7a
commit
af3751e4dd
@@ -43,7 +43,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
args_parser.parse(arguments);
|
||||
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
TRY(Core::System::pledge("stdio rpath wpath recvfd", nullptr));
|
||||
TRY(Core::System::pledge("stdio rpath wpath recvfd"));
|
||||
|
||||
if (command.equals_ignoring_case("get") || command == "g") {
|
||||
// Get variables
|
||||
|
||||
Reference in New Issue
Block a user