Commit 7819e34
add deny rules for curl pipe-to-shell and Write tool
Add curl pipe-to-shell deny rules to match existing wget coverage.
curl is more common than wget and was missing from the deny list.
Add Write() deny rules for shell configs to match existing Edit()
rules. Edit and Write are separate tools with separate permission
checks — denying Edit(~/.bashrc) does not block Write(~/.bashrc).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7db11a2 commit 7819e34
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| |||
0 commit comments