mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-20 23:45:31 -04:00
4be529f604
Changes to be committed: modified: inputmethodservice.cfg
12 lines
340 B
INI
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"
|
|
}
|
|
]
|
|
}
|