mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:37:43 +00: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__
|
#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