blob: 1f2d82348042b17d0b5cc494899193b0608523a9 [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
19 lowpan_device
20 lowpan_prop
21 lowpan_service
22 mediaprovider_tmpfs
23 netd_stable_secret_prop
24 package_native_service
25 storaged_data_file
26 sysfs_fs_ext4_features
27 system_boot_reason_prop
28 system_net_netd_hwservice
29 thermal_service
30 thermalcallback_hwservice
31 thermalserviced
32 thermalserviced_exec
33 thermalserviced_tmpfs
34 timezone_service
35 tombstoned_java_trace_socket
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070036 vold_service
37 wpantund
38 wpantund_exec
39 wpantund_service
40 wpantund_tmpfs))
Dan Cashman91d398d2017-09-26 12:58:29 -070041
42;; private_objects - a collection of types that were labeled differently in
43;; older policy, but that should not remain accessible to vendor policy.
44;; Thus, these types are also not mapped, but recorded for checkapi tests
45(typeattribute priv_objects)
46(typeattributeset priv_objects
47 ( adbd_tmpfs ))