version: "__APP_VERSION__"
name: ro-offline-linux
type: bubblewrap
os: linux
filesystem:
read:
- "."
- "/usr"
- "/bin"
- "/sbin"
- "/lib"
- "/lib64"
- "/opt"
- "/etc"
- "~/.local"
- "~/.cache/uv"
- "~/.npm"
- "/dev/null"
- "/dev/zero"
- "/dev/random"
- "/dev/urandom"
- "/dev/tty"
- "/dev/ptmx"
- "/dev/pts"
write:
- "/tmp"
- "~/.cache/uv"
- "~/.npm"
- "~/.local"
- "/dev/null"
- "/dev/tty"
- "/dev/ptmx"
- "/dev/pts"
hidden:
- ".env"
- "**/.env"
- "**/.env.*"
- "**/secrets.yml"
- "**/secrets.yaml"
- "**/credentials.json"
- "**/.git/hooks"
- "**/.git/config"
- "~/.ssh"
- "~/.gnupg"
- "~/.git-credentials"
- "~/.bashrc"
- "~/.zshrc"
- "~/.profile"
- "~/.bash_profile"
- "~/.zprofile"
- "~/.aws"
- "~/.config/gcloud"
- "~/.azure"
- "~/.kube"
- "~/.docker/config.json"
- "~/.netrc"
- "~/.npmrc"
- "~/.pypirc"
- "~/.gem/credentials"
- "~/.cargo/credentials"
- "/etc/shadow"
- "/etc/sudoers"
- "/etc/sudoers.d"
- "/etc/ssh"
- "/root"
- "*.pem"
- "*.key"
- "*_rsa"
- "*_ed25519"
- "*_ecdsa"
- "*_dsa"
- "*.p12"
- "*.pfx"
- "id_rsa"
- "id_ed25519"
network:
remote: []
local: []