diff options
Diffstat (limited to 'internal/app/seal_linux.go')
| -rw-r--r-- | internal/app/seal_linux.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/internal/app/seal_linux.go b/internal/app/seal_linux.go index c7293720..0ae121fb 100644 --- a/internal/app/seal_linux.go +++ b/internal/app/seal_linux.go @@ -238,10 +238,11 @@ func (seal *outcome) finalise(ctx context.Context, sys sys.State, config *hst.Co } conf := &hst.ContainerConfig{ - Userns: true, - Net: true, - Tty: true, - AutoEtc: true, + Userns: true, + Net: true, + Abstract: true, + Tty: true, + AutoEtc: true, AutoRoot: container.AbsFHSRoot, RootFlags: container.BindWritable, |
