39 lines
937 B
JSON
39 lines
937 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet clean:*)",
|
|
"Bash(dotnet run)",
|
|
"Bash(dotnet add:*)",
|
|
"Bash(timeout 5 dotnet run:*)",
|
|
"Bash(dotnet remove:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(findstr:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(taskkill:*)",
|
|
"WebSearch",
|
|
"Bash(dotnet tool install:*)",
|
|
"Bash(protogen:*)",
|
|
"Bash(timeout 15 dotnet run:*)",
|
|
"Bash(where:*)",
|
|
"Bash(timeout 30 dotnet run:*)",
|
|
"Bash(timeout 60 dotnet run:*)",
|
|
"Bash(timeout 120 dotnet run:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(timeout 3 cmd:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(tasklist:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(dotnet --list-sdks:*)",
|
|
"Bash(dotnet sln:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(python3:*)",
|
|
"Bash(grpcurl:*)",
|
|
"Bash(lsof:*)",
|
|
"Bash(xargs kill -9)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|