mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 15:48:22 +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: Ife9688c62398bef83ae5636e915568658098e12d
This commit is contained in:
@@ -13,6 +13,9 @@ allow pixelstats_vendor sysfs_wlc:file rw_file_perms;
|
||||
get_prop(pixelstats_vendor, hwservicemanager_prop);
|
||||
hwbinder_use(pixelstats_vendor);
|
||||
allow pixelstats_vendor fwk_sensor_hwservice:hwservice_manager find;
|
||||
# android.frameworks.sensorservice through libsensorndkbridge
|
||||
allow pixelstats_vendor fwk_sensor_service:service_manager find;
|
||||
|
||||
|
||||
# Batery history
|
||||
allow pixelstats_vendor battery_history_device:chr_file r_file_perms;
|
||||
|
||||
Reference in New Issue
Block a user