blob: e359935debc77d9af458a2479256413b35f90894 [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
Tony Mak215fb3e2017-10-13 14:48:32 +01009 crossprofileapps_service
Dan Cashman91d398d2017-09-26 12:58:29 -070010 e2fs
11 e2fs_exec
12 hal_broadcastradio_hwservice
13 hal_cas_hwservice
14 hal_lowpan_hwservice
15 hal_neuralnetworks_hwservice
16 hal_tetheroffload_hwservice
17 hal_wifi_offload_hwservice
18 kmsg_debug_device
19 last_boot_reason_prop
Dan Cashman079a98b2017-07-31 14:18:47 -070020 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090021 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070022 package_native_service
Dan Cashman91d398d2017-09-26 12:58:29 -070023 lowpan_device
24 lowpan_prop
25 lowpan_service
26 mediaprovider_tmpfs
27 netd_stable_secret_prop
Ricky Waic6352972017-11-13 17:52:05 +000028 network_watchlist_service
Dan Cashman91d398d2017-09-26 12:58:29 -070029 package_native_service
Andreas Gampeaa9711f2017-12-22 13:05:28 -080030 perfprofd_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080031 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050032 slice_service
yro29708452017-12-18 15:14:33 -080033 stats
34 stats_data_file
35 stats_exec
36 stats_service
37 statsd
38 statsd_exec
39 statsd_tmpfs
Max Bires0187b232017-10-23 16:25:11 -070040 statscompanion_service
Dan Cashman91d398d2017-09-26 12:58:29 -070041 storaged_data_file
42 sysfs_fs_ext4_features
43 system_boot_reason_prop
44 system_net_netd_hwservice
45 thermal_service
46 thermalcallback_hwservice
47 thermalserviced
48 thermalserviced_exec
49 thermalserviced_tmpfs
50 timezone_service
51 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080052 tombstone_wifi_data_file
Hakan Kvist6fe014f2017-11-06 12:56:00 +010053 update_engine_log_data_file
Tom Cherry621c24c2017-09-28 14:34:36 -070054 vendor_init
Paul Crowley5b962cf2017-10-13 14:54:32 -070055 vold_prepare_subdirs
56 vold_prepare_subdirs_exec
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070057 vold_service
58 wpantund
59 wpantund_exec
60 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080061 wpantund_tmpfs
62 wm_trace_data_file))
Dan Cashman91d398d2017-09-26 12:58:29 -070063
64;; private_objects - a collection of types that were labeled differently in
65;; older policy, but that should not remain accessible to vendor policy.
66;; Thus, these types are also not mapped, but recorded for checkapi tests
67(typeattribute priv_objects)
68(typeattributeset priv_objects
69 ( adbd_tmpfs ))