gps: Allow hal_gnss_pixel toggle coredump node

Bug: 308527972
Test: b/308527972#comment12
Change-Id: I9060ce551b42a3c1f1482bbe734dec393ff48de5
This commit is contained in:
Cheng Chang 2023-10-31 06:39:02 +00:00
parent 09c658415f
commit 82ddd40aeb

View file

@ -9,4 +9,5 @@ binder_call(hal_gnss_pixel, hal_gnss_default)
binder_call(hal_gnss_default, hal_gnss_pixel) binder_call(hal_gnss_default, hal_gnss_pixel)
#Read modem state /sys/bus/platform/devices/cpif/modem_state #Read modem state /sys/bus/platform/devices/cpif/modem_state
allow hal_gnss_pixel sysfs_modem_state:file r_file_perms; allow hal_gnss_pixel sysfs_modem_state:file r_file_perms;
allow hal_gnss_pixel sysfs_gps:file rw_file_perms;