Merge "Add sepolicy for sensor HAL accessing AOC sysfs node." into sc-dev

This commit is contained in:
TreeHugger Robot 2021-05-03 07:42:00 +00:00 committed by Android (Google) Code Review
commit 2391c852bd

View file

@ -37,6 +37,7 @@ binder_call(hal_sensors_default, system_server);
# Allow access to the sysfs_aoc.
allow hal_sensors_default sysfs_aoc:dir search;
allow hal_sensors_default sysfs_aoc:file r_file_perms;
# Allow use of the USF low latency transport.
usf_low_latency_transport(hal_sensors_default)