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