sepolicy: Add rule for TUI HAL to access allocator HAL

Change-Id: I5b8e24bb63f3b0d458772991928111b8abf289ad
This commit is contained in:
Rohit Soneta 2021-10-27 14:37:17 +05:30 committed by Gerrit - the friendly Code Review server
parent e35c14c91f
commit 24ced1be5a

View file

@ -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;