Compare commits

..

4 Commits

Author SHA1 Message Date
db3e5f5594
cmd/fpkg: app bundle helper
All checks were successful
Tests / Go tests (push) Successful in 40s
Nix / NixOS tests (push) Successful in 3m37s
This helper program creates fortify configuration for running an application bundle. The activate action wraps a home-manager activation package and ensures each generation gets activated once.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-26 13:21:49 +09:00
37aa406879
internal: include path to fortify main program
Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-26 12:48:48 +09:00
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 {