blob: 56165273dd556f88ce06a61d14c7b97fdc31bea6 [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
9 e2fs
10 e2fs_exec
11 hal_broadcastradio_hwservice
12 hal_cas_hwservice
13 hal_lowpan_hwservice
14 hal_neuralnetworks_hwservice
15 hal_tetheroffload_hwservice
16 hal_wifi_offload_hwservice
17 kmsg_debug_device
18 last_boot_reason_prop
Dan Cashman079a98b2017-07-31 14:18:47 -070019 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090020 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070021 package_native_service
Dan Cashman91d398d2017-09-26 12:58:29 -070022 lowpan_device
23 lowpan_prop
24 lowpan_service
25 mediaprovider_tmpfs
26 netd_stable_secret_prop
Ricky Waic6352972017-11-13 17:52:05 +000027 network_watchlist_service
Dan Cashman91d398d2017-09-26 12:58:29 -070028 package_native_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080029 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050030 slice_service
Max Bires0187b232017-10-23 16:25:11 -070031 statscompanion_service
Dan Cashman91d398d2017-09-26 12:58:29 -070032 storaged_data_file
33 sysfs_fs_ext4_features
34 system_boot_reason_prop
35 system_net_netd_hwservice
36 thermal_service
37 thermalcallback_hwservice
38 thermalserviced
39 thermalserviced_exec
40 thermalserviced_tmpfs
41 timezone_service
42 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080043 tombstone_wifi_data_file
Hakan Kvist6fe014f2017-11-06 12:56:00 +010044 update_engine_log_data_file
Tom Cherry621c24c2017-09-28 14:34:36 -070045 vendor_init
Paul Crowley5b962cf2017-10-13 14:54:32 -070046 vold_prepare_subdirs
47 vold_prepare_subdirs_exec
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070048 vold_service
49 wpantund
50 wpantund_exec
51 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080052 wpantund_tmpfs
53 wm_trace_data_file))
Dan Cashman91d398d2017-09-26 12:58:29 -070054
55;; private_objects - a collection of types that were labeled differently in
56;; older policy, but that should not remain accessible to vendor policy.
57;; Thus, these types are also not mapped, but recorded for checkapi tests
58(typeattribute priv_objects)
59(typeattributeset priv_objects
60 ( adbd_tmpfs ))