Revert "sepolicy: Allow PixelGnss implement PPS function" am: feb41bd23d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/27192521

Change-Id: If61b9a17adeacf89cea31e2a6febfc9e5be44b15
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Priyanka Advani 2024-05-02 19:54:21 +00:00 committed by Automerger Merge Worker
commit 98550c6193
2 changed files with 0 additions and 15 deletions
gps
lsi/sepolicy
pixel/sepolicy

@ -11,6 +11,3 @@ get_prop(hal_gnss_default, vendor_gps_prop)
#IPC between pixel and vendor HAL #IPC between pixel and vendor HAL
binder_call(hal_gnss_default, hal_gnss_pixel) binder_call(hal_gnss_default, hal_gnss_pixel)
# Allow connect to gnss service
allow hal_gnss_default vendor_gps_file:fifo_file create_file_perms;

@ -12,15 +12,3 @@ allow hal_gnss_pixel sysfs_modem_state:file r_file_perms;
#Toggle coredump node #Toggle coredump node
allow hal_gnss_pixel sysfs_gps:file rw_file_perms; 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;
# Allow connect to gnss service
allow hal_gnss_pixel vendor_gps_file:dir create_dir_perms;
allow hal_gnss_pixel vendor_gps_file:fifo_file create_file_perms;