From bd3575c489ae8c88091a4ed9a0ddf8664fd3b928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zen=E7=9F=A5=E4=BB=81?= Date: Mon, 28 Mar 2022 12:27:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E5=A4=87=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E7=AD=89=E7=BA=A7=EF=BC=8C=E6=96=B0=E5=A2=9E=E7=8B=AC=E7=AB=8B?= =?UTF-8?q?=E7=9A=84gid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zen知仁 --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 3b194a64..ef60c4b3 100755 --- a/services/etc/group +++ b/services/etc/group @@ -58,6 +58,7 @@ nfc_host:x:3042: a2dp_host:x:3043: hdf_devmgr:x:3044: connected_tag_host:x:3045: +dslm:x:3046: dms:x:5522: sensor:x:6688: misc:x:9998: diff --git a/services/etc/passwd b/services/etc/passwd index 1fde572c..544543b7 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -59,6 +59,7 @@ nfc_host:x:3042:3042:::/bin/false a2dp_host:x:3043:3043:::/bin/false hdf_devmgr:x:3044:3044:::/bin/false connected_tag_host:x:3045:3045:::/bin/false +dslm:x:3046:3046:::/bin/false dms:x:5522:5522:::/bin/false sensor:x:6688:6688:::/bin/false misc:x:9998:9998:::/bin/false -- GitLab