Re-allow grep find and ls, plus ask_user_question and git status --short
This commit is contained in:
@@ -15,8 +15,12 @@
|
|||||||
"glob": "allow",
|
"glob": "allow",
|
||||||
"write": "allow",
|
"write": "allow",
|
||||||
"edit": "allow",
|
"edit": "allow",
|
||||||
|
"grep": "allow",
|
||||||
|
"find": "allow",
|
||||||
|
"ls": "allow",
|
||||||
"lsp_diagnostics": "allow",
|
"lsp_diagnostics": "allow",
|
||||||
"lens_diagnostics": "allow",
|
"lens_diagnostics": "allow",
|
||||||
|
"ask_user_question": "allow",
|
||||||
"bash": {
|
"bash": {
|
||||||
"*": "ask",
|
"*": "ask",
|
||||||
"cat *": "allow",
|
"cat *": "allow",
|
||||||
@@ -48,6 +52,7 @@
|
|||||||
"cksum *": "allow",
|
"cksum *": "allow",
|
||||||
"pwd": "allow",
|
"pwd": "allow",
|
||||||
"git status": "allow",
|
"git status": "allow",
|
||||||
|
"git status --short": "allow",
|
||||||
"git diff *": "allow",
|
"git diff *": "allow",
|
||||||
"git log *": "allow",
|
"git log *": "allow",
|
||||||
"git show *": "allow",
|
"git show *": "allow",
|
||||||
|
|||||||
Reference in New Issue
Block a user