sm7250-common: sepolicy: Reorder file.te

Change-Id: I99e4fe688dacc0e02e4f7bfecfc843edad907e32
This commit is contained in:
Sebastiano Barezzi 2021-08-22 23:56:38 +02:00 committed by xSylla
parent 2d98c6494f
commit dd29f9fc7e

View File

@ -1,22 +1,31 @@
type sysfs_fod, fs_type, sysfs_type;
type sysfs_msm_boot, fs_type, sysfs_type;
type sysfs_msm_subsys, sysfs_type, fs_type;
type sysfs_touchpanel, fs_type, sysfs_type;
type sysfs_wireless_supply, sysfs_type, fs_type;
type vendor_sysfs_smart_fps, fs_type, sysfs_type;
type vendor_sysfs_dynamic_fps, fs_type, sysfs_type;
type vendor_sysfs_iio, fs_type, sysfs_type;
type fingerprint_data_file, data_file_type, file_type, vendor_persist_type;
type thermal_data_file, file_type, data_file_type;
type audio_socket, file_type;
type camera_persist_file, file_type, vendor_persist_type;
type audio_socket, file_type;
type public_adsprpcd_file, file_type;
type ultrasound_device, dev_type;
type fingerprint_data_file, data_file_type, file_type, vendor_persist_type;
type persist_subsys_file, vendor_persist_type, file_type;
type proc_last_kmsg, fs_type, proc_type;
type public_adsprpcd_file, file_type;
type sysfs_fod, fs_type, sysfs_type;
type sysfs_msm_boot, fs_type, sysfs_type;
type sysfs_msm_subsys, fs_type, sysfs_type;
type sysfs_touchpanel, fs_type, sysfs_type;
type sysfs_wireless_supply, fs_type, sysfs_type;
type thermal_data_file, file_type, data_file_type;
type ultrasound_device, dev_type;
type vendor_sysfs_dynamic_fps, fs_type, sysfs_type;
type vendor_sysfs_iio, fs_type, sysfs_type;
type vendor_sysfs_smart_fps, fs_type, sysfs_type;