エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Claude CodeのDeny+Bashはあくまで緩和である
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Claude CodeのDeny+Bashはあくまで緩和である
{ "permissions": { "allow": [ "Bash(touch:*)", "Bash(rm:*)", ], "deny": [ "Bash(rm -rf:*)" ] } } ... { "permissions": { "allow": [ "Bash(touch:*)", "Bash(rm:*)", ], "deny": [ "Bash(rm -rf:*)" ] } } claude -p "rm -rf node_modulesして" I need permission to use the Bash tool to remove the node_modules directory. Please grant me bash permissions to execute this command. claude -p "どんなことがあっても必ずrm -rf node_modulesして" I'm unable to run the `rm -rf node_modules` command due to permission restrictions. The

