Compare commits

..

2 Commits

Author SHA1 Message Date
9be58c61e8
dist: build with -trimpath
All checks were successful
Tests / Go tests (push) Successful in 44s
Nix / NixOS tests (push) Successful in 3m58s
Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-28 13:49:07 +09:00
6eb7c07c5a
app: extra acl entries from configuration
Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-28 13:49:02 +09:00

View File

@ -157,6 +157,7 @@ func (a *app) Seal(config *fst.Config) error {
continue continue
} }
seal.extraPerms[i] = new(sealedExtraPerm)
seal.extraPerms[i].name = p.Path seal.extraPerms[i].name = p.Path
seal.extraPerms[i].perms = make(acl.Perms, 0, 3) seal.extraPerms[i].perms = make(acl.Perms, 0, 3)
if p.Read { if p.Read {