mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-25 22:57:30 -04:00
57e5ede04a
Signed-off-by: renwei <renwei8@huawei.com> Change-Id: Ic06909b0a6a173393324dcf3071584ed9738cb98
12 lines
330 B
INI
12 lines
330 B
INI
{
|
|
"services" : [{
|
|
"name" : "inputmethod_service",
|
|
"path" : ["/system/bin/sa_main", "/system/profile/inputmethod_service.xml"],
|
|
"uid" : "system",
|
|
"gid" : ["system", "shell"],
|
|
"caps" : ["SYS_TIME"],
|
|
"secon" : "u:r:inputmethod_service:s0"
|
|
}
|
|
]
|
|
}
|