27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read",
|
|
"Write",
|
|
"Edit",
|
|
"Bash",
|
|
"Git",
|
|
"Npm",
|
|
"Pip",
|
|
"Grep",
|
|
"Glob",
|
|
"Bash(make test-math:*)",
|
|
"Bash(ls -la /home/fmq/program/tlusty/tl208-s54/rust/*)",
|
|
"Bash(wc -l /home/fmq/program/tlusty/tl208-s54/rust/*)"
|
|
],
|
|
"deny": [
|
|
"Bash(rm -rf *)",
|
|
"Bash(git push --force)",
|
|
"Bash(curl *)"
|
|
],
|
|
"additionalDirectories": [
|
|
"/home/fmq/program/tlusty/tl208-s54/rust",
|
|
"/home/fmq/program/tlusty/tl208-s54/tlusty"
|
|
]
|
|
}
|
|
} |