platform_device_xiaomi_sm84.../sepolicy/vendor/file.te
Arian a065ab84cc sm8450-common: sepolicy: Remove xiaomi specific gnss rules
We don't use stock GNSS stock anymore, thus these are not necessary anymore

Change-Id: I730e5101ea69e2c9d456d53a82c30433f916706c
2024-09-01 18:22:12 +02:00

36 lines
1.1 KiB
Text

# Audio
type sysfs_f0_value, fs_type, sysfs_type;
type audio_socket, file_type;
# Battery
type vendor_sysfs_qcom_battery, fs_type, sysfs_type;
# Camera
type camera_persist_file, file_type, mlstrustedobject, vendor_persist_type;
# Diag
type vendor_modem_data_file, data_file_type, file_type;
# Display
type vendor_sysfs_displayfeature, fs_type, sysfs_type;
# Fingerprint
type vendor_fingerprint_data_file, data_file_type, file_type;
type vendor_fingerprint_data_file_fpdump, data_file_type, file_type;
# Mac Address
type vendor_mac_vendor_data_file, data_file_type, file_type, mlstrustedobject;
# Thermal
type sys_thermal_wifi_limit, fs_type, sysfs_type;
type sys_thermal_flash_state, fs_type, sysfs_type;
type thermal_data_file, data_file_type, file_type;
# Touchscreen
type proc_tp_file, fs_type, proc_type;
type proc_tp_lockdown, fs_type, proc_type;
type sysfs_touch_hostprocess, fs_type, sysfs_type;
type sysfs_touch_suspend, fs_type, sysfs_type;
type sysfs_tp_fodstatus, fs_type, sysfs_type;
type sysfs_tp_virtual_prox, fs_type, sysfs_type;
type vendor_data_touchreport_file, data_file_type, file_type;