What's wrong with this entry?
Anonymous. No account, no email.
What: Configure which sandbox violations to ignore for specific commands or globally
How to use:
// In settings file
{
"sandbox": {
"ignoreViolations": {
"*": ["/tmp", "/dev/null"], // Ignore these paths for all commands
"npm install": ["/private/var/folders"], // Ignore for specific command
"python": ["/Library/Python"]
}
}
}
Details:
- Reduces noise from expected/harmless sandbox violations
- Violations are now correlated with the specific command that triggered them
- Commands are base64-encoded in sandbox logs for precise tracking
- Each violation now includes the command, not just the filesystem path
- Evidence:
Ec4 schema at line 370115,eR2() at line 370611,jc4() at line 370372