Merge "Allow hwcomposer to change scheduling policy"
This commit is contained in:
commit
daeb5e0166
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue