allow awk in project bash permissions
Coverage parsing, lcov triage, and quick log scans use awk one-liners constantly. Adding `Bash(awk *)` to the project allowlist removes the permission prompt without weakening the deny rules. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
"Bash(flutter *)",
|
||||
"Bash(make *)",
|
||||
"Bash(pql)",
|
||||
"Bash(pql *)"
|
||||
"Bash(pql *)",
|
||||
"Bash(awk *)"
|
||||
],
|
||||
"deny": [
|
||||
"Bash(rm -rf /*)",
|
||||
|
||||
Reference in New Issue
Block a user