blob: 1f2d82348042b17d0b5cc494899193b0608523a9 [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
Dan Cashman255a4a72017-07-06 12:32:31 -07009 e2fs
Dan Cashmanf875ee02017-06-28 10:09:02 -070010 e2fs_exec
Tomasz Wasilczyk567b9472017-08-07 17:06:06 -070011 hal_broadcastradio_hwservice
Dan Cashman629c58b2017-07-06 10:06:00 -070012 hal_cas_hwservice
Robert Quattlebaumacfd25c2017-04-21 14:25:53 -070013 hal_lowpan_hwservice
Michael Butlere9d07b92017-06-29 18:33:03 -070014 hal_neuralnetworks_hwservice
Dan Cashman4d9f41d2017-07-06 13:40:57 -070015 hal_tetheroffload_hwservice
Dan Cashman0785a722017-07-31 13:53:26 -070016 hal_wifi_offload_hwservice
Dan Cashmanf875ee02017-06-28 10:09:02 -070017 kmsg_debug_device
Mark Salyzyn267b43a2017-08-25 09:12:56 -070018 last_boot_reason_prop
Robert Quattlebaumacfd25c2017-04-21 14:25:53 -070019 lowpan_device
20 lowpan_prop
21 lowpan_service
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
Jin Qian4b6e6732017-08-14 17:01:25 -070025 storaged_data_file
Dan Cashmanb1c49672017-06-28 11:21:16 -070026 sysfs_fs_ext4_features
Mark Salyzyn267b43a2017-08-25 09:12:56 -070027 system_boot_reason_prop
Dan Cashman3fc7f832017-07-31 14:25:09 -070028 system_net_netd_hwservice
Todd Poynore9b2def2017-06-09 11:27:08 -070029 thermal_service
30 thermalcallback_hwservice
31 thermalserviced
32 thermalserviced_exec
Dan Cashman34f827f2017-08-07 12:27:05 -070033 thermalserviced_tmpfs
Dan Cashmane78e8dc2017-06-28 12:39:28 -070034 timezone_service
Jeff Sharkey0fa3fb02017-09-06 11:17:32 -060035 tombstoned_java_trace_socket
Robert Quattlebaumc8bd93d2017-08-04 14:51:36 -070036 vold_service
37 wpantund
38 wpantund_exec
39 wpantund_service
40 wpantund_tmpfs))
Steven Morelandf27bba92017-08-01 13:27:32 -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
Steven Moreland60e53832017-09-01 16:58:23 +000047 ( adbd_tmpfs ))