Merge changes from topic "customgnss" into main

* changes:
  sepolicy: Allow hal_gnss_pixel access sscoredump file
  sepolicy: Allow gnssd access modem_state
This commit is contained in:
Treehugger Robot 2024-06-05 09:05:59 +00:00 committed by Android (Google) Code Review
commit 1fc96a57bb
2 changed files with 8 additions and 1 deletions

View file

@ -31,3 +31,6 @@ set_prop(gnssd, vendor_gps_prop)
# Read RIL property
get_prop(gnssd, vendor_rild_prop)
# Read modme state
allow gnssd sysfs_modem_state:file r_file_perms;