Files
2026-06-20 12:17:59 +02:00

39 lines
924 B
JSON

{
"permissions": {
"allow": [
"Bash(npx nx *)",
"Bash(lsof -ti:3000)",
"Bash(xargs -r kill)",
"Bash(tee /tmp/plato-be.log)",
"Bash(python3 -)",
"Bash(npx tsc *)",
"Skill(code-review)",
"Bash(podman:*)",
"Bash(oc get:*)",
"Bash(oc describe:*)",
"Bash(oc status:*)",
"Bash(oc logs:*)",
"Bash(oc top:*)",
"Bash(oc project:*)",
"Bash(oc projects:*)",
"Bash(oc whoami:*)",
"Bash(oc version:*)",
"Bash(oc api-resources:*)",
"Bash(oc explain:*)"
],
"ask": [
"Bash(podman system reset:*)",
"Bash(podman system prune:*)",
"Bash(podman volume rm:*)",
"Bash(podman volume prune:*)",
"Bash(podman machine rm:*)",
"Bash(podman machine reset:*)"
],
"deny": [
"Bash(oc adm:*)",
"Bash(oc delete project:*)",
"Bash(oc delete namespace:*)"
]
}
}