16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(Stop-Process -Force)",
|
|
"Bash(tasklist:*)",
|
|
"Bash(dotnet test:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(dotnet add:*)",
|
|
"Bash(timeout 5 powershell:*)",
|
|
"Bash(Select-String -Pattern \"Tenant ID:|User ID:|Role\")"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|