blob: 9da748a92c96f88d5850b44d5d5af0e3ce5236c4 [file] [log] [blame]
Dan Cashman91d398d2017-09-26 12:58:29 -07001;; 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
6 ( adbd_exec
7 bootloader_boot_reason_prop
Chenbo Feng566411e2018-01-02 15:31:18 -08008 bpfloader
9 bpfloader_exec
Dan Cashman91d398d2017-09-26 12:58:29 -070010 broadcastradio_service
Chenbo Feng254ad0d2017-08-01 18:06:18 -070011 cgroup_bpf
Tony Mak215fb3e2017-10-13 14:48:32 +010012 crossprofileapps_service
Dan Cashman91d398d2017-09-26 12:58:29 -070013 e2fs
14 e2fs_exec
Jaekyun Seoke4971452017-10-19 16:54:49 +090015 exported_config_prop
16 exported_dalvik_prop
17 exported_default_prop
18 exported_dumpstate_prop
19 exported_ffs_prop
Jaekyun Seokf9d27882018-01-12 10:19:48 +090020 exported_fingerprint_prop
Jaekyun Seoke4971452017-10-19 16:54:49 +090021 exported_overlay_prop
22 exported_pm_prop
23 exported_radio_prop
24 exported_system_prop
25 exported_system_radio_prop
26 exported_vold_prop
27 exported2_config_prop
28 exported2_default_prop
29 exported2_radio_prop
30 exported2_system_prop
31 exported2_vold_prop
32 exported3_default_prop
33 exported3_system_prop
Chenbo Feng254ad0d2017-08-01 18:06:18 -070034 fs_bpf
Dan Cashman91d398d2017-09-26 12:58:29 -070035 hal_broadcastradio_hwservice
36 hal_cas_hwservice
37 hal_lowpan_hwservice
38 hal_neuralnetworks_hwservice
39 hal_tetheroffload_hwservice
Badhri Jagan Sridharan7bee33e2018-01-08 09:29:40 -080040 hal_usb_gadget_hwservice
Dan Cashman91d398d2017-09-26 12:58:29 -070041 hal_wifi_offload_hwservice
42 kmsg_debug_device
43 last_boot_reason_prop
Dan Cashman079a98b2017-07-31 14:18:47 -070044 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090045 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070046 package_native_service
Dan Cashman91d398d2017-09-26 12:58:29 -070047 lowpan_device
48 lowpan_prop
49 lowpan_service
50 mediaprovider_tmpfs
51 netd_stable_secret_prop
Ricky Waiff3b9572017-12-14 09:56:32 +000052 network_watchlist_data_file
Ricky Waic6352972017-11-13 17:52:05 +000053 network_watchlist_service
Dan Cashman91d398d2017-09-26 12:58:29 -070054 package_native_service
Andreas Gampeaa9711f2017-12-22 13:05:28 -080055 perfprofd_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080056 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050057 slice_service
yro29708452017-12-18 15:14:33 -080058 stats
59 stats_data_file
60 stats_exec
61 stats_service
62 statsd
63 statsd_exec
64 statsd_tmpfs
Max Bires0187b232017-10-23 16:25:11 -070065 statscompanion_service
Dan Cashman91d398d2017-09-26 12:58:29 -070066 storaged_data_file
67 sysfs_fs_ext4_features
68 system_boot_reason_prop
69 system_net_netd_hwservice
Tao Baod7d9cfc2017-10-16 21:57:12 -070070 system_update_service
Dan Cashman91d398d2017-09-26 12:58:29 -070071 thermal_service
72 thermalcallback_hwservice
73 thermalserviced
74 thermalserviced_exec
75 thermalserviced_tmpfs
76 timezone_service
77 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080078 tombstone_wifi_data_file
Max Bires4ea55692017-12-11 16:19:23 -080079 traceur_app
80 traceur_app_tmpfs
Primiano Tuccic80f9e02017-12-21 03:51:15 +010081 traced
82 traced_consumer_socket
83 traced_exec
84 traced_probes
85 traced_probes_exec
86 traced_probes_tmpfs
87 traced_producer_socket
88 traced_tmpfs
Hakan Kvist6fe014f2017-11-06 12:56:00 +010089 update_engine_log_data_file
Jaekyun Seoke4971452017-10-19 16:54:49 +090090 vendor_default_prop
Tom Cherry621c24c2017-09-28 14:34:36 -070091 vendor_init
Yifan Hong00ab5d82018-01-11 11:01:30 -080092 vendor_shell
Paul Crowley5b962cf2017-10-13 14:54:32 -070093 vold_prepare_subdirs
94 vold_prepare_subdirs_exec
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070095 vold_service
96 wpantund
97 wpantund_exec
98 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080099 wpantund_tmpfs
100 wm_trace_data_file))
Dan Cashman91d398d2017-09-26 12:58:29 -0700101
102;; private_objects - a collection of types that were labeled differently in
103;; older policy, but that should not remain accessible to vendor policy.
104;; Thus, these types are also not mapped, but recorded for checkapi tests
105(typeattribute priv_objects)
106(typeattributeset priv_objects
107 ( adbd_tmpfs ))