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 --- cmd/hakurei/print_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd') diff --git a/cmd/hakurei/print_test.go b/cmd/hakurei/print_test.go index b55c1044..471cb358 100644 --- a/cmd/hakurei/print_test.go +++ b/cmd/hakurei/print_test.go @@ -284,7 +284,7 @@ App "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", @@ -438,7 +438,7 @@ App "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", @@ -646,7 +646,7 @@ func Test_printPs(t *testing.T) { "dst": "/", "src": "/var/lib/hakurei/base/org.debian", "write": true, - "autoroot": true + "special": true }, { "type": "ephemeral", -- cgit v1.3.1