From 6b24888319bab749c4381427597cc2d72b1bbc1b Mon Sep 17 00:00:00 2001 From: hunili Date: Wed, 3 Sep 2025 10:08:57 +0800 Subject: [PATCH] =?UTF-8?q?[Bug]:=20=E4=BA=91=E7=9B=98=5Finit=20https://gi?= =?UTF-8?q?tee.com/openharmony/filemanagement=5Fuser=5Ffile=5Fservice/issu?= =?UTF-8?q?es/ICRWI6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hunili --- 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..0f819532a 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: +ufs:x:1020: diff --git a/services/etc/passwd b/services/etc/passwd index f67a1e2b5..d98590fad 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 +ufs:x:1020:1020:::/bin/false -- Gitee