settings.local.json raw
1 {
2 "permissions": {
3 "allow": [
4 "Bash(go build:*)",
5 "Bash(go test:*)",
6 "Bash(python3:*)",
7 "WebSearch",
8 "WebFetch(domain:github.com)",
9 "WebFetch(domain:raw.githubusercontent.com)",
10 "Bash(git stash:*)",
11 "Bash(nm -D:*)",
12 "Bash(go get:*)",
13 "Bash(CGO_ENABLED=0 go build:*)",
14 "Bash(CGO_ENABLED=0 go test:*)",
15 "Bash(objdump:*)",
16 "Bash(curl:*)",
17 "Bash(go clean:*)",
18 "Bash(rm:*)",
19 "WebFetch(domain:eprint.iacr.org)",
20 "Bash(go mod tidy:*)",
21 "Bash(tee:*)",
22 "Bash(GOOS=js GOARCH=wasm go build:*)",
23 "Bash(GOOS=js GOARCH=wasm go test:*)",
24 "Bash(chmod:*)",
25 "Bash(node --version)",
26 "Bash(./run-wasm-tests.sh:*)"
27 ],
28 "deny": [],
29 "ask": []
30 }
31 }
32