WIP Android-style application sandbox for Linux desktop applications.
Go to file
Ophestra Umiker 2ef29ab52e
acl: implement acl utils via libacl
The library is simple and should be easy to port to Go, however correctness matters more in this case and overhead from cgo is negligible for our usage scenario.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-07-11 00:38:21 +09:00
.gitignore cli: parse and resolve flags 2024-07-09 15:39:40 +09:00
acl.go acl: implement acl utils via libacl 2024-07-11 00:38:21 +09:00
cli.go cli: parse and resolve flags 2024-07-09 15:39:40 +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