firejail/etc/profile-a-l/gemini.profile
Kelvin M. Klann f4170dd82e profiles: move llm-agent-common.inc to llm-agent-common.profile
Move it together with the other profiles used for redirecting in
`etc/profile*`.

Commands used to search and replace:

    git mv etc/inc/llm-agent-common.inc etc/profile-a-l/llm-agent-common.profile
    git grep -IElz llm-agent-common.inc | xargs -0 perl -pi -e '
      s/llm-agent-common.inc/llm-agent-common.profile/
    '

This amends commit c81777164 ("profiles: add llm-agent-common.inc
(#7158)", 2026-05-08).
2026-05-09 09:16:46 -03:00

21 lines
647 B
Text

# Firejail profile for gemini
# Description: An open-source AI agent that brings the power of Gemini directly into your terminal
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include gemini.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.gemini
# Add the following lines to gemini.local to enable whitelisting in `${HOME}`.
#whitelist ${HOME}/.config/git
#whitelist ${HOME}/.gemini
#whitelist ${HOME}/.git-credential-cache
#whitelist ${HOME}/.git-credentials
#whitelist ${HOME}/.gitconfig
#include whitelist-common.inc
# Redirect
include llm-agent-common.profile