mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #4328] Seccomp list output goes to stdout instead of stderr #2620
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#2620
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 @slowpeek on GitHub (Jun 3, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4328
Bug and expected behavior
Reproduce
Steps to reproduce the behavior:
FIREJAIL_QUIET=yesdoes suppress the lines but those are definitely debug information, it should not pollute stdout by default.Environment
Additional context
Source reference:
c50dd74f61/src/lib/syscall.c (L1675-L1695)Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAMto get english error-messages.browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.@rusty-snake commented on GitHub (Jun 3, 2021):
arg_debug. Normal users likely doesn't even know what all those seccomp is.@netblue30 commented on GitHub (Jan 21, 2022):
I'm sending them to stderr for now, we'll have to rework it for #3749 and #4275.