mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
Shell: Use default execpromises parameter to pledge(..)
This commit is contained in:
parent
09fe9b546f
commit
4d0317ae7a
Notes:
sideshowbarker
2024-07-17 14:28:39 +09:00
Author: https://github.com/bgianfo
Commit: 4d0317ae7a
Pull-request: https://github.com/SerenityOS/serenity/pull/13496
Reviewed-by: https://github.com/awesomekling ✅
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
});
|
});
|
||||||
|
|
||||||
#ifdef __serenity__
|
#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
|
#endif
|
||||||
|
|
||||||
RefPtr<::Shell::Shell> shell;
|
RefPtr<::Shell::Shell> shell;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue