mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
Playground: Remove redundant pledge()
This commit is contained in:
parent
595ebe215b
commit
2b47e1233b
1 changed files with 0 additions and 2 deletions
|
@ -65,8 +65,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
TRY(Core::System::pledge("stdio thread recvfd sendfd cpath rpath wpath unix"));
|
||||
auto app = TRY(GUI::Application::try_create(arguments));
|
||||
|
||||
TRY(Core::System::pledge("stdio thread recvfd sendfd rpath cpath wpath unix"));
|
||||
|
||||
TRY(Desktop::Launcher::add_allowed_handler_with_only_specific_urls("/bin/Help", { URL::create_with_file_protocol("/usr/share/man/man1/Playground.md") }));
|
||||
TRY(Desktop::Launcher::seal_allowlist());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue