From 7f74fbdec294bb1e0f7fa4cb6650ad0a3d9939ac Mon Sep 17 00:00:00 2001 From: fjw123456 Date: Sat, 20 Jul 2024 10:09:20 +0800 Subject: [PATCH] add uid and gid for hmiagentservice sa Signed-off-by: fjw123456 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 82cca352b..3631484b4 100644 --- a/services/etc/group +++ b/services/etc/group @@ -165,3 +165,4 @@ media_db_rw:x:3008: app_domain_verify:x:3111: compiler_service:x:5300: sandbox_manager:x:3076: +hmiagent:x:6201: diff --git a/services/etc/passwd b/services/etc/passwd index 98cfb2938..b99237fc4 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -160,3 +160,4 @@ testserver:x:3500:3500:::/bin/false app_domain_verify:x:3111:3111:::/bin/false compiler_service:x:5300:5300:::/bin/false sandbox_manager:x:3076:3076:::/bin/false +hmiagent:x:6201:6201:::/bin/false -- Gitee