Files
music_library/.pi/sensitive-paths.json
T
2026-05-03 16:33:23 +01:00

22 lines
409 B
JSON

{
"_comment": "Blocked paths for pi. Glob-like patterns, matched case-insensitively against absolute paths.",
"blocked_paths": [
"mise.local.toml",
"*.pem",
"*.key",
"*.key.pub",
"*secret*",
"*credential*",
"*credentials*",
".ssh/",
".aws/",
".gnupg/",
"~/.pi/agent/sessions/"
],
"blocked_commands": [
"printenv",
"\\benv\\b",
"\\bset\\b"
]
}