From 6d202d73b41d28166f7bea7da36d1ce054711ff9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 25 Aug 2025 18:30:40 +0900 Subject: hst/fsbind: optional autoetc behaviour This generalises the special field allowing any special behaviour to be matched from target. Signed-off-by: Ophestra --- hst/hst_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hst/hst_test.go') diff --git a/hst/hst_test.go b/hst/hst_test.go index b8ec79c9..897bf930 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -107,7 +107,7 @@ func TestTemplate(t *testing.T) { "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", -- cgit v1.3.1