Dan Cashman | 91d398d | 2017-09-26 12:58:29 -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) |
| 5 | (typeattributeset new_objects |
| 6 | ( adbd_exec |
| 7 | bootloader_boot_reason_prop |
| 8 | broadcastradio_service |
Tony Mak | 215fb3e | 2017-10-13 14:48:32 +0100 | [diff] [blame] | 9 | crossprofileapps_service |
Dan Cashman | 91d398d | 2017-09-26 12:58:29 -0700 | [diff] [blame] | 10 | e2fs |
| 11 | e2fs_exec |
| 12 | hal_broadcastradio_hwservice |
| 13 | hal_cas_hwservice |
| 14 | hal_lowpan_hwservice |
| 15 | hal_neuralnetworks_hwservice |
| 16 | hal_tetheroffload_hwservice |
| 17 | hal_wifi_offload_hwservice |
| 18 | kmsg_debug_device |
| 19 | last_boot_reason_prop |
Dan Cashman | 079a98b | 2017-07-31 14:18:47 -0700 | [diff] [blame] | 20 | mediaprovider_tmpfs |
Lorenzo Colitti | 98e96fa | 2017-07-13 01:30:53 +0900 | [diff] [blame] | 21 | netd_stable_secret_prop |
Todd Kennedy | 8bb8047 | 2017-08-02 07:27:44 -0700 | [diff] [blame] | 22 | package_native_service |
Dan Cashman | 91d398d | 2017-09-26 12:58:29 -0700 | [diff] [blame] | 23 | lowpan_device |
| 24 | lowpan_prop |
| 25 | lowpan_service |
| 26 | mediaprovider_tmpfs |
| 27 | netd_stable_secret_prop |
Ricky Wai | ff3b957 | 2017-12-14 09:56:32 +0000 | [diff] [blame^] | 28 | network_watchlist_data_file |
Ricky Wai | c635297 | 2017-11-13 17:52:05 +0000 | [diff] [blame] | 29 | network_watchlist_service |
Dan Cashman | 91d398d | 2017-09-26 12:58:29 -0700 | [diff] [blame] | 30 | package_native_service |
Andreas Gampe | aa9711f | 2017-12-22 13:05:28 -0800 | [diff] [blame] | 31 | perfprofd_service |
Tom Cherry | 8b5433a | 2017-11-16 14:25:02 -0800 | [diff] [blame] | 32 | property_info |
Jason Monk | 07131ec | 2017-12-04 14:41:54 -0500 | [diff] [blame] | 33 | slice_service |
yro | 2970845 | 2017-12-18 15:14:33 -0800 | [diff] [blame] | 34 | stats |
| 35 | stats_data_file |
| 36 | stats_exec |
| 37 | stats_service |
| 38 | statsd |
| 39 | statsd_exec |
| 40 | statsd_tmpfs |
Max Bires | 0187b23 | 2017-10-23 16:25:11 -0700 | [diff] [blame] | 41 | statscompanion_service |
Dan Cashman | 91d398d | 2017-09-26 12:58:29 -0700 | [diff] [blame] | 42 | storaged_data_file |
| 43 | sysfs_fs_ext4_features |
| 44 | system_boot_reason_prop |
| 45 | system_net_netd_hwservice |
| 46 | thermal_service |
| 47 | thermalcallback_hwservice |
| 48 | thermalserviced |
| 49 | thermalserviced_exec |
| 50 | thermalserviced_tmpfs |
| 51 | timezone_service |
| 52 | tombstoned_java_trace_socket |
xshu | 6ad3c89 | 2017-12-15 14:01:44 -0800 | [diff] [blame] | 53 | tombstone_wifi_data_file |
Hakan Kvist | 6fe014f | 2017-11-06 12:56:00 +0100 | [diff] [blame] | 54 | update_engine_log_data_file |
Tom Cherry | 621c24c | 2017-09-28 14:34:36 -0700 | [diff] [blame] | 55 | vendor_init |
Paul Crowley | 5b962cf | 2017-10-13 14:54:32 -0700 | [diff] [blame] | 56 | vold_prepare_subdirs |
| 57 | vold_prepare_subdirs_exec |
Robert Quattlebaum | fd03d51 | 2017-08-04 14:51:36 -0700 | [diff] [blame] | 58 | vold_service |
| 59 | wpantund |
| 60 | wpantund_exec |
| 61 | wpantund_service |
Vishnu Nair | 2d6942d | 2017-11-17 08:23:32 -0800 | [diff] [blame] | 62 | wpantund_tmpfs |
| 63 | wm_trace_data_file)) |
Dan Cashman | 91d398d | 2017-09-26 12:58:29 -0700 | [diff] [blame] | 64 | |
| 65 | ;; private_objects - a collection of types that were labeled differently in |
| 66 | ;; older policy, but that should not remain accessible to vendor policy. |
| 67 | ;; Thus, these types are also not mapped, but recorded for checkapi tests |
| 68 | (typeattribute priv_objects) |
| 69 | (typeattributeset priv_objects |
| 70 | ( adbd_tmpfs )) |