firejail/etc/profile-m-z/opencode.profile
Amin Vakil c81777164c
Some checks are pending
Build / build (push) Waiting to run
Check-Profiles / profile-checks (push) Waiting to run
Codespell / codespell (push) Waiting to run
profiles: add llm-agent-common.inc (#7158)
Note: This also sets `env NO_BROWSER=true` in pi.profile.
2026-05-08 11:08:49 +00:00

31 lines
919 B
Text

# Firejail profile for opencode
# Description: The open source coding agent
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include opencode.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.cache/opencode
noblacklist ${HOME}/.config/opencode
noblacklist ${HOME}/.local/share/opencode
noblacklist ${HOME}/.local/state/opencode
# Add the following lines to opencode.local to enable whitelisting in `${HOME}`.
#mkdir ${HOME}/.cache/opencode
#mkdir ${HOME}/.config/opencode
#mkdir ${HOME}/.local/share/opencode
#mkdir ${HOME}/.local/state/opencode
#whitelist ${HOME}/.cache/opencode
#whitelist ${HOME}/.config/git
#whitelist ${HOME}/.config/opencode
#whitelist ${HOME}/.gitconfig
#whitelist ${HOME}/.local/share/opencode
#whitelist ${HOME}/.local/state/opencode
#include whitelist-common.inc
apparmor
# Redirect
include llm-agent-common.inc