WIP Android-style application sandbox for Linux desktop applications.
Go to file
Ophestra Umiker 518fd54ff3
x11: wrap libxcb ChangeHosts request
Even though many pure Go libxcb implementations exist, it is at least as complex and unreadable as libxcb, if not more. Since well known libraries like SDL, qt and gtk uses libxcb, and they somehow understand how to use it, I can only assume these people have read enough code to make sure it's correct enough. Call it wishful thinking. I don't care anymore.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-07-14 18:31:53 +09:00
.gitignore cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
acl.go x11: wrap libxcb ChangeHosts request 2024-07-14 18:31:53 +09:00
cli.go cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
flake.lock nix: set up devShell 2024-07-11 01:10:35 +09:00
flake.nix nix: set up devShell 2024-07-11 01:10:35 +09:00
go.mod cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
main.go cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
util.go util: port sd_booted function 2024-07-11 01:13:41 +09:00
x11.go x11: wrap libxcb ChangeHosts request 2024-07-14 18:31:53 +09:00