WIP Android-style application sandbox for Linux desktop applications.
Go to file
Ophestra Umiker 7d96b0bf35
acl: fix memory leak in removeEntry
According to manpage acl_get_qualifier(3) the void * returned by this function could be allocated on the heap.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-07-15 12:40:29 +09:00
.gitignore cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
acl.go acl: fix memory leak in removeEntry 2024-07-15 12:40:29 +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: add libxcb package to dev shell 2024-07-15 00:38:11 +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: file copy and exec.LookPath wrapper 2024-07-15 01:20:52 +09:00
x11.go x11: wrap libxcb ChangeHosts request 2024-07-14 18:31:53 +09:00