!138 输入法服务,system权限降级

Merge pull request !138 from zhangjunxi/master
This commit is contained in:
openharmony_ci
2022-05-26 15:50:23 +00:00
committed by Gitee
+2 -2
View File
@@ -2,8 +2,8 @@
"services" : [{
"name" : "inputmethod_service",
"path" : ["/system/bin/sa_main", "/system/profile/inputmethod_service.xml"],
"uid" : "system",
"gid" : ["system", "shell"],
"uid" : "inputmethod",
"gid" : ["inputmethod", "shell"],
"caps" : ["SYS_TIME"],
"secon" : "u:r:inputmethod_service:s0"
}