mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1029] giving lxc a restricted x server or wayland session? #700
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#700
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 @xahare on GitHub (Jan 8, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1029
is there an easy way to give an unprivileged lxc a restricted x server or wayland session?
@netblue30 commented on GitHub (Jan 9, 2017):
Although I didn't try wayland or an unprivileged firejail, it should be possible. X11 is just a UNIX socket, nothing in seccomp and namespaces should prevent it. The technology is definitely there, maybe there are some obscure details to be hammered out.
Unprivileged LXC uses a SUID program to configure networking, I am not sure how this is playing out with seccomp restricting privileges. I would try LXC without any kind of network namespace and without seccomp to get started.
@xahare commented on GitHub (Jan 11, 2017):
ok, so priviledged :)
the goal is a container with a gui that doesnt have access to the hosts gui. kinda what firejail does when you turn on private everything and give it xephyr or xpra, but going all the way with it.