18 lines
526 B
JSON
18 lines
526 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(//boot/config/claude/**)",
|
|
"Read(//boot/config/claude-bin/**)",
|
|
"Read(//boot/config/plugins/varaverk/**)",
|
|
"Read(//boot/config/plugins/**)",
|
|
"Bash(grep -rh '\\\\$[A-Z_][A-Z0-9_]*' /boot/config/plugins/varaverk --include=\"*.sh\" --exclude-dir=.git)",
|
|
"Bash(grep -oE '\\\\$\\\\{?[A-Z_][A-Z0-9_]+\\\\}?')",
|
|
"Bash(git *)",
|
|
"Read(//var/log/varaverk/**)",
|
|
"Read(//tmp/**)",
|
|
"Read(//var/log/**)",
|
|
"Bash(perl *)"
|
|
]
|
|
}
|
|
}
|