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, mlstrustedobject; 11type time_data_file, file_type, data_file_type; 12type display_data_file, file_type, data_file_type; 13type netmgr_data_file, file_type, data_file_type; 14 15# /sys 16type sysfs_camera, sysfs_type, fs_type; 17type sysfs_enable_ps_sensor, sysfs_type, fs_type; 18type sysfs_fingerprint, sysfs_type, fs_type; 19type sysfs_msm_subsys, sysfs_type, fs_type; 20type sysfs_msm_subsys_restart, sysfs_type, fs_type; 21type sysfs_msm_core, sysfs_type, fs_type; 22type sysfs_net, sysfs_type, fs_type, mlstrustedobject; 23type sysfs_perf, sysfs_type, fs_type; 24type sysfs_pcie, sysfs_type, fs_type, mlstrustedobject; 25type sysfs_rmtfs, sysfs_type, fs_type; 26type sysfs_soc, sysfs_type, fs_type, mlstrustedobject; 27type sysfs_video, sysfs_type, fs_type; 28type sysfs_wifi, sysfs_type, fs_type, mlstrustedobject; 29type sysfs_power_management, sysfs_type, fs_type; 30 31# debugfs 32type debugfs_msm_core, debugfs_type, fs_type; 33type debugfs_rmt_storage, debugfs_type, fs_type; 34type debugfs_sps, debugfs_type, fs_type; 35 36# /proc 37type proc_kernel_sched, fs_type; 38 39# /dev/socket needs to be file_type so init can create 40type cnd_socket, file_type; 41type ims_socket, file_type; 42type netmgrd_socket, file_type; 43type qmuxd_socket, file_type; 44type thermal_socket, file_type; 45 46type bt_firmware_file, file_type; 47type persist_file, file_type; 48type persist_data_file, file_type; 49type persist_display_file, file_type; 50 51# msm_irqbalance 52type proc_irq, fs_type; 53type irqbalance_socket, file_type; 54