33 lines
806 B
JSON
33 lines
806 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go get:*)",
|
|
"Bash(go build:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(go mod tidy:*)",
|
|
"Bash(./bin/onx:*)",
|
|
"Bash(go test:*)",
|
|
"Read(//tmp/test-onyx/**)",
|
|
"Bash(cat:*)",
|
|
"Bash(/home/dubey/projects/onyx/bin/onx undo)",
|
|
"Bash(go install:*)",
|
|
"Bash(./bin/onxd:*)",
|
|
"Read(//home/dubey/projects/onyx-test/ccr-milestone-2-test/**)",
|
|
"Bash(/home/dubey/projects/onyx/bin/onx:*)",
|
|
"Bash(git show-ref:*)",
|
|
"Bash(xxd:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(make:*)",
|
|
"Bash(go list:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(onx:*)",
|
|
"Read(//tmp/test-onyx-init/**)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(git ls-tree:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|