Merge "gps: Allow gnss hal access vendor_gps_prop" into main

This commit is contained in:
Cheng Chang 2024-09-02 07:38:45 +00:00 committed by Android (Google) Code Review
commit 4c672d13c9

View file

@ -10,6 +10,9 @@ allow hal_gnss_pixel sysfs_gps:file rw_file_perms;
# Allow access to CHRE multiclient HAL.
get_prop(hal_gnss_pixel, vendor_chre_hal_prop)
# Allow read vendor gps prop.
get_prop(hal_gnss_pixel, vendor_gps_prop)
# Allow binder to CHRE.
binder_call(hal_gnss_pixel, hal_contexthub_default)
allow hal_gnss_pixel hal_contexthub_service:service_manager find;