firejail/etc/profile-m-z/pi.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

23 lines
657 B
Text

# Firejail profile for pi
# Description: AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include pi.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.agents
noblacklist ${HOME}/.pi
# Add the following lines to pi.local to enable whitelisting in `${HOME}`.
#mkdir ${HOME}/.agents
#mkdir ${HOME}/.pi
#whitelist ${HOME}/.agents
#whitelist ${HOME}/.config/git
#whitelist ${HOME}/.gitconfig
#whitelist ${HOME}/.pi
#include whitelist-common.inc
# Redirect
include llm-agent-common.inc