From 7c8b7f36726e81a81c36ea64ca8c9c8a13799eb1 Mon Sep 17 00:00:00 2001 From: q30045501 Date: Fri, 20 Dec 2024 16:37:32 +0800 Subject: [PATCH] IssueNo:AR20241113718037 Change-Id: Idd02e62fe0f836be52f9b9daec598ba8996aeb91 Signed-off-by: q30045501 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 1ff37bfa4..053d0f677 100644 --- a/services/etc/group +++ b/services/etc/group @@ -168,3 +168,4 @@ app_domain_verify:x:3111: compiler_service:x:5300: sandbox_manager:x:3076: app_fwk_update:x:3350: +watch_system_service:x:4301: diff --git a/services/etc/passwd b/services/etc/passwd index 9ce0ebf90..0d8a96519 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -162,3 +162,4 @@ 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 +watch_system_service:x:4301:4301:::/bin/false -- Gitee