zerobox 0.3.3

Sandbox any command with file, network, and credential controls.
Documentation
{
  "$schema": "./schema.json",
  "description": "Deny access to macOS browser data.",
  "platform": "macos",
  "deny_read": [
    "$HOME/Library/Application Support/Google/Chrome",
    "$HOME/Library/Application Support/Firefox",
    "$HOME/Library/Application Support/Microsoft Edge",
    "$HOME/Library/Application Support/Arc",
    "$HOME/Library/Application Support/Brave Browser",
    "$HOME/Library/Safari"
  ],
  "deny_write": [
    "$HOME/Library/Application Support/Google/Chrome",
    "$HOME/Library/Application Support/Firefox",
    "$HOME/Library/Application Support/Microsoft Edge",
    "$HOME/Library/Application Support/Arc",
    "$HOME/Library/Application Support/Brave Browser",
    "$HOME/Library/Safari"
  ]
}