From b62a0f2e92323674377683b0bedee8369ed12af8 Mon Sep 17 00:00:00 2001 From: benlau Date: Tue, 5 Aug 2025 16:04:57 +0800 Subject: [PATCH] modify hosts file path Signed-off-by: benlau --- services/sandbox/chipset-sandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sandbox/chipset-sandbox.json b/services/sandbox/chipset-sandbox.json index 88a655b7d..d71453497 100644 --- a/services/sandbox/chipset-sandbox.json +++ b/services/sandbox/chipset-sandbox.json @@ -51,7 +51,7 @@ } ], "mount-bind-files" : [{ - "src-path" : "/data/service/el1/network/hosts_user/hosts", + "src-path" : "/data/service/el1/public/hosts_user/hosts", "sandbox-path" : "/system/etc/hosts", "sandbox-flags" : [ "bind", "rec", "private" ] }, { -- Gitee