30 lines
982 B
JSON
30 lines
982 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"allow": [
|
||
|
|
"Bash(netstat:*)",
|
||
|
|
"Bash(findstr:*)",
|
||
|
|
"Bash(tasklist:*)",
|
||
|
|
"Bash(taskkill /F /PID 34568)",
|
||
|
|
"Bash(powershell \"Stop-Process -Id 34568 -Force\")",
|
||
|
|
"Bash(mvn clean:*)",
|
||
|
|
"Bash(cmd /c \"mvn clean\")",
|
||
|
|
"Bash(dir:*)",
|
||
|
|
"Bash(nul)",
|
||
|
|
"Bash(.mvnw.cmd clean package:*)",
|
||
|
|
"Bash(powershell -Command \"./mvnw.cmd clean package -DskipTests\")",
|
||
|
|
"Bash(powershell -Command:*)",
|
||
|
|
"Bash(timeout /t 3 /nobreak)",
|
||
|
|
"Bash(git rm:*)",
|
||
|
|
"Bash(if exist .dockerignore del .dockerignore)",
|
||
|
|
"Bash(if exist Dockerfile del Dockerfile)",
|
||
|
|
"Bash(if exist nginx.conf del nginx.conf)",
|
||
|
|
"Bash(if exist Dockerfile.java21 del Dockerfile.java21)",
|
||
|
|
"Bash(if exist Dockerfile.linux del Dockerfile.linux)",
|
||
|
|
"Bash(if exist docker-compose.example.yml del docker-compose.example.yml)",
|
||
|
|
"Bash(if exist nginx rmdir /s /q nginx)"
|
||
|
|
],
|
||
|
|
"deny": [],
|
||
|
|
"ask": []
|
||
|
|
}
|
||
|
|
}
|