Merge "gps: allow hal_gnss_default to use coredump node" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-10-31 12:00:06 +00:00 committed by Android (Google) Code Review
commit 09c658415f

View file

@ -3,6 +3,7 @@ allow hal_gnss_default gnssd:unix_stream_socket connectto;
allow hal_gnss_default vendor_gps_file:dir create_dir_perms;
allow hal_gnss_default vendor_gps_file:file create_file_perms;
allow hal_gnss_default vendor_gps_file:fifo_file create_file_perms;
allow hal_gnss_default sysfs_gps:file rw_file_perms;
#Read GPS property
get_prop(hal_gnss_default, vendor_gps_prop)