From 4be529f604c79524b16ab02b8fd59f44013f0bc3 Mon Sep 17 00:00:00 2001 From: zhangjunxi Date: Thu, 26 May 2022 15:42:02 +0800 Subject: [PATCH] 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" }