From 864b369d82b9bd3c5c0b58359297dd72dd375082 Mon Sep 17 00:00:00 2001 From: ql Date: Wed, 9 Mar 2022 01:42:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0samgr=E5=92=8Cdms=E7=9A=84uid?= =?UTF-8?q?=20Signed-off-by:=20ql=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/etc/passwd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/etc/passwd b/services/etc/passwd index abab2851..873a182c 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -4,6 +4,7 @@ system:x:1000:1000:::/bin/false radio:x:1001:1001:::/bin/false bluetooth:x:1002:1002:::/bin/false graphics:x:1003:1003:::/bin/false +samgr:x:1005:1005:::/bin/false file_manager:x:1006:1006:::/bin/false log:x:1007:1007:::/bin/false user_data_rw:x:1008:1008:::/bin/false @@ -32,5 +33,6 @@ wakelock:x:3010:3010:::/bin/false uhid:x:3011:3011:::/bin/false ddms:x:3012:3012:::/bin/false access_token:x:3020:3020:::/bin/false +dms:x:5522:5522:::/bin/false misc:x:9998:9998:::/bin/false app:x:10000:10000:::/bin/false -- GitLab