You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
646 B
24 lines
646 B
{ |
|
"permissions": { |
|
"allow": [ |
|
"Bash(ls:*)", |
|
"Bash(go build:*)", |
|
"Bash(export LD_LIBRARY_PATH:*)", |
|
"Bash(/tmp/benchmark_test:*)", |
|
"Bash(grep:*)", |
|
"Bash(go doc:*)", |
|
"Bash(CGO_ENABLED=0 go build:*)", |
|
"Bash(docker compose:*)", |
|
"Bash(./run-benchmark.sh:*)", |
|
"Bash(tee:*)", |
|
"Bash(sudo rm:*)", |
|
"Bash(go mod tidy:*)", |
|
"Bash(docker run --rm -v \"/home/mleku/src/next.orly.dev/cmd/benchmark/data:/data\" --user root alpine sh -c \"rm -rf /data/* /data/.[!.]*\")", |
|
"Bash(head:*)", |
|
"Bash(cat:*)", |
|
"Bash(chmod:*)" |
|
], |
|
"deny": [], |
|
"ask": [] |
|
} |
|
}
|
|
|