From 82ddd40aebb80ece81355417f4e4ae3e062e8792 Mon Sep 17 00:00:00 2001 From: Cheng Chang Date: Tue, 31 Oct 2023 06:39:02 +0000 Subject: [PATCH] gps: Allow hal_gnss_pixel toggle coredump node Bug: 308527972 Test: b/308527972#comment12 Change-Id: I9060ce551b42a3c1f1482bbe734dec393ff48de5 --- vendor/hal_gnss_pixel.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/hal_gnss_pixel.te b/vendor/hal_gnss_pixel.te index 4318875..6a27d82 100644 --- a/vendor/hal_gnss_pixel.te +++ b/vendor/hal_gnss_pixel.te @@ -9,4 +9,5 @@ binder_call(hal_gnss_pixel, hal_gnss_default) binder_call(hal_gnss_default, hal_gnss_pixel) #Read modem state /sys/bus/platform/devices/cpif/modem_state -allow hal_gnss_pixel sysfs_modem_state:file r_file_perms; \ No newline at end of file +allow hal_gnss_pixel sysfs_modem_state:file r_file_perms; +allow hal_gnss_pixel sysfs_gps:file rw_file_perms; \ No newline at end of file