From 22f9b6d68d2a5a3b4c1c6a9a2888acc0386e0a1a Mon Sep 17 00:00:00 2001 From: libing23232323 Date: Fri, 12 Sep 2025 14:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0web=5Fnative=5Fmessaging=5Fse?= =?UTF-8?q?rvice=E7=94=A8=E6=88=B7=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: libing23232323 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 0f819532a..5dcd0e5fc 100644 --- a/services/etc/group +++ b/services/etc/group @@ -172,6 +172,7 @@ app_domain_verify:x:3111: compiler_service:x:5300: sandbox_manager:x:3076: app_fwk_update:x:3350: +web_native_messaging_service:x:3351: sysselection:x:1080: mechbody:x:7811: ufs:x:1020: diff --git a/services/etc/passwd b/services/etc/passwd index d98590fad..63eda3752 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -165,6 +165,7 @@ app_domain_verify:x:3111:3111:::/bin/false compiler_service:x:5300:5300:::/bin/false sandbox_manager:x:3076:3076:::/bin/false app_fwk_update:x:3350:3350:::/bin/false +web_native_messaging_service:x:3351:3351:::/bin/false sysselection:x:1080:1080:::/bin/false mechbody:x:7811:7811:::/bin/false ufs:x:1020:1020:::/bin/false -- Gitee