Terminal: Use Config::pledge_domains()

This commit is contained in:
Andreas Kling 2021-08-25 20:06:54 +02:00
parent 1a0a35f4b8
commit 3114fe612c

View file

@ -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;