diff options
Diffstat (limited to 'internal/app/seal_linux.go')
| -rw-r--r-- | internal/app/seal_linux.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/app/seal_linux.go b/internal/app/seal_linux.go index b25b5c4f..6bf6c092 100644 --- a/internal/app/seal_linux.go +++ b/internal/app/seal_linux.go @@ -474,10 +474,6 @@ func (seal *outcome) finalise(ctx context.Context, sys sys.State, config *hst.Co } } - for _, dest := range config.Container.Cover { - seal.container.Tmpfs(dest, 1<<13, 0755) - } - // mount root read-only as the final setup Op seal.container.Remount("/", syscall.MS_RDONLY) |
