2016-10-18 04:58:22 +02:00
|
|
|
# IComposerCallback
|
|
|
|
binder_call(hal_graphics_composer, surfaceflinger)
|
|
|
|
|
|
|
|
# GPU device access
|
|
|
|
allow hal_graphics_composer gpu_device:chr_file rw_file_perms;
|
|
|
|
allow hal_graphics_composer ion_device:chr_file r_file_perms;
|
|
|
|
allow hal_graphics_composer hal_graphics_allocator:fd use;
|
|
|
|
|
|
|
|
# Access /dev/graphics/fb0.
|
|
|
|
allow hal_graphics_composer graphics_device:dir search;
|
|
|
|
allow hal_graphics_composer graphics_device:chr_file rw_file_perms;
|
|
|
|
|
|
|
|
# Fences
|
|
|
|
allow hal_graphics_composer system_server:fd use;
|
|
|
|
allow hal_graphics_composer bootanim:fd use;
|
2017-01-19 19:56:18 +01:00
|
|
|
allow hal_graphics_composer appdomain:fd use;
|
2017-02-09 23:36:53 +01:00
|
|
|
|
|
|
|
# allow self to set SCHED_FIFO
|
|
|
|
allow hal_graphics_composer self:capability sys_nice;
|