14 lines
237 B
JSON
14 lines
237 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet new:*)",
|
|
"Bash(find:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(dotnet run:*)",
|
|
"Bash(curl:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |