mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Shell: Use default execpromises parameter to pledge(..)
This commit is contained in:
committed by
Brian Gianforcaro
parent
09fe9b546f
commit
4d0317ae7a
@@ -42,7 +42,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
});
|
||||
|
||||
#ifdef __serenity__
|
||||
TRY(Core::System::pledge("stdio rpath wpath cpath proc exec tty sigaction unix fattr", nullptr));
|
||||
TRY(Core::System::pledge("stdio rpath wpath cpath proc exec tty sigaction unix fattr"));
|
||||
#endif
|
||||
|
||||
RefPtr<::Shell::Shell> shell;
|
||||
|
||||
Reference in New Issue
Block a user