|
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go mod init:*)",
|
|
"Bash(go get github.com/gorilla/websocket)",
|
|
"Bash(mkdir -p config server input session static)",
|
|
"Bash(go build -o keyboard)",
|
|
"Bash(go get github.com/gorilla/mux)",
|
|
"Bash(./keyboard)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |