mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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).
21 lines
647 B
Text
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
|