1#
2# Sensorservice uses the sensors HAL... which needs sysfs file and i2c device access.
3#
4
5allow sensorservice i2c_device:chr_file rw_file_perms;
6allow sensorservice sysfs:file w_file_perms;
7