aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/seal_linux.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-02 00:34:52 +0900
committerOphestra <cat@gensokyo.uk>2025-08-02 00:34:52 +0900
commitb32b1975a89d60beab75dfca723925131a06065b (patch)
tree75e4902d1359083a4b701c4462f8011c8179b40b /internal/app/seal_linux.go
parent2b1eaa62f1ef94de8b22e2433a6070d8e7bbeb99 (diff)
hst/container: remove cover
This was never useful, and is now completely replaced by regular FilesystemConfig being able to mount tmpfs. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/seal_linux.go')
-rw-r--r--internal/app/seal_linux.go4
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)