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: I65945c8b259538d274da23d8ecc6cf4d2362dcbd
This commit is contained in:
Devin Moore 2022-12-19 23:42:23 +00:00
parent 85bd1b8441
commit aede443b86

View file

@ -18,7 +18,10 @@ allow pixelstats_vendor sysfs_wlc:file rw_file_perms;
allow pixelstats_vendor sysfs_pca:file rw_file_perms; allow pixelstats_vendor sysfs_pca:file rw_file_perms;
# OrientationCollector # OrientationCollector
# HIDL sensorservice
allow pixelstats_vendor fwk_sensor_hwservice:hwservice_manager find; allow pixelstats_vendor fwk_sensor_hwservice:hwservice_manager find;
# AIDL sensorservice
allow pixelstats_vendor fwk_sensor_service:service_manager find;
# Batery history # Batery history
allow pixelstats_vendor battery_history_device:chr_file r_file_perms; allow pixelstats_vendor battery_history_device:chr_file r_file_perms;