Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 1 | ;; new_objects - a collection of types that have been introduced that have no |
2 | ;; analogue in older policy. Thus, we do not need to map these types to | ||||
3 | ;; previous ones. Add here to pass checkapi tests. | ||||
Tri Vo | 438684b | 2018-09-29 17:47:10 -0700 | [diff] [blame] | 4 | (type new_objects) |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 5 | (typeattribute new_objects) |
6 | (typeattributeset new_objects | ||||
Tri Vo | 438684b | 2018-09-29 17:47:10 -0700 | [diff] [blame] | 7 | ( new_objects |
8 | activity_task_service | ||||
Wale Ogunwale | 0075655 | 2018-05-30 15:26:41 -0700 | [diff] [blame] | 9 | adb_service |
Makoto Onuki | 6af1181 | 2018-09-04 17:13:16 -0700 | [diff] [blame] | 10 | app_binding_service |
Martijn Coenen | ac097ac | 2018-08-17 09:35:42 +0200 | [diff] [blame] | 11 | apex_data_file |
12 | apex_mnt_dir | ||||
13 | apex_key_file | ||||
14 | apex_service | ||||
15 | apexd | ||||
16 | apexd_exec | ||||
Jiyong Park | b3b9461 | 2018-11-01 20:05:20 +0900 | [diff] [blame] | 17 | apexd_prop |
Martijn Coenen | ac097ac | 2018-08-17 09:35:42 +0200 | [diff] [blame] | 18 | apexd_tmpfs |
Primiano Tucci | 6824024 | 2018-03-22 10:41:10 +0000 | [diff] [blame] | 19 | atrace |
Fyodor Kupolov | 05675aa | 2018-01-10 18:11:22 -0800 | [diff] [blame] | 20 | binder_calls_stats_service |
Kevin Chyn | 75ded48 | 2018-09-20 20:32:32 -0700 | [diff] [blame] | 21 | biometric_service |
Kenny Root | 0b79a17 | 2018-01-25 16:12:39 +0900 | [diff] [blame] | 22 | blank_screen |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 23 | blank_screen_exec |
24 | blank_screen_tmpfs | ||||
25 | bootloader_boot_reason_prop | ||||
Jaekyun Seok | 224921d | 2018-04-09 12:07:32 +0900 | [diff] [blame] | 26 | bluetooth_a2dp_offload_prop |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 27 | bpfloader |
28 | bpfloader_exec | ||||
29 | cgroup_bpf | ||||
Christine Franks | a11cdd2 | 2018-08-17 18:47:47 -0700 | [diff] [blame] | 30 | color_display_service |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 31 | crossprofileapps_service |
Tom Cherry | 7b8be35 | 2018-05-03 17:00:16 -0700 | [diff] [blame] | 32 | ctl_interface_restart_prop |
33 | ctl_interface_start_prop | ||||
34 | ctl_interface_stop_prop | ||||
35 | ctl_sigstop_prop | ||||
Hongyi Zhang | a6f9892 | 2018-10-25 20:09:55 -0700 | [diff] [blame] | 36 | device_config_boot_count_prop |
Hongyi Zhang | b965e3c | 2018-11-08 16:46:19 -0800 | [diff] [blame] | 37 | device_config_reset_performed_prop |
Jeff Sharkey | 000cafc | 2018-03-30 12:22:54 -0600 | [diff] [blame] | 38 | exfat |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 39 | exported2_config_prop |
40 | exported2_default_prop | ||||
41 | exported2_radio_prop | ||||
42 | exported2_system_prop | ||||
43 | exported2_vold_prop | ||||
44 | exported3_default_prop | ||||
Jaekyun Seok | ac8c6e3 | 2018-03-27 13:41:47 +0900 | [diff] [blame] | 45 | exported3_radio_prop |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 46 | exported3_system_prop |
Eino-Ville Talvala | 3ac71f8 | 2018-06-20 14:08:02 -0700 | [diff] [blame] | 47 | exported_audio_prop |
Jaekyun Seok | 224921d | 2018-04-09 12:07:32 +0900 | [diff] [blame] | 48 | exported_bluetooth_prop |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 49 | exported_config_prop |
50 | exported_dalvik_prop | ||||
51 | exported_default_prop | ||||
52 | exported_dumpstate_prop | ||||
53 | exported_ffs_prop | ||||
54 | exported_fingerprint_prop | ||||
55 | exported_overlay_prop | ||||
56 | exported_pm_prop | ||||
57 | exported_radio_prop | ||||
Jaekyun Seok | 62acbce | 2018-03-16 08:10:37 +0900 | [diff] [blame] | 58 | exported_secure_prop |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 59 | exported_system_prop |
60 | exported_system_radio_prop | ||||
61 | exported_vold_prop | ||||
Jaekyun Seok | 224921d | 2018-04-09 12:07:32 +0900 | [diff] [blame] | 62 | exported_wifi_prop |
Jerry Zhang | 1d85efa | 2018-05-29 10:54:16 -0700 | [diff] [blame] | 63 | fastbootd |
Hongyi Zhang | a6f9892 | 2018-10-25 20:09:55 -0700 | [diff] [blame] | 64 | flags_health_check |
65 | flags_health_check_exec | ||||
Tri Vo | fad493b | 2018-02-07 09:45:39 -0800 | [diff] [blame] | 66 | fingerprint_vendor_data_file |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 67 | fs_bpf |
Howard Ro | 578a189 | 2018-09-28 13:34:37 -0700 | [diff] [blame] | 68 | fwk_stats_hwservice |
Wei Wang | bc71a61 | 2018-09-19 16:06:28 -0700 | [diff] [blame] | 69 | hal_atrace_hwservice |
Pavel Maltsev | 43e172a | 2018-04-10 14:07:14 -0700 | [diff] [blame] | 70 | hal_audiocontrol_hwservice |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 71 | hal_authsecret_hwservice |
Pawin Vongmasa | 19a74ec | 2018-03-28 21:09:23 -0700 | [diff] [blame] | 72 | hal_codec2_hwservice |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 73 | hal_confirmationui_hwservice |
Pavel Maltsev | 43e172a | 2018-04-10 14:07:14 -0700 | [diff] [blame] | 74 | hal_evs_hwservice |
Yifan Hong | 1cef6a9 | 2018-09-19 10:24:45 -0700 | [diff] [blame] | 75 | hal_health_storage_hwservice |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 76 | hal_lowpan_hwservice |
77 | hal_secure_element_hwservice | ||||
Tri Vo | dac2a4a | 2018-04-08 17:15:08 -0700 | [diff] [blame] | 78 | hal_system_suspend_default |
79 | hal_system_suspend_default_exec | ||||
80 | hal_system_suspend_default_tmpfs | ||||
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 81 | hal_usb_gadget_hwservice |
Pavel Maltsev | 43e172a | 2018-04-10 14:07:14 -0700 | [diff] [blame] | 82 | hal_vehicle_hwservice |
Tri Vo | fad493b | 2018-02-07 09:45:39 -0800 | [diff] [blame] | 83 | hal_wifi_hostapd_hwservice |
Florian Mayer | 4fde9ec | 2018-10-15 18:02:02 +0100 | [diff] [blame] | 84 | heapprofd |
85 | heapprofd_exec | ||||
86 | heapprofd_socket | ||||
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 87 | incident_helper |
88 | incident_helper_exec | ||||
Felipe Leme | 5bf0c63 | 2018-08-30 15:09:50 -0700 | [diff] [blame] | 89 | intelligence_service |
Igor Murashkin | 72a88b1 | 2018-10-05 14:48:29 -0700 | [diff] [blame] | 90 | iorapd |
91 | iorapd_data_file | ||||
92 | iorapd_exec | ||||
93 | iorapd_service | ||||
94 | iorapd_tmpfs | ||||
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 95 | last_boot_reason_prop |
Mark Salyzyn | e4b3e0b | 2018-02-20 11:02:39 -0800 | [diff] [blame] | 96 | llkd |
97 | llkd_exec | ||||
Mark Salyzyn | 275ea12 | 2018-08-07 16:03:47 -0700 | [diff] [blame] | 98 | llkd_prop |
Mark Salyzyn | e4b3e0b | 2018-02-20 11:02:39 -0800 | [diff] [blame] | 99 | llkd_tmpfs |
Marcin Oczeretko | 56ab6be | 2018-08-30 13:04:55 +0100 | [diff] [blame] | 100 | looper_stats_service |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 101 | lowpan_device |
102 | lowpan_prop | ||||
103 | lowpan_service | ||||
104 | mediaextractor_update_service | ||||
Chong Zhang | bdbfff1 | 2018-09-20 12:07:44 -0700 | [diff] [blame] | 105 | mediaswcodec |
106 | mediaswcodec_exec | ||||
107 | mediaswcodec_tmpfs | ||||
Paul Crowley | 42bd163 | 2018-04-20 11:14:49 -0700 | [diff] [blame] | 108 | metadata_file |
Bowgo Tsai | c287032 | 2018-06-29 10:10:00 +0800 | [diff] [blame] | 109 | mnt_product_file |
Tri Vo | 8c1a1b2 | 2018-04-10 20:49:45 -0700 | [diff] [blame] | 110 | mnt_vendor_file |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 111 | network_watchlist_data_file |
112 | network_watchlist_service | ||||
Mark Salyzyn | 9b398f3 | 2018-06-13 08:02:29 -0700 | [diff] [blame] | 113 | overlayfs_file |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 114 | perfetto |
115 | perfetto_exec | ||||
116 | perfetto_tmpfs | ||||
117 | perfetto_traces_data_file | ||||
118 | perfprofd_service | ||||
119 | property_info | ||||
Jerry Zhang | 1d85efa | 2018-05-29 10:54:16 -0700 | [diff] [blame] | 120 | recovery_socket |
Eugene Susla | c496db3 | 2018-11-08 17:37:45 -0800 | [diff] [blame^] | 121 | role_service |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 122 | secure_element |
Ruchi Kandoi | ea3cf00 | 2018-03-06 14:26:34 -0800 | [diff] [blame] | 123 | secure_element_device |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 124 | secure_element_service |
125 | secure_element_tmpfs | ||||
Hongyi Zhang | b965e3c | 2018-11-08 16:46:19 -0800 | [diff] [blame] | 126 | server_configurable_flags_data_file |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 127 | slice_service |
128 | stats | ||||
129 | stats_data_file | ||||
130 | stats_exec | ||||
131 | stats_service | ||||
132 | statscompanion_service | ||||
133 | statsd | ||||
134 | statsd_exec | ||||
135 | statsd_tmpfs | ||||
yro | 64c7a75 | 2018-04-20 11:07:22 -0700 | [diff] [blame] | 136 | statsdw |
137 | statsdw_socket | ||||
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 138 | storaged_data_file |
Hridya Valsaraju | 4ae8fe9 | 2018-08-17 11:07:09 -0700 | [diff] [blame] | 139 | super_block_device |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 140 | system_boot_reason_prop |
Suren Baghdasaryan | c8ed855 | 2018-07-24 17:04:18 -0700 | [diff] [blame] | 141 | system_lmk_prop |
Tri Vo | dac2a4a | 2018-04-08 17:15:08 -0700 | [diff] [blame] | 142 | system_suspend_hwservice |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 143 | system_update_service |
Mark Salyzyn | 3443caf | 2015-10-24 16:20:18 -0700 | [diff] [blame] | 144 | test_boot_reason_prop |
Neil Fuller | b794ad0 | 2018-06-25 15:36:51 +0100 | [diff] [blame] | 145 | time_prop |
Neil Fuller | e1dd6d0 | 2018-05-30 14:44:47 +0100 | [diff] [blame] | 146 | timedetector_service |
Neil Fuller | 1662495 | 2018-06-19 11:36:23 +0100 | [diff] [blame] | 147 | timezonedetector_service |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 148 | tombstone_wifi_data_file |
149 | trace_data_file | ||||
150 | traced | ||||
151 | traced_consumer_socket | ||||
Lalit Maganti | 673b4db | 2018-04-20 19:09:45 +0100 | [diff] [blame] | 152 | traced_enabled_prop |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 153 | traced_exec |
154 | traced_probes | ||||
155 | traced_probes_exec | ||||
156 | traced_probes_tmpfs | ||||
157 | traced_producer_socket | ||||
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 158 | traced_tmpfs |
159 | traceur_app | ||||
160 | traceur_app_tmpfs | ||||
Jeff Vander Stoep | 3aa7ca5 | 2018-04-03 11:22:38 -0700 | [diff] [blame] | 161 | untrusted_app_all_devpts |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 162 | update_engine_log_data_file |
Wale Ogunwale | 3280985 | 2018-07-21 23:21:08 -0700 | [diff] [blame] | 163 | uri_grants_service |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 164 | usbd |
165 | usbd_exec | ||||
166 | usbd_tmpfs | ||||
167 | vendor_default_prop | ||||
168 | vendor_init | ||||
Max Bires | 5cac1aa | 2018-03-29 18:21:31 -0700 | [diff] [blame] | 169 | vendor_security_patch_level_prop |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 170 | vendor_shell |
171 | vold_metadata_file | ||||
172 | vold_prepare_subdirs | ||||
173 | vold_prepare_subdirs_exec | ||||
174 | vold_service | ||||
Steven Thomas | 7bec967 | 2018-07-13 17:17:01 -0700 | [diff] [blame] | 175 | vrflinger_vsync_service |
Paul Crowley | 9f76030 | 2018-05-08 15:45:38 -0700 | [diff] [blame] | 176 | wait_for_keymaster |
177 | wait_for_keymaster_exec | ||||
178 | wait_for_keymaster_tmpfs | ||||
Tom Cherry | d840374 | 2018-08-01 15:48:20 -0700 | [diff] [blame] | 179 | watchdogd_tmpfs |
Tri Vo | 7cc2a53 | 2018-01-31 17:15:13 -0800 | [diff] [blame] | 180 | wm_trace_data_file |
181 | wpantund | ||||
182 | wpantund_exec | ||||
183 | wpantund_service | ||||
184 | wpantund_tmpfs)) | ||||
185 | |||||
Jeff Vander Stoep | 3aa7ca5 | 2018-04-03 11:22:38 -0700 | [diff] [blame] | 186 | ;; private_objects - a collection of types that were labeled differently in |
187 | ;; older policy, but that should not remain accessible to vendor policy. | ||||
188 | ;; Thus, these types are also not mapped, but recorded for checkapi tests | ||||
Tri Vo | 438684b | 2018-09-29 17:47:10 -0700 | [diff] [blame] | 189 | (type priv_objects) |
Jeff Vander Stoep | 3aa7ca5 | 2018-04-03 11:22:38 -0700 | [diff] [blame] | 190 | (typeattribute priv_objects) |
Tri Vo | 438684b | 2018-09-29 17:47:10 -0700 | [diff] [blame] | 191 | (typeattributeset priv_objects |
192 | ( priv_objects | ||||
193 | untrusted_app_27_tmpfs)) |