hst: move container type to config

Container state initialisation is no longer implemented in hst so splitting them no longer makes sense.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-08-16 02:28:36 +09:00
parent 8dd3e1ee5d
commit 305c600cf5
3 changed files with 101 additions and 116 deletions

View File

@@ -479,7 +479,7 @@ func (seal *outcome) finalise(ctx context.Context, sys sys.State, config *hst.Co
// append ExtraPerms last
for _, p := range config.ExtraPerms {
if p == nil {
if p == nil || p.Path == nil {
continue
}