blob: 24446586451a78e80b6a7c4f66b999e20d559ced [file] [log] [blame]
Josh Gao3458ec12017-03-28 13:09:37 -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)
Dan Cashmanf875ee02017-06-28 10:09:02 -07005(typeattributeset new_objects
Bowgo Tsaie2423d12017-07-31 18:38:28 +08006 ( adbd_exec
Mark Salyzyn267b43a2017-08-25 09:12:56 -07007 bootloader_boot_reason_prop
Bowgo Tsaie2423d12017-07-31 18:38:28 +08008 broadcastradio_service
Chenbo Feng254ad0d2017-08-01 18:06:18 -07009 cgroup_bpf
Tony Mak6536c9e2017-10-13 14:48:32 +010010 crossprofileapps_service
Dan Cashman255a4a72017-07-06 12:32:31 -070011 e2fs
Dan Cashmanf875ee02017-06-28 10:09:02 -070012 e2fs_exec
Chenbo Feng254ad0d2017-08-01 18:06:18 -070013 fs_bpf
Andrew Scull1aedf4b2018-01-10 16:11:46 +000014 hal_authsecret_hwservice
Tomasz Wasilczyk567b9472017-08-07 17:06:06 -070015 hal_broadcastradio_hwservice
Dan Cashman629c58b2017-07-06 10:06:00 -070016 hal_cas_hwservice
Robert Quattlebaumacfd25c2017-04-21 14:25:53 -070017 hal_lowpan_hwservice
Michael Butlere9d07b92017-06-29 18:33:03 -070018 hal_neuralnetworks_hwservice
Dan Cashman4d9f41d2017-07-06 13:40:57 -070019 hal_tetheroffload_hwservice
Dan Cashman0785a722017-07-31 13:53:26 -070020 hal_wifi_offload_hwservice
Dan Cashmanf875ee02017-06-28 10:09:02 -070021 kmsg_debug_device
Mark Salyzyn267b43a2017-08-25 09:12:56 -070022 last_boot_reason_prop
Robert Quattlebaumacfd25c2017-04-21 14:25:53 -070023 lowpan_device
24 lowpan_prop
25 lowpan_service
Dan Cashman079a98b2017-07-31 14:18:47 -070026 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090027 netd_stable_secret_prop
Ricky Waiff3b9572017-12-14 09:56:32 +000028 network_watchlist_data_file
Ricky Waic6352972017-11-13 17:52:05 +000029 network_watchlist_service
Todd Kennedy8bb80472017-08-02 07:27:44 -070030 package_native_service
Andreas Gampeaa9711f2017-12-22 13:05:28 -080031 perfprofd_service
Tom Cherry8b5433a2017-11-16 14:25:02 -080032 property_info
Jason Monk07131ec2017-12-04 14:41:54 -050033 slice_service
yro29708452017-12-18 15:14:33 -080034 stats
35 stats_data_file
36 stats_exec
37 stats_service
38 statsd
39 statsd_exec
40 statsd_tmpfs
Max Bires0187b232017-10-23 16:25:11 -070041 statscompanion_service
Jin Qian4b6e6732017-08-14 17:01:25 -070042 storaged_data_file
Dan Cashmanb1c49672017-06-28 11:21:16 -070043 sysfs_fs_ext4_features
Mark Salyzyn267b43a2017-08-25 09:12:56 -070044 system_boot_reason_prop
Dan Cashman3fc7f832017-07-31 14:25:09 -070045 system_net_netd_hwservice
Todd Poynore9b2def2017-06-09 11:27:08 -070046 thermal_service
47 thermalcallback_hwservice
48 thermalserviced
49 thermalserviced_exec
Dan Cashman34f827f2017-08-07 12:27:05 -070050 thermalserviced_tmpfs
Dan Cashmane78e8dc2017-06-28 12:39:28 -070051 timezone_service
Jeff Sharkey0fa3fb02017-09-06 11:17:32 -060052 tombstoned_java_trace_socket
xshu6ad3c892017-12-15 14:01:44 -080053 tombstone_wifi_data_file
Max Bires4ea55692017-12-11 16:19:23 -080054 traceur_app
55 traceur_app_tmpfs
Primiano Tuccic80f9e02017-12-21 03:51:15 +010056 traced
57 traced_consumer_socket
58 traced_exec
59 traced_probes
60 traced_probes_exec
61 traced_probes_tmpfs
62 traced_producer_socket
63 traced_tmpfs
Hakan Kvist6fe014f2017-11-06 12:56:00 +010064 update_engine_log_data_file
Tom Cherry621c24c2017-09-28 14:34:36 -070065 vendor_init
Paul Crowley47f3ed02017-10-13 14:54:32 -070066 vold_prepare_subdirs
67 vold_prepare_subdirs_exec
Robert Quattlebaumc8bd93d2017-08-04 14:51:36 -070068 vold_service
69 wpantund
70 wpantund_exec
71 wpantund_service
Vishnu Nair2d6942d2017-11-17 08:23:32 -080072 wpantund_tmpfs
73 wm_trace_data_file))
Steven Morelandf27bba92017-08-01 13:27:32 -070074
75;; private_objects - a collection of types that were labeled differently in
76;; older policy, but that should not remain accessible to vendor policy.
77;; Thus, these types are also not mapped, but recorded for checkapi tests
78(typeattribute priv_objects)
79(typeattributeset priv_objects
Steven Moreland60e53832017-09-01 16:58:23 +000080 ( adbd_tmpfs ))