Josh Gao | 3458ec1 | 2017-03-28 13:09:37 -0700 | [diff] [blame] | 1 | ;; 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 Cashman | f875ee0 | 2017-06-28 10:09:02 -0700 | [diff] [blame] | 5 | (typeattributeset new_objects |
Bowgo Tsai | e2423d1 | 2017-07-31 18:38:28 +0800 | [diff] [blame] | 6 | ( adbd_exec |
Mark Salyzyn | 267b43a | 2017-08-25 09:12:56 -0700 | [diff] [blame] | 7 | bootloader_boot_reason_prop |
Bowgo Tsai | e2423d1 | 2017-07-31 18:38:28 +0800 | [diff] [blame] | 8 | broadcastradio_service |
Dan Cashman | 255a4a7 | 2017-07-06 12:32:31 -0700 | [diff] [blame] | 9 | e2fs |
Dan Cashman | f875ee0 | 2017-06-28 10:09:02 -0700 | [diff] [blame] | 10 | e2fs_exec |
Tomasz Wasilczyk | 567b947 | 2017-08-07 17:06:06 -0700 | [diff] [blame] | 11 | hal_broadcastradio_hwservice |
Dan Cashman | 629c58b | 2017-07-06 10:06:00 -0700 | [diff] [blame] | 12 | hal_cas_hwservice |
Michael Butler | e9d07b9 | 2017-06-29 18:33:03 -0700 | [diff] [blame] | 13 | hal_neuralnetworks_hwservice |
Dan Cashman | 4d9f41d | 2017-07-06 13:40:57 -0700 | [diff] [blame] | 14 | hal_tetheroffload_hwservice |
Dan Cashman | 0785a72 | 2017-07-31 13:53:26 -0700 | [diff] [blame] | 15 | hal_wifi_offload_hwservice |
Dan Cashman | f875ee0 | 2017-06-28 10:09:02 -0700 | [diff] [blame] | 16 | kmsg_debug_device |
Mark Salyzyn | 267b43a | 2017-08-25 09:12:56 -0700 | [diff] [blame] | 17 | last_boot_reason_prop |
Dan Cashman | 079a98b | 2017-07-31 14:18:47 -0700 | [diff] [blame] | 18 | mediaprovider_tmpfs |
Lorenzo Colitti | 98e96fa | 2017-07-13 01:30:53 +0900 | [diff] [blame] | 19 | netd_stable_secret_prop |
Todd Kennedy | 8bb8047 | 2017-08-02 07:27:44 -0700 | [diff] [blame] | 20 | package_native_service |
Jin Qian | 4b6e673 | 2017-08-14 17:01:25 -0700 | [diff] [blame] | 21 | storaged_data_file |
Dan Cashman | b1c4967 | 2017-06-28 11:21:16 -0700 | [diff] [blame] | 22 | sysfs_fs_ext4_features |
Mark Salyzyn | 267b43a | 2017-08-25 09:12:56 -0700 | [diff] [blame] | 23 | system_boot_reason_prop |
Dan Cashman | 3fc7f83 | 2017-07-31 14:25:09 -0700 | [diff] [blame] | 24 | system_net_netd_hwservice |
Todd Poynor | e9b2def | 2017-06-09 11:27:08 -0700 | [diff] [blame] | 25 | thermal_service |
| 26 | thermalcallback_hwservice |
| 27 | thermalserviced |
| 28 | thermalserviced_exec |
Dan Cashman | 34f827f | 2017-08-07 12:27:05 -0700 | [diff] [blame] | 29 | thermalserviced_tmpfs |
Dan Cashman | e78e8dc | 2017-06-28 12:39:28 -0700 | [diff] [blame] | 30 | timezone_service |
Jeff Sharkey | 0fa3fb0 | 2017-09-06 11:17:32 -0600 | [diff] [blame^] | 31 | tombstoned_java_trace_socket |
| 32 | vold_service)) |
Steven Moreland | f27bba9 | 2017-08-01 13:27:32 -0700 | [diff] [blame] | 33 | |
| 34 | ;; private_objects - a collection of types that were labeled differently in |
| 35 | ;; older policy, but that should not remain accessible to vendor policy. |
| 36 | ;; Thus, these types are also not mapped, but recorded for checkapi tests |
| 37 | (typeattribute priv_objects) |
| 38 | (typeattributeset priv_objects |
Steven Moreland | 60e5383 | 2017-09-01 16:58:23 +0000 | [diff] [blame] | 39 | ( adbd_tmpfs )) |