blob: 34db6fa14bc525db5ef4dd156ccdf425da272fc8 [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
Jaekyun Seokf9d27882018-01-12 10:19:48 +090018 exported_fingerprint_prop
Jaekyun Seoke4971452017-10-19 16:54:49 +090019 exported_overlay_prop
20 exported_pm_prop
21 exported_radio_prop
22 exported_system_prop
23 exported_system_radio_prop
24 exported_vold_prop
25 exported2_config_prop
26 exported2_default_prop
27 exported2_radio_prop
28 exported2_system_prop
29 exported2_vold_prop
30 exported3_default_prop
31 exported3_system_prop
Chenbo Feng254ad0d2017-08-01 18:06:18 -070032 fs_bpf
Dan Cashman91d398d2017-09-26 12:58:29 -070033 hal_broadcastradio_hwservice
34 hal_cas_hwservice
35 hal_lowpan_hwservice
36 hal_neuralnetworks_hwservice
37 hal_tetheroffload_hwservice
38 hal_wifi_offload_hwservice
39 kmsg_debug_device
40 last_boot_reason_prop
Dan Cashman079a98b2017-07-31 14:18:47 -070041 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090042 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070043 package_native_service
Dan Cashman91d398d2017-09-26 12:58:29 -070044 lowpan_device
45 lowpan_prop
46 lowpan_service
47 mediaprovider_tmpfs
48 netd_stable_secret_prop
Ricky Waiff3b9572017-12-14 09:56:32 +000049 network_watchlist_data_file
Ricky Waic6352972017-11-13 17:52:05 +000050 network_watchlist_service
Dan Cashman91d398d2017-09-26 12:58:29 -070051 package_native_service
Andreas Gampeaa9711f2017-12-22 13:05:28 -080052 perfprofd_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080053 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050054 slice_service
yro29708452017-12-18 15:14:33 -080055 stats
56 stats_data_file
57 stats_exec
58 stats_service
59 statsd
60 statsd_exec
61 statsd_tmpfs
Max Bires0187b232017-10-23 16:25:11 -070062 statscompanion_service
Dan Cashman91d398d2017-09-26 12:58:29 -070063 storaged_data_file
64 sysfs_fs_ext4_features
65 system_boot_reason_prop
66 system_net_netd_hwservice
67 thermal_service
68 thermalcallback_hwservice
69 thermalserviced
70 thermalserviced_exec
71 thermalserviced_tmpfs
72 timezone_service
73 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080074 tombstone_wifi_data_file
Max Bires4ea55692017-12-11 16:19:23 -080075 traceur_app
76 traceur_app_tmpfs
Primiano Tuccic80f9e02017-12-21 03:51:15 +010077 traced
78 traced_consumer_socket
79 traced_exec
80 traced_probes
81 traced_probes_exec
82 traced_probes_tmpfs
83 traced_producer_socket
84 traced_tmpfs
Hakan Kvist6fe014f2017-11-06 12:56:00 +010085 update_engine_log_data_file
Jaekyun Seoke4971452017-10-19 16:54:49 +090086 vendor_default_prop
Tom Cherry621c24c2017-09-28 14:34:36 -070087 vendor_init
Yifan Hong00ab5d82018-01-11 11:01:30 -080088 vendor_shell
Paul Crowley5b962cf2017-10-13 14:54:32 -070089 vold_prepare_subdirs
90 vold_prepare_subdirs_exec
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070091 vold_service
92 wpantund
93 wpantund_exec
94 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080095 wpantund_tmpfs
96 wm_trace_data_file))
Dan Cashman91d398d2017-09-26 12:58:29 -070097
98;; private_objects - a collection of types that were labeled differently in
99;; older policy, but that should not remain accessible to vendor policy.
100;; Thus, these types are also not mapped, but recorded for checkapi tests
101(typeattribute priv_objects)
102(typeattributeset priv_objects
103 ( adbd_tmpfs ))