From c5f67e9e8cafb27b9a74413064f5e4167d940af6 Mon Sep 17 00:00:00 2001 From: knpingan Date: Mon, 14 Mar 2022 10:26:23 +0800 Subject: [PATCH] nfc connected tag for master of hdf driver. Signed-off-by: knpingan --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 905886a0..8f5ad95c 100755 --- a/services/etc/group +++ b/services/etc/group @@ -56,5 +56,6 @@ sensor_host:x:3041: nfc_host:x:3042: a2dp_host:x:3043: hdf_devmgr:x:3044: +connected_tag_host:x:3045: misc:x:9998: app:x:10000: diff --git a/services/etc/passwd b/services/etc/passwd index 7dfdf1cf..29439d27 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -57,6 +57,7 @@ sensor_host:x:3041:3041:::/bin/false 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 dms:x:5522:5522:::/bin/false misc:x:9998:9998:::/bin/false app:x:10000:10000:::/bin/false -- GitLab