Merge "Allow GRIL to get IRQ counts." into main

This commit is contained in:
Chi Zhang 2024-02-23 22:07:01 +00:00 committed by Android (Google) Code Review
commit 9de082ad52

View file

@ -17,3 +17,6 @@ binder_call(grilservice_app, hal_wifi_ext)
binder_call(grilservice_app, hal_audiometricext_default) binder_call(grilservice_app, hal_audiometricext_default)
binder_call(grilservice_app, rild) binder_call(grilservice_app, rild)
hal_client_domain(grilservice_app, hal_power_stats) hal_client_domain(grilservice_app, hal_power_stats)
# Read access to /sys/kernel/irq
allow grilservice_app sysfs_irq:dir r_dir_perms;
allow grilservice_app sysfs_irq:file r_file_perms;