mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
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:
3
vendor/google/pixelstats_vendor.te
vendored
3
vendor/google/pixelstats_vendor.te
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user