blob: f70cb7c75fe8255da2411bb5ef25e8846f022eb8 [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
Chenbo Feng254ad0d2017-08-01 18:06:18 -070013 fs_bpf
Dan Cashman91d398d2017-09-26 12:58:29 -070014 hal_broadcastradio_hwservice
15 hal_cas_hwservice
16 hal_lowpan_hwservice
17 hal_neuralnetworks_hwservice
18 hal_tetheroffload_hwservice
19 hal_wifi_offload_hwservice
20 kmsg_debug_device
21 last_boot_reason_prop
Dan Cashman079a98b2017-07-31 14:18:47 -070022 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090023 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070024 package_native_service
Dan Cashman91d398d2017-09-26 12:58:29 -070025 lowpan_device
26 lowpan_prop
27 lowpan_service
28 mediaprovider_tmpfs
29 netd_stable_secret_prop
Ricky Waiff3b9572017-12-14 09:56:32 +000030 network_watchlist_data_file
Ricky Waic6352972017-11-13 17:52:05 +000031 network_watchlist_service
Dan Cashman91d398d2017-09-26 12:58:29 -070032 package_native_service
Andreas Gampeaa9711f2017-12-22 13:05:28 -080033 perfprofd_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080034 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050035 slice_service
yro29708452017-12-18 15:14:33 -080036 stats
37 stats_data_file
38 stats_exec
39 stats_service
40 statsd
41 statsd_exec
42 statsd_tmpfs
Max Bires0187b232017-10-23 16:25:11 -070043 statscompanion_service
Dan Cashman91d398d2017-09-26 12:58:29 -070044 storaged_data_file
45 sysfs_fs_ext4_features
46 system_boot_reason_prop
47 system_net_netd_hwservice
48 thermal_service
49 thermalcallback_hwservice
50 thermalserviced
51 thermalserviced_exec
52 thermalserviced_tmpfs
53 timezone_service
54 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080055 tombstone_wifi_data_file
Max Bires4ea55692017-12-11 16:19:23 -080056 traceur_app
57 traceur_app_tmpfs
Primiano Tuccic80f9e02017-12-21 03:51:15 +010058 traced
59 traced_consumer_socket
60 traced_exec
61 traced_probes
62 traced_probes_exec
63 traced_probes_tmpfs
64 traced_producer_socket
65 traced_tmpfs
Hakan Kvist6fe014f2017-11-06 12:56:00 +010066 update_engine_log_data_file
Tom Cherry621c24c2017-09-28 14:34:36 -070067 vendor_init
Paul Crowley5b962cf2017-10-13 14:54:32 -070068 vold_prepare_subdirs
69 vold_prepare_subdirs_exec
Robert Quattlebaumfd03d512017-08-04 14:51:36 -070070 vold_service
71 wpantund
72 wpantund_exec
73 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080074 wpantund_tmpfs
75 wm_trace_data_file))
Dan Cashman91d398d2017-09-26 12:58:29 -070076
77;; private_objects - a collection of types that were labeled differently in
78;; older policy, but that should not remain accessible to vendor policy.
79;; Thus, these types are also not mapped, but recorded for checkapi tests
80(typeattribute priv_objects)
81(typeattributeset priv_objects
82 ( adbd_tmpfs ))