From 784650618d922ca19988c67c221b010ebea10705 Mon Sep 17 00:00:00 2001 From: benlau Date: Tue, 5 Aug 2025 16:07:00 +0800 Subject: [PATCH] modify hosts file path Signed-off-by: benlau --- appdata-sandbox-app.json | 2 +- appdata-sandbox-gpu.json | 2 +- appdata-sandbox-isolated.json | 2 +- appdata-sandbox-render.json | 2 +- appdata-sandbox.json | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index 15d5876d..7cc85a96 100644 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -116,7 +116,7 @@ }], "mount-files": [{ "src-path" : "/system/etc/hosts", - "sandbox-path" : "/data/service/el1/network/hosts_user/hosts" + "sandbox-path" : "/data/service/el1/public/hosts_user/hosts" }], "symbol-links" : [{ "target-name" : "/system/bin", diff --git a/appdata-sandbox-gpu.json b/appdata-sandbox-gpu.json index 6b8d3c82..482ff176 100644 --- a/appdata-sandbox-gpu.json +++ b/appdata-sandbox-gpu.json @@ -62,7 +62,7 @@ ], "mount-files": [{ "src-path" : "/system/etc/hosts", - "sandbox-path" : "/data/service/el1/network/hosts_user/hosts" + "sandbox-path" : "/data/service/el1/public/hosts_user/hosts" }], "mount-groups" : [] }, diff --git a/appdata-sandbox-isolated.json b/appdata-sandbox-isolated.json index bd9aa04b..fe040a05 100644 --- a/appdata-sandbox-isolated.json +++ b/appdata-sandbox-isolated.json @@ -31,7 +31,7 @@ "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", - "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", + "sandbox-path" : "/data/service/el1/public/hosts_user/hosts", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" }, { diff --git a/appdata-sandbox-render.json b/appdata-sandbox-render.json index e671f9a0..8b4bc5ee 100644 --- a/appdata-sandbox-render.json +++ b/appdata-sandbox-render.json @@ -68,7 +68,7 @@ ], "mount-files": [{ "src-path" : "/system/etc/hosts", - "sandbox-path" : "/data/service/el1/network/hosts_user/hosts" + "sandbox-path" : "/data/service/el1/public/hosts_user/hosts" }], "mount-groups" : [] }, diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 04203650..5efbd27a 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -80,7 +80,7 @@ "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", - "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", + "sandbox-path" : "/data/service/el1/public/hosts_user/hosts", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" }, { @@ -531,7 +531,7 @@ "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", - "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", + "sandbox-path" : "/data/service/el1/public/hosts_user/hosts", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" }, { @@ -626,7 +626,7 @@ "check-action-status": "false" }, { "src-path" : "/system/etc/hosts", - "sandbox-path" : "/data/service/el1/network/hosts_user/hosts", + "sandbox-path" : "/data/service/el1/public/hosts_user/hosts", "sandbox-flags" : [ "bind", "rec" ], "check-action-status": "false" }, { -- Gitee