Merge "sepolicy: add sensor related rules for AIDL APIs" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-09 02:03:39 +00:00 committed by Android (Google) Code Review
commit 9c51e64c6e

View file

@ -17,3 +17,7 @@ allow hal_sensors_default fwk_stats_hwservice:hwservice_manager find;
# Allow access to the sysfs_aoc. # Allow access to the sysfs_aoc.
allow hal_sensors_default sysfs_aoc:dir search; allow hal_sensors_default sysfs_aoc:dir search;
# Allow SensorSuez to connect AIDL stats.
binder_use(hal_sensors_default);
allow hal_sensors_default fwk_stats_service:service_manager find;