mirror of
https://github.com/openharmony/accessibility.git
synced 2026-08-24 22:11:28 -04:00
change uid gid
Signed-off-by: yichengzhao <yichengzhao1@huawei.com> Change-Id: I0660c0d9188c139c267a097862a5eb560aaa419e
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user