From 387b86bcdd7798a149ba2349cdf2a699f05cefe5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 1 Aug 2025 04:10:33 +0900 Subject: app: integrate container autoroot Doing this instead of mounting directly on / because it's impossible to ensure a parent is available for every path hakurei wants to mount to. This situation is similar to autoetc hence the similar name, however a symlink mirror will not work in this case. Signed-off-by: Ophestra --- hst/template_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hst/template_test.go') diff --git a/hst/template_test.go b/hst/template_test.go index 8761b7d4..7f0caa7d 100644 --- a/hst/template_test.go +++ b/hst/template_test.go @@ -126,6 +126,8 @@ func TestTemplate(t *testing.T) { "/run/user/150" ] ], + "auto_root": "/var/lib/hakurei/base/org.debian", + "root_flags": 2, "etc": "/etc", "auto_etc": true, "cover": [ -- cgit v1.3.1