2025-09-24 14:14:14 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(for dir in frontend_*/)",
|
|
|
|
|
"Bash(done)",
|
|
|
|
|
"Bash(rm:*)",
|
|
|
|
|
"Bash(npm install)",
|
|
|
|
|
"Bash(npm run dev:*)",
|
|
|
|
|
"Bash(lsof:*)",
|
|
|
|
|
"Bash(kill:*)",
|
|
|
|
|
"Bash(curl:*)",
|
|
|
|
|
"Bash(find:*)",
|
|
|
|
|
"Bash(chmod:*)",
|
|
|
|
|
"Bash(git init:*)",
|
|
|
|
|
"Bash(git remote add:*)",
|
|
|
|
|
"Bash(git add:*)",
|
2025-09-24 14:30:50 +08:00
|
|
|
"Bash(git rm:*)",
|
|
|
|
|
"Bash(git push:*)",
|
2025-09-24 15:14:38 +08:00
|
|
|
"Bash(git commit:*)",
|
|
|
|
|
"Bash(for port in 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161)",
|
2025-10-17 14:36:25 +08:00
|
|
|
"Bash(do echo -n \"Port $port: \")",
|
|
|
|
|
"Bash(awk:*)",
|
|
|
|
|
"Bash(./start-industry.sh:*)"
|
2025-09-24 14:14:14 +08:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
2025-10-17 14:36:25 +08:00
|
|
|
}
|