mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 10:28:38 +00:00
Add hal_graphics_composer_default to sensors sepolicy.
Bug: 221396170 Test: No avc denial. Change-Id: I23299524dec50d8c589c6acc9da8b3c8c3399f97
This commit is contained in:
@@ -48,3 +48,6 @@ allow hal_sensors_default hal_pixel_display_service:service_manager find;
|
||||
# Allow display_info_service access to the backlight driver.
|
||||
allow hal_sensors_default sysfs_leds:dir search;
|
||||
allow hal_sensors_default sysfs_leds:file r_file_perms;
|
||||
|
||||
# Allow sensor HAL to access the graphics composer.
|
||||
binder_call(hal_sensors_default, hal_graphics_composer_default);
|
||||
|
||||
Reference in New Issue
Block a user