From 0dcac55a0c3fcbb2d48028a4474ccecb37bb22fc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 25 Aug 2025 19:13:31 +0900 Subject: hst/config: remove container etc field This no longer needs special treatment since it can be specified as a generic filesystem entry. Signed-off-by: Ophestra --- hst/hst_test.go | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'hst/hst_test.go') diff --git a/hst/hst_test.go b/hst/hst_test.go index 897bf930..553533b0 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -109,6 +109,12 @@ func TestTemplate(t *testing.T) { "write": true, "special": true }, + { + "type": "bind", + "dst": "/etc/", + "src": "/etc/", + "special": true + }, { "type": "ephemeral", "dst": "/tmp/", @@ -154,9 +160,7 @@ func TestTemplate(t *testing.T) { "target": "/run/user/65534", "linkname": "/run/user/150" } - ], - "etc": "/etc/", - "auto_etc": true + ] } }` -- cgit v1.3.1