From f2ad63ed112343c2f0fa2de44cf4dff12e04ebb3 Mon Sep 17 00:00:00 2001 From: liulinna Date: Tue, 22 Mar 2022 22:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guduhanyan --- 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 53a0332..415dc9c 100644 --- a/etc/init/timeservice.cfg +++ b/etc/init/timeservice.cfg @@ -4,7 +4,7 @@ "path" : ["/system/bin/sa_main", "/system/profile/time_service.xml"], "uid" : "system", "gid" : ["system", "shell"], - "caps" : ["CAP_SYS_TIME", "WAKE_ALARM"] + "caps" : ["SYS_TIME", "WAKE_ALARM"] } ] }