From 935c41cb5c0704dd33f59c388b62866b9d1bbcd8 Mon Sep 17 00:00:00 2001 From: liu-binjun Date: Wed, 1 Jun 2022 00:04:16 +0800 Subject: [PATCH] add location hdi Signed-off-by: liu-binjun --- services/etc/group | 1 + services/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/services/etc/group b/services/etc/group index 95a5614b..a67389aa 100644 --- a/services/etc/group +++ b/services/etc/group @@ -16,6 +16,7 @@ keystore:x:1017: usb:x:1018: drm:x:1019: gps:x:1020: +location_host:x:1021: media_rw:x:1023: dsoftbus:x:1024: nfc:x:1027: diff --git a/services/etc/passwd b/services/etc/passwd index 5fb1ea03..24931cbb 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -16,6 +16,7 @@ keystore:x:1017:1017:::/bin/false usb:x:1018:1018:::/bin/false drm:x:1019:1019:::/bin/false gps:x:1020:1020:::/bin/false +location_host:x:1021:1021:::/bin/false media_rw:x:1023:1023:::/bin/false dsoftbus:x:1024:1024:::/bin/false nfc:x:1027:1027:::/bin/false -- GitLab