file.te 763 B

123456789101112131415161718192021222324252627
  1. # Audio
  2. type sysfs_f0_value, fs_type, sysfs_type;
  3. type audio_socket, file_type;
  4. # Battery
  5. type vendor_sysfs_qcom_battery, fs_type, sysfs_type;
  6. # Camera
  7. type camera_persist_file, file_type, mlstrustedobject, vendor_persist_type;
  8. # Diag
  9. type vendor_modem_data_file, data_file_type, file_type;
  10. # Display
  11. type vendor_sysfs_displayfeature, fs_type, sysfs_type;
  12. # Fingerprint
  13. type vendor_fingerprint_data_file, data_file_type, file_type;
  14. type vendor_fingerprint_data_file_fpdump, data_file_type, file_type;
  15. # Mac Address
  16. type vendor_mac_vendor_data_file, data_file_type, file_type, mlstrustedobject;
  17. # Thermal
  18. type sys_thermal_wifi_limit, fs_type, sysfs_type;
  19. type sys_thermal_flash_state, fs_type, sysfs_type;
  20. type thermal_data_file, data_file_type, file_type;