-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seccomp list output goes to stdout instead of stderr #4328
Labels
bug
Something isn't working
Comments
|
netblue30
added a commit
that referenced
this issue
Jan 21, 2022
kmk3
changed the title
Some firejail output goes to stdout instead of stderr
Seccomp list output goes to stdout instead of stderr
Jan 21, 2022
kmk3
added a commit
to kmk3/firejail
that referenced
this issue
Jan 26, 2022
Note: They are added in the order that the issues were fixed/closed. Note2: The issues were found through the following url: https://github.com/netblue30/firejail/issues?q=is%3Aclosed+label%3Abug+-label%3Asecurity+closed%3A%3E2021-06-29+ The date used is the release date of 0.9.66, so in theory the query should return every bug closed after that. Security-related issues are excluded because they will be added separately. Note3: All issues other than netblue30#4328 were fixed before 0.9.68rc1. Relates to netblue30#2758 netblue30#4235 netblue30#4328 netblue30#4387 netblue30#4395 netblue30#4460 netblue30#4467 netblue30#4558 netblue30#4560 netblue30#4586.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug and expected behavior
Reproduce
Steps to reproduce the behavior:
FIREJAIL_QUIET=yes
does suppress the lines but those are definitely debug information, it should not pollute stdout by default.Environment
Additional context
Source reference:
firejail/src/lib/syscall.c
Lines 1675 to 1695 in c50dd74
Checklist
https://github.com/netblue30/firejail/issues/1139
)--profile=PROFILENAME
is used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM
to get english error-messages.browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.The text was updated successfully, but these errors were encountered: