From 672a5faad29e45ddc79d62422ccc684f726f9396 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Mon, 11 Aug 2025 16:27:23 +0800 Subject: [PATCH] add mechbody uid Signed-off-by: dengxiaoyu --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 9b1ef4a0f..f2577c5af 100644 --- a/services/etc/group +++ b/services/etc/group @@ -173,3 +173,4 @@ compiler_service:x:5300: sandbox_manager:x:3076: app_fwk_update:x:3350: sysselection:x:1080: +mechbody:x:7811: diff --git a/services/etc/passwd b/services/etc/passwd index e1d1ef919..f67a1e2b5 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -166,3 +166,4 @@ compiler_service:x:5300:5300:::/bin/false sandbox_manager:x:3076:3076:::/bin/false app_fwk_update:x:3350:3350:::/bin/false sysselection:x:1080:1080:::/bin/false +mechbody:x:7811:7811:::/bin/false -- Gitee