Compare commits

..

2 Commits

Author SHA1 Message Date
4ad0d58520
dist: build with -trimpath
All checks were successful
Tests / Go tests (push) Successful in 34s
Nix / NixOS tests (push) Successful in 3m34s
Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-28 13:44:05 +09:00
88dcec1a39
app: extra acl entries from configuration
All checks were successful
Tests / Go tests (push) Successful in 31s
Nix / NixOS tests (push) Successful in 3m35s
Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-28 13:23:27 +09:00

View File

@ -157,7 +157,6 @@ 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 {