From ae08f4dba7c8235b104eeff5c1277874c81f8638 Mon Sep 17 00:00:00 2001 From: fanzhe Date: Fri, 9 May 2025 15:58:30 +0800 Subject: [PATCH] add UID sysselection Signed-off-by: fanzhe Change-Id: I7a7e3e7b52089c0598cbdb66f1156a83b4e38a16 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index a2e07d3f5..2d4e93b8a 100644 --- a/services/etc/group +++ b/services/etc/group @@ -171,3 +171,4 @@ app_domain_verify:x:3111: compiler_service:x:5300: sandbox_manager:x:3076: app_fwk_update:x:3350: +sysselection:x:1080: diff --git a/services/etc/passwd b/services/etc/passwd index 01550a6b8..90e92d338 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -164,3 +164,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 +sysselection:x:1080:1080:::/bin/false -- Gitee