change uid gid

Signed-off-by: yichengzhao <yichengzhao1@huawei.com>
Change-Id: I0660c0d9188c139c267a097862a5eb560aaa419e
This commit is contained in:
yichengzhao
2022-05-25 15:29:11 +08:00
parent 432f73ae96
commit 8678177b3c
+2 -2
View File
@@ -11,8 +11,8 @@
"services" : [{
"name" : "accessibility",
"path" : ["/system/bin/sa_main", "/system/profile/accessibility.xml"],
"uid" : "system",
"gid" : ["system", "shell", "root"],
"uid" : "accessibility",
"gid" : ["accessibility", "shell", "root"],
"secon" : "u:r:accessibility:s0"
}
]