blob: a517b96055f43b244f548faa0725089d44c6b6b3 [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
7 broadcastradio_service
Dan Cashman255a4a72017-07-06 12:32:31 -07008 e2fs
Dan Cashmanf875ee02017-06-28 10:09:02 -07009 e2fs_exec
Tomasz Wasilczyk567b9472017-08-07 17:06:06 -070010 hal_broadcastradio_hwservice
Dan Cashman629c58b2017-07-06 10:06:00 -070011 hal_cas_hwservice
Michael Butlere9d07b92017-06-29 18:33:03 -070012 hal_neuralnetworks_hwservice
Dan Cashman4d9f41d2017-07-06 13:40:57 -070013 hal_tetheroffload_hwservice
Dan Cashman0785a722017-07-31 13:53:26 -070014 hal_wifi_offload_hwservice
Dan Cashmanf875ee02017-06-28 10:09:02 -070015 kmsg_debug_device
Dan Cashman079a98b2017-07-31 14:18:47 -070016 mediaprovider_tmpfs
Lorenzo Colitti98e96fa2017-07-13 01:30:53 +090017 netd_stable_secret_prop
Todd Kennedy8bb80472017-08-02 07:27:44 -070018 package_native_service
Dan Cashmanb1c49672017-06-28 11:21:16 -070019 sysfs_fs_ext4_features
Dan Cashman3fc7f832017-07-31 14:25:09 -070020 system_net_netd_hwservice
Todd Poynore9b2def2017-06-09 11:27:08 -070021 thermal_service
22 thermalcallback_hwservice
23 thermalserviced
24 thermalserviced_exec
Dan Cashman34f827f2017-08-07 12:27:05 -070025 thermalserviced_tmpfs
Dan Cashmane78e8dc2017-06-28 12:39:28 -070026 timezone_service
Dan Cashmanb1c49672017-06-28 11:21:16 -070027 tombstoned_java_trace_socket))
Steven Morelandf27bba92017-08-01 13:27:32 -070028
29;; private_objects - a collection of types that were labeled differently in
30;; older policy, but that should not remain accessible to vendor policy.
31;; Thus, these types are also not mapped, but recorded for checkapi tests
32(typeattribute priv_objects)
33(typeattributeset priv_objects
Bowgo Tsaie2423d12017-07-31 18:38:28 +080034 ( adbd_tmpfs
35 screencap
Steven Morelandf27bba92017-08-01 13:27:32 -070036 screencap_exec ))