From a425327162888acf01acebcb2eab35f9efc3cd9a Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 9 May 2026 19:01:28 +0100 Subject: [PATCH] Remove unnecessary blocked command --- .pi/sensitive-paths.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pi/sensitive-paths.json b/.pi/sensitive-paths.json index cace227e..43629ed5 100644 --- a/.pi/sensitive-paths.json +++ b/.pi/sensitive-paths.json @@ -13,5 +13,8 @@ ".gnupg/", "~/.pi/agent/sessions/" ], - "blocked_commands": ["printenv", "\\benv\\b", "\\bset\\b"] + "blocked_commands": [ + "printenv", + "\\benv\\b" + ] }