Fully prevent client commands on input only sessions

This commit is contained in:
Yukino Song
2025-02-05 11:16:27 +08:00
parent 5c36b89103
commit 9c5c90e64b
3 changed files with 14 additions and 2 deletions

View File

@@ -125,6 +125,7 @@ namespace proc {
private:
int _app_id;
std::string _app_name;
boost::process::v1::environment _env;