From 53462e07dbe24025c43e445528cfb7c222f868c4 Mon Sep 17 00:00:00 2001 From: tlbl Date: Thu, 11 Sep 2025 23:12:46 +0800 Subject: [PATCH] init for clouddiskservice Signed-off-by: tlbl --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index f2577c5af..b4be0fe05 100644 --- a/services/etc/group +++ b/services/etc/group @@ -174,3 +174,4 @@ sandbox_manager:x:3076: app_fwk_update:x:3350: sysselection:x:1080: mechbody:x:7811: +cloud_disk_service:x:6161: diff --git a/services/etc/passwd b/services/etc/passwd index f67a1e2b5..d66fce7bb 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -167,3 +167,4 @@ 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 +cloud_disk_service:x:6161:6161::/bin/false -- Gitee