From a00537cd7ff84e8027969a0cbbe4fb97a0be8913 Mon Sep 17 00:00:00 2001 From: lovechinamo Date: Mon, 30 May 2022 16:37:17 +0800 Subject: [PATCH] Signed-off-by: lovechinamo Changes to be committed: --- etc/init/timeservice.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init/timeservice.cfg b/etc/init/timeservice.cfg index 2d7c3ca..49ae564 100644 --- a/etc/init/timeservice.cfg +++ b/etc/init/timeservice.cfg @@ -2,7 +2,7 @@ "services" : [{ "name" : "time_service", "path" : ["/system/bin/sa_main", "/system/profile/time_service.xml"], - "uid" : "time", + "uid" : "system", "gid" : ["system", "time", "shell"], "caps" : ["SYS_TIME", "WAKE_ALARM"], "secon" : "u:r:time_service:s0"