mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3264] FIREJAIL_PROFILE_PATH or similar firejail.config setting #2049
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2049
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonleivent on GitHub (Mar 2, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3264
The current approach that limits profile and include file searches to
~/.config/firejailand/etc/firejailprevents a local administrator from creating global .profiles and .incs somewhere that is visible to all users, but out of the way of/etc/firejail. It would be nice to have a path env var like FIREJAIL_PROFILE_PATH that can be set to something like"~/.config/firejail:/usr/local/etc/firejail:/etc/firejail"and that would be respected during searches for .profile and .inc files. Another alternative would be a global path setting in/etc/firejail/firejail.config.Why shouldn't the local administrator add/change profiles and includes in
/etc/firejail? One reason is to avoid clashes with firejail updates. Another is that in some cases, the/etc/firejailprofile might be preferred over the administrator-added one.@rusty-snake commented on GitHub (Mar 3, 2020):
Duplicate of #3103