mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
Terminal: Use Config::pledge_domains()
This commit is contained in:
parent
1a0a35f4b8
commit
3114fe612c
1 changed files with 2 additions and 0 deletions
|
@ -276,6 +276,8 @@ int main(int argc, char** argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
Config::pledge_domains("Terminal");
|
||||
|
||||
const char* command_to_execute = nullptr;
|
||||
bool keep_open = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue