mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4900] quiet from mediainfo.profile does not suppress 'Reading profile...' message #2810
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#2810
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 @rieje on GitHub (Feb 4, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4900
Description
firejail mediainfo --quietcorrectly suppressesReading profile /etc/firejail/mediainfo.profilefrom output, whereasquietfrom~/.config/firejail/mediainfo.localdoes not.Expected behavior
The latter should also suppress that message.
Actual behavior
It does not.
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)@rusty-snake commented on GitHub (Feb 4, 2022):
This is expected behaviour,
quietmust be the first (uncommented) command in a profile, before any other command (includinginclude) because it only affects later commands.We had this already somewhere else, can't find it right now.
Related: #3503.