Auto allow lens_diagnostics and bash sort, removing allow for tools not enabled
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/gotgenes/pi-packages/main/packages/pi-permission-system/schemas/permissions.schema.json",
|
||||
"debugLog": false,
|
||||
"permissionReviewLog": true,
|
||||
"yoloMode": false,
|
||||
"permission": {
|
||||
"*": "ask",
|
||||
"path": {
|
||||
@@ -10,11 +13,9 @@
|
||||
},
|
||||
"read": "allow",
|
||||
"glob": "allow",
|
||||
"grep": "allow",
|
||||
"find": "allow",
|
||||
"ls": "allow",
|
||||
"write": "allow",
|
||||
"edit": "allow",
|
||||
"lens_diagnostics": "allow",
|
||||
"bash": {
|
||||
"*": "ask",
|
||||
"cat *": "allow",
|
||||
@@ -35,6 +36,7 @@
|
||||
"rg *": "allow",
|
||||
"find *": "allow",
|
||||
"fd *": "allow",
|
||||
"sort *": "allow",
|
||||
"diff *": "allow",
|
||||
"cmp *": "allow",
|
||||
"comm *": "allow",
|
||||
|
||||
Reference in New Issue
Block a user