From e3438da0fd7466db7dbcfdbbf61d792d47a9bc56 Mon Sep 17 00:00:00 2001 From: zhangjunxi Date: Sun, 29 May 2022 21:01:34 +0800 Subject: [PATCH] Signed-off-by: zhangjunxi Changes to be committed: modified: etc/init/timeservice.cfg --- etc/init/timeservice.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/init/timeservice.cfg b/etc/init/timeservice.cfg index 738aea1..2d71dfd 100644 --- a/etc/init/timeservice.cfg +++ b/etc/init/timeservice.cfg @@ -1,9 +1,8 @@ -{ "services" : [{ "name" : "time_service", "path" : ["/system/bin/sa_main", "/system/profile/time_service.xml"], "uid" : "time", - "gid" : ["time", "shell"], + "gid" : ["system", "time", "shell"], "caps" : ["SYS_TIME", "WAKE_ALARM"], "secon" : "u:r:time_service:s0" }