sepolicy: Add rule for TUI HAL to access allocator HAL
Change-Id: I5b8e24bb63f3b0d458772991928111b8abf289ad
This commit is contained in:
parent
e35c14c91f
commit
24ced1be5a
1 changed files with 2 additions and 0 deletions
2
generic/vendor/common/hal_trustedui_qti.te
vendored
2
generic/vendor/common/hal_trustedui_qti.te
vendored
|
@ -39,6 +39,8 @@ hal_attribute_hwservice(vendor_hal_trustedui, vendor_hal_trustedui_hwservice)
|
|||
hal_client_domain(vendor_hal_trustedui_qti, hal_graphics_allocator);
|
||||
hal_client_domain(vendor_hal_trustedui_qti, hal_graphics_composer);
|
||||
hal_client_domain(vendor_hal_trustedui_qti, vendor_hal_systemhelper);
|
||||
#allow access to hal_allocator
|
||||
hal_client_domain(vendor_hal_trustedui_qti, hal_allocator);
|
||||
|
||||
allow vendor_hal_trustedui_qti vendor_sysfs_sectouch:file rw_file_perms;
|
||||
allow vendor_hal_trustedui_qti vendor_tui_data_file:file rw_file_perms;
|
||||
|
|
Loading…
Reference in a new issue