graphic_graphic_2d/graphic.cfg
s30023221 b47210d496 set render_services uid to graphics
Signed-off-by: s30023221 <shiguoquan@huawei.com>
Change-Id: Id1c6ad1c68cb92fda55e74fa3dec904f9da167c0
2022-05-24 17:28:59 +08:00

27 lines
751 B
INI

{
"jobs" : [{
"name" : "init",
"cmds" : [
"chmod 666 /dev/mali0",
"chown system graphics /dev/mali0"
]
}
],
"services" : [{
"name" : "render_service",
"path" : ["/system/bin/render_service"],
"uid" : "graphics",
"gid" : ["system", "shell", "uhid", "root"],
"caps" : ["SYS_NICE"],
"secon" : "u:r:render_service:s0"
}, {
"name" : "bootanimation",
"path" : ["/system/bin/bootanimation"],
"once" : 1,
"uid" : "system",
"gid" : ["system", "shell", "uhid", "root"],
"secon" : "u:r:bootanimation:s0"
}
]
}