From 878b66022e7573ca89fd1fbc266133c7776a98dd Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 26 Aug 2025 00:50:23 +0900 Subject: hst/fsbind: optional ensure source This exposes the BindEnsure flag of BindMountOp. Signed-off-by: Ophestra --- hst/hst_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hst/hst_test.go') diff --git a/hst/hst_test.go b/hst/hst_test.go index fec189a9..b36e8d2c 100644 --- a/hst/hst_test.go +++ b/hst/hst_test.go @@ -150,7 +150,8 @@ func TestTemplate(t *testing.T) { "type": "bind", "dst": "/data/data/org.chromium.Chromium", "src": "/var/lib/hakurei/u0/org.chromium.Chromium", - "write": true + "write": true, + "ensure": true }, { "type": "bind", -- cgit v1.3.1