From 8a3328b9496ad2acc6c7e9cfc427680a8297af3b Mon Sep 17 00:00:00 2001 From: zhangjunxi Date: Thu, 26 May 2022 16:12:03 +0800 Subject: [PATCH] Signed-off-by: zhangjunxi Changes to be committed: modified: timeservice.cfg --- etc/init/timeservice.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/init/timeservice.cfg b/etc/init/timeservice.cfg index 332d1dd..738aea1 100644 --- a/etc/init/timeservice.cfg +++ b/etc/init/timeservice.cfg @@ -2,8 +2,8 @@ "services" : [{ "name" : "time_service", "path" : ["/system/bin/sa_main", "/system/profile/time_service.xml"], - "uid" : "system", - "gid" : ["system", "shell"], + "uid" : "time", + "gid" : ["time", "shell"], "caps" : ["SYS_TIME", "WAKE_ALARM"], "secon" : "u:r:time_service:s0" }