Signed-off-by: zhangjunxi <zhangjunxi1@huawei.com>

Changes to be committed:
	modified:   etc/init/timeservice.cfg
This commit is contained in:
zhangjunxi
2022-05-29 21:01:34 +08:00
parent 90e543703e
commit e3438da0fd
+1 -2
View File
@@ -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"
}