Merge "Allow hwcomposer to change scheduling policy"

This commit is contained in:
Treehugger Robot 2017-02-13 19:38:31 +00:00 committed by Gerrit Code Review
commit daeb5e0166

View file

@ -14,3 +14,6 @@ allow hal_graphics_composer graphics_device:chr_file rw_file_perms;
allow hal_graphics_composer system_server:fd use;
allow hal_graphics_composer bootanim:fd use;
allow hal_graphics_composer appdomain:fd use;
# allow self to set SCHED_FIFO
allow hal_graphics_composer self:capability sys_nice;