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.
This commit is contained in:
12
.claude/settings.local.json
Normal file
12
.claude/settings.local.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(netstat:*)",
|
||||
"Bash(findstr:*)",
|
||||
"Bash(ss -tlnp:*)",
|
||||
"Bash(tasklist:*)",
|
||||
"Bash(wmic process where \"ProcessId=2600\" get CommandLine)",
|
||||
"Bash(wmic process:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user