mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #567] Allow running even when global config file is missing #401
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#401
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 @fasterthanlime on GitHub (Jun 11, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/567
I'd like https://github.com/itchio/itch to ship its own firejail binary, and the only thing preventing me from doing so right now seems to be that firejail refuses to start if /usr/local/etc/firejail/firejail.config doesn't exist.
It's probably easy to patch from my side, but if upstream supported it, that would be even better!
@fasterthanlime commented on GitHub (Jun 11, 2016):
The current behavior is:
That's one hell of a warning!
@netblue30 commented on GitHub (Jun 12, 2016):
I added support to disable firejail.config enforcing at compile time. Configure the software as follows:
At runtime, if firejail.config is not present in the filesystem, firejail will use the defaults. Let me know if you need anything else.
@fasterthanlime commented on GitHub (Jun 12, 2016):
That's exactly what I was looking for, thanks a lot for the change!
@fasterthanlime commented on GitHub (Jun 13, 2016):
(Actually, having a tag that includes this commit would be great, if cutting a release isn't too much work for you!)
@netblue30 commented on GitHub (Jun 13, 2016):
All set, use disable-globalcfg tag.