16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go get *)",
|
|
"Bash(go build *)",
|
|
"Bash(go vet *)",
|
|
"Read(//usr/lib/**)",
|
|
"Read(//proc/**)",
|
|
"Bash(systemctl show *)",
|
|
"Bash(echo \"exit=$?\")",
|
|
"Bash(systemctl list-units *)",
|
|
"Bash(go test *)"
|
|
]
|
|
}
|
|
}
|