Allow pixelstats hal to talk to the new AIDL sensorservice

This is being used in libsensorndkbridge now, so permissions are
required.

Test: m
Bug: 205764765
Change-Id: If64b0e8e68a6b4c06148a71835b99d8bfcd1ce8b
This commit is contained in:
Devin Moore
2022-12-19 23:42:56 +00:00
parent b3e3b7f423
commit 45aa7afeca

View File

@@ -18,5 +18,8 @@ allow pixelstats_vendor sysfs_scsi_devices_0000:file rw_file_perms;
allow pixelstats_vendor sysfs_wlc:dir search;
# OrientationCollector
# HIDL sensorservice
allow pixelstats_vendor fwk_sensor_hwservice:hwservice_manager find;
# AIDL sensorservice
allow pixelstats_vendor fwk_sensor_service:service_manager find;
binder_call(pixelstats_vendor, system_server)