blob: ca7f1fa41cf996ce0dc85a2bf83ca4940360e5a9 [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
8 broadcastradio_service
Chenbo Feng254ad0d2017-08-01 18:06:18 -07009 cgroup_bpf
Tony Mak215fb3e2017-10-13 14:48:32 +010010 crossprofileapps_service
Dan Cashman91d398d2017-09-26 12:58:29 -070011 e2fs
12 e2fs_exec
Jaekyun Seoke4971452017-10-19 16:54:49 +090013 exported_config_prop
14 exported_dalvik_prop
15 exported_default_prop
16 exported_dumpstate_prop
17 exported_ffs_prop
18 exported_overlay_prop
19 exported_pm_prop
20 exported_radio_prop
21 exported_system_prop
22 exported_system_radio_prop
23 exported_vold_prop
24 exported2_config_prop
25 exported2_default_prop
26 exported2_radio_prop
27 exported2_system_prop
28 exported2_vold_prop
29 exported3_default_prop
30 exported3_system_prop
Chenbo Feng254ad0d2017-08-01 18:06:18 -070031 fs_bpf
Dan Cashman91d398d2017-09-26 12:58:29 -070032 hal_broadcastradio_hwservice
33 hal_cas_hwservice
34 hal_lowpan_hwservice
35 hal_neuralnetworks_hwservice
36 hal_tetheroffload_hwservice
37 hal_wifi_offload_hwservice
38 kmsg_debug_device
39 last_boot_reason_prop
Dan Cashman079a98b2017-07-31 14:18:47 -070040 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090041 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070042 package_native_service
Dan Cashman91d398d2017-09-26 12:58:29 -070043 lowpan_device
44 lowpan_prop
45 lowpan_service
46 mediaprovider_tmpfs
47 netd_stable_secret_prop
Ricky Waiff3b9572017-12-14 09:56:32 +000048 network_watchlist_data_file
Ricky Waic6352972017-11-13 17:52:05 +000049 network_watchlist_service
Dan Cashman91d398d2017-09-26 12:58:29 -070050 package_native_service
Andreas Gampeaa9711f2017-12-22 13:05:28 -080051 perfprofd_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080052 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050053 slice_service
yro29708452017-12-18 15:14:33 -080054 stats
55 stats_data_file
56 stats_exec
57 stats_service
58 statsd
59 statsd_exec
60 statsd_tmpfs
Max Bires0187b232017-10-23 16:25:11 -070061 statscompanion_service
Dan Cashman91d398d2017-09-26 12:58:29 -070062 storaged_data_file
63 sysfs_fs_ext4_features
64 system_boot_reason_prop
65 system_net_netd_hwservice
66 thermal_service
67 thermalcallback_hwservice
68 thermalserviced
69 thermalserviced_exec
70 thermalserviced_tmpfs
71 timezone_service
72 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080073 tombstone_wifi_data_file
Max Bires4ea55692017-12-11 16:19:23 -080074 traceur_app
75 traceur_app_tmpfs
Primiano Tuccic80f9e02017-12-21 03:51:15 +010076 traced
77 traced_consumer_socket
78 traced_exec
79 traced_probes
80 traced_probes_exec
81 traced_probes_tmpfs
82 traced_producer_socket
83 traced_tmpfs
Hakan Kvist6fe014f2017-11-06 12:56:00 +010084 update_engine_log_data_file
Jaekyun Seoke4971452017-10-19 16:54:49 +090085 vendor_default_prop
Tom Cherry621c24c2017-09-28 14:34:36 -070086 vendor_init
Yifan Hong00ab5d82018-01-11 11:01:30 -080087 vendor_shell
Paul Crowley5b962cf2017-10-13 14:54:32 -070088 vold_prepare_subdirs
89 vold_prepare_subdirs_exec
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070090 vold_service
91 wpantund
92 wpantund_exec
93 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080094 wpantund_tmpfs
95 wm_trace_data_file))
Dan Cashman91d398d2017-09-26 12:58:29 -070096
97;; private_objects - a collection of types that were labeled differently in
98;; older policy, but that should not remain accessible to vendor policy.
99;; Thus, these types are also not mapped, but recorded for checkapi tests
100(typeattribute priv_objects)
101(typeattributeset priv_objects
102 ( adbd_tmpfs ))