build: opened up echo and cat perms to help smooth over some tool calls
This commit is contained in:
@@ -102,7 +102,8 @@ permission:
|
||||
bash:
|
||||
# All agents should start with deny and then add in as needed
|
||||
"*": deny
|
||||
"echo $*": allow
|
||||
"echo *": allow
|
||||
"cat *": allow
|
||||
"printenv *": allow
|
||||
"git -C * remote get-url origin": allow
|
||||
"git remote get-url origin": allow
|
||||
|
||||
Reference in New Issue
Block a user