hookehuyr

feat: 在设置文件中添加Bash(grep:*)权限

...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
3 "allow": [ 3 "allow": [
4 "Bash(tree:*)", 4 "Bash(tree:*)",
5 "Bash(xargs awk:*)", 5 "Bash(xargs awk:*)",
6 - "Bash(find:*)" 6 + "Bash(find:*)",
7 + "Bash(grep:*)"
7 ] 8 ]
8 } 9 }
9 } 10 }
......