- 添加 apt-get update 和 apt-get install 命令以支持包管理操作 - 添加 locale-gen 和相关的环境变量导出命令以支持区域设置配置 - 添加通用的 export 命令以支持环境变量设置
@@ -79,7 +79,12 @@
"Bash(host:*)",
"Bash(netstat:*)",
"Bash(ss:*)",
- "Bash(ls:*)"
+ "Bash(ls:*)",
+ "Bash(apt-get update:*)",
+ "Bash(apt-get install:*)",
+ "Bash(locale-gen:*)",
+ "Bash(export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8:*)",
+ "Bash(export:*)"
],
"deny": [],
"ask": []