Remove unnecessary blocked command

This commit is contained in:
Claudio Ortolina
2026-05-09 19:01:28 +01:00
parent 6f865a7b4d
commit a425327162
+4 -1
View File
@@ -13,5 +13,8 @@
".gnupg/", ".gnupg/",
"~/.pi/agent/sessions/" "~/.pi/agent/sessions/"
], ],
"blocked_commands": ["printenv", "\\benv\\b", "\\bset\\b"] "blocked_commands": [
"printenv",
"\\benv\\b"
]
} }