From 6d202d73b41d28166f7bea7da36d1ce054711ff9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 25 Aug 2025 18:30:40 +0900 Subject: hst/fsbind: optional autoetc behaviour This generalises the special field allowing any special behaviour to be matched from target. Signed-off-by: Ophestra --- internal/app/seal_linux.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'internal/app/seal_linux.go') diff --git a/internal/app/seal_linux.go b/internal/app/seal_linux.go index fb6f39b6..4e77e79e 100644 --- a/internal/app/seal_linux.go +++ b/internal/app/seal_linux.go @@ -246,10 +246,10 @@ func (seal *outcome) finalise(ctx context.Context, sys sys.State, config *hst.Co Filesystem: []hst.FilesystemConfigJSON{ {&hst.FSBind{ - Target: container.AbsFHSRoot, - Source: container.AbsFHSRoot, - Write: true, - AutoRoot: true, + Target: container.AbsFHSRoot, + Source: container.AbsFHSRoot, + Write: true, + Special: true, }}, }, } -- cgit v1.3.1