Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 1 | type system_linker_exec, file_type, system_file_type; |
| 2 | |
| 3 | # file types |
| 4 | type adbd_socket, file_type, coredomain_socket; |
| 5 | type apc_service, service_manager_type; |
| 6 | type anr_data_file, file_type, data_file_type, core_data_file_type, mlstrustedobject; |
| 7 | type apex_info_file, file_type; |
| 8 | type apex_mnt_dir, file_type; |
| 9 | type cgroup_desc_api_file, file_type, system_file_type; |
| 10 | type cgroup_desc_file, file_type, system_file_type; |
| 11 | type cgroup_rc_file, file_type; |
| 12 | type file_contexts_file, file_type, system_file_type; |
| 13 | type hwservice_contexts_file, file_type, system_file_type; |
| 14 | type keystore2_key_contexts_file, file_type, system_file_type; |
| 15 | type keystore_data_file, file_type, data_file_type, core_data_file_type; |
| 16 | type linkerconfig_file, file_type; |
| 17 | type logd_socket, file_type, mlstrustedobject, coredomain_socket; |
| 18 | type logdr_socket, file_type, mlstrustedobject, coredomain_socket; |
| 19 | type logdw_socket, file_type, mlstrustedobject, coredomain_socket; |
| 20 | type mac_perms_file, file_type, system_file_type; |
| 21 | type nativetest_data_file, file_type, data_file_type, core_data_file_type; |
| 22 | type property_contexts_file, file_type, system_file_type; |
| 23 | type property_socket, file_type, mlstrustedobject, coredomain_socket; |
| 24 | type runtime_event_log_tags_file, file_type; |
| 25 | type seapp_contexts_file, file_type, system_file_type; |
| 26 | type sepolicy_file, file_type, system_file_type; |
| 27 | type service_contexts_file, file_type, system_file_type; |
| 28 | type shell_data_file, file_type, data_file_type, core_data_file_type, app_data_file_type, mlstrustedobject; |
| 29 | type shell_test_data_file, file_type, data_file_type, core_data_file_type; |
| 30 | type statsdw_socket, file_type, coredomain_socket, mlstrustedobject; |
| 31 | type system_bootstrap_lib_file, file_type, system_file_type; |
| 32 | type system_data_file, file_type, data_file_type, core_data_file_type; |
| 33 | type system_data_root_file, file_type, data_file_type, core_data_file_type; |
| 34 | type system_event_log_tags_file, file_type, system_file_type; |
| 35 | type system_file, file_type, system_file_type; |
| 36 | type system_group_file, file_type, system_file_type; |
| 37 | type system_lib_file, file_type, system_file_type; |
| 38 | type system_linker_config_file, file_type, system_file_type; |
| 39 | type system_passwd_file, file_type, system_file_type; |
| 40 | type system_seccomp_policy_file, file_type, system_file_type; |
| 41 | type system_security_cacerts_file, file_type, system_file_type; |
| 42 | type task_profiles_api_file, file_type, system_file_type; |
| 43 | type task_profiles_file, file_type, system_file_type; |
| 44 | type tombstone_data_file, file_type, data_file_type, core_data_file_type, mlstrustedobject; |
| 45 | type tombstoned_crash_socket, file_type, mlstrustedobject, coredomain_socket; |
| 46 | type tombstoned_intercept_socket, file_type, coredomain_socket; |
| 47 | type tombstoned_java_trace_socket, file_type, mlstrustedobject; |
| 48 | type trace_data_file, file_type, data_file_type, core_data_file_type, mlstrustedobject; |
| 49 | type unlabeled, file_type; |
| 50 | type vendor_configs_file, file_type, vendor_file_type; |
| 51 | type vendor_data_file, file_type, data_file_type; |
| 52 | type vendor_file, file_type, vendor_file_type; |
| 53 | type vendor_service_contexts_file, vendor_file_type, file_type; |
| 54 | |
| 55 | # file system types |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 56 | type binderfs, fs_type; |
| 57 | type binderfs_logs, fs_type; |
| 58 | type binderfs_logs_proc, fs_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 59 | type binfmt_miscfs, fs_type; |
| 60 | type cgroup, fs_type, mlstrustedobject; |
| 61 | type cgroup_v2, fs_type; |
| 62 | type config_gz, fs_type, proc_type; |
| 63 | type configfs, fs_type; |
| 64 | type debugfs, fs_type, debugfs_type; |
| 65 | type debugfs_bootreceiver_tracing, fs_type, debugfs_type, tracefs_type; |
| 66 | type debugfs_kcov, fs_type, debugfs_type; |
| 67 | type debugfs_kprobes, fs_type, debugfs_type; |
| 68 | type debugfs_mm_events_tracing, fs_type, debugfs_type, tracefs_type; |
| 69 | type debugfs_mmc, fs_type, debugfs_type; |
| 70 | type debugfs_trace_marker, fs_type, debugfs_type, tracefs_type, mlstrustedobject; |
| 71 | type debugfs_tracing, fs_type, debugfs_type, tracefs_type, mlstrustedobject; |
| 72 | type debugfs_tracing_debug, fs_type, debugfs_type, tracefs_type, mlstrustedobject; |
| 73 | type debugfs_tracing_instances, fs_type, debugfs_type, tracefs_type; |
| 74 | type debugfs_tracing_printk_formats, fs_type, debugfs_type, tracefs_type; |
| 75 | type debugfs_wakeup_sources, fs_type, debugfs_type; |
| 76 | type debugfs_wifi_tracing, fs_type, debugfs_type, tracefs_type; |
| 77 | type devpts, fs_type, mlstrustedobject; |
| 78 | type devtmpfs; |
| 79 | type exfat, fs_type, sdcard_type, mlstrustedobject; |
| 80 | type fs_bpf, fs_type; |
| 81 | type fs_bpf_tethering, fs_type; |
| 82 | type functionfs, fs_type, mlstrustedobject; |
| 83 | type fuse, fs_type, fusefs_type, mlstrustedobject; |
| 84 | type fusectlfs, fs_type; |
| 85 | type inotify, fs_type, mlstrustedobject; |
| 86 | type labeledfs, fs_type; |
| 87 | type mqueue, fs_type; |
| 88 | type pipefs, fs_type; |
| 89 | type proc, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 90 | type proc_abi, fs_type, proc_type; |
| 91 | type proc_asound, fs_type, proc_type; |
| 92 | type proc_bootconfig, fs_type, proc_type; |
| 93 | type proc_buddyinfo, fs_type, proc_type; |
| 94 | type proc_cmdline, fs_type, proc_type; |
| 95 | type proc_cpuinfo, fs_type, proc_type; |
| 96 | type proc_dirty, fs_type, proc_type; |
| 97 | type proc_diskstats, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 98 | type proc_drop_caches, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 99 | type proc_extra_free_kbytes, fs_type, proc_type; |
| 100 | type proc_filesystems, fs_type, proc_type; |
| 101 | type proc_fs_verity, fs_type, proc_type; |
| 102 | type proc_hostname, fs_type, proc_type; |
| 103 | type proc_hung_task, fs_type, proc_type; |
| 104 | type proc_interrupts, fs_type, proc_type; |
| 105 | type proc_iomem, fs_type, proc_type; |
| 106 | type proc_kallsyms, fs_type, proc_type; |
| 107 | type proc_keys, fs_type, proc_type; |
| 108 | type proc_kmsg, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 109 | type proc_kpageflags, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 110 | type proc_loadavg, fs_type, proc_type; |
| 111 | type proc_locks, fs_type, proc_type; |
| 112 | type proc_lowmemorykiller, fs_type, proc_type; |
| 113 | type proc_max_map_count, fs_type, proc_type; |
| 114 | type proc_meminfo, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 115 | type proc_min_free_order_shift, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 116 | type proc_misc, fs_type, proc_type; |
| 117 | type proc_modules, fs_type, proc_type; |
| 118 | type proc_mounts, fs_type, proc_type; |
| 119 | type proc_net, fs_type, proc_type, proc_net_type; |
| 120 | type proc_net_tcp_udp, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 121 | type proc_overcommit_memory, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 122 | type proc_page_cluster, fs_type, proc_type; |
| 123 | type proc_pagetypeinfo, fs_type, proc_type; |
| 124 | type proc_panic, fs_type, proc_type; |
| 125 | type proc_perf, fs_type, proc_type; |
| 126 | type proc_pid_max, fs_type, proc_type; |
| 127 | type proc_pipe_conf, fs_type, proc_type; |
| 128 | type proc_pressure_cpu, fs_type, proc_type; |
| 129 | type proc_pressure_io, fs_type, proc_type; |
| 130 | type proc_pressure_mem, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 131 | type proc_qtaguid_ctrl, fs_type, proc_type, mlstrustedobject; |
| 132 | type proc_qtaguid_stat, fs_type, proc_type, mlstrustedobject; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 133 | type proc_random, fs_type, proc_type; |
| 134 | type proc_sched, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 135 | type proc_security, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 136 | type proc_slabinfo, fs_type, proc_type; |
| 137 | type proc_stat, fs_type, proc_type; |
| 138 | type proc_swaps, fs_type, proc_type; |
| 139 | type proc_sysrq, fs_type, proc_type; |
| 140 | type proc_timer, fs_type, proc_type; |
| 141 | type proc_tty_drivers, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 142 | type proc_uid_concurrent_active_time, fs_type, proc_type; |
| 143 | type proc_uid_concurrent_policy_time, fs_type, proc_type; |
| 144 | type proc_uid_cpupower, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 145 | type proc_uid_cputime_removeuid, fs_type, proc_type; |
| 146 | type proc_uid_cputime_showstat, fs_type, proc_type; |
| 147 | type proc_uid_io_stats, fs_type, proc_type; |
| 148 | type proc_uid_procstat_set, fs_type, proc_type; |
| 149 | type proc_uid_time_in_state, fs_type, proc_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 150 | type proc_uptime, fs_type, proc_type; |
| 151 | type proc_version, fs_type, proc_type; |
| 152 | type proc_vmallocinfo, fs_type, proc_type; |
| 153 | type proc_vmstat, fs_type, proc_type; |
| 154 | type proc_zoneinfo, fs_type, proc_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 155 | type pstorefs, fs_type; |
| 156 | type rootfs, fs_type; |
| 157 | type sdcardfs, fs_type, sdcard_type, mlstrustedobject; |
| 158 | type securityfs, fs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 159 | type selinuxfs, fs_type, mlstrustedobject; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 160 | type shm, fs_type; |
| 161 | type sockfs, fs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 162 | type sysfs, fs_type, sysfs_type, mlstrustedobject; |
| 163 | type sysfs_android_usb, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 164 | type sysfs_bluetooth_writable, fs_type, sysfs_type, mlstrustedobject; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 165 | type sysfs_devices_block, fs_type, sysfs_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 166 | type sysfs_devices_cs_etm, fs_type, sysfs_type; |
| 167 | type sysfs_devices_system_cpu, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 168 | type sysfs_dm, fs_type, sysfs_type; |
| 169 | type sysfs_dm_verity, fs_type, sysfs_type; |
| 170 | type sysfs_dma_heap, fs_type, sysfs_type; |
| 171 | type sysfs_dmabuf_stats, fs_type, sysfs_type; |
| 172 | type sysfs_dt_firmware_android, fs_type, sysfs_type; |
| 173 | type sysfs_extcon, fs_type, sysfs_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 174 | type sysfs_fs_ext4_features, fs_type, sysfs_type; |
| 175 | type sysfs_fs_f2fs, fs_type, sysfs_type; |
| 176 | type sysfs_fs_incfs_features, fs_type, sysfs_type; |
| 177 | type sysfs_fs_incfs_metrics, fs_type, sysfs_type; |
| 178 | type sysfs_hwrandom, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 179 | type sysfs_ion, fs_type, sysfs_type; |
| 180 | type sysfs_ipv4, fs_type, sysfs_type; |
| 181 | type sysfs_kernel_notes, fs_type, sysfs_type, mlstrustedobject; |
| 182 | type sysfs_leds, fs_type, sysfs_type; |
| 183 | type sysfs_loop, fs_type, sysfs_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 184 | type sysfs_lowmemorykiller, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 185 | type sysfs_net, fs_type, sysfs_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 186 | type sysfs_nfc_power_writable, fs_type, sysfs_type, mlstrustedobject; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 187 | type sysfs_power, fs_type, sysfs_type; |
| 188 | type sysfs_rtc, fs_type, sysfs_type; |
| 189 | type sysfs_suspend_stats, fs_type, sysfs_type; |
| 190 | type sysfs_switch, fs_type, sysfs_type; |
| 191 | type sysfs_transparent_hugepage, fs_type, sysfs_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 192 | type sysfs_uhid, fs_type, sysfs_type; |
| 193 | type sysfs_usermodehelper, fs_type, sysfs_type; |
| 194 | type sysfs_vibrator, fs_type, sysfs_type; |
| 195 | type sysfs_wake_lock, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 196 | type sysfs_wakeup, fs_type, sysfs_type; |
| 197 | type sysfs_wakeup_reasons, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 198 | type sysfs_wlan_fwpath, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 199 | type sysfs_zram, fs_type, sysfs_type; |
| 200 | type sysfs_zram_uevent, fs_type, sysfs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 201 | type tmpfs, fs_type; |
Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame] | 202 | type usbfs, fs_type; |
Inseob Kim | 4eb5660 | 2021-07-09 15:51:12 +0900 | [diff] [blame^] | 203 | type usermodehelper, fs_type, proc_type; |
| 204 | type vfat, fs_type, sdcard_type, mlstrustedobject; |