blob: 56b0cf5a0b8a99e281d4271d02c1610f8728f763 [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
40 hal_wifi_offload_hwservice
41 kmsg_debug_device
42 last_boot_reason_prop
Dan Cashman079a98b2017-07-31 14:18:47 -070043 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090044 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070045 package_native_service
Dan Cashman91d398d2017-09-26 12:58:29 -070046 lowpan_device
47 lowpan_prop
48 lowpan_service
49 mediaprovider_tmpfs
50 netd_stable_secret_prop
Ricky Waiff3b9572017-12-14 09:56:32 +000051 network_watchlist_data_file
Ricky Waic6352972017-11-13 17:52:05 +000052 network_watchlist_service
Dan Cashman91d398d2017-09-26 12:58:29 -070053 package_native_service
Andreas Gampeaa9711f2017-12-22 13:05:28 -080054 perfprofd_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080055 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050056 slice_service
yro29708452017-12-18 15:14:33 -080057 stats
58 stats_data_file
59 stats_exec
60 stats_service
61 statsd
62 statsd_exec
63 statsd_tmpfs
Max Bires0187b232017-10-23 16:25:11 -070064 statscompanion_service
Dan Cashman91d398d2017-09-26 12:58:29 -070065 storaged_data_file
66 sysfs_fs_ext4_features
67 system_boot_reason_prop
68 system_net_netd_hwservice
69 thermal_service
70 thermalcallback_hwservice
71 thermalserviced
72 thermalserviced_exec
73 thermalserviced_tmpfs
74 timezone_service
75 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080076 tombstone_wifi_data_file
Max Bires4ea55692017-12-11 16:19:23 -080077 traceur_app
78 traceur_app_tmpfs
Primiano Tuccic80f9e02017-12-21 03:51:15 +010079 traced
80 traced_consumer_socket
81 traced_exec
82 traced_probes
83 traced_probes_exec
84 traced_probes_tmpfs
85 traced_producer_socket
86 traced_tmpfs
Hakan Kvist6fe014f2017-11-06 12:56:00 +010087 update_engine_log_data_file
Jaekyun Seoke4971452017-10-19 16:54:49 +090088 vendor_default_prop
Tom Cherry621c24c2017-09-28 14:34:36 -070089 vendor_init
Yifan Hong00ab5d82018-01-11 11:01:30 -080090 vendor_shell
Paul Crowley5b962cf2017-10-13 14:54:32 -070091 vold_prepare_subdirs
92 vold_prepare_subdirs_exec
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070093 vold_service
94 wpantund
95 wpantund_exec
96 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080097 wpantund_tmpfs
98 wm_trace_data_file))
Dan Cashman91d398d2017-09-26 12:58:29 -070099
100;; private_objects - a collection of types that were labeled differently in
101;; older policy, but that should not remain accessible to vendor policy.
102;; Thus, these types are also not mapped, but recorded for checkapi tests
103(typeattribute priv_objects)
104(typeattributeset priv_objects
105 ( adbd_tmpfs ))