mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3775] zathura does not work with ipc-namespace #2377
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#2377
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 @ScoreUnder on GitHub (Nov 26, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3775
Bug and expected behavior
ipc-namespacedoes not allow zathura to run.No profile and disabling firejail
ignore ipc-namespaceis sufficient to fix the issue, but more minimal profiles work for the same reason.Reproduce
This also occurs with
--x11=xpra,--x11=xvfb, and--x11=xephyr.--x11=nonewill not work because it requires X11, and--x11=xorghas never worked on my machine.Environment
Debug output available if necessary but it doesn't describe the actual issue (the difference between
ignore ipc-namespaceand not amounts to order of profile loading, whether ipc namespaces are reported as enabled, mountpoint IDs, and the error output seen above).@rusty-snake commented on GitHub (Nov 26, 2020):
Thanks for reporting.
ipc-namespacebreaks some X-extensions and causes frequently issues with gui programs. That's why it should not be used in graphical profiles at all. (Under Wayland it works fine)