mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
26 lines
637 B
JSON
26 lines
637 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(flutter analyze:*)",
|
|
"Bash(flutter devices:*)",
|
|
"Bash(flutter build:*)",
|
|
"Bash(flutter install:*)",
|
|
"Bash(open:*)",
|
|
"Bash(xcrun devicectl device uninstall app:*)",
|
|
"Bash(pod repo update:*)",
|
|
"Bash(pod install)",
|
|
"Bash(flutter clean:*)",
|
|
"Bash(flutter pub get:*)",
|
|
"Bash(flutter run:*)",
|
|
"Bash(nc:*)",
|
|
"Bash(pkill:*)",
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
"Bash(dart run:*)",
|
|
"Bash(dart test_sar_debug.dart:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|