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

Merge pull request !139 from zhangjunxi/cherry-pick-1653551175
This commit is contained in:
openharmony_ci
2022-05-26 15:51:07 +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"
}