mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +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
|
@ -193,7 +193,7 @@ static constexpr size_t MAX_SEARCH_RESULTS = 6;
|
|||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
TRY(Core::System::pledge("stdio recvfd sendfd rpath cpath unix proc exec thread", nullptr));
|
||||
TRY(Core::System::pledge("stdio recvfd sendfd rpath cpath unix proc exec thread"));
|
||||
|
||||
Core::LockFile lockfile("/tmp/lock/assistant.lock");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue