mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4917] iridium-browser crashes when started with firejail #2817
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#2817
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 @frcl on GitHub (Feb 9, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4917
Description
Since I updated firejail to version 0.9.68 yesterday iridium-browser keeps crashing at startup with the following errors:
These are only the error messages which do not appear when I start iridium successfully without firejail.
Steps to Reproduce
iridiumoriridium-browserExpected behavior
Browser starts.
Actual behavior
Browser crashes.
Behavior without a profile
Browser starts.
Additional context
Any other detail that may help to understand/debug the problem
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)Log
Output of
LC_ALL=C firejail /path/to/program@rusty-snake commented on GitHub (Feb 9, 2022):
Does it work if you revert
0319fbdc4b?@frcl commented on GitHub (Feb 9, 2022):
Yes, removing the two lines from
chromium-common.profilefixes it.@rusty-snake commented on GitHub (Feb 9, 2022):
Ok, then add them back and try to remove
d18aec7101/etc/profile-a-l/iridium.profile (L8-L11)You maybe need to add something like
whitelist /usr/share/iridiumif it exists.@frcl commented on GitHub (Feb 9, 2022):
That also fixed it. (I don't have the
/usr/share/iridiumdirectory.)