Last active
April 7, 2026 07:47
-
-
Save nielsvaes/42374a859b1d528f13ee91a0a774f2e7 to your computer and use it in GitHub Desktop.
Permissions to work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "permissions": { | |
| "allow": [ | |
| "Bash(*)", | |
| "WebSearch", | |
| "WebFetch", | |
| "Edit", | |
| "Write", | |
| "Find", | |
| "Read", | |
| "Search" | |
| ], | |
| "ask": [ | |
| "Bash(rm *)", | |
| "Bash(del *)", | |
| "Bash(rmdir *)", | |
| "Bash(rd *)", | |
| "Bash(git push --force)", | |
| "Bash(git reset --hard)", | |
| "Bash(git clean)" | |
| ], | |
| "deny": [ | |
| "Bash(chmod 777 *)", | |
| "Bash(sudo rm *)", | |
| "Bash(> *)", | |
| "Bash(dd *)", | |
| "Bash(:> *)" | |
| ] | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment