20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet new:*)",
|
|
"Bash(find:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(dotnet run:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(true)",
|
|
"Bash(node:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(sed:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |