2025-12-08 00:53:23 +08:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
2026-02-11 00:12:31 +08:00
|
|
|
"allow": [
|
|
|
|
|
"Bash(git add:*)",
|
|
|
|
|
"Bash(git commit:*)",
|
|
|
|
|
"Bash(git push:*)",
|
2026-02-11 14:10:18 +08:00
|
|
|
"Bash(git config:*)",
|
|
|
|
|
"Bash(python:*)",
|
|
|
|
|
"Bash(python3:*)",
|
|
|
|
|
"Bash(curl:*)",
|
|
|
|
|
"Bash(pip show:*)",
|
|
|
|
|
"Bash(find:*)",
|
|
|
|
|
"Bash(chmod:*)",
|
|
|
|
|
"Bash(open:*)"
|
2026-02-11 00:12:31 +08:00
|
|
|
],
|
2025-12-08 00:53:23 +08:00
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|