From 3c13148291b40053c7371848d6a3c345f740f3fb Mon Sep 17 00:00:00 2001 From: lizhe Date: Fri, 21 Jul 2023 08:47:28 +0000 Subject: [PATCH] update gps code - add location_host sudoer Signed-off-by: lizhe --- services/etc/passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/etc/passwd b/services/etc/passwd index d1d09d2a..d7604fbb 100644 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -17,7 +17,7 @@ keystore:x:1017:1017:::/bin/false usb:x:1018:1018:::/bin/false drm:x:1019:1019:::/bin/false gps:x:1021:1021:::/bin/false -location_host:x:1022:1022:::/bin/false +location_host:x:0:1022:::/bin/false media_rw:x:1023:1023:::/bin/false dsoftbus:x:1024:1024:::/bin/false nfc:x:1027:1027:::/bin/false -- Gitee