Files
miscservices_inputmethod/etc/init/inputmethodservice.cfg
T
zhangjunxi 4be529f604 Signed-off-by: zhangjunxi <zhangjunxi1@huawei.com>
Changes to be committed:
	modified:   inputmethodservice.cfg
2022-05-26 15:42:02 +08:00

12 lines
340 B
INI

{
"services" : [{
"name" : "inputmethod_service",
"path" : ["/system/bin/sa_main", "/system/profile/inputmethod_service.xml"],
"uid" : "inputmethod",
"gid" : ["inputmethod", "shell"],
"caps" : ["SYS_TIME"],
"secon" : "u:r:inputmethod_service:s0"
}
]
}