From b6185fe884be165cced7724fbda7ceee43eff3b8 Mon Sep 17 00:00:00 2001 From: zhangjunxi Date: Thu, 26 May 2022 15:42:02 +0800 Subject: [PATCH] fixed e1a1014 from https://gitee.com/zhang-junxi66/miscservices_inputmethod/pulls/138 Signed-off-by: zhangjunxi Changes to be committed: modified: inputmethodservice.cfg --- etc/init/inputmethodservice.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }