Home | History | Annotate | Download | only in sepolicy
      1 #
      2 # Sensorservice uses the sensors HAL... which needs sysfs file and i2c device access.
      3 #
      4 
      5 allow sensorservice i2c_device:chr_file rw_file_perms;
      6 allow sensorservice sysfs:file w_file_perms;
      7