Live data from Hacker News

Enhancing x11 Application Security with LXC (2025)

dobrowolski.dev

1–10 of 78 posts

Re: Enhancing x11 Application Security with LXC (2025)

#4

Xlibre (the only current actively developed implementation of a X11 server) has a new extension - XNamespace to address some challenges as well. https://github.com/X11Libre/xserver/blob/master/doc/Xnamespa...

Not the only one, there's also a new one (written in zig) I've forgot the name of.

edit: phoenix was the name: https://github.com/external-mirrors/phoenix#phoenix

Re: Enhancing x11 Application Security with LXC (2025)

#6
For an article written late last year I hoped for a little more awareness of how massive a security hole granting full, unfiltered access to the X11 server is. Granted, any sandboxing is better than none, but firefox is one of the few apps that already sandboxes itself really well, and with a blog title like that it might be good to touch upon things like nested X servers such as Xephyr.

Re: Enhancing x11 Application Security with LXC (2025)

#8
post #4

Xlibre (the only current actively developed implementation of a X11 server) has a new extension - XNamespace to address some challenges as well. https://github.com/X11Libre/xserver/blob/master/doc/Xnamespa...

Not the only one, there's also a new one (written in zig) I've forgot the name of. edit: phoenix was the name: https://github.com/external-mirrors/phoenix#phoenix

There's also this new one: https://github.com/joske/yserver

Re: Enhancing x11 Application Security with LXC (2025)

#10
post #8
post #4

Earlier quoted context omitted.

Not the only one, there's also a new one (written in zig) I've forgot the name of. edit: phoenix was the name: https://github.com/external-mirrors/phoenix#phoenix

There's also this new one: https://github.com/joske/yserver

Hard for me to take that one seriously.. For example they call out byte swapping for endianness as the type of cruft holding back X11. Such a trivial thing to be concerned enough to put in the readme... (I guess Phoenix is also putting this..) Seems like mostly authored by Claude too.
Post reply on HN