22 lines
615 B
JSON
22 lines
615 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(bash:*)",
|
|
"Bash(./modborno3:*)",
|
|
"Bash(timeout 10 python3:*)",
|
|
"Bash(timeout 8 python3:*)",
|
|
"Bash(for i in 1 2 3)",
|
|
"Bash(do echo \"=== Test $i ===\")",
|
|
"Bash(done)",
|
|
"Bash(1 echo \"Test wykonany. Analiza wyników:\" echo \"\" echo \"✓ POMYŚLNIE ODCZYTANE REJESTRY:\" grep \"OK.*elapsed\" /tmp/sun2k_test.log)",
|
|
"Read(//tmp/**)",
|
|
"Bash(for i in 1 2)",
|
|
"Bash(ls:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git -c http.sslVerify=false push)"
|
|
]
|
|
}
|
|
}
|