32 lines
807 B
JSON
32 lines
807 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git rev-list:*)",
|
|
"Bash(git cat-file:*)",
|
|
"Read(///**)",
|
|
"Bash(sort:*)",
|
|
"Bash(git count-objects:*)",
|
|
"Bash(git log:*)",
|
|
"Bash(pip3 install:*)",
|
|
"Read(//tmp/**)",
|
|
"Bash(du:*)",
|
|
"Bash(/tmp/git-filter-repo --path-glob '*.mp4' --invert-paths --force)",
|
|
"Bash(/tmp/git-filter-repo --path .he --invert-paths --force)",
|
|
"Bash(/tmp/git-filter-repo:*)",
|
|
"Bash(git reflog:*)",
|
|
"Bash(git gc:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git push:*)",
|
|
"Read(//home/shmick/**)",
|
|
"Bash(git remote set-url:*)",
|
|
"Bash(git fsck:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(xargs:*)",
|
|
"Bash(python3:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|