From 21968ccb62c571458b0cc294582ed660c0f53e63 Mon Sep 17 00:00:00 2001 From: ruan-shaofei Date: Tue, 27 Sep 2022 16:28:18 +0800 Subject: [PATCH] change gps uid Signed-off-by: ruan-shaofei --- services/etc/group | 4 ++-- services/etc/passwd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/etc/group b/services/etc/group index 96f07409..4f60c7a4 100644 --- a/services/etc/group +++ b/services/etc/group @@ -17,8 +17,8 @@ vpn:x:1016: keystore:x:1017: usb:x:1018: drm:x:1019: -gps:x:1020: -location_host:x:1021: +gps:x:1021: +location_host:x:1022: media_rw:x:1023: dsoftbus:x:1024: nfc:x:1027: diff --git a/services/etc/passwd b/services/etc/passwd index 77f63a48..03616a68 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -16,8 +16,8 @@ vpn:x:1016:1016:::/bin/false 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 +gps:x:1021:1021:::/bin/false +location_host:x:1022:1022:::/bin/false media_rw:x:1023:1023:::/bin/false dsoftbus:x:1024:1024:::/bin/false nfc:x:1027:1027:::/bin/false -- GitLab