mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
Shell: Use default execpromises parameter to pledge(..)
This commit is contained in:
parent
09fe9b546f
commit
4d0317ae7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue