From 67afbc163e824243fb77ff1643ed962904123f33 Mon Sep 17 00:00:00 2001 From: wangyongzhong2 Date: Fri, 28 Oct 2022 14:41:16 +0800 Subject: [PATCH] add dlp_credential_service uid gid in m40 musl Signed-off-by: wangyongzhong2 --- services/etc/group | 3 ++- services/etc/passwd | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/etc/group b/services/etc/group index 90ec8287..98fc68d7 100644 --- a/services/etc/group +++ b/services/etc/group @@ -32,7 +32,7 @@ uiserver:x:1048: servicectrl:x:1050:root,shell,system,samgr,hdf_devmgr powerctrl:x:1051:root,shell,system,update,power_host bootctrl:x:1052:root,shell,system -deviceprivate:x:1053:root,shell,system,samgr,hdf_devmgr,deviceinfo,dsoftbus,dms,account,useriam,access_token,device_manager,foundation,dbms,deviceauth,huks_server +deviceprivate:x:1053:root,shell,system,samgr,hdf_devmgr,deviceinfo,dsoftbus,dms,account,useriam,access_token,device_manager,foundation,dbms,deviceauth,huks_server,dlp_credential hiview:x:1201: hidumper_service:x:1212: shell:x:2000: @@ -82,6 +82,7 @@ device_manager:x:3062: deviceauth:x:3333: huks_server:x:3510: cert_manager_server:x:3515: +dlp_credential:x:3553: dms:x:5522: foundation:x:5523: quickfixserver:x:5524: diff --git a/services/etc/passwd b/services/etc/passwd index df6354ea..a8c596f1 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -78,6 +78,7 @@ device_manager:x:3062:3062:::/bin/false deviceauth:x:3333:3333:::/bin/false huks_server:x:3510:3510:::/bin/false cert_manager_server:x:3515:3515:::/bin/false +dlp_credential:x:3553:3553:::/bin/false dms:x:5522:5522:::/bin/false foundation:x:5523:5523:::/bin/false quickfixserver:x:5524:5524:::/bin/false -- GitLab