Merge "sepolicy: gs101: display: fix dumpstate of displaycolor" into sc-dev
This commit is contained in:
commit
5afbe4584f
2 changed files with 4 additions and 3 deletions
|
@ -36,3 +36,7 @@ get_prop(hal_graphics_composer_default, boot_status_prop);
|
||||||
|
|
||||||
# allow HWC to access vendor log file
|
# allow HWC to access vendor log file
|
||||||
allow hal_graphics_composer_default vendor_log_file:file create_file_perms;
|
allow hal_graphics_composer_default vendor_log_file:file create_file_perms;
|
||||||
|
|
||||||
|
# allow HWC to output to dumpstate via pipe fd
|
||||||
|
allow hal_graphics_composer_default hal_dumpstate_default:fifo_file { append write };
|
||||||
|
allow hal_graphics_composer_default hal_dumpstate_default:fd use;
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# b/185723492
|
|
||||||
dontaudit hal_graphics_composer_default hal_dumpstate_default:fd { use };
|
|
||||||
dontaudit hal_graphics_composer_default hal_dumpstate_default:fd { use };
|
|
Loading…
Add table
Add a link
Reference in a new issue