Merge "hal_sensors_default: Add permission to AOC reset sysfs node." into main

This commit is contained in:
Treehugger Robot 2023-10-13 02:43:10 +00:00 committed by Android (Google) Code Review
commit 9b0ab2c62c

View file

@ -62,3 +62,6 @@ allow hal_sensors_default sysfs_chosen:file r_file_perms;
# Allow display_info_service access to the backlight driver.
allow hal_sensors_default sysfs_leds:dir search;
allow hal_sensors_default sysfs_leds:file r_file_perms;
# Allow sensor HAL to reset AOC.
allow hal_sensors_default sysfs_aoc_reset:file rw_file_perms;