mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4381] regression in 0.9.64.2: private-tmp whitelists .X11-unix, but makes it read-only #2646
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#2646
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 @jonleivent on GitHub (Jul 2, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4381
I am testing upgrading firejail from .9.58.2 to .9.64.2, and found that the private-tmp behavior with respect to whitelisting the .X11-unix dir has changed. In .9.58.2, the whitelisting of .X11-unix left it writable, allowing the firejailed process (Xephyr, for instance) to create new sockets. In .9.64.2, .X11-unix is read-only, and cannot be made writable with the read-write option either. As a result, Xephyr subprocesses that use private-tmp don't work.
Is there some additional setting somewhere in .9.64.2 that will leave .X11-unix writable when using private-tmp, or do I have to abandon using private-tmp?
@rusty-snake commented on GitHub (Jul 2, 2021):
Duplicate of #4244
anything answered there + workaround. closing here.
You should try to upgrade to at least 0.9.64.4 for security reasons (unless the 0.9.64.2 you want to use has backported fixes).