33 lines
776 B
JSON
33 lines
776 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(docker cp:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(docker build:*)",
|
|
"Bash(docker stop:*)",
|
|
"Bash(docker rm:*)",
|
|
"Bash(docker run:*)",
|
|
"Bash(docker network:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(docker-compose up:*)",
|
|
"Bash(mysql:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(php:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(sudo rm:*)",
|
|
"Bash(sudo ln:*)",
|
|
"Bash(for:*)",
|
|
"Bash(do if [ -f \"/var/www/ukds/$file\" ])",
|
|
"Bash(then echo \"✓ $file - EXISTS\")",
|
|
"Bash(else echo \"✗ $file - MISSING\")",
|
|
"Bash(fi)",
|
|
"Bash(done)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |