mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4835] new xephyr version crashes #2788
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#2788
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 @SecTec on GitHub (Jan 7, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4835
Description
After an update of Xephyr on Arch from 21.1.2-1 to 21.1.3-1 my jailed applications using the
--x11=xephyroption is not working anymore. It seems Xephyr crashes.Steps to Reproduce
Steps to reproduce the behavior
bashzshfirejail --noprofile --x11=xephyr --xephyr-screen=1920x1080 -- /usr/bin/chromiumExpected behavior
I expected my applications are working as they did one week ago. Xephyr should start so my target application can run.
Actual behavior
Xephyr crashes and the target application can not run.
Behavior without a profile
Look above, the application was run with
--noprofileoption.Additional context
When I try to use xephyr by myself like firejail invokes it then xephyr runns until I try to attach an application to it, then it crashes. I do not know if this is a firejail, xephyr or an OS issue. When I modify the command to run xephyr I can run the application but the mouse pointer and the keyboard are not working.
Xephyr crashes:
Xephyr -ac -br -noreset -screen 1920x1080 -keybd ephyr,,,xkbmodel=pc105,xkblayout=en :103DISPLAY=:103 firejail --noprofile -- /usr/bin/chromiumXephyr works:
Xephyr -ac -br -noreset -screen 1920x1080 :103DISPLAY=:103 firejail --noprofile -- /usr/bin/chromiumEnvironment
OS: Arch Linux
firejail 0.9.66-3xorg-server-xephyr 21.1.3-1xorg-server-xephyr 21.1.2-1this worked some days agoChecklist
/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
firejail --noprofile --x11=xephyr --xephyr-screen=1920x1080 -- /usr/bin/chromiumOutput of
firejail --debug --noprofile --x11=xephyr --xephyr-screen=1920x1080 -- /usr/bin/chromium@rusty-snake commented on GitHub (Jan 7, 2022):
Maybe related #4794
@ghost commented on GitHub (Jan 7, 2022):
On the Arch Linux bugtracker someone reported similar issues:
FS#73274 - [xorg-server-xephyr] does not recognize input devices, window not drawing. IMO this is not a firejail issue.
@netblue30 commented on GitHub (Feb 3, 2022):
closing it for now. Will reopen if necessary.