selinux: Allow sensor HAL to access the display service HAL am: 734d79bdaf
am: 3ce470c235
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/16376281 Change-Id: Ic98462405b50b5ae86477d799d0497e00f41c450
This commit is contained in:
commit
178337b449
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ get_prop(hal_sensors_default, vendor_dynamic_sensor_prop)
|
||||||
# Allow access to raw HID devices for dynamic sensors.
|
# Allow access to raw HID devices for dynamic sensors.
|
||||||
allow hal_sensors_default hidraw_device:chr_file rw_file_perms;
|
allow hal_sensors_default hidraw_device:chr_file rw_file_perms;
|
||||||
|
|
||||||
|
# Allow sensor HAL to access the display service HAL
|
||||||
|
allow hal_sensors_default hal_pixel_display_service:service_manager find;
|
||||||
|
binder_call(hal_sensors_default, hal_graphics_composer_default)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Suez type enforcements.
|
# Suez type enforcements.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue