1type sysfs_nanoapp_cmd, sysfs_type, fs_type; 2 3# Default type for anything under /firmware. 4type firmware_file, fs_type, contextmount_type; 5 6# /data 7type diag_logs, file_type, data_file_type, mlstrustedobject; 8type location_data_file, file_type, data_file_type; 9type perfd_data_file, file_type, data_file_type; 10type ramdump_data_file, file_type, data_file_type; 11type time_data_file, file_type, data_file_type; 12type display_data_file, file_type, data_file_type; 13 14# /sys 15type sysfs_camera, sysfs_type, fs_type; 16type sysfs_enable_ps_sensor, sysfs_type, fs_type; 17type sysfs_fingerprint, sysfs_type, fs_type; 18type sysfs_msm_subsys, sysfs_type, fs_type; 19type sysfs_msm_subsys_restart, sysfs_type, fs_type; 20type sysfs_msm_core, sysfs_type, fs_type; 21type sysfs_net, sysfs_type, fs_type, mlstrustedobject; 22type sysfs_perf, sysfs_type, fs_type; 23type sysfs_pcie, sysfs_type, fs_type, mlstrustedobject; 24type sysfs_rmtfs, sysfs_type, fs_type; 25type sysfs_soc, sysfs_type, fs_type, mlstrustedobject; 26type sysfs_video, sysfs_type, fs_type; 27type sysfs_wifi, sysfs_type, fs_type, mlstrustedobject; 28type sysfs_power_management, sysfs_type, fs_type; 29 30# debugfs 31type debugfs_msm_core, debugfs_type, fs_type; 32type debugfs_rmt_storage, debugfs_type, fs_type; 33type debugfs_sps, debugfs_type, fs_type; 34 35# /proc 36type proc_kernel_sched, fs_type; 37 38# /dev/socket needs to be file_type so init can create 39type cnd_socket, file_type; 40type ims_socket, file_type; 41type netmgrd_socket, file_type; 42type qmuxd_socket, file_type; 43type thermal_socket, file_type; 44 45type bt_firmware_file, file_type; 46type persist_file, file_type; 47type persist_data_file, file_type; 48type persist_display_file, file_type; 49 50# msm_irqbalance 51type proc_irq, fs_type; 52type irqbalance_socket, file_type;