mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00
Applications: Use default execpromises parameter to pledge(..)
This commit is contained in:
parent
7c0495cbac
commit
9cfd520bb8
6 changed files with 9 additions and 9 deletions
|
@ -212,7 +212,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
{
|
||||
editor = Line::Editor::construct();
|
||||
|
||||
TRY(Core::System::pledge("stdio proc ptrace exec rpath tty sigaction cpath unix", nullptr));
|
||||
TRY(Core::System::pledge("stdio proc ptrace exec rpath tty sigaction cpath unix"));
|
||||
|
||||
char const* command = nullptr;
|
||||
Core::ArgsParser args_parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue