Merge "Revert "sepolicy: Allow PixelGnss to connect to Chre HAL"" into 24D1-dev

This commit is contained in:
Priyanka Advani 2024-03-28 20:01:53 +00:00 committed by Android (Google) Code Review
commit ce1c82e3b1

View File

@ -12,10 +12,3 @@ allow hal_gnss_pixel sysfs_modem_state:file r_file_perms;
#Toggle coredump node
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 binder to CHRE.
binder_call(hal_gnss_pixel, hal_contexthub_default)
allow hal_gnss_pixel hal_contexthub_service:service_manager find;