mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #408] firecfg.config location #297
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#297
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 @reinerh on GitHub (Apr 3, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/408
In the header of firecfg.config you mention a location of /etc/firejail/firecfg.config.
But by default it is installed in $LIBDIR/firejail/firecfg.config.
Which is supposed to be the correct location (i.e., is is intended to be edited by the user?)?
@netblue30 commented on GitHub (Apr 3, 2016):
Sorry, it is in $LIBDIR/firejail/firecfg.config - non editable.
@netblue30 commented on GitHub (Apr 3, 2016):
Fixed, thanks!
@Vincent43 commented on GitHub (May 1, 2019):
@netblue30 why it should be non-editable? I think that enabling/disabling specific apps from firecfg may solve https://github.com/netblue30/firejail/issues/2097 and this config should be moved to
/etc/firejail.cc @chiraag-nataraj
@chiraag-nataraj commented on GitHub (May 19, 2019):
Yes, it's odd that a configuration file is being stored in
$LIBDIR...why was that chosen in the first place? Why not store it in${CFG}likefirejail.config?@Vincent43 commented on GitHub (May 27, 2019):
@netblue30 opinions?