aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/config.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-25 22:21:16 +0900
committerOphestra <cat@gensokyo.uk>2025-08-25 22:23:54 +0900
commit9585b35d5b4e91bb327e3eddb229d1b711eeec2f (patch)
tree6480edb4c1ec02e31c84be82cf66c41e479731c7 /hst/config.go
parent26cafe3e8066d9ae65230ff0aa17a5533cfa92f8 (diff)
hst/config: remove symlink field
Closes #6. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/config.go')
-rw-r--r--hst/config.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/hst/config.go b/hst/config.go
index 8f17de97..7ee25878 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -96,16 +96,6 @@ type (
// container mount points;
// if the first element targets /, it is inserted early and excluded from path hiding
Filesystem []FilesystemConfigJSON `json:"filesystem"`
- // create symlinks inside container filesystem
- Link []LinkConfig `json:"symlink"`
- }
-
- LinkConfig struct {
- // symlink target in container
- Target *container.Absolute `json:"target"`
- // linkname the symlink points to;
- // prepend '*' to dereference an absolute pathname on host
- Linkname string `json:"linkname"`
}
)