From a3988c1a7725eb791795643e0810f03bab4572b3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 18 Aug 2025 16:47:23 +0900 Subject: hst: rename net and abstract fields This makes more sense and matches the container library. Signed-off-by: Ophestra --- internal/app/seal_linux.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal/app/seal_linux.go') diff --git a/internal/app/seal_linux.go b/internal/app/seal_linux.go index 0ae121fb..23d65f95 100644 --- a/internal/app/seal_linux.go +++ b/internal/app/seal_linux.go @@ -238,11 +238,11 @@ func (seal *outcome) finalise(ctx context.Context, sys sys.State, config *hst.Co } conf := &hst.ContainerConfig{ - Userns: true, - Net: true, - Abstract: true, - Tty: true, - AutoEtc: true, + Userns: true, + HostNet: true, + HostAbstract: true, + Tty: true, + AutoEtc: true, AutoRoot: container.AbsFHSRoot, RootFlags: container.BindWritable, -- cgit v1.3.1