mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3125] no way to selectively disable quiet-by-default in firejail.config #1962
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#1962
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 (Jan 5, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3125
There is no way to re-enable firejail output once
quiet-by-default yesis in /etc/firejail/firejail.config.I have
quiet-by-default yesin my firejail.config so that profiles I have tested don't pollute my .xesssion-errors file. Unfortunately, there doesn't seem to be a way to re-enable verbose output for testing new profiles, short of editing firejail.config each time. I tried--ignore=quiet,--ignore=quiet-by-default, etc. with nothing working. Hence "quiet-by-default" is a bit of a misnomer.As an alternative to
quiet-by-default yes, I tried puttingquietin globals.local, but that still allows a few lines of output to get into .xsession-errors when starting up jails in ways other than the command line. BTW - I use firecfg, so I can't easily put--quieton every firejail command line.I recommend having a separate configuration for firejail when started via firecfg symlink vs. when started manually. Alternatively, add a
--config=filecommand-line option to firejail - although that might violate security in multi-user environments.I'm using firejail 0.9.58.2 in Debian buster.
@rusty-snake commented on GitHub (Jan 5, 2020):
Something like
noquiet.For everyone with the same problem and a newer firejail version. Since 0.9.60 it is possible to set
FIREJAIL_QUIET=yes(env var).@jonleivent commented on GitHub (Jan 5, 2020):
Is there a description of firejail env vars somewhere?
@rusty-snake commented on GitHub (Jan 5, 2020):
No.
@netblue30 commented on GitHub (May 30, 2021):
Fixed! More fixes coming, tracking them in #4275.