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

Changes to be committed:
	modified:   inputmethodservice.cfg
This commit is contained in:
zhangjunxi 2022-05-26 15:42:02 +08:00
parent faceccc12a
commit e1a1014d98

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"
}