Files
lulandia.pl/.claude/settings.local.json
Jacek Pyziak 0e69247840 Add local settings for Bash permissions in Claude configuration
- Introduced a new JSON configuration file to define permissions for various Bash commands.
- Allowed specific commands such as netstat, findstr, ss, tasklist, and wmic for enhanced process management.
2026-03-02 23:02:50 +01:00

13 lines
248 B
JSON

{
"permissions": {
"allow": [
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(ss -tlnp:*)",
"Bash(tasklist:*)",
"Bash(wmic process where \"ProcessId=2600\" get CommandLine)",
"Bash(wmic process:*)"
]
}
}