diff --git a/etc/init/inputmethodservice.cfg b/etc/init/inputmethodservice.cfg index 32a7378..8c7af1d 100644 --- a/etc/init/inputmethodservice.cfg +++ b/etc/init/inputmethodservice.cfg @@ -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" }