blob: d254dc154efb0322cb4c51416953c67a7a7fdd3a [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
Tony Mak6536c9e2017-10-13 14:48:32 +01009 crossprofileapps_service
Dan Cashman255a4a72017-07-06 12:32:31 -070010 e2fs
Dan Cashmanf875ee02017-06-28 10:09:02 -070011 e2fs_exec
Tomasz Wasilczyk567b9472017-08-07 17:06:06 -070012 hal_broadcastradio_hwservice
Dan Cashman629c58b2017-07-06 10:06:00 -070013 hal_cas_hwservice
Robert Quattlebaumacfd25c2017-04-21 14:25:53 -070014 hal_lowpan_hwservice
Michael Butlere9d07b92017-06-29 18:33:03 -070015 hal_neuralnetworks_hwservice
Dan Cashman4d9f41d2017-07-06 13:40:57 -070016 hal_tetheroffload_hwservice
Dan Cashman0785a722017-07-31 13:53:26 -070017 hal_wifi_offload_hwservice
Dan Cashmanf875ee02017-06-28 10:09:02 -070018 kmsg_debug_device
Mark Salyzyn267b43a2017-08-25 09:12:56 -070019 last_boot_reason_prop
Robert Quattlebaumacfd25c2017-04-21 14:25:53 -070020 lowpan_device
21 lowpan_prop
22 lowpan_service
Dan Cashman079a98b2017-07-31 14:18:47 -070023 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090024 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070025 package_native_service
Jin Qian4b6e6732017-08-14 17:01:25 -070026 storaged_data_file
Dan Cashmanb1c49672017-06-28 11:21:16 -070027 sysfs_fs_ext4_features
Mark Salyzyn267b43a2017-08-25 09:12:56 -070028 system_boot_reason_prop
Dan Cashman3fc7f832017-07-31 14:25:09 -070029 system_net_netd_hwservice
Todd Poynore9b2def2017-06-09 11:27:08 -070030 thermal_service
31 thermalcallback_hwservice
32 thermalserviced
33 thermalserviced_exec
Dan Cashman34f827f2017-08-07 12:27:05 -070034 thermalserviced_tmpfs
Dan Cashmane78e8dc2017-06-28 12:39:28 -070035 timezone_service
Jeff Sharkey0fa3fb02017-09-06 11:17:32 -060036 tombstoned_java_trace_socket
Paul Crowley47f3ed02017-10-13 14:54:32 -070037 vold_prepare_subdirs
38 vold_prepare_subdirs_exec
Robert Quattlebaumc8bd93d2017-08-04 14:51:36 -070039 vold_service
40 wpantund
41 wpantund_exec
42 wpantund_service
43 wpantund_tmpfs))
Steven Morelandf27bba92017-08-01 13:27:32 -070044
45;; private_objects - a collection of types that were labeled differently in
46;; older policy, but that should not remain accessible to vendor policy.
47;; Thus, these types are also not mapped, but recorded for checkapi tests
48(typeattribute priv_objects)
49(typeattributeset priv_objects
Steven Moreland60e53832017-09-01 16:58:23 +000050 ( adbd_tmpfs ))