-
Notifications
You must be signed in to change notification settings - Fork 2
opencode's config permission wildcardΒ #4
Copy link
Copy link
Open
Description
Hey, I was "borrowing" π some options from your configs and discovered that permission.bash requires a glob pattern in order to work with arguments.
TLDR: "rm" : "ask" -> "rm *": "ask"
dotfiles/personal/.config/opencode/opencode.json
Lines 9 to 19 in a6197e3
| "permission": { | |
| "bash": { | |
| "aws": "deny", | |
| "git commit": "ask", | |
| "git push": "ask", | |
| "git clone": "ask", | |
| "mkdir": "ask", | |
| "mv": "ask", | |
| "rm": "ask", | |
| "*": "allow" | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels