Merge "sepolicy: Allow hal_gnss_pixel create file" into main

This commit is contained in:
Cheng Chang 2024-11-21 00:39:46 +00:00 committed by Android (Google) Code Review
commit 90398dea27

View file

@ -24,3 +24,6 @@ allow hal_gnss_pixel vendor_gps_file:fifo_file create_file_perms;
# Allow access ssrdump information # Allow access ssrdump information
allow hal_gnss_pixel sscoredump_vendor_data_crashinfo_file:file r_file_perms; allow hal_gnss_pixel sscoredump_vendor_data_crashinfo_file:file r_file_perms;
allow hal_gnss_pixel sscoredump_vendor_data_crashinfo_file:dir r_dir_perms; allow hal_gnss_pixel sscoredump_vendor_data_crashinfo_file:dir r_dir_perms;
# Allow pixel gnss access vendor_gps_file
allow hal_gnss_pixel vendor_gps_file:file create_file_perms;