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:
parent
85bd1b8441
commit
aede443b86
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue