blob: a3f7bb5ad58dc53efdc90dc245530179fa406831 [file] [log] [blame]
Tri Vo7cc2a532018-01-31 17:15:13 -08001;; 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.
4(typeattribute new_objects)
5(typeattributeset new_objects
Kenny Root0b79a172018-01-25 16:12:39 +09006 ( adb_service
Primiano Tucci68240242018-03-22 10:41:10 +00007 atrace
Fyodor Kupolov05675aa2018-01-10 18:11:22 -08008 binder_calls_stats_service
Kenny Root0b79a172018-01-25 16:12:39 +09009 blank_screen
Tri Vo7cc2a532018-01-31 17:15:13 -080010 blank_screen_exec
11 blank_screen_tmpfs
12 bootloader_boot_reason_prop
13 bpfloader
14 bpfloader_exec
15 cgroup_bpf
16 crossprofileapps_service
17 exported2_config_prop
18 exported2_default_prop
19 exported2_radio_prop
20 exported2_system_prop
21 exported2_vold_prop
22 exported3_default_prop
Jaekyun Seokac8c6e32018-03-27 13:41:47 +090023 exported3_radio_prop
Tri Vo7cc2a532018-01-31 17:15:13 -080024 exported3_system_prop
25 exported_config_prop
26 exported_dalvik_prop
27 exported_default_prop
28 exported_dumpstate_prop
29 exported_ffs_prop
30 exported_fingerprint_prop
31 exported_overlay_prop
32 exported_pm_prop
33 exported_radio_prop
Jaekyun Seok62acbce2018-03-16 08:10:37 +090034 exported_secure_prop
Tri Vo7cc2a532018-01-31 17:15:13 -080035 exported_system_prop
36 exported_system_radio_prop
37 exported_vold_prop
38 fs_bpf
39 hal_authsecret_hwservice
40 hal_confirmationui_hwservice
41 hal_lowpan_hwservice
42 hal_secure_element_hwservice
43 hal_usb_gadget_hwservice
44 incident_helper
45 incident_helper_exec
46 last_boot_reason_prop
47 lowpan_device
48 lowpan_prop
49 lowpan_service
50 mediaextractor_update_service
51 network_watchlist_data_file
52 network_watchlist_service
53 perfetto
54 perfetto_exec
55 perfetto_tmpfs
56 perfetto_traces_data_file
57 perfprofd_service
58 property_info
59 secure_element
Ruchi Kandoiea3cf002018-03-06 14:26:34 -080060 secure_element_device
Tri Vo7cc2a532018-01-31 17:15:13 -080061 secure_element_service
62 secure_element_tmpfs
63 slice_service
64 stats
65 stats_data_file
66 stats_exec
67 stats_service
68 statscompanion_service
69 statsd
70 statsd_exec
71 statsd_tmpfs
72 storaged_data_file
73 system_boot_reason_prop
74 system_update_service
75 tombstone_wifi_data_file
76 trace_data_file
77 traced
78 traced_consumer_socket
79 traced_exec
80 traced_probes
81 traced_probes_exec
82 traced_probes_tmpfs
83 traced_producer_socket
Tri Vo7cc2a532018-01-31 17:15:13 -080084 traced_tmpfs
85 traceur_app
86 traceur_app_tmpfs
Jeff Vander Stoep3aa7ca52018-04-03 11:22:38 -070087 untrusted_app_all_devpts
Tri Vo7cc2a532018-01-31 17:15:13 -080088 update_engine_log_data_file
89 usbd
90 usbd_exec
91 usbd_tmpfs
92 vendor_default_prop
93 vendor_init
94 vendor_shell
95 vold_metadata_file
96 vold_prepare_subdirs
97 vold_prepare_subdirs_exec
98 vold_service
99 wm_trace_data_file
100 wpantund
101 wpantund_exec
102 wpantund_service
103 wpantund_tmpfs))
104
Jeff Vander Stoep3aa7ca52018-04-03 11:22:38 -0700105;; private_objects - a collection of types that were labeled differently in
106;; older policy, but that should not remain accessible to vendor policy.
107;; Thus, these types are also not mapped, but recorded for checkapi tests
108(typeattribute priv_objects)
109(typeattributeset priv_objects (untrusted_app_27_tmpfs))