From 5702e9d75886b8ed6dcda167cfadcf4be3e676d0 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Sun, 26 May 2019 14:28:38 -0700 Subject: [PATCH] Add 29.0 mapping files Steps taken to produce the mapping files: 1. Add prebuilts/api/29.0/[plat_pub_versioned.cil|vendor_sepolicy.cil] plat_pub_versioned.cil contains all public attributes and types from Q Leave vendor_sepolicy.cil is empty. 2. Add new file private/compat/29.0/29.0.cil by doing the following: - copy /system/etc/selinux/mapping/29.0.cil from pi-dev aosp_arm64-eng device to private/compat/29.0/29.0.cil - remove all attribute declaration statement (typeattribute ...) and sort lines alphabetically - some selinux types were added/renamed/deleted w.r.t 29 sepolicy. Find all such types using treble_sepolicy_tests_29.0 test. - for all these types figure out where to map them by looking at 28.0.[ignore.]cil files and add approprite entries to 29.0.[ignore.]cil. This change also enables treble_sepolicy_tests_29.0 and installs 29.0.cil mapping file onto the device. Bug: 133155528 Bug: 133196056 Test: m treble_sepolicy_tests_29.0 Test: m 29.0_compat_test Test: m selinux_policy Change-Id: I59f6251e9baa6527a358dec024e9fae62388db2b --- Android.bp | 42 +- Android.mk | 4 + prebuilts/api/29.0/plat_pub_versioned.cil | 2208 +++++++++++++++++++++ prebuilts/api/29.0/vendor_sepolicy.cil | 1 + private/compat/29.0/29.0.cil | 1964 ++++++++++++++++++ private/compat/29.0/29.0.compat.cil | 1 + private/compat/29.0/29.0.ignore.cil | 9 + 7 files changed, 4224 insertions(+), 5 deletions(-) create mode 100644 prebuilts/api/29.0/plat_pub_versioned.cil create mode 100644 prebuilts/api/29.0/vendor_sepolicy.cil create mode 100644 private/compat/29.0/29.0.cil create mode 100644 private/compat/29.0/29.0.compat.cil create mode 100644 private/compat/29.0/29.0.ignore.cil diff --git a/Android.bp b/Android.bp index 2934cd98f..bf91041e5 100644 --- a/Android.bp +++ b/Android.bp @@ -35,6 +35,13 @@ se_filegroup { ], } +se_filegroup { + name: "29.0.board.compat.map", + srcs: [ + "compat/29.0/29.0.cil", + ], +} + se_filegroup { name: "26.0.board.ignore.map", srcs: [ @@ -56,6 +63,13 @@ se_filegroup { ], } +se_filegroup { + name: "29.0.board.ignore.map", + srcs: [ + "compat/29.0/29.0.ignore.cil", + ], +} + se_cil_compat_map { name: "26.0.cil", bottom_half: [":26.0.board.compat.map"], @@ -71,7 +85,13 @@ se_cil_compat_map { se_cil_compat_map { name: "28.0.cil", bottom_half: [":28.0.board.compat.map"], - // top_half: "29.0.cil", + top_half: "29.0.cil", +} + +se_cil_compat_map { + name: "29.0.cil", + bottom_half: [":29.0.board.compat.map"], + // top_half: "30.0.cil", } se_cil_compat_map { @@ -92,9 +112,15 @@ se_cil_compat_map { // top_half: "29.0.ignore.cil", } +se_cil_compat_map { + name: "29.0.ignore.cil", + bottom_half: [":29.0.board.ignore.map"], + // top_half: "30.0.ignore.cil", +} + prebuilt_etc { - name: "28.0.compat.cil", - src: "private/compat/28.0/28.0.compat.cil", + name: "26.0.compat.cil", + src: "private/compat/26.0/26.0.compat.cil", sub_dir: "selinux/mapping", } @@ -105,8 +131,14 @@ prebuilt_etc { } prebuilt_etc { - name: "26.0.compat.cil", - src: "private/compat/26.0/26.0.compat.cil", + name: "28.0.compat.cil", + src: "private/compat/28.0/28.0.compat.cil", + sub_dir: "selinux/mapping", +} + +prebuilt_etc { + name: "29.0.compat.cil", + src: "private/compat/29.0/29.0.compat.cil", sub_dir: "selinux/mapping", } diff --git a/Android.mk b/Android.mk index 55a2f8116..387ab2aed 100644 --- a/Android.mk +++ b/Android.mk @@ -1290,6 +1290,8 @@ version_under_treble_tests := 27.0 include $(LOCAL_PATH)/treble_sepolicy_tests_for_release.mk version_under_treble_tests := 28.0 include $(LOCAL_PATH)/treble_sepolicy_tests_for_release.mk +version_under_treble_tests := 29.0 +include $(LOCAL_PATH)/treble_sepolicy_tests_for_release.mk version_under_treble_tests := 26.0 include $(LOCAL_PATH)/compat.mk @@ -1297,6 +1299,8 @@ version_under_treble_tests := 27.0 include $(LOCAL_PATH)/compat.mk version_under_treble_tests := 28.0 include $(LOCAL_PATH)/compat.mk +version_under_treble_tests := 29.0 +include $(LOCAL_PATH)/compat.mk BASE_PLAT_PUBLIC_POLICY := BASE_PLAT_PRIVATE_POLICY := diff --git a/prebuilts/api/29.0/plat_pub_versioned.cil b/prebuilts/api/29.0/plat_pub_versioned.cil new file mode 100644 index 000000000..b80abeb36 --- /dev/null +++ b/prebuilts/api/29.0/plat_pub_versioned.cil @@ -0,0 +1,2208 @@ +(type DockObserver_service) +(type IProxyService_service) +(type accessibility_service) +(type account_service) +(type activity_service) +(type activity_task_service) +(type adb_data_file) +(type adb_keys_file) +(type adb_service) +(type adbd) +(type adbd_exec) +(type adbd_socket) +(type alarm_service) +(type anr_data_file) +(type apex_data_file) +(type apex_metadata_file) +(type apex_mnt_dir) +(type apex_service) +(type apexd) +(type apexd_exec) +(type apexd_prop) +(type apk_data_file) +(type apk_private_data_file) +(type apk_private_tmp_file) +(type apk_tmp_file) +(type app_binding_service) +(type app_data_file) +(type app_fuse_file) +(type app_fusefs) +(type app_prediction_service) +(type app_zygote) +(type app_zygote_tmpfs) +(type appdomain_tmpfs) +(type appops_service) +(type appwidget_service) +(type asec_apk_file) +(type asec_image_file) +(type asec_public_file) +(type ashmem_device) +(type ashmemd) +(type assetatlas_service) +(type audio_data_file) +(type audio_device) +(type audio_prop) +(type audio_service) +(type audiohal_data_file) +(type audioserver) +(type audioserver_data_file) +(type audioserver_service) +(type audioserver_tmpfs) +(type autofill_service) +(type backup_data_file) +(type backup_service) +(type battery_service) +(type batteryproperties_service) +(type batterystats_service) +(type binder_calls_stats_service) +(type binder_device) +(type binfmt_miscfs) +(type biometric_service) +(type blkid) +(type blkid_untrusted) +(type block_device) +(type bluetooth) +(type bluetooth_a2dp_offload_prop) +(type bluetooth_audio_hal_prop) +(type bluetooth_data_file) +(type bluetooth_efs_file) +(type bluetooth_logs_data_file) +(type bluetooth_manager_service) +(type bluetooth_prop) +(type bluetooth_service) +(type bluetooth_socket) +(type boot_block_device) +(type bootanim) +(type bootanim_exec) +(type bootchart_data_file) +(type bootloader_boot_reason_prop) +(type bootstat) +(type bootstat_data_file) +(type bootstat_exec) +(type boottime_prop) +(type boottrace_data_file) +(type bpf_progs_loaded_prop) +(type broadcastradio_service) +(type bufferhubd) +(type bufferhubd_exec) +(type bugreport_service) +(type cache_backup_file) +(type cache_block_device) +(type cache_file) +(type cache_private_backup_file) +(type cache_recovery_file) +(type camera_data_file) +(type camera_device) +(type cameraproxy_service) +(type cameraserver) +(type cameraserver_exec) +(type cameraserver_service) +(type cameraserver_tmpfs) +(type cgroup) +(type cgroup_bpf) +(type cgroup_desc_file) +(type cgroup_rc_file) +(type charger) +(type charger_exec) +(type clatd) +(type clatd_exec) +(type clipboard_service) +(type color_display_service) +(type companion_device_service) +(type config_prop) +(type configfs) +(type connectivity_service) +(type connmetrics_service) +(type console_device) +(type consumer_ir_service) +(type content_capture_service) +(type content_service) +(type content_suggestions_service) +(type contexthub_service) +(type coredump_file) +(type country_detector_service) +(type coverage_service) +(type cppreopt_prop) +(type cpu_variant_prop) +(type cpuinfo_service) +(type crash_dump) +(type crash_dump_exec) +(type crossprofileapps_service) +(type ctl_adbd_prop) +(type ctl_bootanim_prop) +(type ctl_bugreport_prop) +(type ctl_console_prop) +(type ctl_default_prop) +(type ctl_dumpstate_prop) +(type ctl_fuse_prop) +(type ctl_gsid_prop) +(type ctl_interface_restart_prop) +(type ctl_interface_start_prop) +(type ctl_interface_stop_prop) +(type ctl_mdnsd_prop) +(type ctl_restart_prop) +(type ctl_rildaemon_prop) +(type ctl_sigstop_prop) +(type ctl_start_prop) +(type ctl_stop_prop) +(type dalvik_prop) +(type dalvikcache_data_file) +(type dbinfo_service) +(type debug_prop) +(type debugfs) +(type debugfs_mmc) +(type debugfs_trace_marker) +(type debugfs_tracing) +(type debugfs_tracing_debug) +(type debugfs_tracing_instances) +(type debugfs_wakeup_sources) +(type debugfs_wifi_tracing) +(type debuggerd_prop) +(type default_android_hwservice) +(type default_android_service) +(type default_android_vndservice) +(type default_prop) +(type dev_cpu_variant) +(type device) +(type device_config_activity_manager_native_boot_prop) +(type device_config_boot_count_prop) +(type device_config_input_native_boot_prop) +(type device_config_media_native_prop) +(type device_config_netd_native_prop) +(type device_config_reset_performed_prop) +(type device_config_runtime_native_boot_prop) +(type device_config_runtime_native_prop) +(type device_config_service) +(type device_identifiers_service) +(type device_logging_prop) +(type device_policy_service) +(type deviceidle_service) +(type devicestoragemonitor_service) +(type devpts) +(type dhcp) +(type dhcp_data_file) +(type dhcp_exec) +(type dhcp_prop) +(type diskstats_service) +(type display_service) +(type dm_device) +(type dnsmasq) +(type dnsmasq_exec) +(type dnsproxyd_socket) +(type dnsresolver_service) +(type dreams_service) +(type drm_data_file) +(type drmserver) +(type drmserver_exec) +(type drmserver_service) +(type drmserver_socket) +(type dropbox_data_file) +(type dropbox_service) +(type dumpstate) +(type dumpstate_exec) +(type dumpstate_options_prop) +(type dumpstate_prop) +(type dumpstate_service) +(type dumpstate_socket) +(type dynamic_system_prop) +(type e2fs) +(type e2fs_exec) +(type efs_file) +(type ephemeral_app) +(type ethernet_service) +(type exfat) +(type exported2_config_prop) +(type exported2_default_prop) +(type exported2_radio_prop) +(type exported2_system_prop) +(type exported2_vold_prop) +(type exported3_default_prop) +(type exported3_radio_prop) +(type exported3_system_prop) +(type exported_audio_prop) +(type exported_bluetooth_prop) +(type exported_config_prop) +(type exported_dalvik_prop) +(type exported_default_prop) +(type exported_dumpstate_prop) +(type exported_ffs_prop) +(type exported_fingerprint_prop) +(type exported_overlay_prop) +(type exported_pm_prop) +(type exported_radio_prop) +(type exported_secure_prop) +(type exported_system_prop) +(type exported_system_radio_prop) +(type exported_vold_prop) +(type exported_wifi_prop) +(type external_vibrator_service) +(type face_service) +(type face_vendor_data_file) +(type fastbootd) +(type ffs_prop) +(type file_contexts_file) +(type fingerprint_prop) +(type fingerprint_service) +(type fingerprint_vendor_data_file) +(type fingerprintd) +(type fingerprintd_data_file) +(type fingerprintd_exec) +(type fingerprintd_service) +(type firstboot_prop) +(type flags_health_check) +(type flags_health_check_exec) +(type font_service) +(type frp_block_device) +(type fs_bpf) +(type fsck) +(type fsck_exec) +(type fsck_untrusted) +(type fscklogs) +(type functionfs) +(type fuse) +(type fuse_device) +(type fwk_bufferhub_hwservice) +(type fwk_camera_hwservice) +(type fwk_display_hwservice) +(type fwk_scheduler_hwservice) +(type fwk_sensor_hwservice) +(type fwk_stats_hwservice) +(type fwmarkd_socket) +(type gatekeeper_data_file) +(type gatekeeper_service) +(type gatekeeperd) +(type gatekeeperd_exec) +(type gfxinfo_service) +(type gps_control) +(type gpu_device) +(type gpu_service) +(type gpuservice) +(type graphics_device) +(type graphicsstats_service) +(type gsi_data_file) +(type gsi_metadata_file) +(type gsid_prop) +(type hal_atrace_hwservice) +(type hal_audio_hwservice) +(type hal_audiocontrol_hwservice) +(type hal_authsecret_hwservice) +(type hal_bluetooth_hwservice) +(type hal_bootctl_hwservice) +(type hal_broadcastradio_hwservice) +(type hal_camera_hwservice) +(type hal_cas_hwservice) +(type hal_codec2_hwservice) +(type hal_configstore_ISurfaceFlingerConfigs) +(type hal_confirmationui_hwservice) +(type hal_contexthub_hwservice) +(type hal_drm_hwservice) +(type hal_dumpstate_hwservice) +(type hal_evs_hwservice) +(type hal_face_hwservice) +(type hal_fingerprint_hwservice) +(type hal_fingerprint_service) +(type hal_gatekeeper_hwservice) +(type hal_gnss_hwservice) +(type hal_graphics_allocator_hwservice) +(type hal_graphics_composer_hwservice) +(type hal_graphics_composer_server_tmpfs) +(type hal_graphics_mapper_hwservice) +(type hal_health_hwservice) +(type hal_health_storage_hwservice) +(type hal_input_classifier_hwservice) +(type hal_ir_hwservice) +(type hal_keymaster_hwservice) +(type hal_light_hwservice) +(type hal_lowpan_hwservice) +(type hal_memtrack_hwservice) +(type hal_neuralnetworks_hwservice) +(type hal_nfc_hwservice) +(type hal_oemlock_hwservice) +(type hal_omx_hwservice) +(type hal_power_hwservice) +(type hal_power_stats_hwservice) +(type hal_renderscript_hwservice) +(type hal_secure_element_hwservice) +(type hal_sensors_hwservice) +(type hal_telephony_hwservice) +(type hal_tetheroffload_hwservice) +(type hal_thermal_hwservice) +(type hal_tv_cec_hwservice) +(type hal_tv_input_hwservice) +(type hal_usb_gadget_hwservice) +(type hal_usb_hwservice) +(type hal_vehicle_hwservice) +(type hal_vibrator_hwservice) +(type hal_vr_hwservice) +(type hal_weaver_hwservice) +(type hal_wifi_hostapd_hwservice) +(type hal_wifi_hwservice) +(type hal_wifi_offload_hwservice) +(type hal_wifi_supplicant_hwservice) +(type hardware_properties_service) +(type hardware_service) +(type hci_attach_dev) +(type hdmi_control_service) +(type healthd) +(type healthd_exec) +(type heapdump_data_file) +(type heapprofd) +(type heapprofd_enabled_prop) +(type heapprofd_prop) +(type heapprofd_socket) +(type hidl_allocator_hwservice) +(type hidl_base_hwservice) +(type hidl_manager_hwservice) +(type hidl_memory_hwservice) +(type hidl_token_hwservice) +(type hw_random_device) +(type hwbinder_device) +(type hwservice_contexts_file) +(type hwservicemanager) +(type hwservicemanager_exec) +(type hwservicemanager_prop) +(type icon_file) +(type idmap) +(type idmap_exec) +(type idmap_service) +(type iio_device) +(type imms_service) +(type incident) +(type incident_data_file) +(type incident_helper) +(type incident_service) +(type incidentd) +(type init) +(type init_exec) +(type init_tmpfs) +(type inotify) +(type input_device) +(type input_method_service) +(type input_service) +(type inputflinger) +(type inputflinger_exec) +(type inputflinger_service) +(type install_data_file) +(type install_recovery) +(type install_recovery_exec) +(type installd) +(type installd_exec) +(type installd_service) +(type ion_device) +(type iorapd) +(type iorapd_data_file) +(type iorapd_exec) +(type iorapd_service) +(type iorapd_tmpfs) +(type ipsec_service) +(type iris_service) +(type iris_vendor_data_file) +(type isolated_app) +(type jobscheduler_service) +(type kernel) +(type keychain_data_file) +(type keychord_device) +(type keystore) +(type keystore_data_file) +(type keystore_exec) +(type keystore_service) +(type kmsg_debug_device) +(type kmsg_device) +(type labeledfs) +(type last_boot_reason_prop) +(type launcherapps_service) +(type llkd) +(type llkd_exec) +(type llkd_prop) +(type lmkd) +(type lmkd_exec) +(type lmkd_socket) +(type location_service) +(type lock_settings_service) +(type log_prop) +(type log_tag_prop) +(type logcat_exec) +(type logd) +(type logd_exec) +(type logd_prop) +(type logd_socket) +(type logdr_socket) +(type logdw_socket) +(type logpersist) +(type logpersistd_logging_prop) +(type loop_control_device) +(type loop_device) +(type looper_stats_service) +(type lowpan_device) +(type lowpan_prop) +(type lowpan_service) +(type lpdump_service) +(type lpdumpd_prop) +(type mac_perms_file) +(type mdns_socket) +(type mdnsd) +(type mdnsd_socket) +(type media_data_file) +(type media_projection_service) +(type media_router_service) +(type media_rw_data_file) +(type media_session_service) +(type mediacodec_service) +(type mediadrmserver) +(type mediadrmserver_exec) +(type mediadrmserver_service) +(type mediaextractor) +(type mediaextractor_exec) +(type mediaextractor_service) +(type mediaextractor_tmpfs) +(type mediametrics) +(type mediametrics_exec) +(type mediametrics_service) +(type mediaprovider) +(type mediaserver) +(type mediaserver_exec) +(type mediaserver_service) +(type mediaserver_tmpfs) +(type mediaswcodec) +(type mediaswcodec_exec) +(type meminfo_service) +(type metadata_block_device) +(type metadata_file) +(type method_trace_data_file) +(type midi_service) +(type misc_block_device) +(type misc_logd_file) +(type misc_user_data_file) +(type mmc_prop) +(type mnt_expand_file) +(type mnt_media_rw_file) +(type mnt_media_rw_stub_file) +(type mnt_product_file) +(type mnt_user_file) +(type mnt_vendor_file) +(type modprobe) +(type mount_service) +(type mqueue) +(type mtp) +(type mtp_device) +(type mtp_exec) +(type mtpd_socket) +(type nativetest_data_file) +(type net_data_file) +(type net_dns_prop) +(type net_radio_prop) +(type netd) +(type netd_exec) +(type netd_listener_service) +(type netd_service) +(type netd_stable_secret_prop) +(type netif) +(type netpolicy_service) +(type netstats_service) +(type netutils_wrapper) +(type netutils_wrapper_exec) +(type network_management_service) +(type network_score_service) +(type network_stack) +(type network_stack_service) +(type network_time_update_service) +(type network_watchlist_data_file) +(type network_watchlist_service) +(type nfc) +(type nfc_data_file) +(type nfc_device) +(type nfc_prop) +(type nfc_service) +(type nnapi_ext_deny_product_prop) +(type node) +(type nonplat_service_contexts_file) +(type notification_service) +(type null_device) +(type oem_lock_service) +(type oemfs) +(type ota_data_file) +(type ota_package_file) +(type otadexopt_service) +(type overlay_prop) +(type overlay_service) +(type overlayfs_file) +(type owntty_device) +(type package_native_service) +(type package_service) +(type packages_list_file) +(type pan_result_prop) +(type password_slot_metadata_file) +(type pdx_bufferhub_client_channel_socket) +(type pdx_bufferhub_client_endpoint_socket) +(type pdx_bufferhub_dir) +(type pdx_display_client_channel_socket) +(type pdx_display_client_endpoint_socket) +(type pdx_display_dir) +(type pdx_display_manager_channel_socket) +(type pdx_display_manager_endpoint_socket) +(type pdx_display_screenshot_channel_socket) +(type pdx_display_screenshot_endpoint_socket) +(type pdx_display_vsync_channel_socket) +(type pdx_display_vsync_endpoint_socket) +(type pdx_performance_client_channel_socket) +(type pdx_performance_client_endpoint_socket) +(type pdx_performance_dir) +(type perfetto) +(type performanced) +(type performanced_exec) +(type perfprofd) +(type perfprofd_data_file) +(type perfprofd_exec) +(type perfprofd_service) +(type permission_service) +(type permissionmgr_service) +(type persist_debug_prop) +(type persistent_data_block_service) +(type persistent_properties_ready_prop) +(type pinner_service) +(type pipefs) +(type platform_app) +(type pm_prop) +(type pmsg_device) +(type port) +(type port_device) +(type postinstall) +(type postinstall_apex_mnt_dir) +(type postinstall_file) +(type postinstall_mnt_dir) +(type power_service) +(type powerctl_prop) +(type ppp) +(type ppp_device) +(type ppp_exec) +(type preloads_data_file) +(type preloads_media_file) +(type print_service) +(type priv_app) +(type privapp_data_file) +(type proc) +(type proc_abi) +(type proc_asound) +(type proc_bluetooth_writable) +(type proc_buddyinfo) +(type proc_cmdline) +(type proc_cpuinfo) +(type proc_dirty) +(type proc_diskstats) +(type proc_drop_caches) +(type proc_extra_free_kbytes) +(type proc_filesystems) +(type proc_fs_verity) +(type proc_hostname) +(type proc_hung_task) +(type proc_interrupts) +(type proc_iomem) +(type proc_keys) +(type proc_kmsg) +(type proc_loadavg) +(type proc_max_map_count) +(type proc_meminfo) +(type proc_min_free_order_shift) +(type proc_misc) +(type proc_modules) +(type proc_mounts) +(type proc_net) +(type proc_net_tcp_udp) +(type proc_overcommit_memory) +(type proc_page_cluster) +(type proc_pagetypeinfo) +(type proc_panic) +(type proc_perf) +(type proc_pid_max) +(type proc_pipe_conf) +(type proc_pressure_cpu) +(type proc_pressure_io) +(type proc_pressure_mem) +(type proc_qtaguid_ctrl) +(type proc_qtaguid_stat) +(type proc_random) +(type proc_sched) +(type proc_security) +(type proc_slabinfo) +(type proc_stat) +(type proc_swaps) +(type proc_sysrq) +(type proc_timer) +(type proc_tty_drivers) +(type proc_uid_concurrent_active_time) +(type proc_uid_concurrent_policy_time) +(type proc_uid_cpupower) +(type proc_uid_cputime_removeuid) +(type proc_uid_cputime_showstat) +(type proc_uid_io_stats) +(type proc_uid_procstat_set) +(type proc_uid_time_in_state) +(type proc_uptime) +(type proc_version) +(type proc_vmallocinfo) +(type proc_vmstat) +(type proc_zoneinfo) +(type processinfo_service) +(type procstats_service) +(type profman) +(type profman_dump_data_file) +(type profman_exec) +(type properties_device) +(type properties_serial) +(type property_contexts_file) +(type property_data_file) +(type property_info) +(type property_socket) +(type pstorefs) +(type ptmx_device) +(type qtaguid_device) +(type racoon) +(type racoon_exec) +(type racoon_socket) +(type radio) +(type radio_data_file) +(type radio_device) +(type radio_prop) +(type radio_service) +(type ram_device) +(type random_device) +(type recovery) +(type recovery_block_device) +(type recovery_data_file) +(type recovery_persist) +(type recovery_persist_exec) +(type recovery_refresh) +(type recovery_refresh_exec) +(type recovery_service) +(type recovery_socket) +(type registry_service) +(type resourcecache_data_file) +(type restorecon_prop) +(type restrictions_service) +(type rild_debug_socket) +(type rild_socket) +(type ringtone_file) +(type role_service) +(type rollback_service) +(type root_block_device) +(type rootfs) +(type rpmsg_device) +(type rs) +(type rs_exec) +(type rss_hwm_reset) +(type rtc_device) +(type rttmanager_service) +(type runas) +(type runas_app) +(type runas_exec) +(type runtime_event_log_tags_file) +(type runtime_service) +(type safemode_prop) +(type same_process_hal_file) +(type samplingprofiler_service) +(type scheduling_policy_service) +(type sdcard_block_device) +(type sdcardd) +(type sdcardd_exec) +(type sdcardfs) +(type seapp_contexts_file) +(type search_service) +(type sec_key_att_app_id_provider_service) +(type secure_element) +(type secure_element_device) +(type secure_element_service) +(type selinuxfs) +(type sensor_privacy_service) +(type sensors_device) +(type sensorservice_service) +(type sepolicy_file) +(type serial_device) +(type serial_service) +(type serialno_prop) +(type server_configurable_flags_data_file) +(type service_contexts_file) +(type servicediscovery_service) +(type servicemanager) +(type servicemanager_exec) +(type settings_service) +(type sgdisk) +(type sgdisk_exec) +(type shared_relro) +(type shared_relro_file) +(type shell) +(type shell_data_file) +(type shell_exec) +(type shell_prop) +(type shm) +(type shortcut_manager_icons) +(type shortcut_service) +(type simpleperf_app_runner) +(type simpleperf_app_runner_exec) +(type slice_service) +(type slideshow) +(type socket_device) +(type sockfs) +(type staging_data_file) +(type stats_data_file) +(type statsd) +(type statsd_exec) +(type statsdw_socket) +(type statusbar_service) +(type storage_file) +(type storage_stub_file) +(type storaged_service) +(type storagestats_service) +(type su) +(type su_exec) +(type super_block_device) +(type surfaceflinger) +(type surfaceflinger_service) +(type surfaceflinger_tmpfs) +(type swap_block_device) +(type sysfs) +(type sysfs_android_usb) +(type sysfs_batteryinfo) +(type sysfs_bluetooth_writable) +(type sysfs_devices_block) +(type sysfs_devices_system_cpu) +(type sysfs_dm) +(type sysfs_dt_firmware_android) +(type sysfs_extcon) +(type sysfs_fs_ext4_features) +(type sysfs_fs_f2fs) +(type sysfs_hwrandom) +(type sysfs_ipv4) +(type sysfs_kernel_notes) +(type sysfs_leds) +(type sysfs_loop) +(type sysfs_lowmemorykiller) +(type sysfs_mac_address) +(type sysfs_net) +(type sysfs_nfc_power_writable) +(type sysfs_power) +(type sysfs_rtc) +(type sysfs_switch) +(type sysfs_thermal) +(type sysfs_transparent_hugepage) +(type sysfs_uio) +(type sysfs_usb) +(type sysfs_usermodehelper) +(type sysfs_vibrator) +(type sysfs_wake_lock) +(type sysfs_wakeup_reasons) +(type sysfs_wlan_fwpath) +(type sysfs_zram) +(type sysfs_zram_uevent) +(type system_app) +(type system_app_data_file) +(type system_app_service) +(type system_asan_options_file) +(type system_block_device) +(type system_boot_reason_prop) +(type system_bootstrap_lib_file) +(type system_data_file) +(type system_event_log_tags_file) +(type system_file) +(type system_lib_file) +(type system_linker_config_file) +(type system_linker_exec) +(type system_lmk_prop) +(type system_ndebug_socket) +(type system_net_netd_hwservice) +(type system_prop) +(type system_radio_prop) +(type system_seccomp_policy_file) +(type system_security_cacerts_file) +(type system_server) +(type system_server_tmpfs) +(type system_suspend_control_service) +(type system_suspend_hwservice) +(type system_trace_prop) +(type system_update_service) +(type system_wifi_keystore_hwservice) +(type system_wpa_socket) +(type system_zoneinfo_file) +(type systemkeys_data_file) +(type task_profiles_file) +(type task_service) +(type tcpdump_exec) +(type tee) +(type tee_data_file) +(type tee_device) +(type telecom_service) +(type test_boot_reason_prop) +(type test_harness_prop) +(type testharness_service) +(type textclassification_service) +(type textclassifier_data_file) +(type textservices_service) +(type thermal_service) +(type thermalcallback_hwservice) +(type time_prop) +(type timedetector_service) +(type timezone_service) +(type tmpfs) +(type tombstone_data_file) +(type tombstone_wifi_data_file) +(type tombstoned) +(type tombstoned_crash_socket) +(type tombstoned_exec) +(type tombstoned_intercept_socket) +(type tombstoned_java_trace_socket) +(type toolbox) +(type toolbox_exec) +(type trace_data_file) +(type traced) +(type traced_consumer_socket) +(type traced_enabled_prop) +(type traced_lazy_prop) +(type traced_probes) +(type traced_producer_socket) +(type traceur_app) +(type trust_service) +(type tty_device) +(type tun_device) +(type tv_input_service) +(type tzdatacheck) +(type tzdatacheck_exec) +(type ueventd) +(type ueventd_tmpfs) +(type uhid_device) +(type uimode_service) +(type uio_device) +(type uncrypt) +(type uncrypt_exec) +(type uncrypt_socket) +(type unencrypted_data_file) +(type unlabeled) +(type untrusted_app) +(type untrusted_app_25) +(type untrusted_app_27) +(type update_engine) +(type update_engine_data_file) +(type update_engine_exec) +(type update_engine_log_data_file) +(type update_engine_service) +(type update_verifier) +(type update_verifier_exec) +(type updatelock_service) +(type uri_grants_service) +(type usagestats_service) +(type usb_device) +(type usb_service) +(type usbaccessory_device) +(type usbd) +(type usbd_exec) +(type usbfs) +(type use_memfd_prop) +(type user_profile_data_file) +(type user_service) +(type userdata_block_device) +(type usermodehelper) +(type vdc) +(type vdc_exec) +(type vendor_app_file) +(type vendor_cgroup_desc_file) +(type vendor_configs_file) +(type vendor_data_file) +(type vendor_default_prop) +(type vendor_file) +(type vendor_framework_file) +(type vendor_hal_file) +(type vendor_idc_file) +(type vendor_init) +(type vendor_keychars_file) +(type vendor_keylayout_file) +(type vendor_overlay_file) +(type vendor_public_lib_file) +(type vendor_security_patch_level_prop) +(type vendor_shell) +(type vendor_shell_exec) +(type vendor_task_profiles_file) +(type vendor_toolbox_exec) +(type vfat) +(type vibrator_service) +(type video_device) +(type virtual_touchpad) +(type virtual_touchpad_exec) +(type virtual_touchpad_service) +(type vndbinder_device) +(type vndk_sp_file) +(type vndservice_contexts_file) +(type vndservicemanager) +(type voiceinteraction_service) +(type vold) +(type vold_data_file) +(type vold_device) +(type vold_exec) +(type vold_metadata_file) +(type vold_prepare_subdirs) +(type vold_prepare_subdirs_exec) +(type vold_prop) +(type vold_service) +(type vpn_data_file) +(type vr_hwc) +(type vr_hwc_exec) +(type vr_hwc_service) +(type vr_manager_service) +(type vrflinger_vsync_service) +(type wallpaper_file) +(type wallpaper_service) +(type watchdog_device) +(type watchdogd) +(type watchdogd_exec) +(type webview_zygote) +(type webview_zygote_exec) +(type webview_zygote_tmpfs) +(type webviewupdate_service) +(type wifi_data_file) +(type wifi_log_prop) +(type wifi_prop) +(type wifi_service) +(type wifiaware_service) +(type wificond) +(type wificond_exec) +(type wificond_service) +(type wifip2p_service) +(type wifiscanner_service) +(type window_service) +(type wpa_socket) +(type wpantund) +(type wpantund_exec) +(type wpantund_service) +(type zero_device) +(type zoneinfo_data_file) +(type zygote) +(type zygote_exec) +(type zygote_socket) +(type zygote_tmpfs) +(typeattribute DockObserver_service_29_0) +(typeattribute IProxyService_service_29_0) +(typeattribute accessibility_service_29_0) +(typeattribute account_service_29_0) +(typeattribute activity_service_29_0) +(typeattribute activity_task_service_29_0) +(typeattribute adb_data_file_29_0) +(typeattribute adb_keys_file_29_0) +(typeattribute adb_service_29_0) +(typeattribute adbd_29_0) +(typeattribute adbd_exec_29_0) +(typeattribute adbd_socket_29_0) +(typeattribute alarm_service_29_0) +(typeattribute anr_data_file_29_0) +(typeattribute apex_data_file_29_0) +(typeattribute apex_metadata_file_29_0) +(typeattribute apex_mnt_dir_29_0) +(typeattribute apex_service_29_0) +(typeattribute apexd_29_0) +(typeattribute apexd_exec_29_0) +(typeattribute apexd_prop_29_0) +(typeattribute apk_data_file_29_0) +(typeattribute apk_private_data_file_29_0) +(typeattribute apk_private_tmp_file_29_0) +(typeattribute apk_tmp_file_29_0) +(typeattribute app_api_service) +(typeattribute app_binding_service_29_0) +(typeattribute app_data_file_29_0) +(typeattribute app_fuse_file_29_0) +(typeattribute app_fusefs_29_0) +(typeattribute app_prediction_service_29_0) +(typeattribute app_zygote_29_0) +(typeattribute app_zygote_tmpfs_29_0) +(typeattribute appdomain) +(typeattribute appdomain_tmpfs_29_0) +(typeattribute appops_service_29_0) +(typeattribute appwidget_service_29_0) +(typeattribute asec_apk_file_29_0) +(typeattribute asec_image_file_29_0) +(typeattribute asec_public_file_29_0) +(typeattribute ashmem_device_29_0) +(typeattribute ashmemd_29_0) +(typeattribute assetatlas_service_29_0) +(typeattribute audio_data_file_29_0) +(typeattribute audio_device_29_0) +(typeattribute audio_prop_29_0) +(typeattribute audio_service_29_0) +(typeattribute audiohal_data_file_29_0) +(typeattribute audioserver_29_0) +(typeattribute audioserver_data_file_29_0) +(typeattribute audioserver_service_29_0) +(typeattribute audioserver_tmpfs_29_0) +(typeattribute autofill_service_29_0) +(typeattribute backup_data_file_29_0) +(typeattribute backup_service_29_0) +(typeattribute battery_service_29_0) +(typeattribute batteryproperties_service_29_0) +(typeattribute batterystats_service_29_0) +(typeattribute binder_calls_stats_service_29_0) +(typeattribute binder_device_29_0) +(typeattribute binder_in_vendor_violators) +(typeattribute binderservicedomain) +(typeattribute binfmt_miscfs_29_0) +(typeattribute biometric_service_29_0) +(typeattribute blkid_29_0) +(typeattribute blkid_untrusted_29_0) +(typeattribute block_device_29_0) +(typeattribute bluetooth_29_0) +(typeattribute bluetooth_a2dp_offload_prop_29_0) +(typeattribute bluetooth_audio_hal_prop_29_0) +(typeattribute bluetooth_data_file_29_0) +(typeattribute bluetooth_efs_file_29_0) +(typeattribute bluetooth_logs_data_file_29_0) +(typeattribute bluetooth_manager_service_29_0) +(typeattribute bluetooth_prop_29_0) +(typeattribute bluetooth_service_29_0) +(typeattribute bluetooth_socket_29_0) +(typeattribute bluetoothdomain) +(typeattribute boot_block_device_29_0) +(typeattribute bootanim_29_0) +(typeattribute bootanim_exec_29_0) +(typeattribute bootchart_data_file_29_0) +(typeattribute bootloader_boot_reason_prop_29_0) +(typeattribute bootstat_29_0) +(typeattribute bootstat_data_file_29_0) +(typeattribute bootstat_exec_29_0) +(typeattribute boottime_prop_29_0) +(typeattribute boottrace_data_file_29_0) +(typeattribute bpf_progs_loaded_prop_29_0) +(typeattribute broadcastradio_service_29_0) +(typeattribute bufferhubd_29_0) +(typeattribute bufferhubd_exec_29_0) +(typeattribute bugreport_service_29_0) +(typeattribute cache_backup_file_29_0) +(typeattribute cache_block_device_29_0) +(typeattribute cache_file_29_0) +(typeattribute cache_private_backup_file_29_0) +(typeattribute cache_recovery_file_29_0) +(typeattribute camera_data_file_29_0) +(typeattribute camera_device_29_0) +(typeattribute camera_service_server) +(typeattribute cameraproxy_service_29_0) +(typeattribute cameraserver_29_0) +(typeattribute cameraserver_exec_29_0) +(typeattribute cameraserver_service_29_0) +(typeattribute cameraserver_tmpfs_29_0) +(typeattribute cgroup_29_0) +(typeattribute cgroup_bpf_29_0) +(typeattribute cgroup_desc_file_29_0) +(typeattribute cgroup_rc_file_29_0) +(typeattribute charger_29_0) +(typeattribute charger_exec_29_0) +(typeattribute clatd_29_0) +(typeattribute clatd_exec_29_0) +(typeattribute clipboard_service_29_0) +(typeattribute color_display_service_29_0) +(typeattribute companion_device_service_29_0) +(typeattribute config_prop_29_0) +(typeattribute configfs_29_0) +(typeattribute connectivity_service_29_0) +(typeattribute connmetrics_service_29_0) +(typeattribute console_device_29_0) +(typeattribute consumer_ir_service_29_0) +(typeattribute content_capture_service_29_0) +(typeattribute content_service_29_0) +(typeattribute content_suggestions_service_29_0) +(typeattribute contexthub_service_29_0) +(typeattribute contextmount_type) +(typeattribute core_data_file_type) +(typeattribute core_property_type) +(typeattribute coredomain) +(typeattribute coredomain_hwservice) +(typeattribute coredomain_socket) +(typeattribute coredump_file_29_0) +(typeattribute country_detector_service_29_0) +(typeattribute coverage_service_29_0) +(typeattribute cppreopt_prop_29_0) +(typeattribute cpu_variant_prop_29_0) +(typeattribute cpuinfo_service_29_0) +(typeattribute crash_dump_29_0) +(typeattribute crash_dump_exec_29_0) +(typeattribute crossprofileapps_service_29_0) +(typeattribute ctl_adbd_prop_29_0) +(typeattribute ctl_bootanim_prop_29_0) +(typeattribute ctl_bugreport_prop_29_0) +(typeattribute ctl_console_prop_29_0) +(typeattribute ctl_default_prop_29_0) +(typeattribute ctl_dumpstate_prop_29_0) +(typeattribute ctl_fuse_prop_29_0) +(typeattribute ctl_gsid_prop_29_0) +(typeattribute ctl_interface_restart_prop_29_0) +(typeattribute ctl_interface_start_prop_29_0) +(typeattribute ctl_interface_stop_prop_29_0) +(typeattribute ctl_mdnsd_prop_29_0) +(typeattribute ctl_restart_prop_29_0) +(typeattribute ctl_rildaemon_prop_29_0) +(typeattribute ctl_sigstop_prop_29_0) +(typeattribute ctl_start_prop_29_0) +(typeattribute ctl_stop_prop_29_0) +(typeattribute dalvik_prop_29_0) +(typeattribute dalvikcache_data_file_29_0) +(typeattribute data_between_core_and_vendor_violators) +(typeattribute data_file_type) +(typeattribute dbinfo_service_29_0) +(typeattribute debug_prop_29_0) +(typeattribute debugfs_29_0) +(typeattribute debugfs_mmc_29_0) +(typeattribute debugfs_trace_marker_29_0) +(typeattribute debugfs_tracing_29_0) +(typeattribute debugfs_tracing_debug_29_0) +(typeattribute debugfs_tracing_instances_29_0) +(typeattribute debugfs_type) +(typeattribute debugfs_wakeup_sources_29_0) +(typeattribute debugfs_wifi_tracing_29_0) +(typeattribute debuggerd_prop_29_0) +(typeattribute default_android_hwservice_29_0) +(typeattribute default_android_service_29_0) +(typeattribute default_android_vndservice_29_0) +(typeattribute default_prop_29_0) +(typeattribute dev_cpu_variant_29_0) +(typeattribute dev_type) +(typeattribute device_29_0) +(typeattribute device_config_activity_manager_native_boot_prop_29_0) +(typeattribute device_config_boot_count_prop_29_0) +(typeattribute device_config_input_native_boot_prop_29_0) +(typeattribute device_config_media_native_prop_29_0) +(typeattribute device_config_netd_native_prop_29_0) +(typeattribute device_config_reset_performed_prop_29_0) +(typeattribute device_config_runtime_native_boot_prop_29_0) +(typeattribute device_config_runtime_native_prop_29_0) +(typeattribute device_config_service_29_0) +(typeattribute device_identifiers_service_29_0) +(typeattribute device_logging_prop_29_0) +(typeattribute device_policy_service_29_0) +(typeattribute deviceidle_service_29_0) +(typeattribute devicestoragemonitor_service_29_0) +(typeattribute devpts_29_0) +(typeattribute dhcp_29_0) +(typeattribute dhcp_data_file_29_0) +(typeattribute dhcp_exec_29_0) +(typeattribute dhcp_prop_29_0) +(typeattribute diskstats_service_29_0) +(typeattribute display_service_29_0) +(typeattribute display_service_server) +(typeattribute dm_device_29_0) +(typeattribute dnsmasq_29_0) +(typeattribute dnsmasq_exec_29_0) +(typeattribute dnsproxyd_socket_29_0) +(typeattribute dnsresolver_service_29_0) +(typeattribute domain) +(typeattribute dreams_service_29_0) +(typeattribute drm_data_file_29_0) +(typeattribute drmserver_29_0) +(typeattribute drmserver_exec_29_0) +(typeattribute drmserver_service_29_0) +(typeattribute drmserver_socket_29_0) +(typeattribute dropbox_data_file_29_0) +(typeattribute dropbox_service_29_0) +(typeattribute dumpstate_29_0) +(typeattribute dumpstate_exec_29_0) +(typeattribute dumpstate_options_prop_29_0) +(typeattribute dumpstate_prop_29_0) +(typeattribute dumpstate_service_29_0) +(typeattribute dumpstate_socket_29_0) +(typeattribute dynamic_system_prop_29_0) +(typeattribute e2fs_29_0) +(typeattribute e2fs_exec_29_0) +(typeattribute efs_file_29_0) +(typeattribute ephemeral_app_29_0) +(typeattribute ephemeral_app_api_service) +(typeattribute ethernet_service_29_0) +(typeattribute exec_type) +(typeattribute exfat_29_0) +(typeattribute exported2_config_prop_29_0) +(typeattribute exported2_default_prop_29_0) +(typeattribute exported2_radio_prop_29_0) +(typeattribute exported2_system_prop_29_0) +(typeattribute exported2_vold_prop_29_0) +(typeattribute exported3_default_prop_29_0) +(typeattribute exported3_radio_prop_29_0) +(typeattribute exported3_system_prop_29_0) +(typeattribute exported_audio_prop_29_0) +(typeattribute exported_bluetooth_prop_29_0) +(typeattribute exported_config_prop_29_0) +(typeattribute exported_dalvik_prop_29_0) +(typeattribute exported_default_prop_29_0) +(typeattribute exported_dumpstate_prop_29_0) +(typeattribute exported_ffs_prop_29_0) +(typeattribute exported_fingerprint_prop_29_0) +(typeattribute exported_overlay_prop_29_0) +(typeattribute exported_pm_prop_29_0) +(typeattribute exported_radio_prop_29_0) +(typeattribute exported_secure_prop_29_0) +(typeattribute exported_system_prop_29_0) +(typeattribute exported_system_radio_prop_29_0) +(typeattribute exported_vold_prop_29_0) +(typeattribute exported_wifi_prop_29_0) +(typeattribute extended_core_property_type) +(typeattribute external_vibrator_service_29_0) +(typeattribute face_service_29_0) +(typeattribute face_vendor_data_file_29_0) +(typeattribute fastbootd_29_0) +(typeattribute ffs_prop_29_0) +(typeattribute file_contexts_file_29_0) +(typeattribute file_type) +(typeattribute fingerprint_prop_29_0) +(typeattribute fingerprint_service_29_0) +(typeattribute fingerprint_vendor_data_file_29_0) +(typeattribute fingerprintd_29_0) +(typeattribute fingerprintd_data_file_29_0) +(typeattribute fingerprintd_exec_29_0) +(typeattribute fingerprintd_service_29_0) +(typeattribute firstboot_prop_29_0) +(typeattribute flags_health_check_29_0) +(typeattribute flags_health_check_exec_29_0) +(typeattribute font_service_29_0) +(typeattribute frp_block_device_29_0) +(typeattribute fs_bpf_29_0) +(typeattribute fs_type) +(typeattribute fsck_29_0) +(typeattribute fsck_exec_29_0) +(typeattribute fsck_untrusted_29_0) +(typeattribute fscklogs_29_0) +(typeattribute functionfs_29_0) +(typeattribute fuse_29_0) +(typeattribute fuse_device_29_0) +(typeattribute fwk_bufferhub_hwservice_29_0) +(typeattribute fwk_camera_hwservice_29_0) +(typeattribute fwk_display_hwservice_29_0) +(typeattribute fwk_scheduler_hwservice_29_0) +(typeattribute fwk_sensor_hwservice_29_0) +(typeattribute fwk_stats_hwservice_29_0) +(typeattribute fwmarkd_socket_29_0) +(typeattribute gatekeeper_data_file_29_0) +(typeattribute gatekeeper_service_29_0) +(typeattribute gatekeeperd_29_0) +(typeattribute gatekeeperd_exec_29_0) +(typeattribute gfxinfo_service_29_0) +(typeattribute gps_control_29_0) +(typeattribute gpu_device_29_0) +(typeattribute gpu_service_29_0) +(typeattribute gpuservice_29_0) +(typeattribute graphics_device_29_0) +(typeattribute graphicsstats_service_29_0) +(typeattribute gsi_data_file_29_0) +(typeattribute gsi_metadata_file_29_0) +(typeattribute gsid_prop_29_0) +(typeattribute hal_allocator) +(typeattribute hal_allocator_client) +(typeattribute hal_allocator_server) +(typeattribute hal_atrace) +(typeattribute hal_atrace_client) +(typeattribute hal_atrace_hwservice_29_0) +(typeattribute hal_atrace_server) +(typeattribute hal_audio) +(typeattribute hal_audio_client) +(typeattribute hal_audio_hwservice_29_0) +(typeattribute hal_audio_server) +(typeattribute hal_audiocontrol) +(typeattribute hal_audiocontrol_client) +(typeattribute hal_audiocontrol_hwservice_29_0) +(typeattribute hal_audiocontrol_server) +(typeattribute hal_authsecret) +(typeattribute hal_authsecret_client) +(typeattribute hal_authsecret_hwservice_29_0) +(typeattribute hal_authsecret_server) +(typeattribute hal_automotive_socket_exemption) +(typeattribute hal_bluetooth) +(typeattribute hal_bluetooth_client) +(typeattribute hal_bluetooth_hwservice_29_0) +(typeattribute hal_bluetooth_server) +(typeattribute hal_bootctl) +(typeattribute hal_bootctl_client) +(typeattribute hal_bootctl_hwservice_29_0) +(typeattribute hal_bootctl_server) +(typeattribute hal_broadcastradio) +(typeattribute hal_broadcastradio_client) +(typeattribute hal_broadcastradio_hwservice_29_0) +(typeattribute hal_broadcastradio_server) +(typeattribute hal_bufferhub) +(typeattribute hal_bufferhub_client) +(typeattribute hal_bufferhub_server) +(typeattribute hal_camera) +(typeattribute hal_camera_client) +(typeattribute hal_camera_hwservice_29_0) +(typeattribute hal_camera_server) +(typeattribute hal_cas) +(typeattribute hal_cas_client) +(typeattribute hal_cas_hwservice_29_0) +(typeattribute hal_cas_server) +(typeattribute hal_codec2_hwservice_29_0) +(typeattribute hal_configstore) +(typeattribute hal_configstore_ISurfaceFlingerConfigs_29_0) +(typeattribute hal_configstore_client) +(typeattribute hal_configstore_server) +(typeattribute hal_confirmationui) +(typeattribute hal_confirmationui_client) +(typeattribute hal_confirmationui_hwservice_29_0) +(typeattribute hal_confirmationui_server) +(typeattribute hal_contexthub) +(typeattribute hal_contexthub_client) +(typeattribute hal_contexthub_hwservice_29_0) +(typeattribute hal_contexthub_server) +(typeattribute hal_drm) +(typeattribute hal_drm_client) +(typeattribute hal_drm_hwservice_29_0) +(typeattribute hal_drm_server) +(typeattribute hal_dumpstate) +(typeattribute hal_dumpstate_client) +(typeattribute hal_dumpstate_hwservice_29_0) +(typeattribute hal_dumpstate_server) +(typeattribute hal_evs) +(typeattribute hal_evs_client) +(typeattribute hal_evs_hwservice_29_0) +(typeattribute hal_evs_server) +(typeattribute hal_face) +(typeattribute hal_face_client) +(typeattribute hal_face_hwservice_29_0) +(typeattribute hal_face_server) +(typeattribute hal_fingerprint) +(typeattribute hal_fingerprint_client) +(typeattribute hal_fingerprint_hwservice_29_0) +(typeattribute hal_fingerprint_server) +(typeattribute hal_fingerprint_service_29_0) +(typeattribute hal_gatekeeper) +(typeattribute hal_gatekeeper_client) +(typeattribute hal_gatekeeper_hwservice_29_0) +(typeattribute hal_gatekeeper_server) +(typeattribute hal_gnss) +(typeattribute hal_gnss_client) +(typeattribute hal_gnss_hwservice_29_0) +(typeattribute hal_gnss_server) +(typeattribute hal_graphics_allocator) +(typeattribute hal_graphics_allocator_client) +(typeattribute hal_graphics_allocator_hwservice_29_0) +(typeattribute hal_graphics_allocator_server) +(typeattribute hal_graphics_composer) +(typeattribute hal_graphics_composer_client) +(typeattribute hal_graphics_composer_client_tmpfs) +(typeattribute hal_graphics_composer_hwservice_29_0) +(typeattribute hal_graphics_composer_server) +(typeattribute hal_graphics_composer_server_tmpfs_29_0) +(typeattribute hal_graphics_mapper_hwservice_29_0) +(typeattribute hal_health) +(typeattribute hal_health_client) +(typeattribute hal_health_hwservice_29_0) +(typeattribute hal_health_server) +(typeattribute hal_health_storage) +(typeattribute hal_health_storage_client) +(typeattribute hal_health_storage_hwservice_29_0) +(typeattribute hal_health_storage_server) +(typeattribute hal_input_classifier) +(typeattribute hal_input_classifier_client) +(typeattribute hal_input_classifier_hwservice_29_0) +(typeattribute hal_input_classifier_server) +(typeattribute hal_ir) +(typeattribute hal_ir_client) +(typeattribute hal_ir_hwservice_29_0) +(typeattribute hal_ir_server) +(typeattribute hal_keymaster) +(typeattribute hal_keymaster_client) +(typeattribute hal_keymaster_hwservice_29_0) +(typeattribute hal_keymaster_server) +(typeattribute hal_light) +(typeattribute hal_light_client) +(typeattribute hal_light_hwservice_29_0) +(typeattribute hal_light_server) +(typeattribute hal_lowpan) +(typeattribute hal_lowpan_client) +(typeattribute hal_lowpan_hwservice_29_0) +(typeattribute hal_lowpan_server) +(typeattribute hal_memtrack) +(typeattribute hal_memtrack_client) +(typeattribute hal_memtrack_hwservice_29_0) +(typeattribute hal_memtrack_server) +(typeattribute hal_neuralnetworks) +(typeattribute hal_neuralnetworks_client) +(typeattribute hal_neuralnetworks_hwservice_29_0) +(typeattribute hal_neuralnetworks_server) +(typeattribute hal_nfc) +(typeattribute hal_nfc_client) +(typeattribute hal_nfc_hwservice_29_0) +(typeattribute hal_nfc_server) +(typeattribute hal_oemlock) +(typeattribute hal_oemlock_client) +(typeattribute hal_oemlock_hwservice_29_0) +(typeattribute hal_oemlock_server) +(typeattribute hal_omx) +(typeattribute hal_omx_client) +(typeattribute hal_omx_hwservice_29_0) +(typeattribute hal_omx_server) +(typeattribute hal_power) +(typeattribute hal_power_client) +(typeattribute hal_power_hwservice_29_0) +(typeattribute hal_power_server) +(typeattribute hal_power_stats) +(typeattribute hal_power_stats_client) +(typeattribute hal_power_stats_hwservice_29_0) +(typeattribute hal_power_stats_server) +(typeattribute hal_renderscript_hwservice_29_0) +(typeattribute hal_secure_element) +(typeattribute hal_secure_element_client) +(typeattribute hal_secure_element_hwservice_29_0) +(typeattribute hal_secure_element_server) +(typeattribute hal_sensors) +(typeattribute hal_sensors_client) +(typeattribute hal_sensors_hwservice_29_0) +(typeattribute hal_sensors_server) +(typeattribute hal_telephony) +(typeattribute hal_telephony_client) +(typeattribute hal_telephony_hwservice_29_0) +(typeattribute hal_telephony_server) +(typeattribute hal_tetheroffload) +(typeattribute hal_tetheroffload_client) +(typeattribute hal_tetheroffload_hwservice_29_0) +(typeattribute hal_tetheroffload_server) +(typeattribute hal_thermal) +(typeattribute hal_thermal_client) +(typeattribute hal_thermal_hwservice_29_0) +(typeattribute hal_thermal_server) +(typeattribute hal_tv_cec) +(typeattribute hal_tv_cec_client) +(typeattribute hal_tv_cec_hwservice_29_0) +(typeattribute hal_tv_cec_server) +(typeattribute hal_tv_input) +(typeattribute hal_tv_input_client) +(typeattribute hal_tv_input_hwservice_29_0) +(typeattribute hal_tv_input_server) +(typeattribute hal_usb) +(typeattribute hal_usb_client) +(typeattribute hal_usb_gadget) +(typeattribute hal_usb_gadget_client) +(typeattribute hal_usb_gadget_hwservice_29_0) +(typeattribute hal_usb_gadget_server) +(typeattribute hal_usb_hwservice_29_0) +(typeattribute hal_usb_server) +(typeattribute hal_vehicle) +(typeattribute hal_vehicle_client) +(typeattribute hal_vehicle_hwservice_29_0) +(typeattribute hal_vehicle_server) +(typeattribute hal_vibrator) +(typeattribute hal_vibrator_client) +(typeattribute hal_vibrator_hwservice_29_0) +(typeattribute hal_vibrator_server) +(typeattribute hal_vr) +(typeattribute hal_vr_client) +(typeattribute hal_vr_hwservice_29_0) +(typeattribute hal_vr_server) +(typeattribute hal_weaver) +(typeattribute hal_weaver_client) +(typeattribute hal_weaver_hwservice_29_0) +(typeattribute hal_weaver_server) +(typeattribute hal_wifi) +(typeattribute hal_wifi_client) +(typeattribute hal_wifi_hostapd) +(typeattribute hal_wifi_hostapd_client) +(typeattribute hal_wifi_hostapd_hwservice_29_0) +(typeattribute hal_wifi_hostapd_server) +(typeattribute hal_wifi_hwservice_29_0) +(typeattribute hal_wifi_offload) +(typeattribute hal_wifi_offload_client) +(typeattribute hal_wifi_offload_hwservice_29_0) +(typeattribute hal_wifi_offload_server) +(typeattribute hal_wifi_server) +(typeattribute hal_wifi_supplicant) +(typeattribute hal_wifi_supplicant_client) +(typeattribute hal_wifi_supplicant_hwservice_29_0) +(typeattribute hal_wifi_supplicant_server) +(typeattribute halclientdomain) +(typeattribute halserverdomain) +(typeattribute hardware_properties_service_29_0) +(typeattribute hardware_service_29_0) +(typeattribute hci_attach_dev_29_0) +(typeattribute hdmi_control_service_29_0) +(typeattribute healthd_29_0) +(typeattribute healthd_exec_29_0) +(typeattribute heapdump_data_file_29_0) +(typeattribute heapprofd_29_0) +(typeattribute heapprofd_enabled_prop_29_0) +(typeattribute heapprofd_prop_29_0) +(typeattribute heapprofd_socket_29_0) +(typeattribute hidl_allocator_hwservice_29_0) +(typeattribute hidl_base_hwservice_29_0) +(typeattribute hidl_manager_hwservice_29_0) +(typeattribute hidl_memory_hwservice_29_0) +(typeattribute hidl_token_hwservice_29_0) +(typeattribute hw_random_device_29_0) +(typeattribute hwbinder_device_29_0) +(typeattribute hwservice_contexts_file_29_0) +(typeattribute hwservice_manager_type) +(typeattribute hwservicemanager_29_0) +(typeattribute hwservicemanager_exec_29_0) +(typeattribute hwservicemanager_prop_29_0) +(typeattribute icon_file_29_0) +(typeattribute idmap_29_0) +(typeattribute idmap_exec_29_0) +(typeattribute idmap_service_29_0) +(typeattribute iio_device_29_0) +(typeattribute imms_service_29_0) +(typeattribute incident_29_0) +(typeattribute incident_data_file_29_0) +(typeattribute incident_helper_29_0) +(typeattribute incident_service_29_0) +(typeattribute incidentd_29_0) +(typeattribute init_29_0) +(typeattribute init_exec_29_0) +(typeattribute init_tmpfs_29_0) +(typeattribute inotify_29_0) +(typeattribute input_device_29_0) +(typeattribute input_method_service_29_0) +(typeattribute input_service_29_0) +(typeattribute inputflinger_29_0) +(typeattribute inputflinger_exec_29_0) +(typeattribute inputflinger_service_29_0) +(typeattribute install_data_file_29_0) +(typeattribute install_recovery_29_0) +(typeattribute install_recovery_exec_29_0) +(typeattribute installd_29_0) +(typeattribute installd_exec_29_0) +(typeattribute installd_service_29_0) +(typeattribute ion_device_29_0) +(typeattribute iorapd_29_0) +(typeattribute iorapd_data_file_29_0) +(typeattribute iorapd_exec_29_0) +(typeattribute iorapd_service_29_0) +(typeattribute iorapd_tmpfs_29_0) +(typeattribute ipsec_service_29_0) +(typeattribute iris_service_29_0) +(typeattribute iris_vendor_data_file_29_0) +(typeattribute isolated_app_29_0) +(typeattribute jobscheduler_service_29_0) +(typeattribute kernel_29_0) +(typeattribute keychain_data_file_29_0) +(typeattribute keychord_device_29_0) +(typeattribute keystore_29_0) +(typeattribute keystore_data_file_29_0) +(typeattribute keystore_exec_29_0) +(typeattribute keystore_service_29_0) +(typeattribute kmsg_debug_device_29_0) +(typeattribute kmsg_device_29_0) +(typeattribute labeledfs_29_0) +(typeattribute last_boot_reason_prop_29_0) +(typeattribute launcherapps_service_29_0) +(typeattribute llkd_29_0) +(typeattribute llkd_exec_29_0) +(typeattribute llkd_prop_29_0) +(typeattribute lmkd_29_0) +(typeattribute lmkd_exec_29_0) +(typeattribute lmkd_socket_29_0) +(typeattribute location_service_29_0) +(typeattribute lock_settings_service_29_0) +(typeattribute log_prop_29_0) +(typeattribute log_property_type) +(typeattribute log_tag_prop_29_0) +(typeattribute logcat_exec_29_0) +(typeattribute logd_29_0) +(typeattribute logd_exec_29_0) +(typeattribute logd_prop_29_0) +(typeattribute logd_socket_29_0) +(typeattribute logdr_socket_29_0) +(typeattribute logdw_socket_29_0) +(typeattribute logpersist_29_0) +(typeattribute logpersistd_logging_prop_29_0) +(typeattribute loop_control_device_29_0) +(typeattribute loop_device_29_0) +(typeattribute looper_stats_service_29_0) +(typeattribute lowpan_device_29_0) +(typeattribute lowpan_prop_29_0) +(typeattribute lowpan_service_29_0) +(typeattribute lpdump_service_29_0) +(typeattribute lpdumpd_prop_29_0) +(typeattribute mac_perms_file_29_0) +(typeattribute mdns_socket_29_0) +(typeattribute mdnsd_29_0) +(typeattribute mdnsd_socket_29_0) +(typeattribute media_data_file_29_0) +(typeattribute media_projection_service_29_0) +(typeattribute media_router_service_29_0) +(typeattribute media_rw_data_file_29_0) +(typeattribute media_session_service_29_0) +(typeattribute mediacodec_service_29_0) +(typeattribute mediadrmserver_29_0) +(typeattribute mediadrmserver_exec_29_0) +(typeattribute mediadrmserver_service_29_0) +(typeattribute mediaextractor_29_0) +(typeattribute mediaextractor_exec_29_0) +(typeattribute mediaextractor_service_29_0) +(typeattribute mediaextractor_tmpfs_29_0) +(typeattribute mediametrics_29_0) +(typeattribute mediametrics_exec_29_0) +(typeattribute mediametrics_service_29_0) +(typeattribute mediaprovider_29_0) +(typeattribute mediaserver_29_0) +(typeattribute mediaserver_exec_29_0) +(typeattribute mediaserver_service_29_0) +(typeattribute mediaserver_tmpfs_29_0) +(typeattribute mediaswcodec_29_0) +(typeattribute mediaswcodec_exec_29_0) +(typeattribute mediaswcodec_server) +(typeattribute meminfo_service_29_0) +(typeattribute metadata_block_device_29_0) +(typeattribute metadata_file_29_0) +(typeattribute method_trace_data_file_29_0) +(typeattribute midi_service_29_0) +(typeattribute misc_block_device_29_0) +(typeattribute misc_logd_file_29_0) +(typeattribute misc_user_data_file_29_0) +(typeattribute mlstrustedobject) +(typeattribute mlstrustedsubject) +(typeattribute mmc_prop_29_0) +(typeattribute mnt_expand_file_29_0) +(typeattribute mnt_media_rw_file_29_0) +(typeattribute mnt_media_rw_stub_file_29_0) +(typeattribute mnt_product_file_29_0) +(typeattribute mnt_user_file_29_0) +(typeattribute mnt_vendor_file_29_0) +(typeattribute modprobe_29_0) +(typeattribute mount_service_29_0) +(typeattribute mqueue_29_0) +(typeattribute mtp_29_0) +(typeattribute mtp_device_29_0) +(typeattribute mtp_exec_29_0) +(typeattribute mtpd_socket_29_0) +(typeattribute nativetest_data_file_29_0) +(typeattribute net_data_file_29_0) +(typeattribute net_dns_prop_29_0) +(typeattribute net_radio_prop_29_0) +(typeattribute netd_29_0) +(typeattribute netd_exec_29_0) +(typeattribute netd_listener_service_29_0) +(typeattribute netd_service_29_0) +(typeattribute netd_stable_secret_prop_29_0) +(typeattribute netdomain) +(typeattribute netif_29_0) +(typeattribute netif_type) +(typeattribute netpolicy_service_29_0) +(typeattribute netstats_service_29_0) +(typeattribute netutils_wrapper_29_0) +(typeattribute netutils_wrapper_exec_29_0) +(typeattribute network_management_service_29_0) +(typeattribute network_score_service_29_0) +(typeattribute network_stack_29_0) +(typeattribute network_stack_service_29_0) +(typeattribute network_time_update_service_29_0) +(typeattribute network_watchlist_data_file_29_0) +(typeattribute network_watchlist_service_29_0) +(typeattribute nfc_29_0) +(typeattribute nfc_data_file_29_0) +(typeattribute nfc_device_29_0) +(typeattribute nfc_prop_29_0) +(typeattribute nfc_service_29_0) +(typeattribute nnapi_ext_deny_product_prop_29_0) +(typeattribute node_29_0) +(typeattribute node_type) +(typeattribute nonplat_service_contexts_file_29_0) +(typeattribute notification_service_29_0) +(typeattribute null_device_29_0) +(typeattribute oem_lock_service_29_0) +(typeattribute oemfs_29_0) +(typeattribute ota_data_file_29_0) +(typeattribute ota_package_file_29_0) +(typeattribute otadexopt_service_29_0) +(typeattribute overlay_prop_29_0) +(typeattribute overlay_service_29_0) +(typeattribute overlayfs_file_29_0) +(typeattribute owntty_device_29_0) +(typeattribute package_native_service_29_0) +(typeattribute package_service_29_0) +(typeattribute packages_list_file_29_0) +(typeattribute pan_result_prop_29_0) +(typeattribute password_slot_metadata_file_29_0) +(typeattribute pdx_bufferhub_client_channel_socket_29_0) +(typeattribute pdx_bufferhub_client_channel_socket_type) +(typeattribute pdx_bufferhub_client_endpoint_dir_type) +(typeattribute pdx_bufferhub_client_endpoint_socket_29_0) +(typeattribute pdx_bufferhub_client_endpoint_socket_type) +(typeattribute pdx_bufferhub_client_server_type) +(typeattribute pdx_bufferhub_dir_29_0) +(typeattribute pdx_channel_socket_type) +(typeattribute pdx_display_client_channel_socket_29_0) +(typeattribute pdx_display_client_channel_socket_type) +(typeattribute pdx_display_client_endpoint_dir_type) +(typeattribute pdx_display_client_endpoint_socket_29_0) +(typeattribute pdx_display_client_endpoint_socket_type) +(typeattribute pdx_display_client_server_type) +(typeattribute pdx_display_dir_29_0) +(typeattribute pdx_display_manager_channel_socket_29_0) +(typeattribute pdx_display_manager_channel_socket_type) +(typeattribute pdx_display_manager_endpoint_dir_type) +(typeattribute pdx_display_manager_endpoint_socket_29_0) +(typeattribute pdx_display_manager_endpoint_socket_type) +(typeattribute pdx_display_manager_server_type) +(typeattribute pdx_display_screenshot_channel_socket_29_0) +(typeattribute pdx_display_screenshot_channel_socket_type) +(typeattribute pdx_display_screenshot_endpoint_dir_type) +(typeattribute pdx_display_screenshot_endpoint_socket_29_0) +(typeattribute pdx_display_screenshot_endpoint_socket_type) +(typeattribute pdx_display_screenshot_server_type) +(typeattribute pdx_display_vsync_channel_socket_29_0) +(typeattribute pdx_display_vsync_channel_socket_type) +(typeattribute pdx_display_vsync_endpoint_dir_type) +(typeattribute pdx_display_vsync_endpoint_socket_29_0) +(typeattribute pdx_display_vsync_endpoint_socket_type) +(typeattribute pdx_display_vsync_server_type) +(typeattribute pdx_endpoint_dir_type) +(typeattribute pdx_endpoint_socket_type) +(typeattribute pdx_performance_client_channel_socket_29_0) +(typeattribute pdx_performance_client_channel_socket_type) +(typeattribute pdx_performance_client_endpoint_dir_type) +(typeattribute pdx_performance_client_endpoint_socket_29_0) +(typeattribute pdx_performance_client_endpoint_socket_type) +(typeattribute pdx_performance_client_server_type) +(typeattribute pdx_performance_dir_29_0) +(typeattribute perfetto_29_0) +(typeattribute performanced_29_0) +(typeattribute performanced_exec_29_0) +(typeattribute perfprofd_29_0) +(typeattribute perfprofd_data_file_29_0) +(typeattribute perfprofd_exec_29_0) +(typeattribute perfprofd_service_29_0) +(typeattribute permission_service_29_0) +(typeattribute permissionmgr_service_29_0) +(typeattribute persist_debug_prop_29_0) +(typeattribute persistent_data_block_service_29_0) +(typeattribute persistent_properties_ready_prop_29_0) +(typeattribute pinner_service_29_0) +(typeattribute pipefs_29_0) +(typeattribute platform_app_29_0) +(typeattribute pm_prop_29_0) +(typeattribute pmsg_device_29_0) +(typeattribute port_29_0) +(typeattribute port_device_29_0) +(typeattribute port_type) +(typeattribute postinstall_29_0) +(typeattribute postinstall_apex_mnt_dir_29_0) +(typeattribute postinstall_file_29_0) +(typeattribute postinstall_mnt_dir_29_0) +(typeattribute power_service_29_0) +(typeattribute powerctl_prop_29_0) +(typeattribute ppp_29_0) +(typeattribute ppp_device_29_0) +(typeattribute ppp_exec_29_0) +(typeattribute preloads_data_file_29_0) +(typeattribute preloads_media_file_29_0) +(typeattribute print_service_29_0) +(typeattribute priv_app_29_0) +(typeattribute privapp_data_file_29_0) +(typeattribute proc_29_0) +(typeattribute proc_abi_29_0) +(typeattribute proc_asound_29_0) +(typeattribute proc_bluetooth_writable_29_0) +(typeattribute proc_buddyinfo_29_0) +(typeattribute proc_cmdline_29_0) +(typeattribute proc_cpuinfo_29_0) +(typeattribute proc_dirty_29_0) +(typeattribute proc_diskstats_29_0) +(typeattribute proc_drop_caches_29_0) +(typeattribute proc_extra_free_kbytes_29_0) +(typeattribute proc_filesystems_29_0) +(typeattribute proc_fs_verity_29_0) +(typeattribute proc_hostname_29_0) +(typeattribute proc_hung_task_29_0) +(typeattribute proc_interrupts_29_0) +(typeattribute proc_iomem_29_0) +(typeattribute proc_keys_29_0) +(typeattribute proc_kmsg_29_0) +(typeattribute proc_loadavg_29_0) +(typeattribute proc_max_map_count_29_0) +(typeattribute proc_meminfo_29_0) +(typeattribute proc_min_free_order_shift_29_0) +(typeattribute proc_misc_29_0) +(typeattribute proc_modules_29_0) +(typeattribute proc_mounts_29_0) +(typeattribute proc_net_29_0) +(typeattribute proc_net_tcp_udp_29_0) +(typeattribute proc_net_type) +(typeattribute proc_overcommit_memory_29_0) +(typeattribute proc_page_cluster_29_0) +(typeattribute proc_pagetypeinfo_29_0) +(typeattribute proc_panic_29_0) +(typeattribute proc_perf_29_0) +(typeattribute proc_pid_max_29_0) +(typeattribute proc_pipe_conf_29_0) +(typeattribute proc_pressure_cpu_29_0) +(typeattribute proc_pressure_io_29_0) +(typeattribute proc_pressure_mem_29_0) +(typeattribute proc_qtaguid_ctrl_29_0) +(typeattribute proc_qtaguid_stat_29_0) +(typeattribute proc_random_29_0) +(typeattribute proc_sched_29_0) +(typeattribute proc_security_29_0) +(typeattribute proc_slabinfo_29_0) +(typeattribute proc_stat_29_0) +(typeattribute proc_swaps_29_0) +(typeattribute proc_sysrq_29_0) +(typeattribute proc_timer_29_0) +(typeattribute proc_tty_drivers_29_0) +(typeattribute proc_type) +(typeattribute proc_uid_concurrent_active_time_29_0) +(typeattribute proc_uid_concurrent_policy_time_29_0) +(typeattribute proc_uid_cpupower_29_0) +(typeattribute proc_uid_cputime_removeuid_29_0) +(typeattribute proc_uid_cputime_showstat_29_0) +(typeattribute proc_uid_io_stats_29_0) +(typeattribute proc_uid_procstat_set_29_0) +(typeattribute proc_uid_time_in_state_29_0) +(typeattribute proc_uptime_29_0) +(typeattribute proc_version_29_0) +(typeattribute proc_vmallocinfo_29_0) +(typeattribute proc_vmstat_29_0) +(typeattribute proc_zoneinfo_29_0) +(typeattribute processinfo_service_29_0) +(typeattribute procstats_service_29_0) +(typeattribute profman_29_0) +(typeattribute profman_dump_data_file_29_0) +(typeattribute profman_exec_29_0) +(typeattribute properties_device_29_0) +(typeattribute properties_serial_29_0) +(typeattribute property_contexts_file_29_0) +(typeattribute property_data_file_29_0) +(typeattribute property_info_29_0) +(typeattribute property_socket_29_0) +(typeattribute property_type) +(typeattribute pstorefs_29_0) +(typeattribute ptmx_device_29_0) +(typeattribute qtaguid_device_29_0) +(typeattribute racoon_29_0) +(typeattribute racoon_exec_29_0) +(typeattribute racoon_socket_29_0) +(typeattribute radio_29_0) +(typeattribute radio_data_file_29_0) +(typeattribute radio_device_29_0) +(typeattribute radio_prop_29_0) +(typeattribute radio_service_29_0) +(typeattribute ram_device_29_0) +(typeattribute random_device_29_0) +(typeattribute recovery_29_0) +(typeattribute recovery_block_device_29_0) +(typeattribute recovery_data_file_29_0) +(typeattribute recovery_persist_29_0) +(typeattribute recovery_persist_exec_29_0) +(typeattribute recovery_refresh_29_0) +(typeattribute recovery_refresh_exec_29_0) +(typeattribute recovery_service_29_0) +(typeattribute recovery_socket_29_0) +(typeattribute registry_service_29_0) +(typeattribute resourcecache_data_file_29_0) +(typeattribute restorecon_prop_29_0) +(typeattribute restrictions_service_29_0) +(typeattribute rild_debug_socket_29_0) +(typeattribute rild_socket_29_0) +(typeattribute ringtone_file_29_0) +(typeattribute role_service_29_0) +(typeattribute rollback_service_29_0) +(typeattribute root_block_device_29_0) +(typeattribute rootfs_29_0) +(typeattribute rpmsg_device_29_0) +(typeattribute rs_29_0) +(typeattribute rs_exec_29_0) +(typeattribute rss_hwm_reset_29_0) +(typeattribute rtc_device_29_0) +(typeattribute rttmanager_service_29_0) +(typeattribute runas_29_0) +(typeattribute runas_app_29_0) +(typeattribute runas_exec_29_0) +(typeattribute runtime_event_log_tags_file_29_0) +(typeattribute runtime_service_29_0) +(typeattribute safemode_prop_29_0) +(typeattribute same_process_hal_file_29_0) +(typeattribute same_process_hwservice) +(typeattribute samplingprofiler_service_29_0) +(typeattribute scheduler_service_server) +(typeattribute scheduling_policy_service_29_0) +(typeattribute sdcard_block_device_29_0) +(typeattribute sdcard_type) +(typeattribute sdcardd_29_0) +(typeattribute sdcardd_exec_29_0) +(typeattribute sdcardfs_29_0) +(typeattribute seapp_contexts_file_29_0) +(typeattribute search_service_29_0) +(typeattribute sec_key_att_app_id_provider_service_29_0) +(typeattribute secure_element_29_0) +(typeattribute secure_element_device_29_0) +(typeattribute secure_element_service_29_0) +(typeattribute selinuxfs_29_0) +(typeattribute sensor_privacy_service_29_0) +(typeattribute sensor_service_server) +(typeattribute sensors_device_29_0) +(typeattribute sensorservice_service_29_0) +(typeattribute sepolicy_file_29_0) +(typeattribute serial_device_29_0) +(typeattribute serial_service_29_0) +(typeattribute serialno_prop_29_0) +(typeattribute server_configurable_flags_data_file_29_0) +(typeattribute service_contexts_file_29_0) +(typeattribute service_manager_type) +(typeattribute servicediscovery_service_29_0) +(typeattribute servicemanager_29_0) +(typeattribute servicemanager_exec_29_0) +(typeattribute settings_service_29_0) +(typeattribute sgdisk_29_0) +(typeattribute sgdisk_exec_29_0) +(typeattribute shared_relro_29_0) +(typeattribute shared_relro_file_29_0) +(typeattribute shell_29_0) +(typeattribute shell_data_file_29_0) +(typeattribute shell_exec_29_0) +(typeattribute shell_prop_29_0) +(typeattribute shm_29_0) +(typeattribute shortcut_manager_icons_29_0) +(typeattribute shortcut_service_29_0) +(typeattribute simpleperf_app_runner_29_0) +(typeattribute simpleperf_app_runner_exec_29_0) +(typeattribute slice_service_29_0) +(typeattribute slideshow_29_0) +(typeattribute socket_between_core_and_vendor_violators) +(typeattribute socket_device_29_0) +(typeattribute sockfs_29_0) +(typeattribute staging_data_file_29_0) +(typeattribute stats_data_file_29_0) +(typeattribute stats_service_server) +(typeattribute statsd_29_0) +(typeattribute statsd_exec_29_0) +(typeattribute statsdw_socket_29_0) +(typeattribute statusbar_service_29_0) +(typeattribute storage_file_29_0) +(typeattribute storage_stub_file_29_0) +(typeattribute storaged_service_29_0) +(typeattribute storagestats_service_29_0) +(typeattribute su_29_0) +(typeattribute su_exec_29_0) +(typeattribute super_block_device_29_0) +(typeattribute super_block_device_type) +(typeattribute surfaceflinger_29_0) +(typeattribute surfaceflinger_service_29_0) +(typeattribute surfaceflinger_tmpfs_29_0) +(typeattribute swap_block_device_29_0) +(typeattribute sysfs_29_0) +(typeattribute sysfs_android_usb_29_0) +(typeattribute sysfs_batteryinfo_29_0) +(typeattribute sysfs_bluetooth_writable_29_0) +(typeattribute sysfs_devices_block_29_0) +(typeattribute sysfs_devices_system_cpu_29_0) +(typeattribute sysfs_dm_29_0) +(typeattribute sysfs_dt_firmware_android_29_0) +(typeattribute sysfs_extcon_29_0) +(typeattribute sysfs_fs_ext4_features_29_0) +(typeattribute sysfs_fs_f2fs_29_0) +(typeattribute sysfs_hwrandom_29_0) +(typeattribute sysfs_ipv4_29_0) +(typeattribute sysfs_kernel_notes_29_0) +(typeattribute sysfs_leds_29_0) +(typeattribute sysfs_loop_29_0) +(typeattribute sysfs_lowmemorykiller_29_0) +(typeattribute sysfs_mac_address_29_0) +(typeattribute sysfs_net_29_0) +(typeattribute sysfs_nfc_power_writable_29_0) +(typeattribute sysfs_power_29_0) +(typeattribute sysfs_rtc_29_0) +(typeattribute sysfs_switch_29_0) +(typeattribute sysfs_thermal_29_0) +(typeattribute sysfs_transparent_hugepage_29_0) +(typeattribute sysfs_type) +(typeattribute sysfs_uio_29_0) +(typeattribute sysfs_usb_29_0) +(typeattribute sysfs_usermodehelper_29_0) +(typeattribute sysfs_vibrator_29_0) +(typeattribute sysfs_wake_lock_29_0) +(typeattribute sysfs_wakeup_reasons_29_0) +(typeattribute sysfs_wlan_fwpath_29_0) +(typeattribute sysfs_zram_29_0) +(typeattribute sysfs_zram_uevent_29_0) +(typeattribute system_api_service) +(typeattribute system_app_29_0) +(typeattribute system_app_data_file_29_0) +(typeattribute system_app_service_29_0) +(typeattribute system_asan_options_file_29_0) +(typeattribute system_block_device_29_0) +(typeattribute system_boot_reason_prop_29_0) +(typeattribute system_bootstrap_lib_file_29_0) +(typeattribute system_data_file_29_0) +(typeattribute system_event_log_tags_file_29_0) +(typeattribute system_executes_vendor_violators) +(typeattribute system_file_29_0) +(typeattribute system_file_type) +(typeattribute system_lib_file_29_0) +(typeattribute system_linker_config_file_29_0) +(typeattribute system_linker_exec_29_0) +(typeattribute system_lmk_prop_29_0) +(typeattribute system_ndebug_socket_29_0) +(typeattribute system_net_netd_hwservice_29_0) +(typeattribute system_prop_29_0) +(typeattribute system_radio_prop_29_0) +(typeattribute system_seccomp_policy_file_29_0) +(typeattribute system_security_cacerts_file_29_0) +(typeattribute system_server_29_0) +(typeattribute system_server_service) +(typeattribute system_server_tmpfs_29_0) +(typeattribute system_suspend_control_service_29_0) +(typeattribute system_suspend_hwservice_29_0) +(typeattribute system_suspend_server) +(typeattribute system_trace_prop_29_0) +(typeattribute system_update_service_29_0) +(typeattribute system_wifi_keystore_hwservice_29_0) +(typeattribute system_wpa_socket_29_0) +(typeattribute system_writes_mnt_vendor_violators) +(typeattribute system_writes_vendor_properties_violators) +(typeattribute system_zoneinfo_file_29_0) +(typeattribute systemkeys_data_file_29_0) +(typeattribute task_profiles_file_29_0) +(typeattribute task_service_29_0) +(typeattribute tcpdump_exec_29_0) +(typeattribute tee_29_0) +(typeattribute tee_data_file_29_0) +(typeattribute tee_device_29_0) +(typeattribute telecom_service_29_0) +(typeattribute test_boot_reason_prop_29_0) +(typeattribute test_harness_prop_29_0) +(typeattribute testharness_service_29_0) +(typeattribute textclassification_service_29_0) +(typeattribute textclassifier_data_file_29_0) +(typeattribute textservices_service_29_0) +(typeattribute thermal_service_29_0) +(typeattribute thermalcallback_hwservice_29_0) +(typeattribute time_prop_29_0) +(typeattribute timedetector_service_29_0) +(typeattribute timezone_service_29_0) +(typeattribute tmpfs_29_0) +(typeattribute tombstone_data_file_29_0) +(typeattribute tombstone_wifi_data_file_29_0) +(typeattribute tombstoned_29_0) +(typeattribute tombstoned_crash_socket_29_0) +(typeattribute tombstoned_exec_29_0) +(typeattribute tombstoned_intercept_socket_29_0) +(typeattribute tombstoned_java_trace_socket_29_0) +(typeattribute toolbox_29_0) +(typeattribute toolbox_exec_29_0) +(typeattribute trace_data_file_29_0) +(typeattribute traced_29_0) +(typeattribute traced_consumer_socket_29_0) +(typeattribute traced_enabled_prop_29_0) +(typeattribute traced_lazy_prop_29_0) +(typeattribute traced_probes_29_0) +(typeattribute traced_producer_socket_29_0) +(typeattribute traceur_app_29_0) +(typeattribute trust_service_29_0) +(typeattribute tty_device_29_0) +(typeattribute tun_device_29_0) +(typeattribute tv_input_service_29_0) +(typeattribute tzdatacheck_29_0) +(typeattribute tzdatacheck_exec_29_0) +(typeattribute ueventd_29_0) +(typeattribute ueventd_tmpfs_29_0) +(typeattribute uhid_device_29_0) +(typeattribute uimode_service_29_0) +(typeattribute uio_device_29_0) +(typeattribute uncrypt_29_0) +(typeattribute uncrypt_exec_29_0) +(typeattribute uncrypt_socket_29_0) +(typeattribute unencrypted_data_file_29_0) +(typeattribute unlabeled_29_0) +(typeattribute untrusted_app_25_29_0) +(typeattribute untrusted_app_27_29_0) +(typeattribute untrusted_app_29_0) +(typeattribute untrusted_app_all) +(typeattribute untrusted_app_visible_halserver_violators) +(typeattribute untrusted_app_visible_hwservice_violators) +(typeattribute update_engine_29_0) +(typeattribute update_engine_common) +(typeattribute update_engine_data_file_29_0) +(typeattribute update_engine_exec_29_0) +(typeattribute update_engine_log_data_file_29_0) +(typeattribute update_engine_service_29_0) +(typeattribute update_verifier_29_0) +(typeattribute update_verifier_exec_29_0) +(typeattribute updatelock_service_29_0) +(typeattribute uri_grants_service_29_0) +(typeattribute usagestats_service_29_0) +(typeattribute usb_device_29_0) +(typeattribute usb_service_29_0) +(typeattribute usbaccessory_device_29_0) +(typeattribute usbd_29_0) +(typeattribute usbd_exec_29_0) +(typeattribute usbfs_29_0) +(typeattribute use_memfd_prop_29_0) +(typeattribute user_profile_data_file_29_0) +(typeattribute user_service_29_0) +(typeattribute userdata_block_device_29_0) +(typeattribute usermodehelper_29_0) +(typeattribute vdc_29_0) +(typeattribute vdc_exec_29_0) +(typeattribute vendor_app_file_29_0) +(typeattribute vendor_cgroup_desc_file_29_0) +(typeattribute vendor_configs_file_29_0) +(typeattribute vendor_data_file_29_0) +(typeattribute vendor_default_prop_29_0) +(typeattribute vendor_executes_system_violators) +(typeattribute vendor_file_29_0) +(typeattribute vendor_file_type) +(typeattribute vendor_framework_file_29_0) +(typeattribute vendor_hal_file_29_0) +(typeattribute vendor_idc_file_29_0) +(typeattribute vendor_init_29_0) +(typeattribute vendor_keychars_file_29_0) +(typeattribute vendor_keylayout_file_29_0) +(typeattribute vendor_overlay_file_29_0) +(typeattribute vendor_public_lib_file_29_0) +(typeattribute vendor_security_patch_level_prop_29_0) +(typeattribute vendor_shell_29_0) +(typeattribute vendor_shell_exec_29_0) +(typeattribute vendor_task_profiles_file_29_0) +(typeattribute vendor_toolbox_exec_29_0) +(typeattribute vfat_29_0) +(typeattribute vibrator_service_29_0) +(typeattribute video_device_29_0) +(typeattribute virtual_touchpad_29_0) +(typeattribute virtual_touchpad_exec_29_0) +(typeattribute virtual_touchpad_service_29_0) +(typeattribute vndbinder_device_29_0) +(typeattribute vndk_sp_file_29_0) +(typeattribute vndservice_contexts_file_29_0) +(typeattribute vndservice_manager_type) +(typeattribute vndservicemanager_29_0) +(typeattribute voiceinteraction_service_29_0) +(typeattribute vold_29_0) +(typeattribute vold_data_file_29_0) +(typeattribute vold_device_29_0) +(typeattribute vold_exec_29_0) +(typeattribute vold_metadata_file_29_0) +(typeattribute vold_prepare_subdirs_29_0) +(typeattribute vold_prepare_subdirs_exec_29_0) +(typeattribute vold_prop_29_0) +(typeattribute vold_service_29_0) +(typeattribute vpn_data_file_29_0) +(typeattribute vr_hwc_29_0) +(typeattribute vr_hwc_exec_29_0) +(typeattribute vr_hwc_service_29_0) +(typeattribute vr_manager_service_29_0) +(typeattribute vrflinger_vsync_service_29_0) +(typeattribute wallpaper_file_29_0) +(typeattribute wallpaper_service_29_0) +(typeattribute watchdog_device_29_0) +(typeattribute watchdogd_29_0) +(typeattribute watchdogd_exec_29_0) +(typeattribute webview_zygote_29_0) +(typeattribute webview_zygote_exec_29_0) +(typeattribute webview_zygote_tmpfs_29_0) +(typeattribute webviewupdate_service_29_0) +(typeattribute wifi_data_file_29_0) +(typeattribute wifi_keystore_service_server) +(typeattribute wifi_log_prop_29_0) +(typeattribute wifi_prop_29_0) +(typeattribute wifi_service_29_0) +(typeattribute wifiaware_service_29_0) +(typeattribute wificond_29_0) +(typeattribute wificond_exec_29_0) +(typeattribute wificond_service_29_0) +(typeattribute wifip2p_service_29_0) +(typeattribute wifiscanner_service_29_0) +(typeattribute window_service_29_0) +(typeattribute wpa_socket_29_0) +(typeattribute wpantund_29_0) +(typeattribute wpantund_exec_29_0) +(typeattribute wpantund_service_29_0) +(typeattribute zero_device_29_0) +(typeattribute zoneinfo_data_file_29_0) +(typeattribute zygote_29_0) +(typeattribute zygote_exec_29_0) +(typeattribute zygote_socket_29_0) +(typeattribute zygote_tmpfs_29_0) diff --git a/prebuilts/api/29.0/vendor_sepolicy.cil b/prebuilts/api/29.0/vendor_sepolicy.cil new file mode 100644 index 000000000..4a3aac3a7 --- /dev/null +++ b/prebuilts/api/29.0/vendor_sepolicy.cil @@ -0,0 +1 @@ +;; empty stub diff --git a/private/compat/29.0/29.0.cil b/private/compat/29.0/29.0.cil new file mode 100644 index 000000000..dd52e0e58 --- /dev/null +++ b/private/compat/29.0/29.0.cil @@ -0,0 +1,1964 @@ +;; types removed from current policy +(type hal_wifi_offload_hwservice) + +(expandtypeattribute (accessibility_service_29_0) true) +(expandtypeattribute (account_service_29_0) true) +(expandtypeattribute (activity_service_29_0) true) +(expandtypeattribute (activity_task_service_29_0) true) +(expandtypeattribute (adbd_29_0) true) +(expandtypeattribute (adb_data_file_29_0) true) +(expandtypeattribute (adbd_exec_29_0) true) +(expandtypeattribute (adbd_socket_29_0) true) +(expandtypeattribute (adb_keys_file_29_0) true) +(expandtypeattribute (adb_service_29_0) true) +(expandtypeattribute (alarm_service_29_0) true) +(expandtypeattribute (anr_data_file_29_0) true) +(expandtypeattribute (apexd_29_0) true) +(expandtypeattribute (apex_data_file_29_0) true) +(expandtypeattribute (apexd_exec_29_0) true) +(expandtypeattribute (apexd_prop_29_0) true) +(expandtypeattribute (apex_metadata_file_29_0) true) +(expandtypeattribute (apex_mnt_dir_29_0) true) +(expandtypeattribute (apex_service_29_0) true) +(expandtypeattribute (apk_data_file_29_0) true) +(expandtypeattribute (apk_private_data_file_29_0) true) +(expandtypeattribute (apk_private_tmp_file_29_0) true) +(expandtypeattribute (apk_tmp_file_29_0) true) +(expandtypeattribute (app_binding_service_29_0) true) +(expandtypeattribute (app_data_file_29_0) true) +(expandtypeattribute (appdomain_tmpfs_29_0) true) +(expandtypeattribute (app_fuse_file_29_0) true) +(expandtypeattribute (app_fusefs_29_0) true) +(expandtypeattribute (appops_service_29_0) true) +(expandtypeattribute (app_prediction_service_29_0) true) +(expandtypeattribute (appwidget_service_29_0) true) +(expandtypeattribute (app_zygote_29_0) true) +(expandtypeattribute (app_zygote_tmpfs_29_0) true) +(expandtypeattribute (asec_apk_file_29_0) true) +(expandtypeattribute (asec_image_file_29_0) true) +(expandtypeattribute (asec_public_file_29_0) true) +(expandtypeattribute (ashmemd_29_0) true) +(expandtypeattribute (ashmem_device_29_0) true) +(expandtypeattribute (assetatlas_service_29_0) true) +(expandtypeattribute (audio_data_file_29_0) true) +(expandtypeattribute (audio_device_29_0) true) +(expandtypeattribute (audiohal_data_file_29_0) true) +(expandtypeattribute (audio_prop_29_0) true) +(expandtypeattribute (audioserver_29_0) true) +(expandtypeattribute (audioserver_data_file_29_0) true) +(expandtypeattribute (audioserver_service_29_0) true) +(expandtypeattribute (audioserver_tmpfs_29_0) true) +(expandtypeattribute (audio_service_29_0) true) +(expandtypeattribute (autofill_service_29_0) true) +(expandtypeattribute (backup_data_file_29_0) true) +(expandtypeattribute (backup_service_29_0) true) +(expandtypeattribute (batteryproperties_service_29_0) true) +(expandtypeattribute (battery_service_29_0) true) +(expandtypeattribute (batterystats_service_29_0) true) +(expandtypeattribute (binder_calls_stats_service_29_0) true) +(expandtypeattribute (binder_device_29_0) true) +(expandtypeattribute (binfmt_miscfs_29_0) true) +(expandtypeattribute (biometric_service_29_0) true) +(expandtypeattribute (blkid_29_0) true) +(expandtypeattribute (blkid_untrusted_29_0) true) +(expandtypeattribute (block_device_29_0) true) +(expandtypeattribute (bluetooth_29_0) true) +(expandtypeattribute (bluetooth_a2dp_offload_prop_29_0) true) +(expandtypeattribute (bluetooth_audio_hal_prop_29_0) true) +(expandtypeattribute (bluetooth_data_file_29_0) true) +(expandtypeattribute (bluetooth_efs_file_29_0) true) +(expandtypeattribute (bluetooth_logs_data_file_29_0) true) +(expandtypeattribute (bluetooth_manager_service_29_0) true) +(expandtypeattribute (bluetooth_prop_29_0) true) +(expandtypeattribute (bluetooth_service_29_0) true) +(expandtypeattribute (bluetooth_socket_29_0) true) +(expandtypeattribute (bootanim_29_0) true) +(expandtypeattribute (bootanim_exec_29_0) true) +(expandtypeattribute (boot_block_device_29_0) true) +(expandtypeattribute (bootchart_data_file_29_0) true) +(expandtypeattribute (bootloader_boot_reason_prop_29_0) true) +(expandtypeattribute (bootstat_29_0) true) +(expandtypeattribute (bootstat_data_file_29_0) true) +(expandtypeattribute (bootstat_exec_29_0) true) +(expandtypeattribute (boottime_prop_29_0) true) +(expandtypeattribute (boottrace_data_file_29_0) true) +(expandtypeattribute (bpf_progs_loaded_prop_29_0) true) +(expandtypeattribute (broadcastradio_service_29_0) true) +(expandtypeattribute (bufferhubd_29_0) true) +(expandtypeattribute (bufferhubd_exec_29_0) true) +(expandtypeattribute (bugreport_service_29_0) true) +(expandtypeattribute (cache_backup_file_29_0) true) +(expandtypeattribute (cache_block_device_29_0) true) +(expandtypeattribute (cache_file_29_0) true) +(expandtypeattribute (cache_private_backup_file_29_0) true) +(expandtypeattribute (cache_recovery_file_29_0) true) +(expandtypeattribute (camera_data_file_29_0) true) +(expandtypeattribute (camera_device_29_0) true) +(expandtypeattribute (cameraproxy_service_29_0) true) +(expandtypeattribute (cameraserver_29_0) true) +(expandtypeattribute (cameraserver_exec_29_0) true) +(expandtypeattribute (cameraserver_service_29_0) true) +(expandtypeattribute (cameraserver_tmpfs_29_0) true) +(expandtypeattribute (cgroup_29_0) true) +(expandtypeattribute (cgroup_bpf_29_0) true) +(expandtypeattribute (cgroup_desc_file_29_0) true) +(expandtypeattribute (cgroup_rc_file_29_0) true) +(expandtypeattribute (charger_29_0) true) +(expandtypeattribute (charger_exec_29_0) true) +(expandtypeattribute (clatd_29_0) true) +(expandtypeattribute (clatd_exec_29_0) true) +(expandtypeattribute (clipboard_service_29_0) true) +(expandtypeattribute (color_display_service_29_0) true) +(expandtypeattribute (companion_device_service_29_0) true) +(expandtypeattribute (configfs_29_0) true) +(expandtypeattribute (config_prop_29_0) true) +(expandtypeattribute (connectivity_service_29_0) true) +(expandtypeattribute (connmetrics_service_29_0) true) +(expandtypeattribute (console_device_29_0) true) +(expandtypeattribute (consumer_ir_service_29_0) true) +(expandtypeattribute (content_capture_service_29_0) true) +(expandtypeattribute (content_service_29_0) true) +(expandtypeattribute (content_suggestions_service_29_0) true) +(expandtypeattribute (contexthub_service_29_0) true) +(expandtypeattribute (coredump_file_29_0) true) +(expandtypeattribute (country_detector_service_29_0) true) +(expandtypeattribute (coverage_service_29_0) true) +(expandtypeattribute (cppreopt_prop_29_0) true) +(expandtypeattribute (cpuinfo_service_29_0) true) +(expandtypeattribute (cpu_variant_prop_29_0) true) +(expandtypeattribute (crash_dump_29_0) true) +(expandtypeattribute (crash_dump_exec_29_0) true) +(expandtypeattribute (crossprofileapps_service_29_0) true) +(expandtypeattribute (ctl_adbd_prop_29_0) true) +(expandtypeattribute (ctl_bootanim_prop_29_0) true) +(expandtypeattribute (ctl_bugreport_prop_29_0) true) +(expandtypeattribute (ctl_console_prop_29_0) true) +(expandtypeattribute (ctl_default_prop_29_0) true) +(expandtypeattribute (ctl_dumpstate_prop_29_0) true) +(expandtypeattribute (ctl_fuse_prop_29_0) true) +(expandtypeattribute (ctl_gsid_prop_29_0) true) +(expandtypeattribute (ctl_interface_restart_prop_29_0) true) +(expandtypeattribute (ctl_interface_start_prop_29_0) true) +(expandtypeattribute (ctl_interface_stop_prop_29_0) true) +(expandtypeattribute (ctl_mdnsd_prop_29_0) true) +(expandtypeattribute (ctl_restart_prop_29_0) true) +(expandtypeattribute (ctl_rildaemon_prop_29_0) true) +(expandtypeattribute (ctl_sigstop_prop_29_0) true) +(expandtypeattribute (ctl_start_prop_29_0) true) +(expandtypeattribute (ctl_stop_prop_29_0) true) +(expandtypeattribute (dalvikcache_data_file_29_0) true) +(expandtypeattribute (dalvik_prop_29_0) true) +(expandtypeattribute (dbinfo_service_29_0) true) +(expandtypeattribute (debugfs_29_0) true) +(expandtypeattribute (debugfs_mmc_29_0) true) +(expandtypeattribute (debugfs_trace_marker_29_0) true) +(expandtypeattribute (debugfs_tracing_29_0) true) +(expandtypeattribute (debugfs_tracing_debug_29_0) true) +(expandtypeattribute (debugfs_tracing_instances_29_0) true) +(expandtypeattribute (debugfs_wakeup_sources_29_0) true) +(expandtypeattribute (debugfs_wifi_tracing_29_0) true) +(expandtypeattribute (debuggerd_prop_29_0) true) +(expandtypeattribute (debug_prop_29_0) true) +(expandtypeattribute (default_android_hwservice_29_0) true) +(expandtypeattribute (default_android_service_29_0) true) +(expandtypeattribute (default_android_vndservice_29_0) true) +(expandtypeattribute (default_prop_29_0) true) +(expandtypeattribute (dev_cpu_variant_29_0) true) +(expandtypeattribute (device_29_0) true) +(expandtypeattribute (device_config_activity_manager_native_boot_prop_29_0) true) +(expandtypeattribute (device_config_boot_count_prop_29_0) true) +(expandtypeattribute (device_config_input_native_boot_prop_29_0) true) +(expandtypeattribute (device_config_media_native_prop_29_0) true) +(expandtypeattribute (device_config_netd_native_prop_29_0) true) +(expandtypeattribute (device_config_reset_performed_prop_29_0) true) +(expandtypeattribute (device_config_runtime_native_boot_prop_29_0) true) +(expandtypeattribute (device_config_runtime_native_prop_29_0) true) +(expandtypeattribute (device_config_service_29_0) true) +(expandtypeattribute (device_identifiers_service_29_0) true) +(expandtypeattribute (deviceidle_service_29_0) true) +(expandtypeattribute (device_logging_prop_29_0) true) +(expandtypeattribute (device_policy_service_29_0) true) +(expandtypeattribute (devicestoragemonitor_service_29_0) true) +(expandtypeattribute (devpts_29_0) true) +(expandtypeattribute (dhcp_29_0) true) +(expandtypeattribute (dhcp_data_file_29_0) true) +(expandtypeattribute (dhcp_exec_29_0) true) +(expandtypeattribute (dhcp_prop_29_0) true) +(expandtypeattribute (diskstats_service_29_0) true) +(expandtypeattribute (display_service_29_0) true) +(expandtypeattribute (dm_device_29_0) true) +(expandtypeattribute (dnsmasq_29_0) true) +(expandtypeattribute (dnsmasq_exec_29_0) true) +(expandtypeattribute (dnsproxyd_socket_29_0) true) +(expandtypeattribute (dnsresolver_service_29_0) true) +(expandtypeattribute (DockObserver_service_29_0) true) +(expandtypeattribute (dreams_service_29_0) true) +(expandtypeattribute (drm_data_file_29_0) true) +(expandtypeattribute (drmserver_29_0) true) +(expandtypeattribute (drmserver_exec_29_0) true) +(expandtypeattribute (drmserver_service_29_0) true) +(expandtypeattribute (drmserver_socket_29_0) true) +(expandtypeattribute (dropbox_data_file_29_0) true) +(expandtypeattribute (dropbox_service_29_0) true) +(expandtypeattribute (dumpstate_29_0) true) +(expandtypeattribute (dumpstate_exec_29_0) true) +(expandtypeattribute (dumpstate_options_prop_29_0) true) +(expandtypeattribute (dumpstate_prop_29_0) true) +(expandtypeattribute (dumpstate_service_29_0) true) +(expandtypeattribute (dumpstate_socket_29_0) true) +(expandtypeattribute (dynamic_system_prop_29_0) true) +(expandtypeattribute (e2fs_29_0) true) +(expandtypeattribute (e2fs_exec_29_0) true) +(expandtypeattribute (efs_file_29_0) true) +(expandtypeattribute (ephemeral_app_29_0) true) +(expandtypeattribute (ethernet_service_29_0) true) +(expandtypeattribute (exfat_29_0) true) +(expandtypeattribute (exported2_config_prop_29_0) true) +(expandtypeattribute (exported2_default_prop_29_0) true) +(expandtypeattribute (exported2_radio_prop_29_0) true) +(expandtypeattribute (exported2_system_prop_29_0) true) +(expandtypeattribute (exported2_vold_prop_29_0) true) +(expandtypeattribute (exported3_default_prop_29_0) true) +(expandtypeattribute (exported3_radio_prop_29_0) true) +(expandtypeattribute (exported3_system_prop_29_0) true) +(expandtypeattribute (exported_audio_prop_29_0) true) +(expandtypeattribute (exported_bluetooth_prop_29_0) true) +(expandtypeattribute (exported_config_prop_29_0) true) +(expandtypeattribute (exported_dalvik_prop_29_0) true) +(expandtypeattribute (exported_default_prop_29_0) true) +(expandtypeattribute (exported_dumpstate_prop_29_0) true) +(expandtypeattribute (exported_ffs_prop_29_0) true) +(expandtypeattribute (exported_fingerprint_prop_29_0) true) +(expandtypeattribute (exported_overlay_prop_29_0) true) +(expandtypeattribute (exported_pm_prop_29_0) true) +(expandtypeattribute (exported_radio_prop_29_0) true) +(expandtypeattribute (exported_secure_prop_29_0) true) +(expandtypeattribute (exported_system_prop_29_0) true) +(expandtypeattribute (exported_system_radio_prop_29_0) true) +(expandtypeattribute (exported_vold_prop_29_0) true) +(expandtypeattribute (exported_wifi_prop_29_0) true) +(expandtypeattribute (external_vibrator_service_29_0) true) +(expandtypeattribute (face_service_29_0) true) +(expandtypeattribute (face_vendor_data_file_29_0) true) +(expandtypeattribute (fastbootd_29_0) true) +(expandtypeattribute (ffs_prop_29_0) true) +(expandtypeattribute (file_contexts_file_29_0) true) +(expandtypeattribute (fingerprintd_29_0) true) +(expandtypeattribute (fingerprintd_data_file_29_0) true) +(expandtypeattribute (fingerprintd_exec_29_0) true) +(expandtypeattribute (fingerprintd_service_29_0) true) +(expandtypeattribute (fingerprint_prop_29_0) true) +(expandtypeattribute (fingerprint_service_29_0) true) +(expandtypeattribute (fingerprint_vendor_data_file_29_0) true) +(expandtypeattribute (firstboot_prop_29_0) true) +(expandtypeattribute (flags_health_check_29_0) true) +(expandtypeattribute (flags_health_check_exec_29_0) true) +(expandtypeattribute (font_service_29_0) true) +(expandtypeattribute (frp_block_device_29_0) true) +(expandtypeattribute (fs_bpf_29_0) true) +(expandtypeattribute (fsck_29_0) true) +(expandtypeattribute (fsck_exec_29_0) true) +(expandtypeattribute (fscklogs_29_0) true) +(expandtypeattribute (fsck_untrusted_29_0) true) +(expandtypeattribute (functionfs_29_0) true) +(expandtypeattribute (fuse_29_0) true) +(expandtypeattribute (fuse_device_29_0) true) +(expandtypeattribute (fwk_bufferhub_hwservice_29_0) true) +(expandtypeattribute (fwk_camera_hwservice_29_0) true) +(expandtypeattribute (fwk_display_hwservice_29_0) true) +(expandtypeattribute (fwk_scheduler_hwservice_29_0) true) +(expandtypeattribute (fwk_sensor_hwservice_29_0) true) +(expandtypeattribute (fwk_stats_hwservice_29_0) true) +(expandtypeattribute (fwmarkd_socket_29_0) true) +(expandtypeattribute (gatekeeperd_29_0) true) +(expandtypeattribute (gatekeeper_data_file_29_0) true) +(expandtypeattribute (gatekeeperd_exec_29_0) true) +(expandtypeattribute (gatekeeper_service_29_0) true) +(expandtypeattribute (gfxinfo_service_29_0) true) +(expandtypeattribute (gps_control_29_0) true) +(expandtypeattribute (gpu_device_29_0) true) +(expandtypeattribute (gpu_service_29_0) true) +(expandtypeattribute (gpuservice_29_0) true) +(expandtypeattribute (graphics_device_29_0) true) +(expandtypeattribute (graphicsstats_service_29_0) true) +(expandtypeattribute (gsi_data_file_29_0) true) +(expandtypeattribute (gsid_prop_29_0) true) +(expandtypeattribute (gsi_metadata_file_29_0) true) +(expandtypeattribute (hal_atrace_hwservice_29_0) true) +(expandtypeattribute (hal_audiocontrol_hwservice_29_0) true) +(expandtypeattribute (hal_audio_hwservice_29_0) true) +(expandtypeattribute (hal_authsecret_hwservice_29_0) true) +(expandtypeattribute (hal_bluetooth_hwservice_29_0) true) +(expandtypeattribute (hal_bootctl_hwservice_29_0) true) +(expandtypeattribute (hal_broadcastradio_hwservice_29_0) true) +(expandtypeattribute (hal_camera_hwservice_29_0) true) +(expandtypeattribute (hal_cas_hwservice_29_0) true) +(expandtypeattribute (hal_codec2_hwservice_29_0) true) +(expandtypeattribute (hal_configstore_ISurfaceFlingerConfigs_29_0) true) +(expandtypeattribute (hal_confirmationui_hwservice_29_0) true) +(expandtypeattribute (hal_contexthub_hwservice_29_0) true) +(expandtypeattribute (hal_drm_hwservice_29_0) true) +(expandtypeattribute (hal_dumpstate_hwservice_29_0) true) +(expandtypeattribute (hal_evs_hwservice_29_0) true) +(expandtypeattribute (hal_face_hwservice_29_0) true) +(expandtypeattribute (hal_fingerprint_hwservice_29_0) true) +(expandtypeattribute (hal_fingerprint_service_29_0) true) +(expandtypeattribute (hal_gatekeeper_hwservice_29_0) true) +(expandtypeattribute (hal_gnss_hwservice_29_0) true) +(expandtypeattribute (hal_graphics_allocator_hwservice_29_0) true) +(expandtypeattribute (hal_graphics_composer_hwservice_29_0) true) +(expandtypeattribute (hal_graphics_composer_server_tmpfs_29_0) true) +(expandtypeattribute (hal_graphics_mapper_hwservice_29_0) true) +(expandtypeattribute (hal_health_hwservice_29_0) true) +(expandtypeattribute (hal_health_storage_hwservice_29_0) true) +(expandtypeattribute (hal_input_classifier_hwservice_29_0) true) +(expandtypeattribute (hal_ir_hwservice_29_0) true) +(expandtypeattribute (hal_keymaster_hwservice_29_0) true) +(expandtypeattribute (hal_light_hwservice_29_0) true) +(expandtypeattribute (hal_lowpan_hwservice_29_0) true) +(expandtypeattribute (hal_memtrack_hwservice_29_0) true) +(expandtypeattribute (hal_neuralnetworks_hwservice_29_0) true) +(expandtypeattribute (hal_nfc_hwservice_29_0) true) +(expandtypeattribute (hal_oemlock_hwservice_29_0) true) +(expandtypeattribute (hal_omx_hwservice_29_0) true) +(expandtypeattribute (hal_power_hwservice_29_0) true) +(expandtypeattribute (hal_power_stats_hwservice_29_0) true) +(expandtypeattribute (hal_renderscript_hwservice_29_0) true) +(expandtypeattribute (hal_secure_element_hwservice_29_0) true) +(expandtypeattribute (hal_sensors_hwservice_29_0) true) +(expandtypeattribute (hal_telephony_hwservice_29_0) true) +(expandtypeattribute (hal_tetheroffload_hwservice_29_0) true) +(expandtypeattribute (hal_thermal_hwservice_29_0) true) +(expandtypeattribute (hal_tv_cec_hwservice_29_0) true) +(expandtypeattribute (hal_tv_input_hwservice_29_0) true) +(expandtypeattribute (hal_usb_gadget_hwservice_29_0) true) +(expandtypeattribute (hal_usb_hwservice_29_0) true) +(expandtypeattribute (hal_vehicle_hwservice_29_0) true) +(expandtypeattribute (hal_vibrator_hwservice_29_0) true) +(expandtypeattribute (hal_vr_hwservice_29_0) true) +(expandtypeattribute (hal_weaver_hwservice_29_0) true) +(expandtypeattribute (hal_wifi_hostapd_hwservice_29_0) true) +(expandtypeattribute (hal_wifi_hwservice_29_0) true) +(expandtypeattribute (hal_wifi_offload_hwservice_29_0) true) +(expandtypeattribute (hal_wifi_supplicant_hwservice_29_0) true) +(expandtypeattribute (hardware_properties_service_29_0) true) +(expandtypeattribute (hardware_service_29_0) true) +(expandtypeattribute (hci_attach_dev_29_0) true) +(expandtypeattribute (hdmi_control_service_29_0) true) +(expandtypeattribute (healthd_29_0) true) +(expandtypeattribute (healthd_exec_29_0) true) +(expandtypeattribute (heapdump_data_file_29_0) true) +(expandtypeattribute (heapprofd_29_0) true) +(expandtypeattribute (heapprofd_enabled_prop_29_0) true) +(expandtypeattribute (heapprofd_prop_29_0) true) +(expandtypeattribute (heapprofd_socket_29_0) true) +(expandtypeattribute (hidl_allocator_hwservice_29_0) true) +(expandtypeattribute (hidl_base_hwservice_29_0) true) +(expandtypeattribute (hidl_manager_hwservice_29_0) true) +(expandtypeattribute (hidl_memory_hwservice_29_0) true) +(expandtypeattribute (hidl_token_hwservice_29_0) true) +(expandtypeattribute (hwbinder_device_29_0) true) +(expandtypeattribute (hw_random_device_29_0) true) +(expandtypeattribute (hwservice_contexts_file_29_0) true) +(expandtypeattribute (hwservicemanager_29_0) true) +(expandtypeattribute (hwservicemanager_exec_29_0) true) +(expandtypeattribute (hwservicemanager_prop_29_0) true) +(expandtypeattribute (icon_file_29_0) true) +(expandtypeattribute (idmap_29_0) true) +(expandtypeattribute (idmap_exec_29_0) true) +(expandtypeattribute (idmap_service_29_0) true) +(expandtypeattribute (iio_device_29_0) true) +(expandtypeattribute (imms_service_29_0) true) +(expandtypeattribute (incident_29_0) true) +(expandtypeattribute (incidentd_29_0) true) +(expandtypeattribute (incident_data_file_29_0) true) +(expandtypeattribute (incident_helper_29_0) true) +(expandtypeattribute (incident_service_29_0) true) +(expandtypeattribute (init_29_0) true) +(expandtypeattribute (init_exec_29_0) true) +(expandtypeattribute (init_tmpfs_29_0) true) +(expandtypeattribute (inotify_29_0) true) +(expandtypeattribute (input_device_29_0) true) +(expandtypeattribute (inputflinger_29_0) true) +(expandtypeattribute (inputflinger_exec_29_0) true) +(expandtypeattribute (inputflinger_service_29_0) true) +(expandtypeattribute (input_method_service_29_0) true) +(expandtypeattribute (input_service_29_0) true) +(expandtypeattribute (installd_29_0) true) +(expandtypeattribute (install_data_file_29_0) true) +(expandtypeattribute (installd_exec_29_0) true) +(expandtypeattribute (installd_service_29_0) true) +(expandtypeattribute (install_recovery_29_0) true) +(expandtypeattribute (install_recovery_exec_29_0) true) +(expandtypeattribute (ion_device_29_0) true) +(expandtypeattribute (iorapd_29_0) true) +(expandtypeattribute (iorapd_data_file_29_0) true) +(expandtypeattribute (iorapd_exec_29_0) true) +(expandtypeattribute (iorapd_service_29_0) true) +(expandtypeattribute (iorapd_tmpfs_29_0) true) +(expandtypeattribute (IProxyService_service_29_0) true) +(expandtypeattribute (ipsec_service_29_0) true) +(expandtypeattribute (iris_service_29_0) true) +(expandtypeattribute (iris_vendor_data_file_29_0) true) +(expandtypeattribute (isolated_app_29_0) true) +(expandtypeattribute (jobscheduler_service_29_0) true) +(expandtypeattribute (kernel_29_0) true) +(expandtypeattribute (keychain_data_file_29_0) true) +(expandtypeattribute (keychord_device_29_0) true) +(expandtypeattribute (keystore_29_0) true) +(expandtypeattribute (keystore_data_file_29_0) true) +(expandtypeattribute (keystore_exec_29_0) true) +(expandtypeattribute (keystore_service_29_0) true) +(expandtypeattribute (kmsg_debug_device_29_0) true) +(expandtypeattribute (kmsg_device_29_0) true) +(expandtypeattribute (labeledfs_29_0) true) +(expandtypeattribute (last_boot_reason_prop_29_0) true) +(expandtypeattribute (launcherapps_service_29_0) true) +(expandtypeattribute (llkd_29_0) true) +(expandtypeattribute (llkd_exec_29_0) true) +(expandtypeattribute (llkd_prop_29_0) true) +(expandtypeattribute (lmkd_29_0) true) +(expandtypeattribute (lmkd_exec_29_0) true) +(expandtypeattribute (lmkd_socket_29_0) true) +(expandtypeattribute (location_service_29_0) true) +(expandtypeattribute (lock_settings_service_29_0) true) +(expandtypeattribute (logcat_exec_29_0) true) +(expandtypeattribute (logd_29_0) true) +(expandtypeattribute (logd_exec_29_0) true) +(expandtypeattribute (logd_prop_29_0) true) +(expandtypeattribute (logdr_socket_29_0) true) +(expandtypeattribute (logd_socket_29_0) true) +(expandtypeattribute (logdw_socket_29_0) true) +(expandtypeattribute (logpersist_29_0) true) +(expandtypeattribute (logpersistd_logging_prop_29_0) true) +(expandtypeattribute (log_prop_29_0) true) +(expandtypeattribute (log_tag_prop_29_0) true) +(expandtypeattribute (loop_control_device_29_0) true) +(expandtypeattribute (loop_device_29_0) true) +(expandtypeattribute (looper_stats_service_29_0) true) +(expandtypeattribute (lowpan_device_29_0) true) +(expandtypeattribute (lowpan_prop_29_0) true) +(expandtypeattribute (lowpan_service_29_0) true) +(expandtypeattribute (lpdumpd_prop_29_0) true) +(expandtypeattribute (lpdump_service_29_0) true) +(expandtypeattribute (mac_perms_file_29_0) true) +(expandtypeattribute (mdnsd_29_0) true) +(expandtypeattribute (mdnsd_socket_29_0) true) +(expandtypeattribute (mdns_socket_29_0) true) +(expandtypeattribute (mediacodec_service_29_0) true) +(expandtypeattribute (media_data_file_29_0) true) +(expandtypeattribute (mediadrmserver_29_0) true) +(expandtypeattribute (mediadrmserver_exec_29_0) true) +(expandtypeattribute (mediadrmserver_service_29_0) true) +(expandtypeattribute (mediaextractor_29_0) true) +(expandtypeattribute (mediaextractor_exec_29_0) true) +(expandtypeattribute (mediaextractor_service_29_0) true) +(expandtypeattribute (mediaextractor_tmpfs_29_0) true) +(expandtypeattribute (mediametrics_29_0) true) +(expandtypeattribute (mediametrics_exec_29_0) true) +(expandtypeattribute (mediametrics_service_29_0) true) +(expandtypeattribute (media_projection_service_29_0) true) +(expandtypeattribute (mediaprovider_29_0) true) +(expandtypeattribute (media_router_service_29_0) true) +(expandtypeattribute (media_rw_data_file_29_0) true) +(expandtypeattribute (mediaserver_29_0) true) +(expandtypeattribute (mediaserver_exec_29_0) true) +(expandtypeattribute (mediaserver_service_29_0) true) +(expandtypeattribute (mediaserver_tmpfs_29_0) true) +(expandtypeattribute (media_session_service_29_0) true) +(expandtypeattribute (mediaswcodec_29_0) true) +(expandtypeattribute (mediaswcodec_exec_29_0) true) +(expandtypeattribute (meminfo_service_29_0) true) +(expandtypeattribute (metadata_block_device_29_0) true) +(expandtypeattribute (metadata_file_29_0) true) +(expandtypeattribute (method_trace_data_file_29_0) true) +(expandtypeattribute (midi_service_29_0) true) +(expandtypeattribute (misc_block_device_29_0) true) +(expandtypeattribute (misc_logd_file_29_0) true) +(expandtypeattribute (misc_user_data_file_29_0) true) +(expandtypeattribute (mmc_prop_29_0) true) +(expandtypeattribute (mnt_expand_file_29_0) true) +(expandtypeattribute (mnt_media_rw_file_29_0) true) +(expandtypeattribute (mnt_media_rw_stub_file_29_0) true) +(expandtypeattribute (mnt_product_file_29_0) true) +(expandtypeattribute (mnt_user_file_29_0) true) +(expandtypeattribute (mnt_vendor_file_29_0) true) +(expandtypeattribute (modprobe_29_0) true) +(expandtypeattribute (mount_service_29_0) true) +(expandtypeattribute (mqueue_29_0) true) +(expandtypeattribute (mtp_29_0) true) +(expandtypeattribute (mtp_device_29_0) true) +(expandtypeattribute (mtpd_socket_29_0) true) +(expandtypeattribute (mtp_exec_29_0) true) +(expandtypeattribute (nativetest_data_file_29_0) true) +(expandtypeattribute (netd_29_0) true) +(expandtypeattribute (net_data_file_29_0) true) +(expandtypeattribute (netd_exec_29_0) true) +(expandtypeattribute (netd_listener_service_29_0) true) +(expandtypeattribute (net_dns_prop_29_0) true) +(expandtypeattribute (netd_service_29_0) true) +(expandtypeattribute (netd_stable_secret_prop_29_0) true) +(expandtypeattribute (netif_29_0) true) +(expandtypeattribute (netpolicy_service_29_0) true) +(expandtypeattribute (net_radio_prop_29_0) true) +(expandtypeattribute (netstats_service_29_0) true) +(expandtypeattribute (netutils_wrapper_29_0) true) +(expandtypeattribute (netutils_wrapper_exec_29_0) true) +(expandtypeattribute (network_management_service_29_0) true) +(expandtypeattribute (network_score_service_29_0) true) +(expandtypeattribute (network_stack_29_0) true) +(expandtypeattribute (network_stack_service_29_0) true) +(expandtypeattribute (network_time_update_service_29_0) true) +(expandtypeattribute (network_watchlist_data_file_29_0) true) +(expandtypeattribute (network_watchlist_service_29_0) true) +(expandtypeattribute (nfc_29_0) true) +(expandtypeattribute (nfc_data_file_29_0) true) +(expandtypeattribute (nfc_device_29_0) true) +(expandtypeattribute (nfc_prop_29_0) true) +(expandtypeattribute (nfc_service_29_0) true) +(expandtypeattribute (nnapi_ext_deny_product_prop_29_0) true) +(expandtypeattribute (node_29_0) true) +(expandtypeattribute (nonplat_service_contexts_file_29_0) true) +(expandtypeattribute (notification_service_29_0) true) +(expandtypeattribute (null_device_29_0) true) +(expandtypeattribute (oemfs_29_0) true) +(expandtypeattribute (oem_lock_service_29_0) true) +(expandtypeattribute (ota_data_file_29_0) true) +(expandtypeattribute (otadexopt_service_29_0) true) +(expandtypeattribute (ota_package_file_29_0) true) +(expandtypeattribute (overlayfs_file_29_0) true) +(expandtypeattribute (overlay_prop_29_0) true) +(expandtypeattribute (overlay_service_29_0) true) +(expandtypeattribute (owntty_device_29_0) true) +(expandtypeattribute (package_native_service_29_0) true) +(expandtypeattribute (package_service_29_0) true) +(expandtypeattribute (packages_list_file_29_0) true) +(expandtypeattribute (pan_result_prop_29_0) true) +(expandtypeattribute (password_slot_metadata_file_29_0) true) +(expandtypeattribute (pdx_bufferhub_client_channel_socket_29_0) true) +(expandtypeattribute (pdx_bufferhub_client_endpoint_socket_29_0) true) +(expandtypeattribute (pdx_bufferhub_dir_29_0) true) +(expandtypeattribute (pdx_display_client_channel_socket_29_0) true) +(expandtypeattribute (pdx_display_client_endpoint_socket_29_0) true) +(expandtypeattribute (pdx_display_dir_29_0) true) +(expandtypeattribute (pdx_display_manager_channel_socket_29_0) true) +(expandtypeattribute (pdx_display_manager_endpoint_socket_29_0) true) +(expandtypeattribute (pdx_display_screenshot_channel_socket_29_0) true) +(expandtypeattribute (pdx_display_screenshot_endpoint_socket_29_0) true) +(expandtypeattribute (pdx_display_vsync_channel_socket_29_0) true) +(expandtypeattribute (pdx_display_vsync_endpoint_socket_29_0) true) +(expandtypeattribute (pdx_performance_client_channel_socket_29_0) true) +(expandtypeattribute (pdx_performance_client_endpoint_socket_29_0) true) +(expandtypeattribute (pdx_performance_dir_29_0) true) +(expandtypeattribute (perfetto_29_0) true) +(expandtypeattribute (performanced_29_0) true) +(expandtypeattribute (performanced_exec_29_0) true) +(expandtypeattribute (perfprofd_29_0) true) +(expandtypeattribute (perfprofd_data_file_29_0) true) +(expandtypeattribute (perfprofd_exec_29_0) true) +(expandtypeattribute (perfprofd_service_29_0) true) +(expandtypeattribute (permissionmgr_service_29_0) true) +(expandtypeattribute (permission_service_29_0) true) +(expandtypeattribute (persist_debug_prop_29_0) true) +(expandtypeattribute (persistent_data_block_service_29_0) true) +(expandtypeattribute (persistent_properties_ready_prop_29_0) true) +(expandtypeattribute (pinner_service_29_0) true) +(expandtypeattribute (pipefs_29_0) true) +(expandtypeattribute (platform_app_29_0) true) +(expandtypeattribute (pm_prop_29_0) true) +(expandtypeattribute (pmsg_device_29_0) true) +(expandtypeattribute (port_29_0) true) +(expandtypeattribute (port_device_29_0) true) +(expandtypeattribute (postinstall_29_0) true) +(expandtypeattribute (postinstall_apex_mnt_dir_29_0) true) +(expandtypeattribute (postinstall_file_29_0) true) +(expandtypeattribute (postinstall_mnt_dir_29_0) true) +(expandtypeattribute (powerctl_prop_29_0) true) +(expandtypeattribute (power_service_29_0) true) +(expandtypeattribute (ppp_29_0) true) +(expandtypeattribute (ppp_device_29_0) true) +(expandtypeattribute (ppp_exec_29_0) true) +(expandtypeattribute (preloads_data_file_29_0) true) +(expandtypeattribute (preloads_media_file_29_0) true) +(expandtypeattribute (print_service_29_0) true) +(expandtypeattribute (priv_app_29_0) true) +(expandtypeattribute (privapp_data_file_29_0) true) +(expandtypeattribute (proc_29_0) true) +(expandtypeattribute (proc_abi_29_0) true) +(expandtypeattribute (proc_asound_29_0) true) +(expandtypeattribute (proc_bluetooth_writable_29_0) true) +(expandtypeattribute (proc_buddyinfo_29_0) true) +(expandtypeattribute (proc_cmdline_29_0) true) +(expandtypeattribute (proc_cpuinfo_29_0) true) +(expandtypeattribute (proc_dirty_29_0) true) +(expandtypeattribute (proc_diskstats_29_0) true) +(expandtypeattribute (proc_drop_caches_29_0) true) +(expandtypeattribute (processinfo_service_29_0) true) +(expandtypeattribute (proc_extra_free_kbytes_29_0) true) +(expandtypeattribute (proc_filesystems_29_0) true) +(expandtypeattribute (proc_fs_verity_29_0) true) +(expandtypeattribute (proc_hostname_29_0) true) +(expandtypeattribute (proc_hung_task_29_0) true) +(expandtypeattribute (proc_interrupts_29_0) true) +(expandtypeattribute (proc_iomem_29_0) true) +(expandtypeattribute (proc_keys_29_0) true) +(expandtypeattribute (proc_kmsg_29_0) true) +(expandtypeattribute (proc_loadavg_29_0) true) +(expandtypeattribute (proc_max_map_count_29_0) true) +(expandtypeattribute (proc_meminfo_29_0) true) +(expandtypeattribute (proc_min_free_order_shift_29_0) true) +(expandtypeattribute (proc_misc_29_0) true) +(expandtypeattribute (proc_modules_29_0) true) +(expandtypeattribute (proc_mounts_29_0) true) +(expandtypeattribute (proc_net_29_0) true) +(expandtypeattribute (proc_net_tcp_udp_29_0) true) +(expandtypeattribute (proc_overcommit_memory_29_0) true) +(expandtypeattribute (proc_page_cluster_29_0) true) +(expandtypeattribute (proc_pagetypeinfo_29_0) true) +(expandtypeattribute (proc_panic_29_0) true) +(expandtypeattribute (proc_perf_29_0) true) +(expandtypeattribute (proc_pid_max_29_0) true) +(expandtypeattribute (proc_pipe_conf_29_0) true) +(expandtypeattribute (proc_pressure_cpu_29_0) true) +(expandtypeattribute (proc_pressure_io_29_0) true) +(expandtypeattribute (proc_pressure_mem_29_0) true) +(expandtypeattribute (proc_qtaguid_ctrl_29_0) true) +(expandtypeattribute (proc_qtaguid_stat_29_0) true) +(expandtypeattribute (proc_random_29_0) true) +(expandtypeattribute (proc_sched_29_0) true) +(expandtypeattribute (proc_security_29_0) true) +(expandtypeattribute (proc_slabinfo_29_0) true) +(expandtypeattribute (proc_stat_29_0) true) +(expandtypeattribute (procstats_service_29_0) true) +(expandtypeattribute (proc_swaps_29_0) true) +(expandtypeattribute (proc_sysrq_29_0) true) +(expandtypeattribute (proc_timer_29_0) true) +(expandtypeattribute (proc_tty_drivers_29_0) true) +(expandtypeattribute (proc_uid_concurrent_active_time_29_0) true) +(expandtypeattribute (proc_uid_concurrent_policy_time_29_0) true) +(expandtypeattribute (proc_uid_cpupower_29_0) true) +(expandtypeattribute (proc_uid_cputime_removeuid_29_0) true) +(expandtypeattribute (proc_uid_cputime_showstat_29_0) true) +(expandtypeattribute (proc_uid_io_stats_29_0) true) +(expandtypeattribute (proc_uid_procstat_set_29_0) true) +(expandtypeattribute (proc_uid_time_in_state_29_0) true) +(expandtypeattribute (proc_uptime_29_0) true) +(expandtypeattribute (proc_version_29_0) true) +(expandtypeattribute (proc_vmallocinfo_29_0) true) +(expandtypeattribute (proc_vmstat_29_0) true) +(expandtypeattribute (proc_zoneinfo_29_0) true) +(expandtypeattribute (profman_29_0) true) +(expandtypeattribute (profman_dump_data_file_29_0) true) +(expandtypeattribute (profman_exec_29_0) true) +(expandtypeattribute (properties_device_29_0) true) +(expandtypeattribute (properties_serial_29_0) true) +(expandtypeattribute (property_contexts_file_29_0) true) +(expandtypeattribute (property_data_file_29_0) true) +(expandtypeattribute (property_info_29_0) true) +(expandtypeattribute (property_socket_29_0) true) +(expandtypeattribute (pstorefs_29_0) true) +(expandtypeattribute (ptmx_device_29_0) true) +(expandtypeattribute (qtaguid_device_29_0) true) +(expandtypeattribute (racoon_29_0) true) +(expandtypeattribute (racoon_exec_29_0) true) +(expandtypeattribute (racoon_socket_29_0) true) +(expandtypeattribute (radio_29_0) true) +(expandtypeattribute (radio_data_file_29_0) true) +(expandtypeattribute (radio_device_29_0) true) +(expandtypeattribute (radio_prop_29_0) true) +(expandtypeattribute (radio_service_29_0) true) +(expandtypeattribute (ram_device_29_0) true) +(expandtypeattribute (random_device_29_0) true) +(expandtypeattribute (recovery_29_0) true) +(expandtypeattribute (recovery_block_device_29_0) true) +(expandtypeattribute (recovery_data_file_29_0) true) +(expandtypeattribute (recovery_persist_29_0) true) +(expandtypeattribute (recovery_persist_exec_29_0) true) +(expandtypeattribute (recovery_refresh_29_0) true) +(expandtypeattribute (recovery_refresh_exec_29_0) true) +(expandtypeattribute (recovery_service_29_0) true) +(expandtypeattribute (recovery_socket_29_0) true) +(expandtypeattribute (registry_service_29_0) true) +(expandtypeattribute (resourcecache_data_file_29_0) true) +(expandtypeattribute (restorecon_prop_29_0) true) +(expandtypeattribute (restrictions_service_29_0) true) +(expandtypeattribute (rild_debug_socket_29_0) true) +(expandtypeattribute (rild_socket_29_0) true) +(expandtypeattribute (ringtone_file_29_0) true) +(expandtypeattribute (role_service_29_0) true) +(expandtypeattribute (rollback_service_29_0) true) +(expandtypeattribute (root_block_device_29_0) true) +(expandtypeattribute (rootfs_29_0) true) +(expandtypeattribute (rpmsg_device_29_0) true) +(expandtypeattribute (rs_29_0) true) +(expandtypeattribute (rs_exec_29_0) true) +(expandtypeattribute (rss_hwm_reset_29_0) true) +(expandtypeattribute (rtc_device_29_0) true) +(expandtypeattribute (rttmanager_service_29_0) true) +(expandtypeattribute (runas_29_0) true) +(expandtypeattribute (runas_app_29_0) true) +(expandtypeattribute (runas_exec_29_0) true) +(expandtypeattribute (runtime_event_log_tags_file_29_0) true) +(expandtypeattribute (runtime_service_29_0) true) +(expandtypeattribute (safemode_prop_29_0) true) +(expandtypeattribute (same_process_hal_file_29_0) true) +(expandtypeattribute (samplingprofiler_service_29_0) true) +(expandtypeattribute (scheduling_policy_service_29_0) true) +(expandtypeattribute (sdcard_block_device_29_0) true) +(expandtypeattribute (sdcardd_29_0) true) +(expandtypeattribute (sdcardd_exec_29_0) true) +(expandtypeattribute (sdcardfs_29_0) true) +(expandtypeattribute (seapp_contexts_file_29_0) true) +(expandtypeattribute (search_service_29_0) true) +(expandtypeattribute (sec_key_att_app_id_provider_service_29_0) true) +(expandtypeattribute (secure_element_29_0) true) +(expandtypeattribute (secure_element_device_29_0) true) +(expandtypeattribute (secure_element_service_29_0) true) +(expandtypeattribute (selinuxfs_29_0) true) +(expandtypeattribute (sensor_privacy_service_29_0) true) +(expandtypeattribute (sensors_device_29_0) true) +(expandtypeattribute (sensorservice_service_29_0) true) +(expandtypeattribute (sepolicy_file_29_0) true) +(expandtypeattribute (serial_device_29_0) true) +(expandtypeattribute (serialno_prop_29_0) true) +(expandtypeattribute (serial_service_29_0) true) +(expandtypeattribute (server_configurable_flags_data_file_29_0) true) +(expandtypeattribute (service_contexts_file_29_0) true) +(expandtypeattribute (servicediscovery_service_29_0) true) +(expandtypeattribute (servicemanager_29_0) true) +(expandtypeattribute (servicemanager_exec_29_0) true) +(expandtypeattribute (settings_service_29_0) true) +(expandtypeattribute (sgdisk_29_0) true) +(expandtypeattribute (sgdisk_exec_29_0) true) +(expandtypeattribute (shared_relro_29_0) true) +(expandtypeattribute (shared_relro_file_29_0) true) +(expandtypeattribute (shell_29_0) true) +(expandtypeattribute (shell_data_file_29_0) true) +(expandtypeattribute (shell_exec_29_0) true) +(expandtypeattribute (shell_prop_29_0) true) +(expandtypeattribute (shm_29_0) true) +(expandtypeattribute (shortcut_manager_icons_29_0) true) +(expandtypeattribute (shortcut_service_29_0) true) +(expandtypeattribute (simpleperf_app_runner_29_0) true) +(expandtypeattribute (simpleperf_app_runner_exec_29_0) true) +(expandtypeattribute (slice_service_29_0) true) +(expandtypeattribute (slideshow_29_0) true) +(expandtypeattribute (socket_device_29_0) true) +(expandtypeattribute (sockfs_29_0) true) +(expandtypeattribute (staging_data_file_29_0) true) +(expandtypeattribute (statsd_29_0) true) +(expandtypeattribute (stats_data_file_29_0) true) +(expandtypeattribute (statsd_exec_29_0) true) +(expandtypeattribute (statsdw_socket_29_0) true) +(expandtypeattribute (statusbar_service_29_0) true) +(expandtypeattribute (storaged_service_29_0) true) +(expandtypeattribute (storage_file_29_0) true) +(expandtypeattribute (storagestats_service_29_0) true) +(expandtypeattribute (storage_stub_file_29_0) true) +(expandtypeattribute (su_29_0) true) +(expandtypeattribute (su_exec_29_0) true) +(expandtypeattribute (super_block_device_29_0) true) +(expandtypeattribute (surfaceflinger_29_0) true) +(expandtypeattribute (surfaceflinger_service_29_0) true) +(expandtypeattribute (surfaceflinger_tmpfs_29_0) true) +(expandtypeattribute (swap_block_device_29_0) true) +(expandtypeattribute (sysfs_29_0) true) +(expandtypeattribute (sysfs_android_usb_29_0) true) +(expandtypeattribute (sysfs_batteryinfo_29_0) true) +(expandtypeattribute (sysfs_bluetooth_writable_29_0) true) +(expandtypeattribute (sysfs_devices_block_29_0) true) +(expandtypeattribute (sysfs_devices_system_cpu_29_0) true) +(expandtypeattribute (sysfs_dm_29_0) true) +(expandtypeattribute (sysfs_dt_firmware_android_29_0) true) +(expandtypeattribute (sysfs_extcon_29_0) true) +(expandtypeattribute (sysfs_fs_ext4_features_29_0) true) +(expandtypeattribute (sysfs_fs_f2fs_29_0) true) +(expandtypeattribute (sysfs_hwrandom_29_0) true) +(expandtypeattribute (sysfs_ipv4_29_0) true) +(expandtypeattribute (sysfs_kernel_notes_29_0) true) +(expandtypeattribute (sysfs_leds_29_0) true) +(expandtypeattribute (sysfs_loop_29_0) true) +(expandtypeattribute (sysfs_lowmemorykiller_29_0) true) +(expandtypeattribute (sysfs_mac_address_29_0) true) +(expandtypeattribute (sysfs_net_29_0) true) +(expandtypeattribute (sysfs_nfc_power_writable_29_0) true) +(expandtypeattribute (sysfs_power_29_0) true) +(expandtypeattribute (sysfs_rtc_29_0) true) +(expandtypeattribute (sysfs_switch_29_0) true) +(expandtypeattribute (sysfs_thermal_29_0) true) +(expandtypeattribute (sysfs_transparent_hugepage_29_0) true) +(expandtypeattribute (sysfs_uio_29_0) true) +(expandtypeattribute (sysfs_usb_29_0) true) +(expandtypeattribute (sysfs_usermodehelper_29_0) true) +(expandtypeattribute (sysfs_vibrator_29_0) true) +(expandtypeattribute (sysfs_wake_lock_29_0) true) +(expandtypeattribute (sysfs_wakeup_reasons_29_0) true) +(expandtypeattribute (sysfs_wlan_fwpath_29_0) true) +(expandtypeattribute (sysfs_zram_29_0) true) +(expandtypeattribute (sysfs_zram_uevent_29_0) true) +(expandtypeattribute (system_app_29_0) true) +(expandtypeattribute (system_app_data_file_29_0) true) +(expandtypeattribute (system_app_service_29_0) true) +(expandtypeattribute (system_asan_options_file_29_0) true) +(expandtypeattribute (system_block_device_29_0) true) +(expandtypeattribute (system_boot_reason_prop_29_0) true) +(expandtypeattribute (system_bootstrap_lib_file_29_0) true) +(expandtypeattribute (system_data_file_29_0) true) +(expandtypeattribute (system_event_log_tags_file_29_0) true) +(expandtypeattribute (system_file_29_0) true) +(expandtypeattribute (systemkeys_data_file_29_0) true) +(expandtypeattribute (system_lib_file_29_0) true) +(expandtypeattribute (system_linker_config_file_29_0) true) +(expandtypeattribute (system_linker_exec_29_0) true) +(expandtypeattribute (system_lmk_prop_29_0) true) +(expandtypeattribute (system_ndebug_socket_29_0) true) +(expandtypeattribute (system_net_netd_hwservice_29_0) true) +(expandtypeattribute (system_prop_29_0) true) +(expandtypeattribute (system_radio_prop_29_0) true) +(expandtypeattribute (system_seccomp_policy_file_29_0) true) +(expandtypeattribute (system_security_cacerts_file_29_0) true) +(expandtypeattribute (system_server_29_0) true) +(expandtypeattribute (system_server_tmpfs_29_0) true) +(expandtypeattribute (system_suspend_control_service_29_0) true) +(expandtypeattribute (system_suspend_hwservice_29_0) true) +(expandtypeattribute (system_trace_prop_29_0) true) +(expandtypeattribute (system_update_service_29_0) true) +(expandtypeattribute (system_wifi_keystore_hwservice_29_0) true) +(expandtypeattribute (system_wpa_socket_29_0) true) +(expandtypeattribute (system_zoneinfo_file_29_0) true) +(expandtypeattribute (task_profiles_file_29_0) true) +(expandtypeattribute (task_service_29_0) true) +(expandtypeattribute (tcpdump_exec_29_0) true) +(expandtypeattribute (tee_29_0) true) +(expandtypeattribute (tee_data_file_29_0) true) +(expandtypeattribute (tee_device_29_0) true) +(expandtypeattribute (telecom_service_29_0) true) +(expandtypeattribute (test_boot_reason_prop_29_0) true) +(expandtypeattribute (test_harness_prop_29_0) true) +(expandtypeattribute (testharness_service_29_0) true) +(expandtypeattribute (textclassification_service_29_0) true) +(expandtypeattribute (textclassifier_data_file_29_0) true) +(expandtypeattribute (textservices_service_29_0) true) +(expandtypeattribute (thermalcallback_hwservice_29_0) true) +(expandtypeattribute (thermal_service_29_0) true) +(expandtypeattribute (timedetector_service_29_0) true) +(expandtypeattribute (time_prop_29_0) true) +(expandtypeattribute (timezone_service_29_0) true) +(expandtypeattribute (tmpfs_29_0) true) +(expandtypeattribute (tombstoned_29_0) true) +(expandtypeattribute (tombstone_data_file_29_0) true) +(expandtypeattribute (tombstoned_crash_socket_29_0) true) +(expandtypeattribute (tombstoned_exec_29_0) true) +(expandtypeattribute (tombstoned_intercept_socket_29_0) true) +(expandtypeattribute (tombstoned_java_trace_socket_29_0) true) +(expandtypeattribute (tombstone_wifi_data_file_29_0) true) +(expandtypeattribute (toolbox_29_0) true) +(expandtypeattribute (toolbox_exec_29_0) true) +(expandtypeattribute (traced_29_0) true) +(expandtypeattribute (trace_data_file_29_0) true) +(expandtypeattribute (traced_consumer_socket_29_0) true) +(expandtypeattribute (traced_enabled_prop_29_0) true) +(expandtypeattribute (traced_lazy_prop_29_0) true) +(expandtypeattribute (traced_probes_29_0) true) +(expandtypeattribute (traced_producer_socket_29_0) true) +(expandtypeattribute (traceur_app_29_0) true) +(expandtypeattribute (trust_service_29_0) true) +(expandtypeattribute (tty_device_29_0) true) +(expandtypeattribute (tun_device_29_0) true) +(expandtypeattribute (tv_input_service_29_0) true) +(expandtypeattribute (tzdatacheck_29_0) true) +(expandtypeattribute (tzdatacheck_exec_29_0) true) +(expandtypeattribute (ueventd_29_0) true) +(expandtypeattribute (ueventd_tmpfs_29_0) true) +(expandtypeattribute (uhid_device_29_0) true) +(expandtypeattribute (uimode_service_29_0) true) +(expandtypeattribute (uio_device_29_0) true) +(expandtypeattribute (uncrypt_29_0) true) +(expandtypeattribute (uncrypt_exec_29_0) true) +(expandtypeattribute (uncrypt_socket_29_0) true) +(expandtypeattribute (unencrypted_data_file_29_0) true) +(expandtypeattribute (unlabeled_29_0) true) +(expandtypeattribute (untrusted_app_25_29_0) true) +(expandtypeattribute (untrusted_app_27_29_0) true) +(expandtypeattribute (untrusted_app_29_0) true) +(expandtypeattribute (update_engine_29_0) true) +(expandtypeattribute (update_engine_data_file_29_0) true) +(expandtypeattribute (update_engine_exec_29_0) true) +(expandtypeattribute (update_engine_log_data_file_29_0) true) +(expandtypeattribute (update_engine_service_29_0) true) +(expandtypeattribute (updatelock_service_29_0) true) +(expandtypeattribute (update_verifier_29_0) true) +(expandtypeattribute (update_verifier_exec_29_0) true) +(expandtypeattribute (uri_grants_service_29_0) true) +(expandtypeattribute (usagestats_service_29_0) true) +(expandtypeattribute (usbaccessory_device_29_0) true) +(expandtypeattribute (usbd_29_0) true) +(expandtypeattribute (usb_device_29_0) true) +(expandtypeattribute (usbd_exec_29_0) true) +(expandtypeattribute (usbfs_29_0) true) +(expandtypeattribute (usb_service_29_0) true) +(expandtypeattribute (use_memfd_prop_29_0) true) +(expandtypeattribute (userdata_block_device_29_0) true) +(expandtypeattribute (usermodehelper_29_0) true) +(expandtypeattribute (user_profile_data_file_29_0) true) +(expandtypeattribute (user_service_29_0) true) +(expandtypeattribute (vdc_29_0) true) +(expandtypeattribute (vdc_exec_29_0) true) +(expandtypeattribute (vendor_app_file_29_0) true) +(expandtypeattribute (vendor_cgroup_desc_file_29_0) true) +(expandtypeattribute (vendor_configs_file_29_0) true) +(expandtypeattribute (vendor_data_file_29_0) true) +(expandtypeattribute (vendor_default_prop_29_0) true) +(expandtypeattribute (vendor_file_29_0) true) +(expandtypeattribute (vendor_framework_file_29_0) true) +(expandtypeattribute (vendor_hal_file_29_0) true) +(expandtypeattribute (vendor_idc_file_29_0) true) +(expandtypeattribute (vendor_init_29_0) true) +(expandtypeattribute (vendor_keychars_file_29_0) true) +(expandtypeattribute (vendor_keylayout_file_29_0) true) +(expandtypeattribute (vendor_overlay_file_29_0) true) +(expandtypeattribute (vendor_public_lib_file_29_0) true) +(expandtypeattribute (vendor_security_patch_level_prop_29_0) true) +(expandtypeattribute (vendor_shell_29_0) true) +(expandtypeattribute (vendor_shell_exec_29_0) true) +(expandtypeattribute (vendor_task_profiles_file_29_0) true) +(expandtypeattribute (vendor_toolbox_exec_29_0) true) +(expandtypeattribute (vfat_29_0) true) +(expandtypeattribute (vibrator_service_29_0) true) +(expandtypeattribute (video_device_29_0) true) +(expandtypeattribute (virtual_touchpad_29_0) true) +(expandtypeattribute (virtual_touchpad_exec_29_0) true) +(expandtypeattribute (virtual_touchpad_service_29_0) true) +(expandtypeattribute (vndbinder_device_29_0) true) +(expandtypeattribute (vndk_sp_file_29_0) true) +(expandtypeattribute (vndservice_contexts_file_29_0) true) +(expandtypeattribute (vndservicemanager_29_0) true) +(expandtypeattribute (voiceinteraction_service_29_0) true) +(expandtypeattribute (vold_29_0) true) +(expandtypeattribute (vold_data_file_29_0) true) +(expandtypeattribute (vold_device_29_0) true) +(expandtypeattribute (vold_exec_29_0) true) +(expandtypeattribute (vold_metadata_file_29_0) true) +(expandtypeattribute (vold_prepare_subdirs_29_0) true) +(expandtypeattribute (vold_prepare_subdirs_exec_29_0) true) +(expandtypeattribute (vold_prop_29_0) true) +(expandtypeattribute (vold_service_29_0) true) +(expandtypeattribute (vpn_data_file_29_0) true) +(expandtypeattribute (vrflinger_vsync_service_29_0) true) +(expandtypeattribute (vr_hwc_29_0) true) +(expandtypeattribute (vr_hwc_exec_29_0) true) +(expandtypeattribute (vr_hwc_service_29_0) true) +(expandtypeattribute (vr_manager_service_29_0) true) +(expandtypeattribute (wallpaper_file_29_0) true) +(expandtypeattribute (wallpaper_service_29_0) true) +(expandtypeattribute (watchdogd_29_0) true) +(expandtypeattribute (watchdog_device_29_0) true) +(expandtypeattribute (watchdogd_exec_29_0) true) +(expandtypeattribute (webviewupdate_service_29_0) true) +(expandtypeattribute (webview_zygote_29_0) true) +(expandtypeattribute (webview_zygote_exec_29_0) true) +(expandtypeattribute (webview_zygote_tmpfs_29_0) true) +(expandtypeattribute (wifiaware_service_29_0) true) +(expandtypeattribute (wificond_29_0) true) +(expandtypeattribute (wificond_exec_29_0) true) +(expandtypeattribute (wificond_service_29_0) true) +(expandtypeattribute (wifi_data_file_29_0) true) +(expandtypeattribute (wifi_log_prop_29_0) true) +(expandtypeattribute (wifip2p_service_29_0) true) +(expandtypeattribute (wifi_prop_29_0) true) +(expandtypeattribute (wifiscanner_service_29_0) true) +(expandtypeattribute (wifi_service_29_0) true) +(expandtypeattribute (window_service_29_0) true) +(expandtypeattribute (wpantund_29_0) true) +(expandtypeattribute (wpantund_exec_29_0) true) +(expandtypeattribute (wpantund_service_29_0) true) +(expandtypeattribute (wpa_socket_29_0) true) +(expandtypeattribute (zero_device_29_0) true) +(expandtypeattribute (zoneinfo_data_file_29_0) true) +(expandtypeattribute (zygote_29_0) true) +(expandtypeattribute (zygote_exec_29_0) true) +(expandtypeattribute (zygote_socket_29_0) true) +(expandtypeattribute (zygote_tmpfs_29_0) true) +(typeattributeset accessibility_service_29_0 (accessibility_service)) +(typeattributeset account_service_29_0 (account_service)) +(typeattributeset activity_service_29_0 (activity_service)) +(typeattributeset activity_task_service_29_0 (activity_task_service)) +(typeattributeset adbd_29_0 (adbd)) +(typeattributeset adb_data_file_29_0 (adb_data_file)) +(typeattributeset adbd_exec_29_0 (adbd_exec)) +(typeattributeset adbd_socket_29_0 (adbd_socket)) +(typeattributeset adb_keys_file_29_0 (adb_keys_file)) +(typeattributeset adb_service_29_0 (adb_service)) +(typeattributeset alarm_service_29_0 (alarm_service)) +(typeattributeset anr_data_file_29_0 (anr_data_file)) +(typeattributeset apexd_29_0 (apexd)) +(typeattributeset apex_data_file_29_0 (apex_data_file)) +(typeattributeset apexd_exec_29_0 (apexd_exec)) +(typeattributeset apexd_prop_29_0 (apexd_prop)) +(typeattributeset apex_metadata_file_29_0 (apex_metadata_file)) +(typeattributeset apex_mnt_dir_29_0 (apex_mnt_dir)) +(typeattributeset apex_service_29_0 (apex_service)) +(typeattributeset apk_data_file_29_0 (apk_data_file)) +(typeattributeset apk_private_data_file_29_0 (apk_private_data_file)) +(typeattributeset apk_private_tmp_file_29_0 (apk_private_tmp_file)) +(typeattributeset apk_tmp_file_29_0 (apk_tmp_file)) +(typeattributeset app_binding_service_29_0 (app_binding_service)) +(typeattributeset app_data_file_29_0 (app_data_file)) +(typeattributeset appdomain_tmpfs_29_0 (appdomain_tmpfs)) +(typeattributeset app_fuse_file_29_0 (app_fuse_file)) +(typeattributeset app_fusefs_29_0 (app_fusefs)) +(typeattributeset appops_service_29_0 (appops_service)) +(typeattributeset app_prediction_service_29_0 (app_prediction_service)) +(typeattributeset appwidget_service_29_0 (appwidget_service)) +(typeattributeset app_zygote_29_0 (app_zygote)) +(typeattributeset app_zygote_tmpfs_29_0 (app_zygote_tmpfs)) +(typeattributeset asec_apk_file_29_0 (asec_apk_file)) +(typeattributeset asec_image_file_29_0 (asec_image_file)) +(typeattributeset asec_public_file_29_0 (asec_public_file)) +(typeattributeset ashmemd_29_0 (ashmemd)) +(typeattributeset ashmem_device_29_0 (ashmem_device)) +(typeattributeset assetatlas_service_29_0 (assetatlas_service)) +(typeattributeset audio_data_file_29_0 (audio_data_file)) +(typeattributeset audio_device_29_0 (audio_device)) +(typeattributeset audiohal_data_file_29_0 (audiohal_data_file)) +(typeattributeset audio_prop_29_0 (audio_prop)) +(typeattributeset audioserver_29_0 (audioserver)) +(typeattributeset audioserver_data_file_29_0 (audioserver_data_file)) +(typeattributeset audioserver_service_29_0 (audioserver_service)) +(typeattributeset audioserver_tmpfs_29_0 (audioserver_tmpfs)) +(typeattributeset audio_service_29_0 (audio_service)) +(typeattributeset autofill_service_29_0 (autofill_service)) +(typeattributeset backup_data_file_29_0 (backup_data_file)) +(typeattributeset backup_service_29_0 (backup_service)) +(typeattributeset batteryproperties_service_29_0 (batteryproperties_service)) +(typeattributeset battery_service_29_0 (battery_service)) +(typeattributeset batterystats_service_29_0 (batterystats_service)) +(typeattributeset binder_calls_stats_service_29_0 (binder_calls_stats_service)) +(typeattributeset binder_device_29_0 (binder_device)) +(typeattributeset binfmt_miscfs_29_0 (binfmt_miscfs)) +(typeattributeset biometric_service_29_0 (biometric_service)) +(typeattributeset blkid_29_0 (blkid)) +(typeattributeset blkid_untrusted_29_0 (blkid_untrusted)) +(typeattributeset block_device_29_0 (block_device)) +(typeattributeset bluetooth_29_0 (bluetooth)) +(typeattributeset bluetooth_a2dp_offload_prop_29_0 (bluetooth_a2dp_offload_prop)) +(typeattributeset bluetooth_audio_hal_prop_29_0 (bluetooth_audio_hal_prop)) +(typeattributeset bluetooth_data_file_29_0 (bluetooth_data_file)) +(typeattributeset bluetooth_efs_file_29_0 (bluetooth_efs_file)) +(typeattributeset bluetooth_logs_data_file_29_0 (bluetooth_logs_data_file)) +(typeattributeset bluetooth_manager_service_29_0 (bluetooth_manager_service)) +(typeattributeset bluetooth_prop_29_0 (bluetooth_prop)) +(typeattributeset bluetooth_service_29_0 (bluetooth_service)) +(typeattributeset bluetooth_socket_29_0 (bluetooth_socket)) +(typeattributeset bootanim_29_0 (bootanim)) +(typeattributeset bootanim_exec_29_0 (bootanim_exec)) +(typeattributeset boot_block_device_29_0 (boot_block_device)) +(typeattributeset bootchart_data_file_29_0 (bootchart_data_file)) +(typeattributeset bootloader_boot_reason_prop_29_0 (bootloader_boot_reason_prop)) +(typeattributeset bootstat_29_0 (bootstat)) +(typeattributeset bootstat_data_file_29_0 (bootstat_data_file)) +(typeattributeset bootstat_exec_29_0 (bootstat_exec)) +(typeattributeset boottime_prop_29_0 (boottime_prop)) +(typeattributeset boottrace_data_file_29_0 (boottrace_data_file)) +(typeattributeset bpf_progs_loaded_prop_29_0 (bpf_progs_loaded_prop)) +(typeattributeset broadcastradio_service_29_0 (broadcastradio_service)) +(typeattributeset bufferhubd_29_0 (bufferhubd)) +(typeattributeset bufferhubd_exec_29_0 (bufferhubd_exec)) +(typeattributeset bugreport_service_29_0 (bugreport_service)) +(typeattributeset cache_backup_file_29_0 (cache_backup_file)) +(typeattributeset cache_block_device_29_0 (cache_block_device)) +(typeattributeset cache_file_29_0 (cache_file)) +(typeattributeset cache_private_backup_file_29_0 (cache_private_backup_file)) +(typeattributeset cache_recovery_file_29_0 (cache_recovery_file)) +(typeattributeset camera_data_file_29_0 (camera_data_file)) +(typeattributeset camera_device_29_0 (camera_device)) +(typeattributeset cameraproxy_service_29_0 (cameraproxy_service)) +(typeattributeset cameraserver_29_0 (cameraserver)) +(typeattributeset cameraserver_exec_29_0 (cameraserver_exec)) +(typeattributeset cameraserver_service_29_0 (cameraserver_service)) +(typeattributeset cameraserver_tmpfs_29_0 (cameraserver_tmpfs)) +(typeattributeset cgroup_29_0 (cgroup)) +(typeattributeset cgroup_bpf_29_0 (cgroup_bpf)) +(typeattributeset cgroup_desc_file_29_0 (cgroup_desc_file)) +(typeattributeset cgroup_rc_file_29_0 (cgroup_rc_file)) +(typeattributeset charger_29_0 (charger)) +(typeattributeset charger_exec_29_0 (charger_exec)) +(typeattributeset clatd_29_0 (clatd)) +(typeattributeset clatd_exec_29_0 (clatd_exec)) +(typeattributeset clipboard_service_29_0 (clipboard_service)) +(typeattributeset color_display_service_29_0 (color_display_service)) +(typeattributeset companion_device_service_29_0 (companion_device_service)) +(typeattributeset configfs_29_0 (configfs)) +(typeattributeset config_prop_29_0 (config_prop)) +(typeattributeset connectivity_service_29_0 (connectivity_service)) +(typeattributeset connmetrics_service_29_0 (connmetrics_service)) +(typeattributeset console_device_29_0 (console_device)) +(typeattributeset consumer_ir_service_29_0 (consumer_ir_service)) +(typeattributeset content_capture_service_29_0 (content_capture_service)) +(typeattributeset content_service_29_0 (content_service)) +(typeattributeset content_suggestions_service_29_0 (content_suggestions_service)) +(typeattributeset contexthub_service_29_0 (contexthub_service)) +(typeattributeset coredump_file_29_0 (coredump_file)) +(typeattributeset country_detector_service_29_0 (country_detector_service)) +(typeattributeset coverage_service_29_0 (coverage_service)) +(typeattributeset cppreopt_prop_29_0 (cppreopt_prop)) +(typeattributeset cpuinfo_service_29_0 (cpuinfo_service)) +(typeattributeset cpu_variant_prop_29_0 (cpu_variant_prop)) +(typeattributeset crash_dump_29_0 (crash_dump)) +(typeattributeset crash_dump_exec_29_0 (crash_dump_exec)) +(typeattributeset crossprofileapps_service_29_0 (crossprofileapps_service)) +(typeattributeset ctl_adbd_prop_29_0 (ctl_adbd_prop)) +(typeattributeset ctl_bootanim_prop_29_0 (ctl_bootanim_prop)) +(typeattributeset ctl_bugreport_prop_29_0 (ctl_bugreport_prop)) +(typeattributeset ctl_console_prop_29_0 (ctl_console_prop)) +(typeattributeset ctl_default_prop_29_0 (ctl_default_prop)) +(typeattributeset ctl_dumpstate_prop_29_0 (ctl_dumpstate_prop)) +(typeattributeset ctl_fuse_prop_29_0 (ctl_fuse_prop)) +(typeattributeset ctl_gsid_prop_29_0 (ctl_gsid_prop)) +(typeattributeset ctl_interface_restart_prop_29_0 (ctl_interface_restart_prop)) +(typeattributeset ctl_interface_start_prop_29_0 (ctl_interface_start_prop)) +(typeattributeset ctl_interface_stop_prop_29_0 (ctl_interface_stop_prop)) +(typeattributeset ctl_mdnsd_prop_29_0 (ctl_mdnsd_prop)) +(typeattributeset ctl_restart_prop_29_0 (ctl_restart_prop)) +(typeattributeset ctl_rildaemon_prop_29_0 (ctl_rildaemon_prop)) +(typeattributeset ctl_sigstop_prop_29_0 (ctl_sigstop_prop)) +(typeattributeset ctl_start_prop_29_0 (ctl_start_prop)) +(typeattributeset ctl_stop_prop_29_0 (ctl_stop_prop)) +(typeattributeset dalvikcache_data_file_29_0 (dalvikcache_data_file)) +(typeattributeset dalvik_prop_29_0 (dalvik_prop)) +(typeattributeset dbinfo_service_29_0 (dbinfo_service)) +(typeattributeset debugfs_29_0 (debugfs)) +(typeattributeset debugfs_mmc_29_0 (debugfs_mmc)) +(typeattributeset debugfs_trace_marker_29_0 (debugfs_trace_marker)) +(typeattributeset debugfs_tracing_29_0 (debugfs_tracing)) +(typeattributeset debugfs_tracing_debug_29_0 (debugfs_tracing_debug)) +(typeattributeset debugfs_tracing_instances_29_0 (debugfs_tracing_instances)) +(typeattributeset debugfs_wakeup_sources_29_0 (debugfs_wakeup_sources)) +(typeattributeset debugfs_wifi_tracing_29_0 (debugfs_wifi_tracing)) +(typeattributeset debuggerd_prop_29_0 (debuggerd_prop)) +(typeattributeset debug_prop_29_0 (debug_prop)) +(typeattributeset default_android_hwservice_29_0 (default_android_hwservice)) +(typeattributeset default_android_service_29_0 (default_android_service)) +(typeattributeset default_android_vndservice_29_0 (default_android_vndservice)) +(typeattributeset default_prop_29_0 (default_prop)) +(typeattributeset dev_cpu_variant_29_0 (dev_cpu_variant)) +(typeattributeset device_29_0 (device)) +(typeattributeset device_config_activity_manager_native_boot_prop_29_0 (device_config_activity_manager_native_boot_prop)) +(typeattributeset device_config_boot_count_prop_29_0 (device_config_boot_count_prop)) +(typeattributeset device_config_input_native_boot_prop_29_0 (device_config_input_native_boot_prop)) +(typeattributeset device_config_media_native_prop_29_0 (device_config_media_native_prop)) +(typeattributeset device_config_netd_native_prop_29_0 (device_config_netd_native_prop)) +(typeattributeset device_config_reset_performed_prop_29_0 (device_config_reset_performed_prop)) +(typeattributeset device_config_runtime_native_boot_prop_29_0 (device_config_runtime_native_boot_prop)) +(typeattributeset device_config_runtime_native_prop_29_0 (device_config_runtime_native_prop)) +(typeattributeset device_config_service_29_0 (device_config_service)) +(typeattributeset device_identifiers_service_29_0 (device_identifiers_service)) +(typeattributeset deviceidle_service_29_0 (deviceidle_service)) +(typeattributeset device_logging_prop_29_0 (device_logging_prop)) +(typeattributeset device_policy_service_29_0 (device_policy_service)) +(typeattributeset devicestoragemonitor_service_29_0 (devicestoragemonitor_service)) +(typeattributeset devpts_29_0 (devpts)) +(typeattributeset dhcp_29_0 (dhcp)) +(typeattributeset dhcp_data_file_29_0 (dhcp_data_file)) +(typeattributeset dhcp_exec_29_0 (dhcp_exec)) +(typeattributeset dhcp_prop_29_0 (dhcp_prop)) +(typeattributeset diskstats_service_29_0 (diskstats_service)) +(typeattributeset display_service_29_0 (display_service)) +(typeattributeset dm_device_29_0 (dm_device)) +(typeattributeset dnsmasq_29_0 (dnsmasq)) +(typeattributeset dnsmasq_exec_29_0 (dnsmasq_exec)) +(typeattributeset dnsproxyd_socket_29_0 (dnsproxyd_socket)) +(typeattributeset dnsresolver_service_29_0 (dnsresolver_service)) +(typeattributeset DockObserver_service_29_0 (DockObserver_service)) +(typeattributeset dreams_service_29_0 (dreams_service)) +(typeattributeset drm_data_file_29_0 (drm_data_file)) +(typeattributeset drmserver_29_0 (drmserver)) +(typeattributeset drmserver_exec_29_0 (drmserver_exec)) +(typeattributeset drmserver_service_29_0 (drmserver_service)) +(typeattributeset drmserver_socket_29_0 (drmserver_socket)) +(typeattributeset dropbox_data_file_29_0 (dropbox_data_file)) +(typeattributeset dropbox_service_29_0 (dropbox_service)) +(typeattributeset dumpstate_29_0 (dumpstate)) +(typeattributeset dumpstate_exec_29_0 (dumpstate_exec)) +(typeattributeset dumpstate_options_prop_29_0 (dumpstate_options_prop)) +(typeattributeset dumpstate_prop_29_0 (dumpstate_prop)) +(typeattributeset dumpstate_service_29_0 (dumpstate_service)) +(typeattributeset dumpstate_socket_29_0 (dumpstate_socket)) +(typeattributeset dynamic_system_prop_29_0 (dynamic_system_prop)) +(typeattributeset e2fs_29_0 (e2fs)) +(typeattributeset e2fs_exec_29_0 (e2fs_exec)) +(typeattributeset efs_file_29_0 (efs_file)) +(typeattributeset ephemeral_app_29_0 (ephemeral_app)) +(typeattributeset ethernet_service_29_0 (ethernet_service)) +(typeattributeset exfat_29_0 (exfat)) +(typeattributeset exported2_config_prop_29_0 (exported2_config_prop)) +(typeattributeset exported2_default_prop_29_0 (exported2_default_prop)) +(typeattributeset exported2_radio_prop_29_0 (exported2_radio_prop)) +(typeattributeset exported2_system_prop_29_0 (exported2_system_prop)) +(typeattributeset exported2_vold_prop_29_0 (exported2_vold_prop)) +(typeattributeset exported3_default_prop_29_0 (exported3_default_prop)) +(typeattributeset exported3_radio_prop_29_0 (exported3_radio_prop)) +(typeattributeset exported3_system_prop_29_0 (exported3_system_prop)) +(typeattributeset exported_audio_prop_29_0 (exported_audio_prop)) +(typeattributeset exported_bluetooth_prop_29_0 (exported_bluetooth_prop)) +(typeattributeset exported_config_prop_29_0 (exported_config_prop)) +(typeattributeset exported_dalvik_prop_29_0 (exported_dalvik_prop)) +(typeattributeset exported_default_prop_29_0 (exported_default_prop)) +(typeattributeset exported_dumpstate_prop_29_0 (exported_dumpstate_prop)) +(typeattributeset exported_ffs_prop_29_0 (exported_ffs_prop)) +(typeattributeset exported_fingerprint_prop_29_0 (exported_fingerprint_prop)) +(typeattributeset exported_overlay_prop_29_0 (exported_overlay_prop)) +(typeattributeset exported_pm_prop_29_0 (exported_pm_prop)) +(typeattributeset exported_radio_prop_29_0 (exported_radio_prop)) +(typeattributeset exported_secure_prop_29_0 (exported_secure_prop)) +(typeattributeset exported_system_prop_29_0 (exported_system_prop)) +(typeattributeset exported_system_radio_prop_29_0 (exported_system_radio_prop)) +(typeattributeset exported_vold_prop_29_0 (exported_vold_prop)) +(typeattributeset exported_wifi_prop_29_0 (exported_wifi_prop)) +(typeattributeset external_vibrator_service_29_0 (external_vibrator_service)) +(typeattributeset face_service_29_0 (face_service)) +(typeattributeset face_vendor_data_file_29_0 (face_vendor_data_file)) +(typeattributeset fastbootd_29_0 (fastbootd)) +(typeattributeset ffs_prop_29_0 (ffs_prop)) +(typeattributeset file_contexts_file_29_0 (file_contexts_file)) +(typeattributeset fingerprintd_29_0 (fingerprintd)) +(typeattributeset fingerprintd_data_file_29_0 (fingerprintd_data_file)) +(typeattributeset fingerprintd_exec_29_0 (fingerprintd_exec)) +(typeattributeset fingerprintd_service_29_0 (fingerprintd_service)) +(typeattributeset fingerprint_prop_29_0 (fingerprint_prop)) +(typeattributeset fingerprint_service_29_0 (fingerprint_service)) +(typeattributeset fingerprint_vendor_data_file_29_0 (fingerprint_vendor_data_file)) +(typeattributeset firstboot_prop_29_0 (firstboot_prop)) +(typeattributeset flags_health_check_29_0 (flags_health_check)) +(typeattributeset flags_health_check_exec_29_0 (flags_health_check_exec)) +(typeattributeset font_service_29_0 (font_service)) +(typeattributeset frp_block_device_29_0 (frp_block_device)) +(typeattributeset fs_bpf_29_0 (fs_bpf)) +(typeattributeset fsck_29_0 (fsck)) +(typeattributeset fsck_exec_29_0 (fsck_exec)) +(typeattributeset fscklogs_29_0 (fscklogs)) +(typeattributeset fsck_untrusted_29_0 (fsck_untrusted)) +(typeattributeset functionfs_29_0 (functionfs)) +(typeattributeset fuse_29_0 (fuse)) +(typeattributeset fuse_device_29_0 (fuse_device)) +(typeattributeset fwk_bufferhub_hwservice_29_0 (fwk_bufferhub_hwservice)) +(typeattributeset fwk_camera_hwservice_29_0 (fwk_camera_hwservice)) +(typeattributeset fwk_display_hwservice_29_0 (fwk_display_hwservice)) +(typeattributeset fwk_scheduler_hwservice_29_0 (fwk_scheduler_hwservice)) +(typeattributeset fwk_sensor_hwservice_29_0 (fwk_sensor_hwservice)) +(typeattributeset fwk_stats_hwservice_29_0 (fwk_stats_hwservice)) +(typeattributeset fwmarkd_socket_29_0 (fwmarkd_socket)) +(typeattributeset gatekeeperd_29_0 (gatekeeperd)) +(typeattributeset gatekeeper_data_file_29_0 (gatekeeper_data_file)) +(typeattributeset gatekeeperd_exec_29_0 (gatekeeperd_exec)) +(typeattributeset gatekeeper_service_29_0 (gatekeeper_service)) +(typeattributeset gfxinfo_service_29_0 (gfxinfo_service)) +(typeattributeset gps_control_29_0 (gps_control)) +(typeattributeset gpu_device_29_0 (gpu_device)) +(typeattributeset gpu_service_29_0 (gpu_service)) +(typeattributeset gpuservice_29_0 (gpuservice)) +(typeattributeset graphics_device_29_0 (graphics_device)) +(typeattributeset graphicsstats_service_29_0 (graphicsstats_service)) +(typeattributeset gsi_data_file_29_0 (gsi_data_file)) +(typeattributeset gsid_prop_29_0 (gsid_prop)) +(typeattributeset gsi_metadata_file_29_0 (gsi_metadata_file)) +(typeattributeset hal_atrace_hwservice_29_0 (hal_atrace_hwservice)) +(typeattributeset hal_audiocontrol_hwservice_29_0 (hal_audiocontrol_hwservice)) +(typeattributeset hal_audio_hwservice_29_0 (hal_audio_hwservice)) +(typeattributeset hal_authsecret_hwservice_29_0 (hal_authsecret_hwservice)) +(typeattributeset hal_bluetooth_hwservice_29_0 (hal_bluetooth_hwservice)) +(typeattributeset hal_bootctl_hwservice_29_0 (hal_bootctl_hwservice)) +(typeattributeset hal_broadcastradio_hwservice_29_0 (hal_broadcastradio_hwservice)) +(typeattributeset hal_camera_hwservice_29_0 (hal_camera_hwservice)) +(typeattributeset hal_cas_hwservice_29_0 (hal_cas_hwservice)) +(typeattributeset hal_codec2_hwservice_29_0 (hal_codec2_hwservice)) +(typeattributeset hal_configstore_ISurfaceFlingerConfigs_29_0 (hal_configstore_ISurfaceFlingerConfigs)) +(typeattributeset hal_confirmationui_hwservice_29_0 (hal_confirmationui_hwservice)) +(typeattributeset hal_contexthub_hwservice_29_0 (hal_contexthub_hwservice)) +(typeattributeset hal_drm_hwservice_29_0 (hal_drm_hwservice)) +(typeattributeset hal_dumpstate_hwservice_29_0 (hal_dumpstate_hwservice)) +(typeattributeset hal_evs_hwservice_29_0 (hal_evs_hwservice)) +(typeattributeset hal_face_hwservice_29_0 (hal_face_hwservice)) +(typeattributeset hal_fingerprint_hwservice_29_0 (hal_fingerprint_hwservice)) +(typeattributeset hal_fingerprint_service_29_0 (hal_fingerprint_service)) +(typeattributeset hal_gatekeeper_hwservice_29_0 (hal_gatekeeper_hwservice)) +(typeattributeset hal_gnss_hwservice_29_0 (hal_gnss_hwservice)) +(typeattributeset hal_graphics_allocator_hwservice_29_0 (hal_graphics_allocator_hwservice)) +(typeattributeset hal_graphics_composer_hwservice_29_0 (hal_graphics_composer_hwservice)) +(typeattributeset hal_graphics_composer_server_tmpfs_29_0 (hal_graphics_composer_server_tmpfs)) +(typeattributeset hal_graphics_mapper_hwservice_29_0 (hal_graphics_mapper_hwservice)) +(typeattributeset hal_health_hwservice_29_0 (hal_health_hwservice)) +(typeattributeset hal_health_storage_hwservice_29_0 (hal_health_storage_hwservice)) +(typeattributeset hal_input_classifier_hwservice_29_0 (hal_input_classifier_hwservice)) +(typeattributeset hal_ir_hwservice_29_0 (hal_ir_hwservice)) +(typeattributeset hal_keymaster_hwservice_29_0 (hal_keymaster_hwservice)) +(typeattributeset hal_light_hwservice_29_0 (hal_light_hwservice)) +(typeattributeset hal_lowpan_hwservice_29_0 (hal_lowpan_hwservice)) +(typeattributeset hal_memtrack_hwservice_29_0 (hal_memtrack_hwservice)) +(typeattributeset hal_neuralnetworks_hwservice_29_0 (hal_neuralnetworks_hwservice)) +(typeattributeset hal_nfc_hwservice_29_0 (hal_nfc_hwservice)) +(typeattributeset hal_oemlock_hwservice_29_0 (hal_oemlock_hwservice)) +(typeattributeset hal_omx_hwservice_29_0 (hal_omx_hwservice)) +(typeattributeset hal_power_hwservice_29_0 (hal_power_hwservice)) +(typeattributeset hal_power_stats_hwservice_29_0 (hal_power_stats_hwservice)) +(typeattributeset hal_renderscript_hwservice_29_0 (hal_renderscript_hwservice)) +(typeattributeset hal_secure_element_hwservice_29_0 (hal_secure_element_hwservice)) +(typeattributeset hal_sensors_hwservice_29_0 (hal_sensors_hwservice)) +(typeattributeset hal_telephony_hwservice_29_0 (hal_telephony_hwservice)) +(typeattributeset hal_tetheroffload_hwservice_29_0 (hal_tetheroffload_hwservice)) +(typeattributeset hal_thermal_hwservice_29_0 (hal_thermal_hwservice)) +(typeattributeset hal_tv_cec_hwservice_29_0 (hal_tv_cec_hwservice)) +(typeattributeset hal_tv_input_hwservice_29_0 (hal_tv_input_hwservice)) +(typeattributeset hal_usb_gadget_hwservice_29_0 (hal_usb_gadget_hwservice)) +(typeattributeset hal_usb_hwservice_29_0 (hal_usb_hwservice)) +(typeattributeset hal_vehicle_hwservice_29_0 (hal_vehicle_hwservice)) +(typeattributeset hal_vibrator_hwservice_29_0 (hal_vibrator_hwservice)) +(typeattributeset hal_vr_hwservice_29_0 (hal_vr_hwservice)) +(typeattributeset hal_weaver_hwservice_29_0 (hal_weaver_hwservice)) +(typeattributeset hal_wifi_hostapd_hwservice_29_0 (hal_wifi_hostapd_hwservice)) +(typeattributeset hal_wifi_hwservice_29_0 (hal_wifi_hwservice)) +(typeattributeset hal_wifi_offload_hwservice_29_0 (hal_wifi_offload_hwservice)) +(typeattributeset hal_wifi_supplicant_hwservice_29_0 (hal_wifi_supplicant_hwservice)) +(typeattributeset hardware_properties_service_29_0 (hardware_properties_service)) +(typeattributeset hardware_service_29_0 (hardware_service)) +(typeattributeset hci_attach_dev_29_0 (hci_attach_dev)) +(typeattributeset hdmi_control_service_29_0 (hdmi_control_service)) +(typeattributeset healthd_29_0 (healthd)) +(typeattributeset healthd_exec_29_0 (healthd_exec)) +(typeattributeset heapdump_data_file_29_0 (heapdump_data_file)) +(typeattributeset heapprofd_29_0 (heapprofd)) +(typeattributeset heapprofd_enabled_prop_29_0 (heapprofd_enabled_prop)) +(typeattributeset heapprofd_prop_29_0 (heapprofd_prop)) +(typeattributeset heapprofd_socket_29_0 (heapprofd_socket)) +(typeattributeset hidl_allocator_hwservice_29_0 (hidl_allocator_hwservice)) +(typeattributeset hidl_base_hwservice_29_0 (hidl_base_hwservice)) +(typeattributeset hidl_manager_hwservice_29_0 (hidl_manager_hwservice)) +(typeattributeset hidl_memory_hwservice_29_0 (hidl_memory_hwservice)) +(typeattributeset hidl_token_hwservice_29_0 (hidl_token_hwservice)) +(typeattributeset hwbinder_device_29_0 (hwbinder_device)) +(typeattributeset hw_random_device_29_0 (hw_random_device)) +(typeattributeset hwservice_contexts_file_29_0 (hwservice_contexts_file)) +(typeattributeset hwservicemanager_29_0 (hwservicemanager)) +(typeattributeset hwservicemanager_exec_29_0 (hwservicemanager_exec)) +(typeattributeset hwservicemanager_prop_29_0 (hwservicemanager_prop)) +(typeattributeset icon_file_29_0 (icon_file)) +(typeattributeset idmap_29_0 (idmap)) +(typeattributeset idmap_exec_29_0 (idmap_exec)) +(typeattributeset idmap_service_29_0 (idmap_service)) +(typeattributeset iio_device_29_0 (iio_device)) +(typeattributeset imms_service_29_0 (imms_service)) +(typeattributeset incident_29_0 (incident)) +(typeattributeset incidentd_29_0 (incidentd)) +(typeattributeset incident_data_file_29_0 (incident_data_file)) +(typeattributeset incident_helper_29_0 (incident_helper)) +(typeattributeset incident_service_29_0 (incident_service)) +(typeattributeset init_29_0 (init)) +(typeattributeset init_exec_29_0 (init_exec)) +(typeattributeset init_tmpfs_29_0 (init_tmpfs)) +(typeattributeset inotify_29_0 (inotify)) +(typeattributeset input_device_29_0 (input_device)) +(typeattributeset inputflinger_29_0 (inputflinger)) +(typeattributeset inputflinger_exec_29_0 (inputflinger_exec)) +(typeattributeset inputflinger_service_29_0 (inputflinger_service)) +(typeattributeset input_method_service_29_0 (input_method_service)) +(typeattributeset input_service_29_0 (input_service)) +(typeattributeset installd_29_0 (installd)) +(typeattributeset install_data_file_29_0 (install_data_file)) +(typeattributeset installd_exec_29_0 (installd_exec)) +(typeattributeset installd_service_29_0 (installd_service)) +(typeattributeset install_recovery_29_0 (install_recovery)) +(typeattributeset install_recovery_exec_29_0 (install_recovery_exec)) +(typeattributeset ion_device_29_0 (ion_device)) +(typeattributeset iorapd_29_0 (iorapd)) +(typeattributeset iorapd_data_file_29_0 (iorapd_data_file)) +(typeattributeset iorapd_exec_29_0 (iorapd_exec)) +(typeattributeset iorapd_service_29_0 (iorapd_service)) +(typeattributeset iorapd_tmpfs_29_0 (iorapd_tmpfs)) +(typeattributeset IProxyService_service_29_0 (IProxyService_service)) +(typeattributeset ipsec_service_29_0 (ipsec_service)) +(typeattributeset iris_service_29_0 (iris_service)) +(typeattributeset iris_vendor_data_file_29_0 (iris_vendor_data_file)) +(typeattributeset isolated_app_29_0 (isolated_app)) +(typeattributeset jobscheduler_service_29_0 (jobscheduler_service)) +(typeattributeset kernel_29_0 (kernel)) +(typeattributeset keychain_data_file_29_0 (keychain_data_file)) +(typeattributeset keychord_device_29_0 (keychord_device)) +(typeattributeset keystore_29_0 (keystore)) +(typeattributeset keystore_data_file_29_0 (keystore_data_file)) +(typeattributeset keystore_exec_29_0 (keystore_exec)) +(typeattributeset keystore_service_29_0 (keystore_service)) +(typeattributeset kmsg_debug_device_29_0 (kmsg_debug_device)) +(typeattributeset kmsg_device_29_0 (kmsg_device)) +(typeattributeset labeledfs_29_0 (labeledfs)) +(typeattributeset last_boot_reason_prop_29_0 (last_boot_reason_prop)) +(typeattributeset launcherapps_service_29_0 (launcherapps_service)) +(typeattributeset llkd_29_0 (llkd)) +(typeattributeset llkd_exec_29_0 (llkd_exec)) +(typeattributeset llkd_prop_29_0 (llkd_prop)) +(typeattributeset lmkd_29_0 (lmkd)) +(typeattributeset lmkd_exec_29_0 (lmkd_exec)) +(typeattributeset lmkd_socket_29_0 (lmkd_socket)) +(typeattributeset location_service_29_0 (location_service)) +(typeattributeset lock_settings_service_29_0 (lock_settings_service)) +(typeattributeset logcat_exec_29_0 (logcat_exec)) +(typeattributeset logd_29_0 (logd)) +(typeattributeset logd_exec_29_0 (logd_exec)) +(typeattributeset logd_prop_29_0 (logd_prop)) +(typeattributeset logdr_socket_29_0 (logdr_socket)) +(typeattributeset logd_socket_29_0 (logd_socket)) +(typeattributeset logdw_socket_29_0 (logdw_socket)) +(typeattributeset logpersist_29_0 (logpersist)) +(typeattributeset logpersistd_logging_prop_29_0 (logpersistd_logging_prop)) +(typeattributeset log_prop_29_0 (log_prop)) +(typeattributeset log_tag_prop_29_0 (log_tag_prop)) +(typeattributeset loop_control_device_29_0 (loop_control_device)) +(typeattributeset loop_device_29_0 (loop_device)) +(typeattributeset looper_stats_service_29_0 (looper_stats_service)) +(typeattributeset lowpan_device_29_0 (lowpan_device)) +(typeattributeset lowpan_prop_29_0 (lowpan_prop)) +(typeattributeset lowpan_service_29_0 (lowpan_service)) +(typeattributeset lpdumpd_prop_29_0 (lpdumpd_prop)) +(typeattributeset lpdump_service_29_0 (lpdump_service)) +(typeattributeset mac_perms_file_29_0 (mac_perms_file)) +(typeattributeset mdnsd_29_0 (mdnsd)) +(typeattributeset mdnsd_socket_29_0 (mdnsd_socket)) +(typeattributeset mdns_socket_29_0 (mdns_socket)) +(typeattributeset mediacodec_service_29_0 (mediacodec_service)) +(typeattributeset media_data_file_29_0 (media_data_file)) +(typeattributeset mediadrmserver_29_0 (mediadrmserver)) +(typeattributeset mediadrmserver_exec_29_0 (mediadrmserver_exec)) +(typeattributeset mediadrmserver_service_29_0 (mediadrmserver_service)) +(typeattributeset mediaextractor_29_0 (mediaextractor)) +(typeattributeset mediaextractor_exec_29_0 (mediaextractor_exec)) +(typeattributeset mediaextractor_service_29_0 (mediaextractor_service)) +(typeattributeset mediaextractor_tmpfs_29_0 (mediaextractor_tmpfs)) +(typeattributeset mediametrics_29_0 (mediametrics)) +(typeattributeset mediametrics_exec_29_0 (mediametrics_exec)) +(typeattributeset mediametrics_service_29_0 (mediametrics_service)) +(typeattributeset media_projection_service_29_0 (media_projection_service)) +(typeattributeset mediaprovider_29_0 (mediaprovider)) +(typeattributeset media_router_service_29_0 (media_router_service)) +(typeattributeset media_rw_data_file_29_0 (media_rw_data_file)) +(typeattributeset mediaserver_29_0 (mediaserver)) +(typeattributeset mediaserver_exec_29_0 (mediaserver_exec)) +(typeattributeset mediaserver_service_29_0 (mediaserver_service)) +(typeattributeset mediaserver_tmpfs_29_0 (mediaserver_tmpfs)) +(typeattributeset media_session_service_29_0 (media_session_service)) +(typeattributeset mediaswcodec_29_0 (mediaswcodec)) +(typeattributeset mediaswcodec_exec_29_0 (mediaswcodec_exec)) +(typeattributeset meminfo_service_29_0 (meminfo_service)) +(typeattributeset metadata_block_device_29_0 (metadata_block_device)) +(typeattributeset metadata_file_29_0 (metadata_file)) +(typeattributeset method_trace_data_file_29_0 (method_trace_data_file)) +(typeattributeset midi_service_29_0 (midi_service)) +(typeattributeset misc_block_device_29_0 (misc_block_device)) +(typeattributeset misc_logd_file_29_0 (misc_logd_file)) +(typeattributeset misc_user_data_file_29_0 (misc_user_data_file)) +(typeattributeset mmc_prop_29_0 (mmc_prop)) +(typeattributeset mnt_expand_file_29_0 (mnt_expand_file)) +(typeattributeset mnt_media_rw_file_29_0 (mnt_media_rw_file)) +(typeattributeset mnt_media_rw_stub_file_29_0 (mnt_media_rw_stub_file)) +(typeattributeset mnt_product_file_29_0 (mnt_product_file)) +(typeattributeset mnt_user_file_29_0 (mnt_user_file)) +(typeattributeset mnt_vendor_file_29_0 (mnt_vendor_file)) +(typeattributeset modprobe_29_0 (modprobe)) +(typeattributeset mount_service_29_0 (mount_service)) +(typeattributeset mqueue_29_0 (mqueue)) +(typeattributeset mtp_29_0 (mtp)) +(typeattributeset mtp_device_29_0 (mtp_device)) +(typeattributeset mtpd_socket_29_0 (mtpd_socket)) +(typeattributeset mtp_exec_29_0 (mtp_exec)) +(typeattributeset nativetest_data_file_29_0 (nativetest_data_file)) +(typeattributeset netd_29_0 (netd)) +(typeattributeset net_data_file_29_0 (net_data_file)) +(typeattributeset netd_exec_29_0 (netd_exec)) +(typeattributeset netd_listener_service_29_0 (netd_listener_service)) +(typeattributeset net_dns_prop_29_0 (net_dns_prop)) +(typeattributeset netd_service_29_0 (netd_service)) +(typeattributeset netd_stable_secret_prop_29_0 (netd_stable_secret_prop)) +(typeattributeset netif_29_0 (netif)) +(typeattributeset netpolicy_service_29_0 (netpolicy_service)) +(typeattributeset net_radio_prop_29_0 (net_radio_prop)) +(typeattributeset netstats_service_29_0 (netstats_service)) +(typeattributeset netutils_wrapper_29_0 (netutils_wrapper)) +(typeattributeset netutils_wrapper_exec_29_0 (netutils_wrapper_exec)) +(typeattributeset network_management_service_29_0 (network_management_service)) +(typeattributeset network_score_service_29_0 (network_score_service)) +(typeattributeset network_stack_29_0 (network_stack)) +(typeattributeset network_stack_service_29_0 (network_stack_service)) +(typeattributeset network_time_update_service_29_0 (network_time_update_service)) +(typeattributeset network_watchlist_data_file_29_0 (network_watchlist_data_file)) +(typeattributeset network_watchlist_service_29_0 (network_watchlist_service)) +(typeattributeset nfc_29_0 (nfc)) +(typeattributeset nfc_data_file_29_0 (nfc_data_file)) +(typeattributeset nfc_device_29_0 (nfc_device)) +(typeattributeset nfc_prop_29_0 (nfc_prop)) +(typeattributeset nfc_service_29_0 (nfc_service)) +(typeattributeset nnapi_ext_deny_product_prop_29_0 (nnapi_ext_deny_product_prop)) +(typeattributeset node_29_0 (node)) +(typeattributeset nonplat_service_contexts_file_29_0 (nonplat_service_contexts_file)) +(typeattributeset notification_service_29_0 (notification_service)) +(typeattributeset null_device_29_0 (null_device)) +(typeattributeset oemfs_29_0 (oemfs)) +(typeattributeset oem_lock_service_29_0 (oem_lock_service)) +(typeattributeset ota_data_file_29_0 (ota_data_file)) +(typeattributeset otadexopt_service_29_0 (otadexopt_service)) +(typeattributeset ota_package_file_29_0 (ota_package_file)) +(typeattributeset overlayfs_file_29_0 (overlayfs_file)) +(typeattributeset overlay_prop_29_0 (overlay_prop)) +(typeattributeset overlay_service_29_0 (overlay_service)) +(typeattributeset owntty_device_29_0 (owntty_device)) +(typeattributeset package_native_service_29_0 (package_native_service)) +(typeattributeset package_service_29_0 (package_service)) +(typeattributeset packages_list_file_29_0 (packages_list_file)) +(typeattributeset pan_result_prop_29_0 (pan_result_prop)) +(typeattributeset password_slot_metadata_file_29_0 (password_slot_metadata_file)) +(typeattributeset pdx_bufferhub_client_channel_socket_29_0 (pdx_bufferhub_client_channel_socket)) +(typeattributeset pdx_bufferhub_client_endpoint_socket_29_0 (pdx_bufferhub_client_endpoint_socket)) +(typeattributeset pdx_bufferhub_dir_29_0 (pdx_bufferhub_dir)) +(typeattributeset pdx_display_client_channel_socket_29_0 (pdx_display_client_channel_socket)) +(typeattributeset pdx_display_client_endpoint_socket_29_0 (pdx_display_client_endpoint_socket)) +(typeattributeset pdx_display_dir_29_0 (pdx_display_dir)) +(typeattributeset pdx_display_manager_channel_socket_29_0 (pdx_display_manager_channel_socket)) +(typeattributeset pdx_display_manager_endpoint_socket_29_0 (pdx_display_manager_endpoint_socket)) +(typeattributeset pdx_display_screenshot_channel_socket_29_0 (pdx_display_screenshot_channel_socket)) +(typeattributeset pdx_display_screenshot_endpoint_socket_29_0 (pdx_display_screenshot_endpoint_socket)) +(typeattributeset pdx_display_vsync_channel_socket_29_0 (pdx_display_vsync_channel_socket)) +(typeattributeset pdx_display_vsync_endpoint_socket_29_0 (pdx_display_vsync_endpoint_socket)) +(typeattributeset pdx_performance_client_channel_socket_29_0 (pdx_performance_client_channel_socket)) +(typeattributeset pdx_performance_client_endpoint_socket_29_0 (pdx_performance_client_endpoint_socket)) +(typeattributeset pdx_performance_dir_29_0 (pdx_performance_dir)) +(typeattributeset perfetto_29_0 (perfetto)) +(typeattributeset performanced_29_0 (performanced)) +(typeattributeset performanced_exec_29_0 (performanced_exec)) +(typeattributeset perfprofd_29_0 (perfprofd)) +(typeattributeset perfprofd_data_file_29_0 (perfprofd_data_file)) +(typeattributeset perfprofd_exec_29_0 (perfprofd_exec)) +(typeattributeset perfprofd_service_29_0 (perfprofd_service)) +(typeattributeset permissionmgr_service_29_0 (permissionmgr_service)) +(typeattributeset permission_service_29_0 (permission_service)) +(typeattributeset persist_debug_prop_29_0 (persist_debug_prop)) +(typeattributeset persistent_data_block_service_29_0 (persistent_data_block_service)) +(typeattributeset persistent_properties_ready_prop_29_0 (persistent_properties_ready_prop)) +(typeattributeset pinner_service_29_0 (pinner_service)) +(typeattributeset pipefs_29_0 (pipefs)) +(typeattributeset platform_app_29_0 (platform_app)) +(typeattributeset pm_prop_29_0 (pm_prop)) +(typeattributeset pmsg_device_29_0 (pmsg_device)) +(typeattributeset port_29_0 (port)) +(typeattributeset port_device_29_0 (port_device)) +(typeattributeset postinstall_29_0 (postinstall)) +(typeattributeset postinstall_apex_mnt_dir_29_0 (postinstall_apex_mnt_dir)) +(typeattributeset postinstall_file_29_0 (postinstall_file)) +(typeattributeset postinstall_mnt_dir_29_0 (postinstall_mnt_dir)) +(typeattributeset powerctl_prop_29_0 (powerctl_prop)) +(typeattributeset power_service_29_0 (power_service)) +(typeattributeset ppp_29_0 (ppp)) +(typeattributeset ppp_device_29_0 (ppp_device)) +(typeattributeset ppp_exec_29_0 (ppp_exec)) +(typeattributeset preloads_data_file_29_0 (preloads_data_file)) +(typeattributeset preloads_media_file_29_0 (preloads_media_file)) +(typeattributeset print_service_29_0 (print_service)) +(typeattributeset priv_app_29_0 (priv_app)) +(typeattributeset privapp_data_file_29_0 (privapp_data_file)) +(typeattributeset proc_29_0 + ( proc + proc_kpageflags + proc_lowmemorykiller)) +(typeattributeset proc_abi_29_0 (proc_abi)) +(typeattributeset proc_asound_29_0 (proc_asound)) +(typeattributeset proc_bluetooth_writable_29_0 (proc_bluetooth_writable)) +(typeattributeset proc_buddyinfo_29_0 (proc_buddyinfo)) +(typeattributeset proc_cmdline_29_0 (proc_cmdline)) +(typeattributeset proc_cpuinfo_29_0 (proc_cpuinfo)) +(typeattributeset proc_dirty_29_0 (proc_dirty)) +(typeattributeset proc_diskstats_29_0 (proc_diskstats)) +(typeattributeset proc_drop_caches_29_0 (proc_drop_caches)) +(typeattributeset processinfo_service_29_0 (processinfo_service)) +(typeattributeset proc_extra_free_kbytes_29_0 (proc_extra_free_kbytes)) +(typeattributeset proc_filesystems_29_0 (proc_filesystems)) +(typeattributeset proc_fs_verity_29_0 (proc_fs_verity)) +(typeattributeset proc_hostname_29_0 (proc_hostname)) +(typeattributeset proc_hung_task_29_0 (proc_hung_task)) +(typeattributeset proc_interrupts_29_0 (proc_interrupts)) +(typeattributeset proc_iomem_29_0 (proc_iomem)) +(typeattributeset proc_keys_29_0 (proc_keys)) +(typeattributeset proc_kmsg_29_0 (proc_kmsg)) +(typeattributeset proc_loadavg_29_0 (proc_loadavg)) +(typeattributeset proc_max_map_count_29_0 (proc_max_map_count)) +(typeattributeset proc_meminfo_29_0 (proc_meminfo)) +(typeattributeset proc_min_free_order_shift_29_0 (proc_min_free_order_shift)) +(typeattributeset proc_misc_29_0 (proc_misc)) +(typeattributeset proc_modules_29_0 (proc_modules)) +(typeattributeset proc_mounts_29_0 (proc_mounts)) +(typeattributeset proc_net_29_0 (proc_net)) +(typeattributeset proc_net_tcp_udp_29_0 (proc_net_tcp_udp)) +(typeattributeset proc_overcommit_memory_29_0 (proc_overcommit_memory)) +(typeattributeset proc_page_cluster_29_0 (proc_page_cluster)) +(typeattributeset proc_pagetypeinfo_29_0 (proc_pagetypeinfo)) +(typeattributeset proc_panic_29_0 (proc_panic)) +(typeattributeset proc_perf_29_0 (proc_perf)) +(typeattributeset proc_pid_max_29_0 (proc_pid_max)) +(typeattributeset proc_pipe_conf_29_0 (proc_pipe_conf)) +(typeattributeset proc_pressure_cpu_29_0 (proc_pressure_cpu)) +(typeattributeset proc_pressure_io_29_0 (proc_pressure_io)) +(typeattributeset proc_pressure_mem_29_0 (proc_pressure_mem)) +(typeattributeset proc_qtaguid_ctrl_29_0 (proc_qtaguid_ctrl)) +(typeattributeset proc_qtaguid_stat_29_0 (proc_qtaguid_stat)) +(typeattributeset proc_random_29_0 (proc_random)) +(typeattributeset proc_sched_29_0 (proc_sched)) +(typeattributeset proc_security_29_0 (proc_security)) +(typeattributeset proc_slabinfo_29_0 (proc_slabinfo)) +(typeattributeset proc_stat_29_0 (proc_stat)) +(typeattributeset procstats_service_29_0 (procstats_service)) +(typeattributeset proc_swaps_29_0 (proc_swaps)) +(typeattributeset proc_sysrq_29_0 (proc_sysrq)) +(typeattributeset proc_timer_29_0 (proc_timer)) +(typeattributeset proc_tty_drivers_29_0 (proc_tty_drivers)) +(typeattributeset proc_uid_concurrent_active_time_29_0 (proc_uid_concurrent_active_time)) +(typeattributeset proc_uid_concurrent_policy_time_29_0 (proc_uid_concurrent_policy_time)) +(typeattributeset proc_uid_cpupower_29_0 (proc_uid_cpupower)) +(typeattributeset proc_uid_cputime_removeuid_29_0 (proc_uid_cputime_removeuid)) +(typeattributeset proc_uid_cputime_showstat_29_0 (proc_uid_cputime_showstat)) +(typeattributeset proc_uid_io_stats_29_0 (proc_uid_io_stats)) +(typeattributeset proc_uid_procstat_set_29_0 (proc_uid_procstat_set)) +(typeattributeset proc_uid_time_in_state_29_0 (proc_uid_time_in_state)) +(typeattributeset proc_uptime_29_0 (proc_uptime)) +(typeattributeset proc_version_29_0 (proc_version)) +(typeattributeset proc_vmallocinfo_29_0 (proc_vmallocinfo)) +(typeattributeset proc_vmstat_29_0 (proc_vmstat)) +(typeattributeset proc_zoneinfo_29_0 (proc_zoneinfo)) +(typeattributeset profman_29_0 (profman)) +(typeattributeset profman_dump_data_file_29_0 (profman_dump_data_file)) +(typeattributeset profman_exec_29_0 (profman_exec)) +(typeattributeset properties_device_29_0 (properties_device)) +(typeattributeset properties_serial_29_0 (properties_serial)) +(typeattributeset property_contexts_file_29_0 (property_contexts_file)) +(typeattributeset property_data_file_29_0 (property_data_file)) +(typeattributeset property_info_29_0 (property_info)) +(typeattributeset property_socket_29_0 (property_socket)) +(typeattributeset pstorefs_29_0 (pstorefs)) +(typeattributeset ptmx_device_29_0 (ptmx_device)) +(typeattributeset qtaguid_device_29_0 (qtaguid_device)) +(typeattributeset racoon_29_0 (racoon)) +(typeattributeset racoon_exec_29_0 (racoon_exec)) +(typeattributeset racoon_socket_29_0 (racoon_socket)) +(typeattributeset radio_29_0 (radio)) +(typeattributeset radio_data_file_29_0 (radio_data_file)) +(typeattributeset radio_device_29_0 (radio_device)) +(typeattributeset radio_prop_29_0 (radio_prop)) +(typeattributeset radio_service_29_0 (radio_service)) +(typeattributeset ram_device_29_0 (ram_device)) +(typeattributeset random_device_29_0 (random_device)) +(typeattributeset recovery_29_0 (recovery)) +(typeattributeset recovery_block_device_29_0 (recovery_block_device)) +(typeattributeset recovery_data_file_29_0 (recovery_data_file)) +(typeattributeset recovery_persist_29_0 (recovery_persist)) +(typeattributeset recovery_persist_exec_29_0 (recovery_persist_exec)) +(typeattributeset recovery_refresh_29_0 (recovery_refresh)) +(typeattributeset recovery_refresh_exec_29_0 (recovery_refresh_exec)) +(typeattributeset recovery_service_29_0 (recovery_service)) +(typeattributeset recovery_socket_29_0 (recovery_socket)) +(typeattributeset registry_service_29_0 (registry_service)) +(typeattributeset resourcecache_data_file_29_0 (resourcecache_data_file)) +(typeattributeset restorecon_prop_29_0 (restorecon_prop)) +(typeattributeset restrictions_service_29_0 (restrictions_service)) +(typeattributeset rild_debug_socket_29_0 (rild_debug_socket)) +(typeattributeset rild_socket_29_0 (rild_socket)) +(typeattributeset ringtone_file_29_0 (ringtone_file)) +(typeattributeset role_service_29_0 (role_service)) +(typeattributeset rollback_service_29_0 (rollback_service)) +(typeattributeset root_block_device_29_0 (root_block_device)) +(typeattributeset rootfs_29_0 (rootfs)) +(typeattributeset rpmsg_device_29_0 (rpmsg_device)) +(typeattributeset rs_29_0 (rs)) +(typeattributeset rs_exec_29_0 (rs_exec)) +(typeattributeset rss_hwm_reset_29_0 (rss_hwm_reset)) +(typeattributeset rtc_device_29_0 (rtc_device)) +(typeattributeset rttmanager_service_29_0 (rttmanager_service)) +(typeattributeset runas_29_0 (runas)) +(typeattributeset runas_app_29_0 (runas_app)) +(typeattributeset runas_exec_29_0 (runas_exec)) +(typeattributeset runtime_event_log_tags_file_29_0 (runtime_event_log_tags_file)) +(typeattributeset runtime_service_29_0 (runtime_service)) +(typeattributeset safemode_prop_29_0 (safemode_prop)) +(typeattributeset same_process_hal_file_29_0 (same_process_hal_file)) +(typeattributeset samplingprofiler_service_29_0 (samplingprofiler_service)) +(typeattributeset scheduling_policy_service_29_0 (scheduling_policy_service)) +(typeattributeset sdcard_block_device_29_0 (sdcard_block_device)) +(typeattributeset sdcardd_29_0 (sdcardd)) +(typeattributeset sdcardd_exec_29_0 (sdcardd_exec)) +(typeattributeset sdcardfs_29_0 (sdcardfs)) +(typeattributeset seapp_contexts_file_29_0 (seapp_contexts_file)) +(typeattributeset search_service_29_0 (search_service)) +(typeattributeset sec_key_att_app_id_provider_service_29_0 (sec_key_att_app_id_provider_service)) +(typeattributeset secure_element_29_0 (secure_element)) +(typeattributeset secure_element_device_29_0 (secure_element_device)) +(typeattributeset secure_element_service_29_0 (secure_element_service)) +(typeattributeset selinuxfs_29_0 (selinuxfs)) +(typeattributeset sensor_privacy_service_29_0 (sensor_privacy_service)) +(typeattributeset sensors_device_29_0 (sensors_device)) +(typeattributeset sensorservice_service_29_0 (sensorservice_service)) +(typeattributeset sepolicy_file_29_0 (sepolicy_file)) +(typeattributeset serial_device_29_0 (serial_device)) +(typeattributeset serialno_prop_29_0 (serialno_prop)) +(typeattributeset serial_service_29_0 (serial_service)) +(typeattributeset server_configurable_flags_data_file_29_0 (server_configurable_flags_data_file)) +(typeattributeset service_contexts_file_29_0 (service_contexts_file)) +(typeattributeset servicediscovery_service_29_0 (servicediscovery_service)) +(typeattributeset servicemanager_29_0 (servicemanager)) +(typeattributeset servicemanager_exec_29_0 (servicemanager_exec)) +(typeattributeset settings_service_29_0 (settings_service)) +(typeattributeset sgdisk_29_0 (sgdisk)) +(typeattributeset sgdisk_exec_29_0 (sgdisk_exec)) +(typeattributeset shared_relro_29_0 (shared_relro)) +(typeattributeset shared_relro_file_29_0 (shared_relro_file)) +(typeattributeset shell_29_0 (shell)) +(typeattributeset shell_data_file_29_0 (shell_data_file)) +(typeattributeset shell_exec_29_0 (shell_exec)) +(typeattributeset shell_prop_29_0 (shell_prop)) +(typeattributeset shm_29_0 (shm)) +(typeattributeset shortcut_manager_icons_29_0 (shortcut_manager_icons)) +(typeattributeset shortcut_service_29_0 (shortcut_service)) +(typeattributeset simpleperf_app_runner_29_0 (simpleperf_app_runner)) +(typeattributeset simpleperf_app_runner_exec_29_0 (simpleperf_app_runner_exec)) +(typeattributeset slice_service_29_0 (slice_service)) +(typeattributeset slideshow_29_0 (slideshow)) +(typeattributeset socket_device_29_0 (socket_device)) +(typeattributeset sockfs_29_0 (sockfs)) +(typeattributeset staging_data_file_29_0 (staging_data_file)) +(typeattributeset statsd_29_0 (statsd)) +(typeattributeset stats_data_file_29_0 (stats_data_file)) +(typeattributeset statsd_exec_29_0 (statsd_exec)) +(typeattributeset statsdw_socket_29_0 (statsdw_socket)) +(typeattributeset statusbar_service_29_0 (statusbar_service)) +(typeattributeset storaged_service_29_0 (storaged_service)) +(typeattributeset storage_file_29_0 (storage_file)) +(typeattributeset storagestats_service_29_0 (storagestats_service)) +(typeattributeset storage_stub_file_29_0 (storage_stub_file)) +(typeattributeset su_29_0 (su)) +(typeattributeset su_exec_29_0 (su_exec)) +(typeattributeset super_block_device_29_0 (super_block_device)) +(typeattributeset surfaceflinger_29_0 (surfaceflinger)) +(typeattributeset surfaceflinger_service_29_0 (surfaceflinger_service)) +(typeattributeset surfaceflinger_tmpfs_29_0 (surfaceflinger_tmpfs)) +(typeattributeset swap_block_device_29_0 (swap_block_device)) +(typeattributeset sysfs_29_0 (sysfs)) +(typeattributeset sysfs_android_usb_29_0 (sysfs_android_usb)) +(typeattributeset sysfs_batteryinfo_29_0 (sysfs_batteryinfo)) +(typeattributeset sysfs_bluetooth_writable_29_0 (sysfs_bluetooth_writable)) +(typeattributeset sysfs_devices_block_29_0 (sysfs_devices_block)) +(typeattributeset sysfs_devices_system_cpu_29_0 (sysfs_devices_system_cpu)) +(typeattributeset sysfs_dm_29_0 (sysfs_dm)) +(typeattributeset sysfs_dt_firmware_android_29_0 (sysfs_dt_firmware_android)) +(typeattributeset sysfs_extcon_29_0 (sysfs_extcon)) +(typeattributeset sysfs_fs_ext4_features_29_0 (sysfs_fs_ext4_features)) +(typeattributeset sysfs_fs_f2fs_29_0 (sysfs_fs_f2fs)) +(typeattributeset sysfs_hwrandom_29_0 (sysfs_hwrandom)) +(typeattributeset sysfs_ipv4_29_0 (sysfs_ipv4)) +(typeattributeset sysfs_kernel_notes_29_0 (sysfs_kernel_notes)) +(typeattributeset sysfs_leds_29_0 (sysfs_leds)) +(typeattributeset sysfs_loop_29_0 (sysfs_loop)) +(typeattributeset sysfs_lowmemorykiller_29_0 (sysfs_lowmemorykiller)) +(typeattributeset sysfs_mac_address_29_0 (sysfs_mac_address)) +(typeattributeset sysfs_net_29_0 (sysfs_net)) +(typeattributeset sysfs_nfc_power_writable_29_0 (sysfs_nfc_power_writable)) +(typeattributeset sysfs_power_29_0 (sysfs_power)) +(typeattributeset sysfs_rtc_29_0 (sysfs_rtc)) +(typeattributeset sysfs_switch_29_0 (sysfs_switch)) +(typeattributeset sysfs_thermal_29_0 (sysfs_thermal)) +(typeattributeset sysfs_transparent_hugepage_29_0 (sysfs_transparent_hugepage)) +(typeattributeset sysfs_uio_29_0 (sysfs_uio)) +(typeattributeset sysfs_usb_29_0 (sysfs_usb)) +(typeattributeset sysfs_usermodehelper_29_0 (sysfs_usermodehelper)) +(typeattributeset sysfs_vibrator_29_0 (sysfs_vibrator)) +(typeattributeset sysfs_wake_lock_29_0 (sysfs_wake_lock)) +(typeattributeset sysfs_wakeup_reasons_29_0 (sysfs_wakeup_reasons)) +(typeattributeset sysfs_wlan_fwpath_29_0 (sysfs_wlan_fwpath)) +(typeattributeset sysfs_zram_29_0 (sysfs_zram)) +(typeattributeset sysfs_zram_uevent_29_0 (sysfs_zram_uevent)) +(typeattributeset system_app_29_0 (system_app)) +(typeattributeset system_app_data_file_29_0 (system_app_data_file)) +(typeattributeset system_app_service_29_0 (system_app_service)) +(typeattributeset system_asan_options_file_29_0 (system_asan_options_file)) +(typeattributeset system_block_device_29_0 (system_block_device)) +(typeattributeset system_boot_reason_prop_29_0 (system_boot_reason_prop)) +(typeattributeset system_bootstrap_lib_file_29_0 (system_bootstrap_lib_file)) +(typeattributeset system_data_file_29_0 (system_data_file)) +(typeattributeset system_event_log_tags_file_29_0 (system_event_log_tags_file)) +(typeattributeset system_file_29_0 (system_file)) +(typeattributeset systemkeys_data_file_29_0 (systemkeys_data_file)) +(typeattributeset system_lib_file_29_0 (system_lib_file)) +(typeattributeset system_linker_config_file_29_0 (system_linker_config_file)) +(typeattributeset system_linker_exec_29_0 (system_linker_exec)) +(typeattributeset system_lmk_prop_29_0 (system_lmk_prop)) +(typeattributeset system_ndebug_socket_29_0 (system_ndebug_socket)) +(typeattributeset system_net_netd_hwservice_29_0 (system_net_netd_hwservice)) +(typeattributeset system_prop_29_0 (system_prop)) +(typeattributeset system_radio_prop_29_0 (system_radio_prop)) +(typeattributeset system_seccomp_policy_file_29_0 (system_seccomp_policy_file)) +(typeattributeset system_security_cacerts_file_29_0 (system_security_cacerts_file)) +(typeattributeset system_server_29_0 (system_server)) +(typeattributeset system_server_tmpfs_29_0 (system_server_tmpfs)) +(typeattributeset system_suspend_control_service_29_0 (system_suspend_control_service)) +(typeattributeset system_suspend_hwservice_29_0 (system_suspend_hwservice)) +(typeattributeset system_trace_prop_29_0 (system_trace_prop)) +(typeattributeset system_update_service_29_0 (system_update_service)) +(typeattributeset system_wifi_keystore_hwservice_29_0 (system_wifi_keystore_hwservice)) +(typeattributeset system_wpa_socket_29_0 (system_wpa_socket)) +(typeattributeset system_zoneinfo_file_29_0 (system_zoneinfo_file)) +(typeattributeset task_profiles_file_29_0 (task_profiles_file)) +(typeattributeset task_service_29_0 (task_service)) +(typeattributeset tcpdump_exec_29_0 (tcpdump_exec)) +(typeattributeset tee_29_0 (tee)) +(typeattributeset tee_data_file_29_0 (tee_data_file)) +(typeattributeset tee_device_29_0 (tee_device)) +(typeattributeset telecom_service_29_0 (telecom_service)) +(typeattributeset test_boot_reason_prop_29_0 (test_boot_reason_prop)) +(typeattributeset test_harness_prop_29_0 (test_harness_prop)) +(typeattributeset testharness_service_29_0 (testharness_service)) +(typeattributeset textclassification_service_29_0 (textclassification_service)) +(typeattributeset textclassifier_data_file_29_0 (textclassifier_data_file)) +(typeattributeset textservices_service_29_0 (textservices_service)) +(typeattributeset thermalcallback_hwservice_29_0 (thermalcallback_hwservice)) +(typeattributeset thermal_service_29_0 (thermal_service)) +(typeattributeset timedetector_service_29_0 (timedetector_service)) +(typeattributeset time_prop_29_0 (time_prop)) +(typeattributeset timezone_service_29_0 (timezone_service)) +(typeattributeset tmpfs_29_0 + ( mnt_sdcard_file + tmpfs)) +(typeattributeset tombstoned_29_0 (tombstoned)) +(typeattributeset tombstone_data_file_29_0 (tombstone_data_file)) +(typeattributeset tombstoned_crash_socket_29_0 (tombstoned_crash_socket)) +(typeattributeset tombstoned_exec_29_0 (tombstoned_exec)) +(typeattributeset tombstoned_intercept_socket_29_0 (tombstoned_intercept_socket)) +(typeattributeset tombstoned_java_trace_socket_29_0 (tombstoned_java_trace_socket)) +(typeattributeset tombstone_wifi_data_file_29_0 (tombstone_wifi_data_file)) +(typeattributeset toolbox_29_0 (toolbox)) +(typeattributeset toolbox_exec_29_0 (toolbox_exec)) +(typeattributeset traced_29_0 (traced)) +(typeattributeset trace_data_file_29_0 (trace_data_file)) +(typeattributeset traced_consumer_socket_29_0 (traced_consumer_socket)) +(typeattributeset traced_enabled_prop_29_0 (traced_enabled_prop)) +(typeattributeset traced_lazy_prop_29_0 (traced_lazy_prop)) +(typeattributeset traced_probes_29_0 (traced_probes)) +(typeattributeset traced_producer_socket_29_0 (traced_producer_socket)) +(typeattributeset traceur_app_29_0 (traceur_app)) +(typeattributeset trust_service_29_0 (trust_service)) +(typeattributeset tty_device_29_0 (tty_device)) +(typeattributeset tun_device_29_0 (tun_device)) +(typeattributeset tv_input_service_29_0 (tv_input_service)) +(typeattributeset tzdatacheck_29_0 (tzdatacheck)) +(typeattributeset tzdatacheck_exec_29_0 (tzdatacheck_exec)) +(typeattributeset ueventd_29_0 (ueventd)) +(typeattributeset ueventd_tmpfs_29_0 (ueventd_tmpfs)) +(typeattributeset uhid_device_29_0 (uhid_device)) +(typeattributeset uimode_service_29_0 (uimode_service)) +(typeattributeset uio_device_29_0 (uio_device)) +(typeattributeset uncrypt_29_0 (uncrypt)) +(typeattributeset uncrypt_exec_29_0 (uncrypt_exec)) +(typeattributeset uncrypt_socket_29_0 (uncrypt_socket)) +(typeattributeset unencrypted_data_file_29_0 (unencrypted_data_file)) +(typeattributeset unlabeled_29_0 (unlabeled)) +(typeattributeset untrusted_app_25_29_0 (untrusted_app_25)) +(typeattributeset untrusted_app_27_29_0 (untrusted_app_27)) +(typeattributeset untrusted_app_29_0 (untrusted_app)) +(typeattributeset update_engine_29_0 (update_engine)) +(typeattributeset update_engine_data_file_29_0 (update_engine_data_file)) +(typeattributeset update_engine_exec_29_0 (update_engine_exec)) +(typeattributeset update_engine_log_data_file_29_0 (update_engine_log_data_file)) +(typeattributeset update_engine_service_29_0 (update_engine_service)) +(typeattributeset updatelock_service_29_0 (updatelock_service)) +(typeattributeset update_verifier_29_0 (update_verifier)) +(typeattributeset update_verifier_exec_29_0 (update_verifier_exec)) +(typeattributeset uri_grants_service_29_0 (uri_grants_service)) +(typeattributeset usagestats_service_29_0 (usagestats_service)) +(typeattributeset usbaccessory_device_29_0 (usbaccessory_device)) +(typeattributeset usbd_29_0 (usbd)) +(typeattributeset usb_device_29_0 (usb_device)) +(typeattributeset usbd_exec_29_0 (usbd_exec)) +(typeattributeset usbfs_29_0 (usbfs)) +(typeattributeset usb_service_29_0 (usb_service)) +(typeattributeset use_memfd_prop_29_0 (use_memfd_prop)) +(typeattributeset userdata_block_device_29_0 (userdata_block_device)) +(typeattributeset usermodehelper_29_0 (usermodehelper)) +(typeattributeset user_profile_data_file_29_0 (user_profile_data_file)) +(typeattributeset user_service_29_0 (user_service)) +(typeattributeset vdc_29_0 (vdc)) +(typeattributeset vdc_exec_29_0 (vdc_exec)) +(typeattributeset vendor_app_file_29_0 (vendor_app_file)) +(typeattributeset vendor_cgroup_desc_file_29_0 (vendor_cgroup_desc_file)) +(typeattributeset vendor_configs_file_29_0 (vendor_configs_file)) +(typeattributeset vendor_data_file_29_0 (vendor_data_file)) +(typeattributeset vendor_default_prop_29_0 (vendor_default_prop)) +(typeattributeset vendor_file_29_0 (vendor_file)) +(typeattributeset vendor_framework_file_29_0 (vendor_framework_file)) +(typeattributeset vendor_hal_file_29_0 (vendor_hal_file)) +(typeattributeset vendor_idc_file_29_0 (vendor_idc_file)) +(typeattributeset vendor_init_29_0 (vendor_init)) +(typeattributeset vendor_keychars_file_29_0 (vendor_keychars_file)) +(typeattributeset vendor_keylayout_file_29_0 (vendor_keylayout_file)) +(typeattributeset vendor_overlay_file_29_0 (vendor_overlay_file)) +(typeattributeset vendor_public_lib_file_29_0 (vendor_public_lib_file)) +(typeattributeset vendor_security_patch_level_prop_29_0 (vendor_security_patch_level_prop)) +(typeattributeset vendor_shell_29_0 (vendor_shell)) +(typeattributeset vendor_shell_exec_29_0 (vendor_shell_exec)) +(typeattributeset vendor_task_profiles_file_29_0 (vendor_task_profiles_file)) +(typeattributeset vendor_toolbox_exec_29_0 (vendor_toolbox_exec)) +(typeattributeset vfat_29_0 (vfat)) +(typeattributeset vibrator_service_29_0 (vibrator_service)) +(typeattributeset video_device_29_0 (video_device)) +(typeattributeset virtual_touchpad_29_0 (virtual_touchpad)) +(typeattributeset virtual_touchpad_exec_29_0 (virtual_touchpad_exec)) +(typeattributeset virtual_touchpad_service_29_0 (virtual_touchpad_service)) +(typeattributeset vndbinder_device_29_0 (vndbinder_device)) +(typeattributeset vndk_sp_file_29_0 (vndk_sp_file)) +(typeattributeset vndservice_contexts_file_29_0 (vndservice_contexts_file)) +(typeattributeset vndservicemanager_29_0 (vndservicemanager)) +(typeattributeset voiceinteraction_service_29_0 (voiceinteraction_service)) +(typeattributeset vold_29_0 (vold)) +(typeattributeset vold_data_file_29_0 (vold_data_file)) +(typeattributeset vold_device_29_0 (vold_device)) +(typeattributeset vold_exec_29_0 (vold_exec)) +(typeattributeset vold_metadata_file_29_0 (vold_metadata_file)) +(typeattributeset vold_prepare_subdirs_29_0 (vold_prepare_subdirs)) +(typeattributeset vold_prepare_subdirs_exec_29_0 (vold_prepare_subdirs_exec)) +(typeattributeset vold_prop_29_0 (vold_prop)) +(typeattributeset vold_service_29_0 (vold_service)) +(typeattributeset vpn_data_file_29_0 (vpn_data_file)) +(typeattributeset vrflinger_vsync_service_29_0 (vrflinger_vsync_service)) +(typeattributeset vr_hwc_29_0 (vr_hwc)) +(typeattributeset vr_hwc_exec_29_0 (vr_hwc_exec)) +(typeattributeset vr_hwc_service_29_0 (vr_hwc_service)) +(typeattributeset vr_manager_service_29_0 (vr_manager_service)) +(typeattributeset wallpaper_file_29_0 (wallpaper_file)) +(typeattributeset wallpaper_service_29_0 (wallpaper_service)) +(typeattributeset watchdogd_29_0 (watchdogd)) +(typeattributeset watchdog_device_29_0 (watchdog_device)) +(typeattributeset watchdogd_exec_29_0 (watchdogd_exec)) +(typeattributeset webviewupdate_service_29_0 (webviewupdate_service)) +(typeattributeset webview_zygote_29_0 (webview_zygote)) +(typeattributeset webview_zygote_exec_29_0 (webview_zygote_exec)) +(typeattributeset webview_zygote_tmpfs_29_0 (webview_zygote_tmpfs)) +(typeattributeset wifiaware_service_29_0 (wifiaware_service)) +(typeattributeset wificond_29_0 (wificond)) +(typeattributeset wificond_exec_29_0 (wificond_exec)) +(typeattributeset wificond_service_29_0 (wificond_service)) +(typeattributeset wifi_data_file_29_0 (wifi_data_file)) +(typeattributeset wifi_log_prop_29_0 (wifi_log_prop)) +(typeattributeset wifip2p_service_29_0 (wifip2p_service)) +(typeattributeset wifi_prop_29_0 (wifi_prop)) +(typeattributeset wifiscanner_service_29_0 (wifiscanner_service)) +(typeattributeset wifi_service_29_0 (wifi_service)) +(typeattributeset window_service_29_0 (window_service)) +(typeattributeset wpantund_29_0 (wpantund)) +(typeattributeset wpantund_exec_29_0 (wpantund_exec)) +(typeattributeset wpantund_service_29_0 (wpantund_service)) +(typeattributeset wpa_socket_29_0 (wpa_socket)) +(typeattributeset zero_device_29_0 (zero_device)) +(typeattributeset zoneinfo_data_file_29_0 (zoneinfo_data_file)) +(typeattributeset zygote_29_0 (zygote)) +(typeattributeset zygote_exec_29_0 (zygote_exec)) +(typeattributeset zygote_socket_29_0 (zygote_socket)) +(typeattributeset zygote_tmpfs_29_0 (zygote_tmpfs)) diff --git a/private/compat/29.0/29.0.compat.cil b/private/compat/29.0/29.0.compat.cil new file mode 100644 index 000000000..628abfcda --- /dev/null +++ b/private/compat/29.0/29.0.compat.cil @@ -0,0 +1 @@ +;; This file can't be empty. diff --git a/private/compat/29.0/29.0.ignore.cil b/private/compat/29.0/29.0.ignore.cil new file mode 100644 index 000000000..7fa6178c7 --- /dev/null +++ b/private/compat/29.0/29.0.ignore.cil @@ -0,0 +1,9 @@ +;; new_objects - a collection of types that have been introduced that have no +;; analogue in older policy. Thus, we do not need to map these types to +;; previous ones. Add here to pass checkapi tests. +(type new_objects) +(typeattribute new_objects) +(typeattributeset new_objects + ( new_objects + device_config_sys_traced_prop + vendor_apex_file))