1#
2# USF sensor HAL SELinux type enforcements.
3#
4
5# Allow sensor HAL to access pogo driver hall file node.
6allow hal_sensors_default sysfs_pogo_usb:file rw_file_perms;
7
8# Allow access to the uhid devices.
9allow hal_sensors_default uhid_device:chr_file rw_file_perms;
10