-
Hello! On an older system (firejail-0.9.70 or older) I could run Wine applications without network access with On my new system (firejail-0.9.72) this fails ($DISPLAY is set):
on further investigation, it seems X applications in general don't work with
I cannot say what changed between the old and new system. The firejail version does not seem to be the culprit. Alternatives considered:
I'm thinking the solution would be to use Any ideas? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, after trying, searching, reading manpages and looking at issues (#3568 and #2711 in particular), I finally figured it out. My system mounts tmpfs on top of |
Beta Was this translation helpful? Give feedback.
Ok, after trying, searching, reading manpages and looking at issues (#3568 and #2711 in particular), I finally figured it out.
My system mounts tmpfs on top of
/tmp/
during the boot process, but after X starts. 🤦 So firejail cannot hand/tmp/.X11-unix/X0
over to the jail. The fix is to mount /tmp/ earlier in the boot process.