gs-common: sepolicy: Import missing rules from BP2A

Change-Id: I70ebc8a2bce09d2590c24fc919b2804cef256568
This commit is contained in:
Michael Bestas 2025-06-21 19:44:10 +03:00 committed by Michael Bestas
parent edc3d90511
commit 0dbbbc376c
No known key found for this signature in database
13 changed files with 21 additions and 0 deletions

View file

@ -17,6 +17,10 @@ get_prop(hal_gnss_pixel, vendor_gps_prop)
binder_call(hal_gnss_pixel, hal_contexthub_default)
allow hal_gnss_pixel hal_contexthub_service:service_manager find;
# Allow binder to fwk stats.
binder_call(hal_gnss_pixel, fwk_stats_service)
allow hal_gnss_pixel fwk_stats_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;