aboutsummaryrefslogtreecommitdiffhomepage
path: root/acl.go
AgeCommit message (Collapse)Author
2024-07-11acl: implement acl utils via libaclOphestra Umiker
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>