mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #636] Do not print anything in --quiet mode #439
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#439
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 @vn971 on GitHub (Jul 17, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/636
A minor issue. Firejail should not print anything in
quietmode.firejail --noprofile --quiet true@netblue30 commented on GitHub (Jul 18, 2016):
This was already fixed in git. What version are you running?
@vn971 commented on GitHub (Jul 18, 2016):
I re-compiled just now. (In ArchLinux via this package: https://aur.archlinux.org/packages/firejail-git/ https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=firejail-git).
The output I get:
@netblue30 commented on GitHub (Jul 20, 2016):
Cool, I'll close it for now. Keep an eye on it, this --quiet thing seems to break from time to time, as I add new features. Thanks!
@vn971 commented on GitHub (Jul 20, 2016):
@netblue30 wait, the issue is still here. I compiled
firejailjust now to check https://github.com/netblue30/firejail/issues/498 butfirejail --quietstill shows the text above (one unnecessary \n).@icefox commented on GitHub (Aug 8, 2016):
Debian backports using firejail version 0.9.40 has this bug...
@icefox commented on GitHub (Aug 8, 2016):
It is a bit surprising actually as I would expect quiet to be the default mode and --verbose to be the option I turn on to get debug output.
You want to fix that once and for all. It is hard to use a wrapper if you can't trust it to not interfere with output.
@netblue30 commented on GitHub (Aug 9, 2016):
There have been some changes to quiet since 0.9.40. I'll make it easy to run it as a wrapper from a bash script
@vn971 commented on GitHub (Aug 11, 2016):
@netblue30 yeah, it still needs fixing. Re-compiled firejail just now to check.
@netblue30 commented on GitHub (Aug 11, 2016):
I've just added support to disable all output by default. In a text editor open /etc/firejail/firejail.config and add:
@vn971 commented on GitHub (Aug 12, 2016):
@netblue30 Thanks!
To explain this to others, I observe the new version of firejail supporting both the
--quietflag and the configuration option. The behavior itself seems to be fixed.