diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c50623f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "droid-system-device"] + path = droid-system-device + url = ./droid-system-device/ diff --git a/droid-system-common-device.inc b/droid-system-common-device.inc new file mode 100644 index 0000000..3c1a53e --- /dev/null +++ b/droid-system-common-device.inc @@ -0,0 +1,55 @@ +%define __find_provides %{nil} +%define __find_requires %{nil} +%define __strip /bin/true +%define __provides_exclude_from ^/system/.*$ +%define __requires_exclude ^.*$ +%global debug_package %{nil} + +Name: droid-system-%{habuild_device}-%{device} +# This package bundles system+vendor, remove old vendor package: +Provides: droid-system-vendor-%{habuild_device}-%{device} +Conflicts: droid-system-vendor-%{habuild_device}-%{device} +Obsoletes: droid-system-vendor-%{habuild_device}-%{device} +Summary: Built certain sources trees such as /system for Droid HAL adaptations +Version: 0.0.1 +Release: 1 +License: %{system_license} +Requires: droid-system-%{habuild_device} +Source0: %{name}-%{version}.tgz +Source1: droid-system-%{habuild_device}-rpmlintrc +URL: https://github.com/mer-hybris/droid-system-sony-template + +%description +%{summary} + +%prep +%setup -q -n %{name}-%{version} + +# This section is empty on purpose +%build + +%install +rm -rf $RPM_BUILD_ROOT tmp +mkdir -p $RPM_BUILD_ROOT/system/etc +cp %{device}/system/build.prop $RPM_BUILD_ROOT/system/build.prop +if [ -f %{device}/system/etc/prop.default ]; then + cp %{device}/system/etc/prop.default $RPM_BUILD_ROOT/system/etc/prop.default + echo "/system/etc/prop.default" >> tmp/extra_files +fi +mkdir -p $RPM_BUILD_ROOT/vendor/etc/vintf +cp %{device}/vendor/build.prop $RPM_BUILD_ROOT/vendor/build.prop +cp %{device}/vendor/etc/vintf/manifest.xml $RPM_BUILD_ROOT/vendor/etc/vintf/manifest.xml + +mkdir tmp +touch tmp/extra_files +if [ -f %{device}/vendor/odm/etc/build.prop ]; then + mkdir -p $RPM_BUILD_ROOT/vendor/odm/etc + cp %{device}/vendor/odm/etc/build.prop $RPM_BUILD_ROOT/vendor/odm/etc/build.prop + echo "/vendor/odm/etc/build.prop" >> tmp/extra_files +fi + +%files -f tmp/extra_files +%defattr(-,root,root,-) +/system/build.prop +/vendor/build.prop +/vendor/etc/vintf/manifest.xml diff --git a/droid-system-common.inc b/droid-system-common.inc new file mode 100644 index 0000000..ecc3083 --- /dev/null +++ b/droid-system-common.inc @@ -0,0 +1,9 @@ +%define dsd_path ./ + +Requires(post): coreutils +Requires(post): libcap + +# This package bundles system+vendor, remove old vendor package: +Provides: droid-system-vendor-%{rpm_device} +Conflicts: droid-system-vendor-%{rpm_device} +Obsoletes: droid-system-vendor-%{rpm_device} diff --git a/droid-system-device b/droid-system-device new file mode 160000 index 0000000..807a231 --- /dev/null +++ b/droid-system-device @@ -0,0 +1 @@ +Subproject commit 807a231706c90202c990e7e83728bc33da7952f5 diff --git a/droid-system-license.inc b/droid-system-license.inc new file mode 100644 index 0000000..e2839dd --- /dev/null +++ b/droid-system-license.inc @@ -0,0 +1,2 @@ +# grep checked-out AOSP tree for LICENSE files and identify licenses within +%define system_license ASL 2.0 and BSD and NCSA and zlib diff --git a/patches-system/ld.config.28.patch b/patches-system/ld.config.28.patch new file mode 100644 index 0000000..ef9a109 --- /dev/null +++ b/patches-system/ld.config.28.patch @@ -0,0 +1,20 @@ +diff --git a/sparse/system/etc/ld.config.28.txt b/sparse/system/etc/ld.config.28.txt +index 6f9caee..19c89c1 100644 +--- a/sparse/system/etc/ld.config.28.txt ++++ b/sparse/system/etc/ld.config.28.txt +@@ -68,6 +68,7 @@ namespace.default.permitted.paths += /system/product/app + namespace.default.permitted.paths += /system/product/priv-app + namespace.default.permitted.paths += /data + namespace.default.permitted.paths += /mnt/expand ++namespace.default.permitted.paths += /usr/libexec/droid-hybris/system/${LIB} + + namespace.default.asan.search.paths = /data/asan/system/${LIB} + namespace.default.asan.search.paths += /system/${LIB} +@@ -265,6 +266,7 @@ namespace.default.search.paths += /vendor/${LIB} + + namespace.default.permitted.paths = /odm + namespace.default.permitted.paths += /vendor ++namespace.default.permitted.paths += /usr/libexec/droid-hybris/system/${LIB} + + namespace.default.asan.search.paths = /data/asan/odm/${LIB} + namespace.default.asan.search.paths += /odm/${LIB} diff --git a/patches-system/ld.config.29.patch b/patches-system/ld.config.29.patch new file mode 100644 index 0000000..4088024 --- /dev/null +++ b/patches-system/ld.config.29.patch @@ -0,0 +1,20 @@ +diff --git a/sparse/system/etc/ld.config.29.txt b/sparse/system/etc/ld.config.29.txt +index 9ea549f..345bd6f 100644 +--- a/sparse/system/etc/ld.config.29.txt ++++ b/sparse/system/etc/ld.config.29.txt +@@ -79,6 +79,7 @@ namespace.default.permitted.paths += /data + namespace.default.permitted.paths += /mnt/expand + namespace.default.permitted.paths += /apex/com.android.runtime/${LIB}/bionic + namespace.default.permitted.paths += /system/${LIB}/bootstrap ++namespace.default.permitted.paths += /usr/libexec/droid-hybris/system/${LIB} + + namespace.default.asan.search.paths = /data/asan/system/${LIB} + namespace.default.asan.search.paths += /system/${LIB} +@@ -398,6 +399,7 @@ namespace.default.search.paths += /vendor/${LIB} + namespace.default.permitted.paths = /odm + namespace.default.permitted.paths += /vendor + namespace.default.permitted.paths += /system/vendor ++namespace.default.permitted.paths += /usr/libexec/droid-hybris/system/${LIB} + + namespace.default.asan.search.paths = /data/asan/odm/${LIB} + namespace.default.asan.search.paths += /odm/${LIB} diff --git a/rpm/droid-system-bahamut-j8210.spec b/rpm/droid-system-bahamut-j8210.spec new file mode 100644 index 0000000..0cda137 --- /dev/null +++ b/rpm/droid-system-bahamut-j8210.spec @@ -0,0 +1,5 @@ +%define habuild_device bahamut +%define device j8210 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-bahamut-j9210.spec b/rpm/droid-system-bahamut-j9210.spec new file mode 100644 index 0000000..98c486a --- /dev/null +++ b/rpm/droid-system-bahamut-j9210.spec @@ -0,0 +1,5 @@ +%define habuild_device bahamut +%define device j9210 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-bahamut.spec b/rpm/droid-system-bahamut.spec new file mode 100644 index 0000000..c1a5657 --- /dev/null +++ b/rpm/droid-system-bahamut.spec @@ -0,0 +1,7 @@ +%define rpm_device bahamut + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc diff --git a/rpm/droid-system-griffin-j8110.spec b/rpm/droid-system-griffin-j8110.spec new file mode 100644 index 0000000..e8d2063 --- /dev/null +++ b/rpm/droid-system-griffin-j8110.spec @@ -0,0 +1,5 @@ +%define habuild_device griffin +%define device j8110 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-griffin-j9110.spec b/rpm/droid-system-griffin-j9110.spec new file mode 100644 index 0000000..2197840 --- /dev/null +++ b/rpm/droid-system-griffin-j9110.spec @@ -0,0 +1,5 @@ +%define habuild_device griffin +%define device j9110 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-griffin.spec b/rpm/droid-system-griffin.spec new file mode 100644 index 0000000..26092bb --- /dev/null +++ b/rpm/droid-system-griffin.spec @@ -0,0 +1,7 @@ +%define rpm_device griffin + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc diff --git a/rpm/droid-system-kirin-i3113.spec b/rpm/droid-system-kirin-i3113.spec new file mode 100644 index 0000000..fd85d02 --- /dev/null +++ b/rpm/droid-system-kirin-i3113.spec @@ -0,0 +1,5 @@ +%define habuild_device kirin +%define device i3113 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-kirin-i4113.spec b/rpm/droid-system-kirin-i4113.spec new file mode 100644 index 0000000..b7c5b56 --- /dev/null +++ b/rpm/droid-system-kirin-i4113.spec @@ -0,0 +1,5 @@ +%define habuild_device kirin +%define device i4113 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-kirin.spec b/rpm/droid-system-kirin.spec new file mode 100644 index 0000000..074684e --- /dev/null +++ b/rpm/droid-system-kirin.spec @@ -0,0 +1,8 @@ +%define rpm_device kirin + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc + diff --git a/rpm/droid-system-mermaid-i3213.spec b/rpm/droid-system-mermaid-i3213.spec new file mode 100644 index 0000000..fa01613 --- /dev/null +++ b/rpm/droid-system-mermaid-i3213.spec @@ -0,0 +1,5 @@ +%define habuild_device mermaid +%define device i3213 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-mermaid-i4213.spec b/rpm/droid-system-mermaid-i4213.spec new file mode 100644 index 0000000..9a0f923 --- /dev/null +++ b/rpm/droid-system-mermaid-i4213.spec @@ -0,0 +1,5 @@ +%define habuild_device mermaid +%define device i4213 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-mermaid.spec b/rpm/droid-system-mermaid.spec new file mode 100644 index 0000000..0f9c406 --- /dev/null +++ b/rpm/droid-system-mermaid.spec @@ -0,0 +1,8 @@ +%define rpm_device mermaid + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc + diff --git a/rpm/droid-system-pdx201-xqau51.spec b/rpm/droid-system-pdx201-xqau51.spec new file mode 100644 index 0000000..dbf691e --- /dev/null +++ b/rpm/droid-system-pdx201-xqau51.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx201 +%define device xqau51 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx201-xqau52.spec b/rpm/droid-system-pdx201-xqau52.spec new file mode 100644 index 0000000..49f3aed --- /dev/null +++ b/rpm/droid-system-pdx201-xqau52.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx201 +%define device xqau52 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx201.spec b/rpm/droid-system-pdx201.spec new file mode 100644 index 0000000..0aabff6 --- /dev/null +++ b/rpm/droid-system-pdx201.spec @@ -0,0 +1,8 @@ +%define rpm_device pdx201 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc + diff --git a/rpm/droid-system-pdx203-xqat51.spec b/rpm/droid-system-pdx203-xqat51.spec new file mode 100644 index 0000000..8add7c9 --- /dev/null +++ b/rpm/droid-system-pdx203-xqat51.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx203 +%define device xqat51 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx203-xqat52.spec b/rpm/droid-system-pdx203-xqat52.spec new file mode 100644 index 0000000..11377db --- /dev/null +++ b/rpm/droid-system-pdx203-xqat52.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx203 +%define device xqat52 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx203.spec b/rpm/droid-system-pdx203.spec new file mode 100644 index 0000000..2bd45f8 --- /dev/null +++ b/rpm/droid-system-pdx203.spec @@ -0,0 +1,8 @@ +%define rpm_device pdx203 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc + diff --git a/rpm/droid-system-pdx206-xqas52.spec b/rpm/droid-system-pdx206-xqas52.spec new file mode 100644 index 0000000..1bc86ad --- /dev/null +++ b/rpm/droid-system-pdx206-xqas52.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx206 +%define device xqas52 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx206.spec b/rpm/droid-system-pdx206.spec new file mode 100644 index 0000000..02b6b48 --- /dev/null +++ b/rpm/droid-system-pdx206.spec @@ -0,0 +1,8 @@ +%define rpm_device pdx206 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc + diff --git a/rpm/droid-system-pdx213-xqbt52.spec b/rpm/droid-system-pdx213-xqbt52.spec new file mode 100644 index 0000000..2620cf3 --- /dev/null +++ b/rpm/droid-system-pdx213-xqbt52.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx213 +%define device xqbt52 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx213.spec b/rpm/droid-system-pdx213.spec new file mode 100644 index 0000000..0a6c929 --- /dev/null +++ b/rpm/droid-system-pdx213.spec @@ -0,0 +1,8 @@ +%define rpm_device pdx213 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc + diff --git a/rpm/droid-system-pdx223-xqct54.spec b/rpm/droid-system-pdx223-xqct54.spec new file mode 100644 index 0000000..bd8eba0 --- /dev/null +++ b/rpm/droid-system-pdx223-xqct54.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx223 +%define device xqct54 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx223.spec b/rpm/droid-system-pdx223.spec new file mode 100644 index 0000000..85295e1 --- /dev/null +++ b/rpm/droid-system-pdx223.spec @@ -0,0 +1,414 @@ +%define rpm_device pdx223 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc +# rest of this file is autogenerated. do not edit +%post +[ -e /system/bin ] && chown 0:2000 /system/bin ||: +[ -e /system/bin/abb ] && chown 0:2000 /system/bin/abb ||: +[ -e /system/bin/abx ] && chown 0:2000 /system/bin/abx ||: +[ -e /system/bin/abx2xml ] && chown 0:2000 /system/bin/abx2xml ||: +[ -e /system/bin/am ] && chown 0:2000 /system/bin/am ||: +[ -e /system/bin/apexd ] && chown 0:2000 /system/bin/apexd ||: +[ -e /system/bin/app_process32 ] && chown 0:2000 /system/bin/app_process32 ||: +[ -e /system/bin/app_process64 ] && chown 0:2000 /system/bin/app_process64 ||: +[ -e /system/bin/appops ] && chown 0:2000 /system/bin/appops ||: +[ -e /system/bin/appwidget ] && chown 0:2000 /system/bin/appwidget ||: +[ -e /system/bin/atrace ] && chown 0:2000 /system/bin/atrace ||: +[ -e /system/bin/audioserver ] && chown 0:2000 /system/bin/audioserver ||: +[ -e /system/bin/auditctl ] && chown 0:2000 /system/bin/auditctl ||: +[ -e /system/bin/awk ] && chown 0:2000 /system/bin/awk ||: +[ -e /system/bin/badblocks ] && chown 0:2000 /system/bin/badblocks ||: +[ -e /system/bin/bc ] && chown 0:2000 /system/bin/bc ||: +[ -e /system/bin/bcc ] && chown 0:2000 /system/bin/bcc ||: +[ -e /system/bin/blank_screen ] && chown 0:2000 /system/bin/blank_screen ||: +[ -e /system/bin/blkid ] && chown 0:2000 /system/bin/blkid ||: +[ -e /system/bin/bmgr ] && chown 0:2000 /system/bin/bmgr ||: +[ -e /system/bin/bootanimation ] && chown 0:2000 /system/bin/bootanimation ||: +[ -e /system/bin/bootstat ] && chown 0:2000 /system/bin/bootstat ||: +[ -e /system/bin/bootstrap ] && chown 0:2000 /system/bin/bootstrap ||: +[ -e /system/bin/bootstrap/linker ] && chown 0:2000 /system/bin/bootstrap/linker ||: +[ -e /system/bin/bootstrap/linker64 ] && chown 0:2000 /system/bin/bootstrap/linker64 ||: +[ -e /system/bin/bootstrap/linkerconfig ] && chown 0:2000 /system/bin/bootstrap/linkerconfig ||: +[ -e /system/bin/boringssl_self_test32 ] && chown 0:2000 /system/bin/boringssl_self_test32 ||: +[ -e /system/bin/boringssl_self_test64 ] && chown 0:2000 /system/bin/boringssl_self_test64 ||: +[ -e /system/bin/bpfloader ] && chown 0:2000 /system/bin/bpfloader ||: +[ -e /system/bin/btfloader ] && chown 0:2000 /system/bin/btfloader ||: +[ -e /system/bin/bu ] && chown 0:2000 /system/bin/bu ||: +[ -e /system/bin/bugreport ] && chown 0:2000 /system/bin/bugreport ||: +[ -e /system/bin/bugreportz ] && chown 0:2000 /system/bin/bugreportz ||: +[ -e /system/bin/bzip2 ] && chown 0:2000 /system/bin/bzip2 ||: +[ -e /system/bin/cameraserver ] && chown 0:2000 /system/bin/cameraserver ||: +[ -e /system/bin/charger ] && chown 0:2000 /system/bin/charger ||: +[ -e /system/bin/cmd ] && chown 0:2000 /system/bin/cmd ||: +[ -e /system/bin/content ] && chown 0:2000 /system/bin/content ||: +[ -e /system/bin/credstore ] && chown 0:2000 /system/bin/credstore ||: +[ -e /system/bin/debuggerd ] && chown 0:2000 /system/bin/debuggerd ||: +[ -e /system/bin/device_config ] && chown 0:2000 /system/bin/device_config ||: +[ -e /system/bin/dmabuf_dump ] && chown 0:2000 /system/bin/dmabuf_dump ||: +[ -e /system/bin/dmctl ] && chown 0:2000 /system/bin/dmctl ||: +[ -e /system/bin/dmesgd ] && chown 0:2000 /system/bin/dmesgd ||: +[ -e /system/bin/dnsmasq ] && chown 0:2000 /system/bin/dnsmasq ||: +[ -e /system/bin/dpm ] && chown 0:2000 /system/bin/dpm ||: +[ -e /system/bin/drmserver ] && chown 0:2000 /system/bin/drmserver ||: +[ -e /system/bin/dump.erofs ] && chown 0:2000 /system/bin/dump.erofs ||: +[ -e /system/bin/dumpstate ] && chown 0:2000 /system/bin/dumpstate ||: +[ -e /system/bin/dumpsys ] && chown 0:2000 /system/bin/dumpsys ||: +[ -e /system/bin/e2freefrag ] && chown 0:2000 /system/bin/e2freefrag ||: +[ -e /system/bin/e2fsck ] && chown 0:2000 /system/bin/e2fsck ||: +[ -e /system/bin/e2fsdroid ] && chown 0:2000 /system/bin/e2fsdroid ||: +[ -e /system/bin/extra_free_kbytes.sh ] && chown 0:2000 /system/bin/extra_free_kbytes.sh ||: +[ -e /system/bin/flags_health_check ] && chown 0:2000 /system/bin/flags_health_check ||: +[ -e /system/bin/fsck.erofs ] && chown 0:2000 /system/bin/fsck.erofs ||: +[ -e /system/bin/fsck.exfat ] && chown 0:2000 /system/bin/fsck.exfat ||: +[ -e /system/bin/fsck.f2fs ] && chown 0:2000 /system/bin/fsck.f2fs ||: +[ -e /system/bin/fsck_msdos ] && chown 0:2000 /system/bin/fsck_msdos ||: +[ -e /system/bin/fsverity_init ] && chown 0:2000 /system/bin/fsverity_init ||: +[ -e /system/bin/gatekeeperd ] && chown 0:2000 /system/bin/gatekeeperd ||: +[ -e /system/bin/gpuservice ] && chown 0:2000 /system/bin/gpuservice ||: +[ -e /system/bin/gsi_tool ] && chown 0:2000 /system/bin/gsi_tool ||: +[ -e /system/bin/gsid ] && chown 0:2000 /system/bin/gsid ||: +[ -e /system/bin/heapprofd ] && chown 0:2000 /system/bin/heapprofd ||: +[ -e /system/bin/hid ] && chown 0:2000 /system/bin/hid ||: +[ -e /system/bin/hw ] && chown 0:2000 /system/bin/hw ||: +[ -e /system/bin/hw/android.hidl.allocator@1.0-service ] && chown 0:2000 /system/bin/hw/android.hidl.allocator@1.0-service ||: +[ -e /system/bin/hw/android.system.suspend@1.0-service ] && chown 0:2000 /system/bin/hw/android.system.suspend@1.0-service ||: +[ -e /system/bin/hwservicemanager ] && chown 0:2000 /system/bin/hwservicemanager ||: +[ -e /system/bin/idmap2 ] && chown 0:2000 /system/bin/idmap2 ||: +[ -e /system/bin/idmap2d ] && chown 0:2000 /system/bin/idmap2d ||: +[ -e /system/bin/ime ] && chown 0:2000 /system/bin/ime ||: +[ -e /system/bin/incident ] && chown 0:2000 /system/bin/incident ||: +[ -e /system/bin/incident-helper-cmd ] && chown 0:2000 /system/bin/incident-helper-cmd ||: +[ -e /system/bin/incident_helper ] && chown 0:2000 /system/bin/incident_helper ||: +[ -e /system/bin/incidentd ] && chown 0:2000 /system/bin/incidentd ||: +[ -e /system/bin/init ] && chown 0:2000 /system/bin/init ||: +[ -e /system/bin/input ] && chown 0:2000 /system/bin/input ||: +[ -e /system/bin/installd ] && chown 0:2000 /system/bin/installd ||: +[ -e /system/bin/ip ] && chown 0:2000 /system/bin/ip ||: +[ -e /system/bin/ip-up-vpn ] && chown 0:2000 /system/bin/ip-up-vpn ||: +[ -e /system/bin/iptables ] && chown 0:2000 /system/bin/iptables ||: +[ -e /system/bin/keystore2 ] && chown 0:2000 /system/bin/keystore2 ||: +[ -e /system/bin/keystore_cli_v2 ] && chown 0:2000 /system/bin/keystore_cli_v2 ||: +[ -e /system/bin/ld.mc ] && chown 0:2000 /system/bin/ld.mc ||: +[ -e /system/bin/ldd ] && chown 0:2000 /system/bin/ldd ||: +[ -e /system/bin/librank ] && chown 0:2000 /system/bin/librank ||: +[ -e /system/bin/llkd ] && chown 0:2000 /system/bin/llkd ||: +[ -e /system/bin/lmkd ] && chown 0:2000 /system/bin/lmkd ||: +[ -e /system/bin/locksettings ] && chown 0:2000 /system/bin/locksettings ||: +[ -e /system/bin/logcat ] && chown 0:2000 /system/bin/logcat ||: +[ -e /system/bin/logd ] && chown 1036:1036 /system/bin/logd ||: +[ -e /system/bin/logwrapper ] && chown 0:2000 /system/bin/logwrapper ||: +[ -e /system/bin/lpdump ] && chown 0:2000 /system/bin/lpdump ||: +[ -e /system/bin/lpdumpd ] && chown 0:2000 /system/bin/lpdumpd ||: +[ -e /system/bin/lshal ] && chown 0:2000 /system/bin/lshal ||: +[ -e /system/bin/make_f2fs ] && chown 0:2000 /system/bin/make_f2fs ||: +[ -e /system/bin/mdnsd ] && chown 0:2000 /system/bin/mdnsd ||: +[ -e /system/bin/mediaextractor ] && chown 0:2000 /system/bin/mediaextractor ||: +[ -e /system/bin/mediametrics ] && chown 0:2000 /system/bin/mediametrics ||: +[ -e /system/bin/mediaserver ] && chown 0:2000 /system/bin/mediaserver ||: +[ -e /system/bin/migrate_legacy_obb_data.sh ] && chown 0:2000 /system/bin/migrate_legacy_obb_data.sh ||: +[ -e /system/bin/mini-keyctl ] && chown 0:2000 /system/bin/mini-keyctl ||: +[ -e /system/bin/mke2fs ] && chown 0:2000 /system/bin/mke2fs ||: +[ -e /system/bin/mkfs.erofs ] && chown 0:2000 /system/bin/mkfs.erofs ||: +[ -e /system/bin/mkfs.exfat ] && chown 0:2000 /system/bin/mkfs.exfat ||: +[ -e /system/bin/mm_events ] && chown 0:2000 /system/bin/mm_events ||: +[ -e /system/bin/monkey ] && chown 0:2000 /system/bin/monkey ||: +[ -e /system/bin/mtpd ] && chown 0:2000 /system/bin/mtpd ||: +[ -e /system/bin/ndc ] && chown 0:2000 /system/bin/ndc ||: +[ -e /system/bin/netd ] && chown 0:2000 /system/bin/netd ||: +[ -e /system/bin/netutils-wrapper-1.0 ] && chown 0:2000 /system/bin/netutils-wrapper-1.0 ||: +[ -e /system/bin/newfs_msdos ] && chown 0:2000 /system/bin/newfs_msdos ||: +[ -e /system/bin/odsign ] && chown 0:2000 /system/bin/odsign ||: +[ -e /system/bin/otapreopt ] && chown 0:2000 /system/bin/otapreopt ||: +[ -e /system/bin/otapreopt_chroot ] && chown 0:2000 /system/bin/otapreopt_chroot ||: +[ -e /system/bin/otapreopt_script ] && chown 0:2000 /system/bin/otapreopt_script ||: +[ -e /system/bin/otapreopt_slot ] && chown 0:2000 /system/bin/otapreopt_slot ||: +[ -e /system/bin/perfetto ] && chown 0:2000 /system/bin/perfetto ||: +[ -e /system/bin/ping ] && chown 0:2000 /system/bin/ping ||: +[ -e /system/bin/ping6 ] && chown 0:2000 /system/bin/ping6 ||: +[ -e /system/bin/pm ] && chown 0:2000 /system/bin/pm ||: +[ -e /system/bin/pppd ] && chown 0:2000 /system/bin/pppd ||: +[ -e /system/bin/prng_seeder ] && chown 0:2000 /system/bin/prng_seeder ||: +[ -e /system/bin/procrank ] && chown 0:2000 /system/bin/procrank ||: +[ -e /system/bin/racoon ] && chown 0:2000 /system/bin/racoon ||: +[ -e /system/bin/reboot ] && chown 0:2000 /system/bin/reboot ||: +[ -e /system/bin/recovery-persist ] && chown 0:2000 /system/bin/recovery-persist ||: +[ -e /system/bin/recovery-refresh ] && chown 0:2000 /system/bin/recovery-refresh ||: +[ -e /system/bin/requestsync ] && chown 0:2000 /system/bin/requestsync ||: +[ -e /system/bin/resize2fs ] && chown 0:2000 /system/bin/resize2fs ||: +[ -e /system/bin/rss_hwm_reset ] && chown 0:2000 /system/bin/rss_hwm_reset ||: +[ -e /system/bin/run-as ] && chown 0:2000 /system/bin/run-as ||: +[ -e /system/bin/schedtest ] && chown 0:2000 /system/bin/schedtest ||: +[ -e /system/bin/screencap ] && chown 0:2000 /system/bin/screencap ||: +[ -e /system/bin/screenrecord ] && chown 0:2000 /system/bin/screenrecord ||: +[ -e /system/bin/sdcard ] && chown 0:2000 /system/bin/sdcard ||: +[ -e /system/bin/secdiscard ] && chown 0:2000 /system/bin/secdiscard ||: +[ -e /system/bin/sensorservice ] && chown 0:2000 /system/bin/sensorservice ||: +[ -e /system/bin/service ] && chown 0:2000 /system/bin/service ||: +[ -e /system/bin/servicemanager ] && chown 0:2000 /system/bin/servicemanager ||: +[ -e /system/bin/set-verity-state ] && chown 0:2000 /system/bin/set-verity-state ||: +[ -e /system/bin/settaskprofile ] && chown 0:2000 /system/bin/settaskprofile ||: +[ -e /system/bin/settings ] && chown 0:2000 /system/bin/settings ||: +[ -e /system/bin/sgdisk ] && chown 0:2000 /system/bin/sgdisk ||: +[ -e /system/bin/sh ] && chown 0:2000 /system/bin/sh ||: +[ -e /system/bin/showmap ] && chown 0:2000 /system/bin/showmap ||: +[ -e /system/bin/simpleperf ] && chown 0:2000 /system/bin/simpleperf ||: +[ -e /system/bin/simpleperf_app_runner ] && chown 0:2000 /system/bin/simpleperf_app_runner ||: +[ -e /system/bin/sload_f2fs ] && chown 0:2000 /system/bin/sload_f2fs ||: +[ -e /system/bin/sm ] && chown 0:2000 /system/bin/sm ||: +[ -e /system/bin/snapshotctl ] && chown 0:2000 /system/bin/snapshotctl ||: +[ -e /system/bin/snapuserd ] && chown 0:2000 /system/bin/snapuserd ||: +[ -e /system/bin/ss ] && chown 0:2000 /system/bin/ss ||: +[ -e /system/bin/storaged ] && chown 0:2000 /system/bin/storaged ||: +[ -e /system/bin/surfaceflinger ] && chown 0:2000 /system/bin/surfaceflinger ||: +[ -e /system/bin/svc ] && chown 0:2000 /system/bin/svc ||: +[ -e /system/bin/tc ] && chown 0:2000 /system/bin/tc ||: +[ -e /system/bin/tcpdump ] && chown 0:2000 /system/bin/tcpdump ||: +[ -e /system/bin/telecom ] && chown 0:2000 /system/bin/telecom ||: +[ -e /system/bin/tinymix ] && chown 0:2000 /system/bin/tinymix ||: +[ -e /system/bin/tombstoned ] && chown 0:2000 /system/bin/tombstoned ||: +[ -e /system/bin/toolbox ] && chown 0:2000 /system/bin/toolbox ||: +[ -e /system/bin/toybox ] && chown 0:2000 /system/bin/toybox ||: +[ -e /system/bin/traced ] && chown 0:2000 /system/bin/traced ||: +[ -e /system/bin/traced_perf ] && chown 0:2000 /system/bin/traced_perf ||: +[ -e /system/bin/traced_probes ] && chown 0:2000 /system/bin/traced_probes ||: +[ -e /system/bin/trigger_perfetto ] && chown 0:2000 /system/bin/trigger_perfetto ||: +[ -e /system/bin/tune2fs ] && chown 0:2000 /system/bin/tune2fs ||: +[ -e /system/bin/tzdatacheck ] && chown 0:2000 /system/bin/tzdatacheck ||: +[ -e /system/bin/uiautomator ] && chown 0:2000 /system/bin/uiautomator ||: +[ -e /system/bin/uinput ] && chown 0:2000 /system/bin/uinput ||: +[ -e /system/bin/update_engine ] && chown 0:2000 /system/bin/update_engine ||: +[ -e /system/bin/update_engine_client ] && chown 0:2000 /system/bin/update_engine_client ||: +[ -e /system/bin/update_verifier ] && chown 0:2000 /system/bin/update_verifier ||: +[ -e /system/bin/usbd ] && chown 0:2000 /system/bin/usbd ||: +[ -e /system/bin/vdc ] && chown 0:2000 /system/bin/vdc ||: +[ -e /system/bin/viewcompiler ] && chown 0:2000 /system/bin/viewcompiler ||: +[ -e /system/bin/vold ] && chown 0:2000 /system/bin/vold ||: +[ -e /system/bin/vold_prepare_subdirs ] && chown 0:2000 /system/bin/vold_prepare_subdirs ||: +[ -e /system/bin/vr ] && chown 0:2000 /system/bin/vr ||: +[ -e /system/bin/watchdogd ] && chown 0:2000 /system/bin/watchdogd ||: +[ -e /system/bin/wificond ] && chown 0:2000 /system/bin/wificond ||: +[ -e /system/bin/wm ] && chown 0:2000 /system/bin/wm ||: +[ -e /system/bin/xml2abx ] && chown 0:2000 /system/bin/xml2abx ||: +[ -e /system/bin/ziptool ] && chown 0:2000 /system/bin/ziptool ||: +[ -e /system/./bin/run-as ] && setcap /system/./bin/run-as +[ -e /system/./bin/simpleperf_app_runner ] && setcap /system/./bin/simpleperf_app_runner +[ -e /vendor/app ] && chown 0:2000 /vendor/app ||: +[ -e /vendor/app/QcRilAm ] && chown 0:2000 /vendor/app/QcRilAm ||: +[ -e /vendor/bin ] && chown 0:2000 /vendor/bin ||: +[ -e /vendor/bin/audioadsprpcd ] && chown 0:2000 /vendor/bin/audioadsprpcd ||: +[ -e /vendor/bin/awk ] && chown 0:2000 /vendor/bin/awk ||: +[ -e /vendor/bin/boringssl_self_test32 ] && chown 0:2000 /vendor/bin/boringssl_self_test32 ||: +[ -e /vendor/bin/boringssl_self_test64 ] && chown 0:2000 /vendor/bin/boringssl_self_test64 ||: +[ -e /vendor/bin/dumpsys ] && chown 0:2000 /vendor/bin/dumpsys ||: +[ -e /vendor/bin/hw ] && chown 0:2000 /vendor/bin/hw ||: +[ -e /vendor/bin/hw/android.hardware.audio.service ] && chown 0:2000 /vendor/bin/hw/android.hardware.audio.service ||: +[ -e /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.sony ] && chown 0:2000 /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.sony ||: +[ -e /vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti ] && chown 0:2000 /vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti ||: +[ -e /vendor/bin/hw/android.hardware.boot@1.1-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.boot@1.1-service ||: +[ -e /vendor/bin/hw/android.hardware.camera.provider@2.5-external-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.camera.provider@2.5-external-service ||: +[ -e /vendor/bin/hw/android.hardware.camera.provider@2.5-service_64 ] && chown 0:2000 /vendor/bin/hw/android.hardware.camera.provider@2.5-service_64 ||: +[ -e /vendor/bin/hw/android.hardware.cas@1.2-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.cas@1.2-service ||: +[ -e /vendor/bin/hw/android.hardware.configstore@1.1-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.configstore@1.1-service ||: +[ -e /vendor/bin/hw/android.hardware.drm@1.0-service-lazy ] && chown 0:2000 /vendor/bin/hw/android.hardware.drm@1.0-service-lazy ||: +[ -e /vendor/bin/hw/android.hardware.gatekeeper@1.0-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.gatekeeper@1.0-service ||: +[ -e /vendor/bin/hw/android.hardware.gnss@2.1-service-qti ] && chown 0:2000 /vendor/bin/hw/android.hardware.gnss@2.1-service-qti ||: +[ -e /vendor/bin/hw/android.hardware.health@2.0-service.sony ] && chown 0:2000 /vendor/bin/hw/android.hardware.health@2.0-service.sony ||: +[ -e /vendor/bin/hw/android.hardware.light@2.0-service.sony ] && chown 0:2000 /vendor/bin/hw/android.hardware.light@2.0-service.sony ||: +[ -e /vendor/bin/hw/android.hardware.media.omx@1.0-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.media.omx@1.0-service ||: +[ -e /vendor/bin/hw/android.hardware.memtrack@1.0-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.memtrack@1.0-service ||: +[ -e /vendor/bin/hw/android.hardware.nfc@1.2-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.nfc@1.2-service ||: +[ -e /vendor/bin/hw/android.hardware.power@1.3-service.sony ] && chown 0:2000 /vendor/bin/hw/android.hardware.power@1.3-service.sony ||: +[ -e /vendor/bin/hw/android.hardware.sensors@2.1-service.multihal ] && chown 0:2000 /vendor/bin/hw/android.hardware.sensors@2.1-service.multihal ||: +[ -e /vendor/bin/hw/android.hardware.thermal@1.0-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.thermal@1.0-service ||: +[ -e /vendor/bin/hw/android.hardware.usb@1.2-service-qti ] && chown 0:2000 /vendor/bin/hw/android.hardware.usb@1.2-service-qti ||: +[ -e /vendor/bin/hw/android.hardware.vibrator@1.0-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.vibrator@1.0-service ||: +[ -e /vendor/bin/hw/android.hardware.wifi@1.0-service ] && chown 0:2000 /vendor/bin/hw/android.hardware.wifi@1.0-service ||: +[ -e /vendor/bin/hw/hostapd ] && chown 0:2000 /vendor/bin/hw/hostapd ||: +[ -e /vendor/bin/hw/rild ] && chown 0:2000 /vendor/bin/hw/rild ||: +[ -e /vendor/bin/hw/vendor.qti.hardware.display.allocator-service ] && chown 0:2000 /vendor/bin/hw/vendor.qti.hardware.display.allocator-service ||: +[ -e /vendor/bin/hw/vendor.qti.hardware.display.composer-service ] && chown 0:2000 /vendor/bin/hw/vendor.qti.hardware.display.composer-service ||: +[ -e /vendor/bin/hw/wpa_supplicant ] && chown 0:2000 /vendor/bin/hw/wpa_supplicant ||: +[ -e /vendor/bin/init.qcom.adspstart.sh ] && chown 0:2000 /vendor/bin/init.qcom.adspstart.sh ||: +[ -e /vendor/bin/init.qcom.ipastart.sh ] && chown 0:2000 /vendor/bin/init.qcom.ipastart.sh ||: +[ -e /vendor/bin/init.qcom.slpistart.sh ] && chown 0:2000 /vendor/bin/init.qcom.slpistart.sh ||: +[ -e /vendor/bin/ipacm ] && chown 0:2000 /vendor/bin/ipacm ||: +[ -e /vendor/bin/logwrapper ] && chown 0:2000 /vendor/bin/logwrapper ||: +[ -e /vendor/bin/macaddrsetup ] && chown 0:2000 /vendor/bin/macaddrsetup ||: +[ -e /vendor/bin/sh ] && chown 0:2000 /vendor/bin/sh ||: +[ -e /vendor/bin/timekeep ] && chown 0:2000 /vendor/bin/timekeep ||: +[ -e /vendor/bin/toolbox ] && chown 0:2000 /vendor/bin/toolbox ||: +[ -e /vendor/bin/toybox_vendor ] && chown 0:2000 /vendor/bin/toybox_vendor ||: +[ -e /vendor/bin/vndservice ] && chown 0:2000 /vendor/bin/vndservice ||: +[ -e /vendor/bin/vndservicemanager ] && chown 0:2000 /vendor/bin/vndservicemanager ||: +[ -e /vendor/bt_firmware ] && chown 0:2000 /vendor/bt_firmware ||: +[ -e /vendor/dsp ] && chown 0:2000 /vendor/dsp ||: +[ -e /vendor/etc ] && chown 0:2000 /vendor/etc ||: +[ -e /vendor/etc/acdbdata ] && chown 0:2000 /vendor/etc/acdbdata ||: +[ -e /vendor/etc/acdbdata/nn_ns_models ] && chown 0:2000 /vendor/etc/acdbdata/nn_ns_models ||: +[ -e /vendor/etc/acdbdata/nn_vad_models ] && chown 0:2000 /vendor/etc/acdbdata/nn_vad_models ||: +[ -e /vendor/etc/camera ] && chown 0:2000 /vendor/etc/camera ||: +[ -e /vendor/etc/data ] && chown 0:2000 /vendor/etc/data ||: +[ -e /vendor/etc/dpm_vndr ] && chown 0:2000 /vendor/etc/dpm_vndr ||: +[ -e /vendor/etc/eva ] && chown 0:2000 /vendor/etc/eva ||: +[ -e /vendor/etc/eva/facedetection ] && chown 0:2000 /vendor/etc/eva/facedetection ||: +[ -e /vendor/etc/init ] && chown 0:2000 /vendor/etc/init ||: +[ -e /vendor/etc/init/hw ] && chown 0:2000 /vendor/etc/init/hw ||: +[ -e /vendor/etc/permissions ] && chown 0:2000 /vendor/etc/permissions ||: +[ -e /vendor/etc/seccomp_policy ] && chown 0:2000 /vendor/etc/seccomp_policy ||: +[ -e /vendor/etc/selinux ] && chown 0:2000 /vendor/etc/selinux ||: +[ -e /vendor/etc/sensors ] && chown 0:2000 /vendor/etc/sensors ||: +[ -e /vendor/etc/sensors/config ] && chown 0:2000 /vendor/etc/sensors/config ||: +[ -e /vendor/etc/sysconfig ] && chown 0:2000 /vendor/etc/sysconfig ||: +[ -e /vendor/etc/vintf ] && chown 0:2000 /vendor/etc/vintf ||: +[ -e /vendor/etc/vintf/manifest ] && chown 0:2000 /vendor/etc/vintf/manifest ||: +[ -e /vendor/etc/wifi ] && chown 0:2000 /vendor/etc/wifi ||: +[ -e /vendor/firmware ] && chown 0:2000 /vendor/firmware ||: +[ -e /vendor/firmware/wlan ] && chown 0:2000 /vendor/firmware/wlan ||: +[ -e /vendor/firmware/wlan/qca_cld ] && chown 0:2000 /vendor/firmware/wlan/qca_cld ||: +[ -e /vendor/firmware_mnt ] && chown 0:2000 /vendor/firmware_mnt ||: +[ -e /vendor/lib ] && chown 0:2000 /vendor/lib ||: +[ -e /vendor/lib/hw ] && chown 0:2000 /vendor/lib/hw ||: +[ -e /vendor/lib/mediacas ] && chown 0:2000 /vendor/lib/mediacas ||: +[ -e /vendor/lib/mediadrm ] && chown 0:2000 /vendor/lib/mediadrm ||: +[ -e /vendor/lib/soundfx ] && chown 0:2000 /vendor/lib/soundfx ||: +[ -e /vendor/lib64 ] && chown 0:2000 /vendor/lib64 ||: +[ -e /vendor/lib64/hw ] && chown 0:2000 /vendor/lib64/hw ||: +[ -e /vendor/lib64/mediacas ] && chown 0:2000 /vendor/lib64/mediacas ||: +[ -e /vendor/lib64/mediadrm ] && chown 0:2000 /vendor/lib64/mediadrm ||: +[ -e /vendor/lib64/soundfx ] && chown 0:2000 /vendor/lib64/soundfx ||: +[ -e /vendor/odm ] && chown 0:2000 /vendor/odm ||: +[ -e /vendor/odm/etc ] && chown 0:2000 /vendor/odm/etc ||: +[ -e /vendor/odm_dlkm ] && chown 0:2000 /vendor/odm_dlkm ||: +[ -e /vendor/odm_dlkm/etc ] && chown 0:2000 /vendor/odm_dlkm/etc ||: +[ -e /vendor/oem ] && chown 0:2000 /vendor/oem ||: +[ -e /vendor/oem/modem-config ] && chown 0:2000 /vendor/oem/modem-config ||: +[ -e /vendor/oem/modem-config/S11.3 ] && chown 0:2000 /vendor/oem/modem-config/S11.3 ||: +[ -e /vendor/oem/modem-config/S11.5 ] && chown 0:2000 /vendor/oem/modem-config/S11.5 ||: +[ -e /vendor/oem/modem-config/S12.1 ] && chown 0:2000 /vendor/oem/modem-config/S12.1 ||: +[ -e /vendor/oem/modem-config/S122.1 ] && chown 0:2000 /vendor/oem/modem-config/S122.1 ||: +[ -e /vendor/oem/modem-config/S125.1 ] && chown 0:2000 /vendor/oem/modem-config/S125.1 ||: +[ -e /vendor/oem/modem-config/S125.2 ] && chown 0:2000 /vendor/oem/modem-config/S125.2 ||: +[ -e /vendor/oem/modem-config/S132.1 ] && chown 0:2000 /vendor/oem/modem-config/S132.1 ||: +[ -e /vendor/oem/modem-config/S136.1 ] && chown 0:2000 /vendor/oem/modem-config/S136.1 ||: +[ -e /vendor/oem/modem-config/S137.1 ] && chown 0:2000 /vendor/oem/modem-config/S137.1 ||: +[ -e /vendor/oem/modem-config/S140.1 ] && chown 0:2000 /vendor/oem/modem-config/S140.1 ||: +[ -e /vendor/oem/modem-config/S140.2 ] && chown 0:2000 /vendor/oem/modem-config/S140.2 ||: +[ -e /vendor/oem/modem-config/S140.3 ] && chown 0:2000 /vendor/oem/modem-config/S140.3 ||: +[ -e /vendor/oem/modem-config/S174.1 ] && chown 0:2000 /vendor/oem/modem-config/S174.1 ||: +[ -e /vendor/oem/modem-config/S174.2 ] && chown 0:2000 /vendor/oem/modem-config/S174.2 ||: +[ -e /vendor/oem/modem-config/S175.1 ] && chown 0:2000 /vendor/oem/modem-config/S175.1 ||: +[ -e /vendor/oem/modem-config/S176.1 ] && chown 0:2000 /vendor/oem/modem-config/S176.1 ||: +[ -e /vendor/oem/modem-config/S180.1 ] && chown 0:2000 /vendor/oem/modem-config/S180.1 ||: +[ -e /vendor/oem/modem-config/S181.1 ] && chown 0:2000 /vendor/oem/modem-config/S181.1 ||: +[ -e /vendor/oem/modem-config/S187.1 ] && chown 0:2000 /vendor/oem/modem-config/S187.1 ||: +[ -e /vendor/oem/modem-config/S187.5 ] && chown 0:2000 /vendor/oem/modem-config/S187.5 ||: +[ -e /vendor/oem/modem-config/S187.7 ] && chown 0:2000 /vendor/oem/modem-config/S187.7 ||: +[ -e /vendor/oem/modem-config/S205.1 ] && chown 0:2000 /vendor/oem/modem-config/S205.1 ||: +[ -e /vendor/oem/modem-config/S206.1 ] && chown 0:2000 /vendor/oem/modem-config/S206.1 ||: +[ -e /vendor/oem/modem-config/S215.1 ] && chown 0:2000 /vendor/oem/modem-config/S215.1 ||: +[ -e /vendor/oem/modem-config/S218.1 ] && chown 0:2000 /vendor/oem/modem-config/S218.1 ||: +[ -e /vendor/oem/modem-config/S219.1 ] && chown 0:2000 /vendor/oem/modem-config/S219.1 ||: +[ -e /vendor/oem/modem-config/S22.1 ] && chown 0:2000 /vendor/oem/modem-config/S22.1 ||: +[ -e /vendor/oem/modem-config/S22.2 ] && chown 0:2000 /vendor/oem/modem-config/S22.2 ||: +[ -e /vendor/oem/modem-config/S22.3 ] && chown 0:2000 /vendor/oem/modem-config/S22.3 ||: +[ -e /vendor/oem/modem-config/S22.4 ] && chown 0:2000 /vendor/oem/modem-config/S22.4 ||: +[ -e /vendor/oem/modem-config/S22.5 ] && chown 0:2000 /vendor/oem/modem-config/S22.5 ||: +[ -e /vendor/oem/modem-config/S221.4 ] && chown 0:2000 /vendor/oem/modem-config/S221.4 ||: +[ -e /vendor/oem/modem-config/S221.5 ] && chown 0:2000 /vendor/oem/modem-config/S221.5 ||: +[ -e /vendor/oem/modem-config/S230.1 ] && chown 0:2000 /vendor/oem/modem-config/S230.1 ||: +[ -e /vendor/oem/modem-config/S236.1 ] && chown 0:2000 /vendor/oem/modem-config/S236.1 ||: +[ -e /vendor/oem/modem-config/S236.2 ] && chown 0:2000 /vendor/oem/modem-config/S236.2 ||: +[ -e /vendor/oem/modem-config/S237.3 ] && chown 0:2000 /vendor/oem/modem-config/S237.3 ||: +[ -e /vendor/oem/modem-config/S238.1 ] && chown 0:2000 /vendor/oem/modem-config/S238.1 ||: +[ -e /vendor/oem/modem-config/S238.2 ] && chown 0:2000 /vendor/oem/modem-config/S238.2 ||: +[ -e /vendor/oem/modem-config/S249.1 ] && chown 0:2000 /vendor/oem/modem-config/S249.1 ||: +[ -e /vendor/oem/modem-config/S255.1 ] && chown 0:2000 /vendor/oem/modem-config/S255.1 ||: +[ -e /vendor/oem/modem-config/S256.1 ] && chown 0:2000 /vendor/oem/modem-config/S256.1 ||: +[ -e /vendor/oem/modem-config/S256.2 ] && chown 0:2000 /vendor/oem/modem-config/S256.2 ||: +[ -e /vendor/oem/modem-config/S257.1 ] && chown 0:2000 /vendor/oem/modem-config/S257.1 ||: +[ -e /vendor/oem/modem-config/S257.2 ] && chown 0:2000 /vendor/oem/modem-config/S257.2 ||: +[ -e /vendor/oem/modem-config/S260.1 ] && chown 0:2000 /vendor/oem/modem-config/S260.1 ||: +[ -e /vendor/oem/modem-config/S261.1 ] && chown 0:2000 /vendor/oem/modem-config/S261.1 ||: +[ -e /vendor/oem/modem-config/S273.1 ] && chown 0:2000 /vendor/oem/modem-config/S273.1 ||: +[ -e /vendor/oem/modem-config/S284.1 ] && chown 0:2000 /vendor/oem/modem-config/S284.1 ||: +[ -e /vendor/oem/modem-config/S284.2 ] && chown 0:2000 /vendor/oem/modem-config/S284.2 ||: +[ -e /vendor/oem/modem-config/S284.3 ] && chown 0:2000 /vendor/oem/modem-config/S284.3 ||: +[ -e /vendor/oem/modem-config/S284.4 ] && chown 0:2000 /vendor/oem/modem-config/S284.4 ||: +[ -e /vendor/oem/modem-config/S284.5 ] && chown 0:2000 /vendor/oem/modem-config/S284.5 ||: +[ -e /vendor/oem/modem-config/S285.1 ] && chown 0:2000 /vendor/oem/modem-config/S285.1 ||: +[ -e /vendor/oem/modem-config/S285.2 ] && chown 0:2000 /vendor/oem/modem-config/S285.2 ||: +[ -e /vendor/oem/modem-config/S285.3 ] && chown 0:2000 /vendor/oem/modem-config/S285.3 ||: +[ -e /vendor/oem/modem-config/S31.1 ] && chown 0:2000 /vendor/oem/modem-config/S31.1 ||: +[ -e /vendor/oem/modem-config/S32.1 ] && chown 0:2000 /vendor/oem/modem-config/S32.1 ||: +[ -e /vendor/oem/modem-config/S33.1 ] && chown 0:2000 /vendor/oem/modem-config/S33.1 ||: +[ -e /vendor/oem/modem-config/S344.1 ] && chown 0:2000 /vendor/oem/modem-config/S344.1 ||: +[ -e /vendor/oem/modem-config/S346.1 ] && chown 0:2000 /vendor/oem/modem-config/S346.1 ||: +[ -e /vendor/oem/modem-config/S508.1 ] && chown 0:2000 /vendor/oem/modem-config/S508.1 ||: +[ -e /vendor/oem/modem-config/S508.2 ] && chown 0:2000 /vendor/oem/modem-config/S508.2 ||: +[ -e /vendor/oem/modem-config/S54.1 ] && chown 0:2000 /vendor/oem/modem-config/S54.1 ||: +[ -e /vendor/oem/modem-config/S57.1 ] && chown 0:2000 /vendor/oem/modem-config/S57.1 ||: +[ -e /vendor/oem/modem-config/S58.1 ] && chown 0:2000 /vendor/oem/modem-config/S58.1 ||: +[ -e /vendor/oem/modem-config/S622.2 ] && chown 0:2000 /vendor/oem/modem-config/S622.2 ||: +[ -e /vendor/oem/modem-config/S622.3 ] && chown 0:2000 /vendor/oem/modem-config/S622.3 ||: +[ -e /vendor/oem/modem-config/S622.4 ] && chown 0:2000 /vendor/oem/modem-config/S622.4 ||: +[ -e /vendor/oem/modem-config/S676.1 ] && chown 0:2000 /vendor/oem/modem-config/S676.1 ||: +[ -e /vendor/oem/modem-config/S7.2 ] && chown 0:2000 /vendor/oem/modem-config/S7.2 ||: +[ -e /vendor/oem/modem-config/S70.1 ] && chown 0:2000 /vendor/oem/modem-config/S70.1 ||: +[ -e /vendor/oem/modem-config/S75.1 ] && chown 0:2000 /vendor/oem/modem-config/S75.1 ||: +[ -e /vendor/oem/modem-config/S77.1 ] && chown 0:2000 /vendor/oem/modem-config/S77.1 ||: +[ -e /vendor/oem/modem-config/S77.2 ] && chown 0:2000 /vendor/oem/modem-config/S77.2 ||: +[ -e /vendor/oem/modem-config/S77.3 ] && chown 0:2000 /vendor/oem/modem-config/S77.3 ||: +[ -e /vendor/oem/modem-config/S8604.1 ] && chown 0:2000 /vendor/oem/modem-config/S8604.1 ||: +[ -e /vendor/oem/modem-config/S8626.2 ] && chown 0:2000 /vendor/oem/modem-config/S8626.2 ||: +[ -e /vendor/oem/modem-config/S8626.4 ] && chown 0:2000 /vendor/oem/modem-config/S8626.4 ||: +[ -e /vendor/oem/modem-config/S8626.7 ] && chown 0:2000 /vendor/oem/modem-config/S8626.7 ||: +[ -e /vendor/oem/modem-config/S8655.1 ] && chown 0:2000 /vendor/oem/modem-config/S8655.1 ||: +[ -e /vendor/oem/modem-config/S8655.4 ] && chown 0:2000 /vendor/oem/modem-config/S8655.4 ||: +[ -e /vendor/oem/modem-config/S8655.5 ] && chown 0:2000 /vendor/oem/modem-config/S8655.5 ||: +[ -e /vendor/oem/modem-config/S8655.6 ] && chown 0:2000 /vendor/oem/modem-config/S8655.6 ||: +[ -e /vendor/oem/modem-config/S8655.7 ] && chown 0:2000 /vendor/oem/modem-config/S8655.7 ||: +[ -e /vendor/oem/modem-config/S8657.1 ] && chown 0:2000 /vendor/oem/modem-config/S8657.1 ||: +[ -e /vendor/oem/modem-config/S8752.1 ] && chown 0:2000 /vendor/oem/modem-config/S8752.1 ||: +[ -e /vendor/oem/modem-config/S8752.2 ] && chown 0:2000 /vendor/oem/modem-config/S8752.2 ||: +[ -e /vendor/oem/modem-config/S8752.3 ] && chown 0:2000 /vendor/oem/modem-config/S8752.3 ||: +[ -e /vendor/oem/modem-config/S8752.5 ] && chown 0:2000 /vendor/oem/modem-config/S8752.5 ||: +[ -e /vendor/oem/modem-config/S8752.6 ] && chown 0:2000 /vendor/oem/modem-config/S8752.6 ||: +[ -e /vendor/oem/modem-config/S8760.1 ] && chown 0:2000 /vendor/oem/modem-config/S8760.1 ||: +[ -e /vendor/oem/modem-config/S8760.2 ] && chown 0:2000 /vendor/oem/modem-config/S8760.2 ||: +[ -e /vendor/oem/modem-config/S8960.1 ] && chown 0:2000 /vendor/oem/modem-config/S8960.1 ||: +[ -e /vendor/oem/modem-config/S8960.2 ] && chown 0:2000 /vendor/oem/modem-config/S8960.2 ||: +[ -e /vendor/oem/modem-config/S9087.1 ] && chown 0:2000 /vendor/oem/modem-config/S9087.1 ||: +[ -e /vendor/oem/modem-config/S9093.1 ] && chown 0:2000 /vendor/oem/modem-config/S9093.1 ||: +[ -e /vendor/oem/modem-config/S9161.1 ] && chown 0:2000 /vendor/oem/modem-config/S9161.1 ||: +[ -e /vendor/oem/modem-config/S9162.2 ] && chown 0:2000 /vendor/oem/modem-config/S9162.2 ||: +[ -e /vendor/oem/modem-config/S9162.3 ] && chown 0:2000 /vendor/oem/modem-config/S9162.3 ||: +[ -e /vendor/oem/modem-config/S9999.9 ] && chown 0:2000 /vendor/oem/modem-config/S9999.9 ||: +[ -e /vendor/oem/modem-config/anysim ] && chown 0:2000 /vendor/oem/modem-config/anysim ||: +[ -e /vendor/overlay ] && chown 0:2000 /vendor/overlay ||: +[ -e /vendor/priv-app ] && chown 0:2000 /vendor/priv-app ||: +[ -e /vendor/priv-app/ExtendedSettings ] && chown 0:2000 /vendor/priv-app/ExtendedSettings ||: +[ -e /vendor/priv-app/ModemConfig ] && chown 0:2000 /vendor/priv-app/ModemConfig ||: +[ -e /vendor/priv-app/TimeKeep ] && chown 0:2000 /vendor/priv-app/TimeKeep ||: +[ -e /vendor/rfs ] && chown 0:2000 /vendor/rfs ||: +[ -e /vendor/rfs/msm ] && chown 0:2000 /vendor/rfs/msm ||: +[ -e /vendor/rfs/msm/adsp ] && chown 0:2000 /vendor/rfs/msm/adsp ||: +[ -e /vendor/rfs/msm/adsp/readonly ] && chown 0:2000 /vendor/rfs/msm/adsp/readonly ||: +[ -e /vendor/rfs/msm/adsp/readonly/vendor ] && chown 0:2000 /vendor/rfs/msm/adsp/readonly/vendor ||: +[ -e /vendor/rfs/msm/cdsp ] && chown 0:2000 /vendor/rfs/msm/cdsp ||: +[ -e /vendor/rfs/msm/cdsp/readonly ] && chown 0:2000 /vendor/rfs/msm/cdsp/readonly ||: +[ -e /vendor/rfs/msm/cdsp/readonly/vendor ] && chown 0:2000 /vendor/rfs/msm/cdsp/readonly/vendor ||: +[ -e /vendor/rfs/msm/mpss ] && chown 0:2000 /vendor/rfs/msm/mpss ||: +[ -e /vendor/rfs/msm/mpss/readonly ] && chown 0:2000 /vendor/rfs/msm/mpss/readonly ||: +[ -e /vendor/rfs/msm/mpss/readonly/vendor ] && chown 0:2000 /vendor/rfs/msm/mpss/readonly/vendor ||: +[ -e /vendor/rfs/msm/slpi ] && chown 0:2000 /vendor/rfs/msm/slpi ||: +[ -e /vendor/rfs/msm/slpi/readonly ] && chown 0:2000 /vendor/rfs/msm/slpi/readonly ||: +[ -e /vendor/rfs/msm/slpi/readonly/vendor ] && chown 0:2000 /vendor/rfs/msm/slpi/readonly/vendor ||: +[ -e /vendor/usr ] && chown 0:2000 /vendor/usr ||: +[ -e /vendor/usr/idc ] && chown 0:2000 /vendor/usr/idc ||: +[ -e /vendor/usr/keylayout ] && chown 0:2000 /vendor/usr/keylayout ||: +[ -e /vendor/vendor_dlkm ] && chown 0:2000 /vendor/vendor_dlkm ||: +[ -e /vendor/vendor_dlkm/etc ] && chown 0:2000 /vendor/vendor_dlkm/etc ||: diff --git a/rpm/droid-system-pdx224-xqcq54.spec b/rpm/droid-system-pdx224-xqcq54.spec new file mode 100644 index 0000000..ef66fb5 --- /dev/null +++ b/rpm/droid-system-pdx224-xqcq54.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx224 +%define device xqcq54 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx224.spec b/rpm/droid-system-pdx224.spec new file mode 100644 index 0000000..ec28009 --- /dev/null +++ b/rpm/droid-system-pdx224.spec @@ -0,0 +1,7 @@ +%define rpm_device pdx224 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc diff --git a/rpm/droid-system-pdx225-xqcc54.spec b/rpm/droid-system-pdx225-xqcc54.spec new file mode 100644 index 0000000..11f1d52 --- /dev/null +++ b/rpm/droid-system-pdx225-xqcc54.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx225 +%define device xqcc54 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx225.spec b/rpm/droid-system-pdx225.spec new file mode 100644 index 0000000..60b93ec --- /dev/null +++ b/rpm/droid-system-pdx225.spec @@ -0,0 +1,7 @@ +%define rpm_device pdx225 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc diff --git a/rpm/droid-system-pdx235-xqdc54.spec b/rpm/droid-system-pdx235-xqdc54.spec new file mode 100644 index 0000000..c2f03f0 --- /dev/null +++ b/rpm/droid-system-pdx235-xqdc54.spec @@ -0,0 +1,5 @@ +%define habuild_device pdx235 +%define device xqdc54 + +%include droid-system-license.inc +%include droid-system-common-device.inc diff --git a/rpm/droid-system-pdx235.spec b/rpm/droid-system-pdx235.spec new file mode 100644 index 0000000..e254e22 --- /dev/null +++ b/rpm/droid-system-pdx235.spec @@ -0,0 +1,7 @@ +%define rpm_device pdx235 + +%define multiple_rpms 1 + +%include droid-system-license.inc +%include droid-system-common.inc +%include droid-system-device/droid-system.inc diff --git a/rpm/droid-system-rpmlintrc b/rpm/droid-system-rpmlintrc new file mode 100644 index 0000000..85aa69d --- /dev/null +++ b/rpm/droid-system-rpmlintrc @@ -0,0 +1,21 @@ +addFilter("zero-length"); +addFilter("wrong-script-interpreter"); +addFilter("unstripped-binary-or-object"); +addFilter("statically-linked-binar"); +addFilter("shlib-with-non-pic-code"); +addFilter("shared-lib-without-dependency-information"); +addFilter("script-without-shebang"); +addFilter("postin-without-ldconfig"); +addFilter("pem-certificate"); +addFilter("non-executable-script"); +addFilter("missing-call-to-setgroups-before-setuid"); +addFilter("meego-filelist-forbidden-fhs23"); +addFilter("library-without-ldconfig-postun"); +addFilter("library-without-ldconfig-postin"); +addFilter("no-soname"); +addFilter("hidden-file-or-dir"); +addFilter("files-duplicated-waste"); +addFilter("files-duplicate"); +addFilter("depscript-without-disabling-depgen"); +addFilter("deprecated-grep"); +addFilter("dangling-symlink"); diff --git a/sparse/system/apex/com.android.adbd.capex b/sparse/system/apex/com.android.adbd.capex new file mode 100644 index 0000000..713d63a Binary files /dev/null and b/sparse/system/apex/com.android.adbd.capex differ diff --git a/sparse/system/apex/com.android.adservices.capex b/sparse/system/apex/com.android.adservices.capex new file mode 100644 index 0000000..04d32c7 Binary files /dev/null and b/sparse/system/apex/com.android.adservices.capex differ diff --git a/sparse/system/apex/com.android.apex.cts.shim.apex b/sparse/system/apex/com.android.apex.cts.shim.apex new file mode 100644 index 0000000..c2dc28f Binary files /dev/null and b/sparse/system/apex/com.android.apex.cts.shim.apex differ diff --git a/sparse/system/apex/com.android.appsearch.apex b/sparse/system/apex/com.android.appsearch.apex new file mode 100644 index 0000000..21f92d7 Binary files /dev/null and b/sparse/system/apex/com.android.appsearch.apex differ diff --git a/sparse/system/apex/com.android.art.capex b/sparse/system/apex/com.android.art.capex new file mode 100644 index 0000000..1b47383 Binary files /dev/null and b/sparse/system/apex/com.android.art.capex differ diff --git a/sparse/system/apex/com.android.btservices.apex b/sparse/system/apex/com.android.btservices.apex new file mode 100644 index 0000000..50663ce Binary files /dev/null and b/sparse/system/apex/com.android.btservices.apex differ diff --git a/sparse/system/apex/com.android.cellbroadcast.capex b/sparse/system/apex/com.android.cellbroadcast.capex new file mode 100644 index 0000000..c7c22fc Binary files /dev/null and b/sparse/system/apex/com.android.cellbroadcast.capex differ diff --git a/sparse/system/apex/com.android.conscrypt.capex b/sparse/system/apex/com.android.conscrypt.capex new file mode 100644 index 0000000..d2d016b Binary files /dev/null and b/sparse/system/apex/com.android.conscrypt.capex differ diff --git a/sparse/system/apex/com.android.extservices.capex b/sparse/system/apex/com.android.extservices.capex new file mode 100644 index 0000000..9cd44d4 Binary files /dev/null and b/sparse/system/apex/com.android.extservices.capex differ diff --git a/sparse/system/apex/com.android.i18n.apex b/sparse/system/apex/com.android.i18n.apex new file mode 100644 index 0000000..189d406 Binary files /dev/null and b/sparse/system/apex/com.android.i18n.apex differ diff --git a/sparse/system/apex/com.android.ipsec.capex b/sparse/system/apex/com.android.ipsec.capex new file mode 100644 index 0000000..5c4788b Binary files /dev/null and b/sparse/system/apex/com.android.ipsec.capex differ diff --git a/sparse/system/apex/com.android.media.capex b/sparse/system/apex/com.android.media.capex new file mode 100644 index 0000000..c7b5797 Binary files /dev/null and b/sparse/system/apex/com.android.media.capex differ diff --git a/sparse/system/apex/com.android.media.swcodec.capex b/sparse/system/apex/com.android.media.swcodec.capex new file mode 100644 index 0000000..23ad00c Binary files /dev/null and b/sparse/system/apex/com.android.media.swcodec.capex differ diff --git a/sparse/system/apex/com.android.mediaprovider.capex b/sparse/system/apex/com.android.mediaprovider.capex new file mode 100644 index 0000000..49b4f01 Binary files /dev/null and b/sparse/system/apex/com.android.mediaprovider.capex differ diff --git a/sparse/system/apex/com.android.neuralnetworks.capex b/sparse/system/apex/com.android.neuralnetworks.capex new file mode 100644 index 0000000..53962b7 Binary files /dev/null and b/sparse/system/apex/com.android.neuralnetworks.capex differ diff --git a/sparse/system/apex/com.android.ondevicepersonalization.apex b/sparse/system/apex/com.android.ondevicepersonalization.apex new file mode 100644 index 0000000..1a13cc4 Binary files /dev/null and b/sparse/system/apex/com.android.ondevicepersonalization.apex differ diff --git a/sparse/system/apex/com.android.os.statsd.apex b/sparse/system/apex/com.android.os.statsd.apex new file mode 100644 index 0000000..f591e34 Binary files /dev/null and b/sparse/system/apex/com.android.os.statsd.apex differ diff --git a/sparse/system/apex/com.android.permission.capex b/sparse/system/apex/com.android.permission.capex new file mode 100644 index 0000000..800780f Binary files /dev/null and b/sparse/system/apex/com.android.permission.capex differ diff --git a/sparse/system/apex/com.android.resolv.capex b/sparse/system/apex/com.android.resolv.capex new file mode 100644 index 0000000..e3ec200 Binary files /dev/null and b/sparse/system/apex/com.android.resolv.capex differ diff --git a/sparse/system/apex/com.android.runtime.apex b/sparse/system/apex/com.android.runtime.apex new file mode 100644 index 0000000..a3e11ea Binary files /dev/null and b/sparse/system/apex/com.android.runtime.apex differ diff --git a/sparse/system/apex/com.android.scheduling.apex b/sparse/system/apex/com.android.scheduling.apex new file mode 100644 index 0000000..d2d64c3 Binary files /dev/null and b/sparse/system/apex/com.android.scheduling.apex differ diff --git a/sparse/system/apex/com.android.sdkext.apex b/sparse/system/apex/com.android.sdkext.apex new file mode 100644 index 0000000..00ae11a Binary files /dev/null and b/sparse/system/apex/com.android.sdkext.apex differ diff --git a/sparse/system/apex/com.android.tethering.capex b/sparse/system/apex/com.android.tethering.capex new file mode 100644 index 0000000..034d015 Binary files /dev/null and b/sparse/system/apex/com.android.tethering.capex differ diff --git a/sparse/system/apex/com.android.tzdata.apex b/sparse/system/apex/com.android.tzdata.apex new file mode 100644 index 0000000..aca9f69 Binary files /dev/null and b/sparse/system/apex/com.android.tzdata.apex differ diff --git a/sparse/system/apex/com.android.uwb.capex b/sparse/system/apex/com.android.uwb.capex new file mode 100644 index 0000000..2969e49 Binary files /dev/null and b/sparse/system/apex/com.android.uwb.capex differ diff --git a/sparse/system/apex/com.android.vndk.current.apex b/sparse/system/apex/com.android.vndk.current.apex new file mode 100644 index 0000000..8b60544 Binary files /dev/null and b/sparse/system/apex/com.android.vndk.current.apex differ diff --git a/sparse/system/apex/com.android.wifi.capex b/sparse/system/apex/com.android.wifi.capex new file mode 100644 index 0000000..69749ad Binary files /dev/null and b/sparse/system/apex/com.android.wifi.capex differ diff --git a/sparse/system/bin/[ b/sparse/system/bin/[ new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/[ @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/abb b/sparse/system/bin/abb new file mode 100755 index 0000000..bb3a808 Binary files /dev/null and b/sparse/system/bin/abb differ diff --git a/sparse/system/bin/abx b/sparse/system/bin/abx new file mode 100755 index 0000000..0a9362d --- /dev/null +++ b/sparse/system/bin/abx @@ -0,0 +1,3 @@ +#!/system/bin/sh +export CLASSPATH=/system/framework/abx.jar +exec app_process /system/bin com.android.commands.abx.Abx "$0" "$@" diff --git a/sparse/system/bin/abx2xml b/sparse/system/bin/abx2xml new file mode 100755 index 0000000..0a9362d --- /dev/null +++ b/sparse/system/bin/abx2xml @@ -0,0 +1,3 @@ +#!/system/bin/sh +export CLASSPATH=/system/framework/abx.jar +exec app_process /system/bin com.android.commands.abx.Abx "$0" "$@" diff --git a/sparse/system/bin/acpi b/sparse/system/bin/acpi new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/acpi @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/am b/sparse/system/bin/am new file mode 100755 index 0000000..54c2d39 --- /dev/null +++ b/sparse/system/bin/am @@ -0,0 +1,9 @@ +#!/system/bin/sh + +if [ "$1" != "instrument" ] ; then + cmd activity "$@" +else + base=/system + export CLASSPATH=$base/framework/am.jar + exec app_process $base/bin com.android.commands.am.Am "$@" +fi diff --git a/sparse/system/bin/apexd b/sparse/system/bin/apexd new file mode 100755 index 0000000..f775cb7 Binary files /dev/null and b/sparse/system/bin/apexd differ diff --git a/sparse/system/bin/app_process b/sparse/system/bin/app_process new file mode 120000 index 0000000..9c2ec25 --- /dev/null +++ b/sparse/system/bin/app_process @@ -0,0 +1 @@ +app_process64 \ No newline at end of file diff --git a/sparse/system/bin/app_process32 b/sparse/system/bin/app_process32 new file mode 100755 index 0000000..853efba Binary files /dev/null and b/sparse/system/bin/app_process32 differ diff --git a/sparse/system/bin/app_process64 b/sparse/system/bin/app_process64 new file mode 100755 index 0000000..6f6ea04 Binary files /dev/null and b/sparse/system/bin/app_process64 differ diff --git a/sparse/system/bin/appops b/sparse/system/bin/appops new file mode 100755 index 0000000..5dc85aa --- /dev/null +++ b/sparse/system/bin/appops @@ -0,0 +1,2 @@ +#!/system/bin/sh +cmd appops "$@" diff --git a/sparse/system/bin/appwidget b/sparse/system/bin/appwidget new file mode 100755 index 0000000..cc70ca5 --- /dev/null +++ b/sparse/system/bin/appwidget @@ -0,0 +1,3 @@ +#!/system/bin/sh +export CLASSPATH=/system/framework/appwidget.jar +exec app_process /system/bin com.android.commands.appwidget.AppWidget "$@" diff --git a/sparse/system/bin/atrace b/sparse/system/bin/atrace new file mode 100755 index 0000000..36cd294 Binary files /dev/null and b/sparse/system/bin/atrace differ diff --git a/sparse/system/bin/audioserver b/sparse/system/bin/audioserver new file mode 100755 index 0000000..2046f1c Binary files /dev/null and b/sparse/system/bin/audioserver differ diff --git a/sparse/system/bin/auditctl b/sparse/system/bin/auditctl new file mode 100755 index 0000000..ea8dea2 Binary files /dev/null and b/sparse/system/bin/auditctl differ diff --git a/sparse/system/bin/awk b/sparse/system/bin/awk new file mode 100755 index 0000000..50aba04 Binary files /dev/null and b/sparse/system/bin/awk differ diff --git a/sparse/system/bin/badblocks b/sparse/system/bin/badblocks new file mode 100755 index 0000000..ed803db Binary files /dev/null and b/sparse/system/bin/badblocks differ diff --git a/sparse/system/bin/base64 b/sparse/system/bin/base64 new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/base64 @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/basename b/sparse/system/bin/basename new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/basename @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/bc b/sparse/system/bin/bc new file mode 100755 index 0000000..9610cbc Binary files /dev/null and b/sparse/system/bin/bc differ diff --git a/sparse/system/bin/bcc b/sparse/system/bin/bcc new file mode 100755 index 0000000..f90df93 Binary files /dev/null and b/sparse/system/bin/bcc differ diff --git a/sparse/system/bin/blank_screen b/sparse/system/bin/blank_screen new file mode 100755 index 0000000..cb4ca20 Binary files /dev/null and b/sparse/system/bin/blank_screen differ diff --git a/sparse/system/bin/blkid b/sparse/system/bin/blkid new file mode 100755 index 0000000..f0dedd3 Binary files /dev/null and b/sparse/system/bin/blkid differ diff --git a/sparse/system/bin/blockdev b/sparse/system/bin/blockdev new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/blockdev @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/bmgr b/sparse/system/bin/bmgr new file mode 100755 index 0000000..b068d10 --- /dev/null +++ b/sparse/system/bin/bmgr @@ -0,0 +1,3 @@ +#!/system/bin/sh +export CLASSPATH=/system/framework/bmgr.jar +exec app_process /system/bin com.android.commands.bmgr.Bmgr "$@" diff --git a/sparse/system/bin/bootanimation b/sparse/system/bin/bootanimation new file mode 100755 index 0000000..23c5791 Binary files /dev/null and b/sparse/system/bin/bootanimation differ diff --git a/sparse/system/bin/bootstat b/sparse/system/bin/bootstat new file mode 100755 index 0000000..486e90c Binary files /dev/null and b/sparse/system/bin/bootstat differ diff --git a/sparse/system/bin/bootstrap/linker b/sparse/system/bin/bootstrap/linker new file mode 100755 index 0000000..83444af Binary files /dev/null and b/sparse/system/bin/bootstrap/linker differ diff --git a/sparse/system/bin/bootstrap/linker64 b/sparse/system/bin/bootstrap/linker64 new file mode 100755 index 0000000..dbeb475 Binary files /dev/null and b/sparse/system/bin/bootstrap/linker64 differ diff --git a/sparse/system/bin/bootstrap/linker_asan b/sparse/system/bin/bootstrap/linker_asan new file mode 120000 index 0000000..d8ca144 --- /dev/null +++ b/sparse/system/bin/bootstrap/linker_asan @@ -0,0 +1 @@ +linker \ No newline at end of file diff --git a/sparse/system/bin/bootstrap/linker_asan64 b/sparse/system/bin/bootstrap/linker_asan64 new file mode 120000 index 0000000..2913f16 --- /dev/null +++ b/sparse/system/bin/bootstrap/linker_asan64 @@ -0,0 +1 @@ +linker64 \ No newline at end of file diff --git a/sparse/system/bin/bootstrap/linkerconfig b/sparse/system/bin/bootstrap/linkerconfig new file mode 100755 index 0000000..0ada441 Binary files /dev/null and b/sparse/system/bin/bootstrap/linkerconfig differ diff --git a/sparse/system/bin/boringssl_self_test32 b/sparse/system/bin/boringssl_self_test32 new file mode 100755 index 0000000..89d3940 Binary files /dev/null and b/sparse/system/bin/boringssl_self_test32 differ diff --git a/sparse/system/bin/boringssl_self_test64 b/sparse/system/bin/boringssl_self_test64 new file mode 100755 index 0000000..753e5cb Binary files /dev/null and b/sparse/system/bin/boringssl_self_test64 differ diff --git a/sparse/system/bin/bpfloader b/sparse/system/bin/bpfloader new file mode 100755 index 0000000..5f8d2d8 Binary files /dev/null and b/sparse/system/bin/bpfloader differ diff --git a/sparse/system/bin/btfloader b/sparse/system/bin/btfloader new file mode 100755 index 0000000..5e0cb3d Binary files /dev/null and b/sparse/system/bin/btfloader differ diff --git a/sparse/system/bin/bu b/sparse/system/bin/bu new file mode 100755 index 0000000..e50b53d --- /dev/null +++ b/sparse/system/bin/bu @@ -0,0 +1,7 @@ +#!/system/bin/sh +# Script to start "bu" on the device +# +base=/system +export CLASSPATH=$base/framework/bu.jar +exec app_process $base/bin com.android.commands.bu.Backup "$@" + diff --git a/sparse/system/bin/bugreport b/sparse/system/bin/bugreport new file mode 100755 index 0000000..30f28b8 Binary files /dev/null and b/sparse/system/bin/bugreport differ diff --git a/sparse/system/bin/bugreportz b/sparse/system/bin/bugreportz new file mode 100755 index 0000000..276c406 Binary files /dev/null and b/sparse/system/bin/bugreportz differ diff --git a/sparse/system/bin/bunzip2 b/sparse/system/bin/bunzip2 new file mode 120000 index 0000000..a989e1d --- /dev/null +++ b/sparse/system/bin/bunzip2 @@ -0,0 +1 @@ +bzip2 \ No newline at end of file diff --git a/sparse/system/bin/bzcat b/sparse/system/bin/bzcat new file mode 120000 index 0000000..a989e1d --- /dev/null +++ b/sparse/system/bin/bzcat @@ -0,0 +1 @@ +bzip2 \ No newline at end of file diff --git a/sparse/system/bin/bzip2 b/sparse/system/bin/bzip2 new file mode 100755 index 0000000..2296408 Binary files /dev/null and b/sparse/system/bin/bzip2 differ diff --git a/sparse/system/bin/cal b/sparse/system/bin/cal new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/cal @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/cameraserver b/sparse/system/bin/cameraserver new file mode 100755 index 0000000..8fb5a25 Binary files /dev/null and b/sparse/system/bin/cameraserver differ diff --git a/sparse/system/bin/cat b/sparse/system/bin/cat new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/cat @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/charger b/sparse/system/bin/charger new file mode 100755 index 0000000..47a7782 Binary files /dev/null and b/sparse/system/bin/charger differ diff --git a/sparse/system/bin/chattr b/sparse/system/bin/chattr new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/chattr @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/chcon b/sparse/system/bin/chcon new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/chcon @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/chgrp b/sparse/system/bin/chgrp new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/chgrp @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/chmod b/sparse/system/bin/chmod new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/chmod @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/chown b/sparse/system/bin/chown new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/chown @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/chroot b/sparse/system/bin/chroot new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/chroot @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/chrt b/sparse/system/bin/chrt new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/chrt @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/cksum b/sparse/system/bin/cksum new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/cksum @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/clear b/sparse/system/bin/clear new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/clear @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/cmd b/sparse/system/bin/cmd new file mode 100755 index 0000000..adbe17b Binary files /dev/null and b/sparse/system/bin/cmd differ diff --git a/sparse/system/bin/cmp b/sparse/system/bin/cmp new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/cmp @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/comm b/sparse/system/bin/comm new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/comm @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/content b/sparse/system/bin/content new file mode 100755 index 0000000..91f2dfb --- /dev/null +++ b/sparse/system/bin/content @@ -0,0 +1,3 @@ +#!/system/bin/sh +export CLASSPATH=/system/framework/content.jar +exec app_process /system/bin com.android.commands.content.Content "$@" diff --git a/sparse/system/bin/cp b/sparse/system/bin/cp new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/cp @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/cpio b/sparse/system/bin/cpio new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/cpio @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/credstore b/sparse/system/bin/credstore new file mode 100755 index 0000000..9091d85 Binary files /dev/null and b/sparse/system/bin/credstore differ diff --git a/sparse/system/bin/cut b/sparse/system/bin/cut new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/cut @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/date b/sparse/system/bin/date new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/date @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/dd b/sparse/system/bin/dd new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/dd @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/debuggerd b/sparse/system/bin/debuggerd new file mode 100755 index 0000000..5576f2e Binary files /dev/null and b/sparse/system/bin/debuggerd differ diff --git a/sparse/system/bin/defrag.f2fs b/sparse/system/bin/defrag.f2fs new file mode 120000 index 0000000..e1c89db --- /dev/null +++ b/sparse/system/bin/defrag.f2fs @@ -0,0 +1 @@ +fsck.f2fs \ No newline at end of file diff --git a/sparse/system/bin/device_config b/sparse/system/bin/device_config new file mode 100755 index 0000000..a949bd5 --- /dev/null +++ b/sparse/system/bin/device_config @@ -0,0 +1,2 @@ +#!/system/bin/sh +cmd device_config "$@" diff --git a/sparse/system/bin/devmem b/sparse/system/bin/devmem new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/devmem @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/df b/sparse/system/bin/df new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/df @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/diff b/sparse/system/bin/diff new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/diff @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/dirname b/sparse/system/bin/dirname new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/dirname @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/disable-verity b/sparse/system/bin/disable-verity new file mode 120000 index 0000000..92d93a3 --- /dev/null +++ b/sparse/system/bin/disable-verity @@ -0,0 +1 @@ +set-verity-state \ No newline at end of file diff --git a/sparse/system/bin/dmabuf_dump b/sparse/system/bin/dmabuf_dump new file mode 100755 index 0000000..d328020 Binary files /dev/null and b/sparse/system/bin/dmabuf_dump differ diff --git a/sparse/system/bin/dmctl b/sparse/system/bin/dmctl new file mode 100755 index 0000000..2b7503e Binary files /dev/null and b/sparse/system/bin/dmctl differ diff --git a/sparse/system/bin/dmesg b/sparse/system/bin/dmesg new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/dmesg @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/dmesgd b/sparse/system/bin/dmesgd new file mode 100755 index 0000000..3b21299 Binary files /dev/null and b/sparse/system/bin/dmesgd differ diff --git a/sparse/system/bin/dnsmasq b/sparse/system/bin/dnsmasq new file mode 100755 index 0000000..4f822a9 Binary files /dev/null and b/sparse/system/bin/dnsmasq differ diff --git a/sparse/system/bin/dos2unix b/sparse/system/bin/dos2unix new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/dos2unix @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/dpm b/sparse/system/bin/dpm new file mode 100755 index 0000000..784db5b --- /dev/null +++ b/sparse/system/bin/dpm @@ -0,0 +1,5 @@ +#!/system/bin/sh +# Script to start "dpm" on the device +# +cmd device_policy "$@" + diff --git a/sparse/system/bin/drmserver b/sparse/system/bin/drmserver new file mode 100755 index 0000000..2af81ff Binary files /dev/null and b/sparse/system/bin/drmserver differ diff --git a/sparse/system/bin/du b/sparse/system/bin/du new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/du @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/dump.erofs b/sparse/system/bin/dump.erofs new file mode 100755 index 0000000..d2eaed5 Binary files /dev/null and b/sparse/system/bin/dump.erofs differ diff --git a/sparse/system/bin/dump.f2fs b/sparse/system/bin/dump.f2fs new file mode 120000 index 0000000..e1c89db --- /dev/null +++ b/sparse/system/bin/dump.f2fs @@ -0,0 +1 @@ +fsck.f2fs \ No newline at end of file diff --git a/sparse/system/bin/dumpstate b/sparse/system/bin/dumpstate new file mode 100755 index 0000000..86c20f7 Binary files /dev/null and b/sparse/system/bin/dumpstate differ diff --git a/sparse/system/bin/dumpsys b/sparse/system/bin/dumpsys new file mode 100755 index 0000000..303662b Binary files /dev/null and b/sparse/system/bin/dumpsys differ diff --git a/sparse/system/bin/e2freefrag b/sparse/system/bin/e2freefrag new file mode 100755 index 0000000..bdcca11 Binary files /dev/null and b/sparse/system/bin/e2freefrag differ diff --git a/sparse/system/bin/e2fsck b/sparse/system/bin/e2fsck new file mode 100755 index 0000000..7a0ec31 Binary files /dev/null and b/sparse/system/bin/e2fsck differ diff --git a/sparse/system/bin/e2fsdroid b/sparse/system/bin/e2fsdroid new file mode 100755 index 0000000..f98f611 Binary files /dev/null and b/sparse/system/bin/e2fsdroid differ diff --git a/sparse/system/bin/echo b/sparse/system/bin/echo new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/echo @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/egrep b/sparse/system/bin/egrep new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/egrep @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/enable-verity b/sparse/system/bin/enable-verity new file mode 120000 index 0000000..92d93a3 --- /dev/null +++ b/sparse/system/bin/enable-verity @@ -0,0 +1 @@ +set-verity-state \ No newline at end of file diff --git a/sparse/system/bin/env b/sparse/system/bin/env new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/env @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/expand b/sparse/system/bin/expand new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/expand @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/expr b/sparse/system/bin/expr new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/expr @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/extra_free_kbytes.sh b/sparse/system/bin/extra_free_kbytes.sh new file mode 100755 index 0000000..aeaa912 --- /dev/null +++ b/sparse/system/bin/extra_free_kbytes.sh @@ -0,0 +1,136 @@ +#!/bin/sh + +# Script implements watermark_scale calculation which results in the same low +# watermark as if extra_free_kbytes tunable were to be used. +# +# Usage: extra_free_kbytes.sh +# +# extra_free_kbytes is distributed between zones based on +# zone.managed_pages/vm_total_pages ratio, where vm_total_pages is the sum of +# zone.managed_pages for all zones (zone.high used in this calculation is 0 +# when this is calculated). Therefore for each zone its share is calculated as: +# +# extra_free_pages = extra_free_kbytes / page_size +# extra_share = extra_free_pages * managed_pages / vm_total_pages +# +# This extra_share is added to the low and high watermarks: +# +# low = min + max(min / 4, managed_pages * (watermark_scale / 10000)) + extra_share +# high = min + 2 * max(min / 4, managed_pages * (watermark_scale / 10000)) + extra_share +# +# Because Android uses extra_free_kbytes to adjust the low watermark, we ignore +# the difference in how watermark_scale and extra_free_kbytes affect the high +# watermark and will match the low watermark only. +# +# To eliminate extra_share and compansate the difference with watermark_scale, +# a new watermark_scale_new is calculated as: +# +# (1) max(min / 4, managed_pages * (watermark_scale / 10000)) + extra_share = +# max(min / 4, managed_pages * (watermark_scale_new / 10000)) +# +# Two cases to consider: +# A. managed_pages * (watermark_scale / 10000) > min / 4 +# The formula (1) becomes: +# +# managed_pages * (watermark_scale / 10000) + extra_share = +# managed_pages * (watermark_scale_new / 10000) +# +# after simplifying and substituting extra_share formula becomes: +# +# (2) watermark_scale_new = watermark_scale + extra_free_pages / vm_total_pages * 10000 +# +# B. managed_pages * (watermark_scale / 10000) < min / 4 +# The formula (1) becomes: +# +# min / 4 + extra_share = max(min / 4, managed_pages * (watermark_scale_new / 10000)) +# +# after calculating watermark_scale_new, if (managed_pages * (watermark_scale_new / 10000)) +# is still smaller than min / 4 then we can't compensate extra_share with +# watermark_scale anyway. Therefore calculation becomes: +# +# watermark_scale_new = (min / 4 + extra_share) / managed_pages * 10000 +# +# after simplifying and substituting extra_share formula becomes: +# +# (3) watermark_scale_new = (min / 4) * 10000 / managed_pages + extra_free_pages / vm_total_pages * 10000 +# +# After defining watermark_delta = extra_free_pages / vm_total_pages * 10000: +# +# if (managed_pages * (watermark_scale / 10000) > min / 4) +# watermark_scale_new = watermark_scale + watermark_delta +# else +# watermark_scale_new = (min / 4) * 10000 / managed_pages + watermark_delta +# + +if [ "$#" -ne 1 ] +then + echo "Usage: $0 " + exit +fi + +extra_free_kbytes=$1 + +# if extra_free_kbytes knob exists, use it and exit +if [ -e /proc/sys/vm/extra_free_kbytes ] +then + echo $extra_free_kbytes > /proc/sys/vm/extra_free_kbytes + exit +fi + +watermark_scale=`cat /proc/sys/vm/watermark_scale_factor` + +# convert extra_free_kbytes to pages +page_size=$(getconf PAGESIZE) +page_size_kb=$((page_size/1024)) +extra_free_pg=$((extra_free_kbytes/page_size_kb)) + +managed=($(grep managed /proc/zoneinfo | awk '{print $2}')) +length=${#managed[@]} +min=($(grep "min" /proc/zoneinfo | awk '{print $2}')) + +# calculate vm_total_pages. +# WARNING: if the final low watermark differs from the original, the source of +# the error is likely vm_total_pages which is impossible to get exact from the +# userspace. Grep for "Total pages" in the kernel logs to see the actual +# vm_total_pages and plug it in the calculation to confirm the source of the +# error. Error caused by this inaccuracy is normally within 1% range. +vm_total_pages=0 +i=0 +while [ $i -lt $length ] +do + vm_total_pages=$((vm_total_pages + managed[i])) + i=$((i+1)) +done + +# calculate watermark_scale_new for each zone and choose the max +max_watermark_scale=0 +i=0 +while [ $i -lt $length ] +do + # skip unmanaged zones + if [ ${managed[i]} -eq 0 ] + then + i=$((i+1)) + continue + fi + + base_margin=$((min[i] / 4)) + calc_margin=$(echo "${managed[i]} * $watermark_scale / 10000" | bc) + # round the value by adding 0.5 and truncating the decimal part + watermark_delta=$(echo "x=($extra_free_pg / ($vm_total_pages / 10000) + 0.5); scale = 0; x/1" | bc -l) + if [ $calc_margin -gt $base_margin ] + then + watermark_scale_new=$(echo "$watermark_scale + $watermark_delta" | bc) + else + watermark_scale_new=$(echo "$base_margin / (${managed[i]} / 10000) + $watermark_delta" | bc) + fi + + if [ $max_watermark_scale -lt $watermark_scale_new ] + then + max_watermark_scale=$watermark_scale_new + fi + + i=$((i+1)) +done + +echo $max_watermark_scale > /proc/sys/vm/watermark_scale_factor diff --git a/sparse/system/bin/fallocate b/sparse/system/bin/fallocate new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/fallocate @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/false b/sparse/system/bin/false new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/false @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/fgrep b/sparse/system/bin/fgrep new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/fgrep @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/file b/sparse/system/bin/file new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/file @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/find b/sparse/system/bin/find new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/find @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/flags_health_check b/sparse/system/bin/flags_health_check new file mode 100755 index 0000000..5abe6cc Binary files /dev/null and b/sparse/system/bin/flags_health_check differ diff --git a/sparse/system/bin/flock b/sparse/system/bin/flock new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/flock @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/fmt b/sparse/system/bin/fmt new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/fmt @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/free b/sparse/system/bin/free new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/free @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/fsck.erofs b/sparse/system/bin/fsck.erofs new file mode 100755 index 0000000..5d80079 Binary files /dev/null and b/sparse/system/bin/fsck.erofs differ diff --git a/sparse/system/bin/fsck.exfat b/sparse/system/bin/fsck.exfat new file mode 100755 index 0000000..dedc579 Binary files /dev/null and b/sparse/system/bin/fsck.exfat differ diff --git a/sparse/system/bin/fsck.f2fs b/sparse/system/bin/fsck.f2fs new file mode 100755 index 0000000..5a59218 Binary files /dev/null and b/sparse/system/bin/fsck.f2fs differ diff --git a/sparse/system/bin/fsck_msdos b/sparse/system/bin/fsck_msdos new file mode 100755 index 0000000..aacfa7b Binary files /dev/null and b/sparse/system/bin/fsck_msdos differ diff --git a/sparse/system/bin/fsverity_init b/sparse/system/bin/fsverity_init new file mode 100755 index 0000000..addcfd7 Binary files /dev/null and b/sparse/system/bin/fsverity_init differ diff --git a/sparse/system/bin/fsync b/sparse/system/bin/fsync new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/fsync @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/gatekeeperd b/sparse/system/bin/gatekeeperd new file mode 100755 index 0000000..f3855d5 Binary files /dev/null and b/sparse/system/bin/gatekeeperd differ diff --git a/sparse/system/bin/getconf b/sparse/system/bin/getconf new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/getconf @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/getenforce b/sparse/system/bin/getenforce new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/getenforce @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/getevent b/sparse/system/bin/getevent new file mode 120000 index 0000000..a7cf9a8 --- /dev/null +++ b/sparse/system/bin/getevent @@ -0,0 +1 @@ +toolbox \ No newline at end of file diff --git a/sparse/system/bin/getprop b/sparse/system/bin/getprop new file mode 120000 index 0000000..a7cf9a8 --- /dev/null +++ b/sparse/system/bin/getprop @@ -0,0 +1 @@ +toolbox \ No newline at end of file diff --git a/sparse/system/bin/gpuservice b/sparse/system/bin/gpuservice new file mode 100755 index 0000000..8e9c168 Binary files /dev/null and b/sparse/system/bin/gpuservice differ diff --git a/sparse/system/bin/grep b/sparse/system/bin/grep new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/grep @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/groups b/sparse/system/bin/groups new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/groups @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/gsi_tool b/sparse/system/bin/gsi_tool new file mode 100755 index 0000000..d59a4ad Binary files /dev/null and b/sparse/system/bin/gsi_tool differ diff --git a/sparse/system/bin/gsid b/sparse/system/bin/gsid new file mode 100755 index 0000000..348679b Binary files /dev/null and b/sparse/system/bin/gsid differ diff --git a/sparse/system/bin/gunzip b/sparse/system/bin/gunzip new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/gunzip @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/gzip b/sparse/system/bin/gzip new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/gzip @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/head b/sparse/system/bin/head new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/head @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/heapprofd b/sparse/system/bin/heapprofd new file mode 100755 index 0000000..6834e76 Binary files /dev/null and b/sparse/system/bin/heapprofd differ diff --git a/sparse/system/bin/hid b/sparse/system/bin/hid new file mode 100755 index 0000000..43c7634 --- /dev/null +++ b/sparse/system/bin/hid @@ -0,0 +1,9 @@ +#!/system/bin/sh + +# Preload the native portion libhidcommand_jni.so to bypass the dependency +# checks in the Java classloader, which prohibit dependencies that aren't +# listed in system/core/rootdir/etc/public.libraries.android.txt. +export LD_PRELOAD=libhidcommand_jni.so + +export CLASSPATH=/system/framework/hid.jar +exec app_process /system/bin com.android.commands.hid.Hid "$@" diff --git a/sparse/system/bin/hostname b/sparse/system/bin/hostname new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/hostname @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/hw/android.hidl.allocator@1.0-service b/sparse/system/bin/hw/android.hidl.allocator@1.0-service new file mode 100755 index 0000000..7c3b4d7 Binary files /dev/null and b/sparse/system/bin/hw/android.hidl.allocator@1.0-service differ diff --git a/sparse/system/bin/hw/android.system.suspend@1.0-service b/sparse/system/bin/hw/android.system.suspend@1.0-service new file mode 100755 index 0000000..93578ca Binary files /dev/null and b/sparse/system/bin/hw/android.system.suspend@1.0-service differ diff --git a/sparse/system/bin/hwclock b/sparse/system/bin/hwclock new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/hwclock @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/hwservicemanager b/sparse/system/bin/hwservicemanager new file mode 100755 index 0000000..0741656 Binary files /dev/null and b/sparse/system/bin/hwservicemanager differ diff --git a/sparse/system/bin/i2cdetect b/sparse/system/bin/i2cdetect new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/i2cdetect @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/i2cdump b/sparse/system/bin/i2cdump new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/i2cdump @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/i2cget b/sparse/system/bin/i2cget new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/i2cget @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/i2cset b/sparse/system/bin/i2cset new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/i2cset @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/iconv b/sparse/system/bin/iconv new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/iconv @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/id b/sparse/system/bin/id new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/id @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/idmap2 b/sparse/system/bin/idmap2 new file mode 100755 index 0000000..c904e4a Binary files /dev/null and b/sparse/system/bin/idmap2 differ diff --git a/sparse/system/bin/idmap2d b/sparse/system/bin/idmap2d new file mode 100755 index 0000000..269b53d Binary files /dev/null and b/sparse/system/bin/idmap2d differ diff --git a/sparse/system/bin/ifconfig b/sparse/system/bin/ifconfig new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/ifconfig @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/ime b/sparse/system/bin/ime new file mode 100755 index 0000000..7d2f72f --- /dev/null +++ b/sparse/system/bin/ime @@ -0,0 +1,2 @@ +#!/system/bin/sh +exec cmd input_method ime "$@" diff --git a/sparse/system/bin/incident b/sparse/system/bin/incident new file mode 100755 index 0000000..113ba9e Binary files /dev/null and b/sparse/system/bin/incident differ diff --git a/sparse/system/bin/incident-helper-cmd b/sparse/system/bin/incident-helper-cmd new file mode 100755 index 0000000..d45f7df --- /dev/null +++ b/sparse/system/bin/incident-helper-cmd @@ -0,0 +1,6 @@ +#!/system/bin/sh +# Script to start "incident_helper_cmd" on the device +# +base=/system +export CLASSPATH=$base/framework/incident-helper-cmd.jar +exec app_process $base/bin com.android.commands.incident.IncidentHelper "$@" diff --git a/sparse/system/bin/incident_helper b/sparse/system/bin/incident_helper new file mode 100755 index 0000000..4cf4098 Binary files /dev/null and b/sparse/system/bin/incident_helper differ diff --git a/sparse/system/bin/incidentd b/sparse/system/bin/incidentd new file mode 100755 index 0000000..266f110 Binary files /dev/null and b/sparse/system/bin/incidentd differ diff --git a/sparse/system/bin/init b/sparse/system/bin/init new file mode 100755 index 0000000..8ae5c10 Binary files /dev/null and b/sparse/system/bin/init differ diff --git a/sparse/system/bin/inotifyd b/sparse/system/bin/inotifyd new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/inotifyd @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/input b/sparse/system/bin/input new file mode 100755 index 0000000..d7d0414 --- /dev/null +++ b/sparse/system/bin/input @@ -0,0 +1,2 @@ +#!/system/bin/sh +cmd input "$@" diff --git a/sparse/system/bin/insmod b/sparse/system/bin/insmod new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/insmod @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/install b/sparse/system/bin/install new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/install @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/installd b/sparse/system/bin/installd new file mode 100755 index 0000000..81ac0df Binary files /dev/null and b/sparse/system/bin/installd differ diff --git a/sparse/system/bin/ionice b/sparse/system/bin/ionice new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/ionice @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/iorenice b/sparse/system/bin/iorenice new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/iorenice @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/ip b/sparse/system/bin/ip new file mode 100755 index 0000000..72d7eda Binary files /dev/null and b/sparse/system/bin/ip differ diff --git a/sparse/system/bin/ip-up-vpn b/sparse/system/bin/ip-up-vpn new file mode 100755 index 0000000..21f6c61 Binary files /dev/null and b/sparse/system/bin/ip-up-vpn differ diff --git a/sparse/system/bin/ip-wrapper-1.0 b/sparse/system/bin/ip-wrapper-1.0 new file mode 120000 index 0000000..cf5c05d --- /dev/null +++ b/sparse/system/bin/ip-wrapper-1.0 @@ -0,0 +1 @@ +netutils-wrapper-1.0 \ No newline at end of file diff --git a/sparse/system/bin/ip6tables-restore b/sparse/system/bin/ip6tables-restore new file mode 120000 index 0000000..59cead7 --- /dev/null +++ b/sparse/system/bin/ip6tables-restore @@ -0,0 +1 @@ +iptables \ No newline at end of file diff --git a/sparse/system/bin/ip6tables-save b/sparse/system/bin/ip6tables-save new file mode 120000 index 0000000..59cead7 --- /dev/null +++ b/sparse/system/bin/ip6tables-save @@ -0,0 +1 @@ +iptables \ No newline at end of file diff --git a/sparse/system/bin/ip6tables-wrapper-1.0 b/sparse/system/bin/ip6tables-wrapper-1.0 new file mode 120000 index 0000000..cf5c05d --- /dev/null +++ b/sparse/system/bin/ip6tables-wrapper-1.0 @@ -0,0 +1 @@ +netutils-wrapper-1.0 \ No newline at end of file diff --git a/sparse/system/bin/iptables-restore b/sparse/system/bin/iptables-restore new file mode 120000 index 0000000..59cead7 --- /dev/null +++ b/sparse/system/bin/iptables-restore @@ -0,0 +1 @@ +iptables \ No newline at end of file diff --git a/sparse/system/bin/iptables-save b/sparse/system/bin/iptables-save new file mode 120000 index 0000000..59cead7 --- /dev/null +++ b/sparse/system/bin/iptables-save @@ -0,0 +1 @@ +iptables \ No newline at end of file diff --git a/sparse/system/bin/iptables-wrapper-1.0 b/sparse/system/bin/iptables-wrapper-1.0 new file mode 120000 index 0000000..cf5c05d --- /dev/null +++ b/sparse/system/bin/iptables-wrapper-1.0 @@ -0,0 +1 @@ +netutils-wrapper-1.0 \ No newline at end of file diff --git a/sparse/system/bin/keystore2 b/sparse/system/bin/keystore2 new file mode 100755 index 0000000..e46f2e5 Binary files /dev/null and b/sparse/system/bin/keystore2 differ diff --git a/sparse/system/bin/keystore_cli_v2 b/sparse/system/bin/keystore_cli_v2 new file mode 100755 index 0000000..97b6440 Binary files /dev/null and b/sparse/system/bin/keystore_cli_v2 differ diff --git a/sparse/system/bin/kill b/sparse/system/bin/kill new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/kill @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/killall b/sparse/system/bin/killall new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/killall @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/ld.mc b/sparse/system/bin/ld.mc new file mode 100755 index 0000000..5dd7118 Binary files /dev/null and b/sparse/system/bin/ld.mc differ diff --git a/sparse/system/bin/ldd b/sparse/system/bin/ldd new file mode 100755 index 0000000..56810bb --- /dev/null +++ b/sparse/system/bin/ldd @@ -0,0 +1,24 @@ +#!/system/bin/sh + +# Rather than have ldd and ldd64, this script does the right thing depending +# on the argument. + +function error() { + echo "$1" + exit 1 +} + +[ $# -eq 1 ] || error "usage: ldd FILE" + +what=$(LD_LIBRARY_PATH= file -L "$1") +case "$what" in + *32-bit*) + linker --list "$1" + ;; + *64-bit*) + linker64 --list "$1" + ;; + *) + error "$what" + ;; +esac diff --git a/sparse/system/bin/librank b/sparse/system/bin/librank new file mode 100755 index 0000000..e0eee09 Binary files /dev/null and b/sparse/system/bin/librank differ diff --git a/sparse/system/bin/linker b/sparse/system/bin/linker new file mode 120000 index 0000000..c269db6 --- /dev/null +++ b/sparse/system/bin/linker @@ -0,0 +1 @@ +/apex/com.android.runtime/bin/linker \ No newline at end of file diff --git a/sparse/system/bin/linker64 b/sparse/system/bin/linker64 new file mode 120000 index 0000000..f506b31 --- /dev/null +++ b/sparse/system/bin/linker64 @@ -0,0 +1 @@ +/apex/com.android.runtime/bin/linker64 \ No newline at end of file diff --git a/sparse/system/bin/linker_asan b/sparse/system/bin/linker_asan new file mode 120000 index 0000000..c269db6 --- /dev/null +++ b/sparse/system/bin/linker_asan @@ -0,0 +1 @@ +/apex/com.android.runtime/bin/linker \ No newline at end of file diff --git a/sparse/system/bin/linker_asan64 b/sparse/system/bin/linker_asan64 new file mode 120000 index 0000000..f506b31 --- /dev/null +++ b/sparse/system/bin/linker_asan64 @@ -0,0 +1 @@ +/apex/com.android.runtime/bin/linker64 \ No newline at end of file diff --git a/sparse/system/bin/linkerconfig b/sparse/system/bin/linkerconfig new file mode 120000 index 0000000..a1823be --- /dev/null +++ b/sparse/system/bin/linkerconfig @@ -0,0 +1 @@ +/apex/com.android.runtime/bin/linkerconfig \ No newline at end of file diff --git a/sparse/system/bin/llkd b/sparse/system/bin/llkd new file mode 100755 index 0000000..71b87d9 Binary files /dev/null and b/sparse/system/bin/llkd differ diff --git a/sparse/system/bin/lmkd b/sparse/system/bin/lmkd new file mode 100755 index 0000000..742f0a6 Binary files /dev/null and b/sparse/system/bin/lmkd differ diff --git a/sparse/system/bin/ln b/sparse/system/bin/ln new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/ln @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/load_policy b/sparse/system/bin/load_policy new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/load_policy @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/locksettings b/sparse/system/bin/locksettings new file mode 100755 index 0000000..0ef4fa9 --- /dev/null +++ b/sparse/system/bin/locksettings @@ -0,0 +1,6 @@ +#!/system/bin/sh +# Script to start "locksettings" on the device +# +base=/system +export CLASSPATH=$base/framework/locksettings.jar +exec app_process $base/bin com.android.commands.locksettings.LockSettingsCmd "$@" diff --git a/sparse/system/bin/log b/sparse/system/bin/log new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/log @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/logcat b/sparse/system/bin/logcat new file mode 100755 index 0000000..e1ee4cd Binary files /dev/null and b/sparse/system/bin/logcat differ diff --git a/sparse/system/bin/logd b/sparse/system/bin/logd new file mode 100755 index 0000000..f463122 Binary files /dev/null and b/sparse/system/bin/logd differ diff --git a/sparse/system/bin/logname b/sparse/system/bin/logname new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/logname @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/logwrapper b/sparse/system/bin/logwrapper new file mode 100755 index 0000000..646585b Binary files /dev/null and b/sparse/system/bin/logwrapper differ diff --git a/sparse/system/bin/losetup b/sparse/system/bin/losetup new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/losetup @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/lpdump b/sparse/system/bin/lpdump new file mode 100755 index 0000000..b8456c9 Binary files /dev/null and b/sparse/system/bin/lpdump differ diff --git a/sparse/system/bin/lpdumpd b/sparse/system/bin/lpdumpd new file mode 100755 index 0000000..fe040ab Binary files /dev/null and b/sparse/system/bin/lpdumpd differ diff --git a/sparse/system/bin/ls b/sparse/system/bin/ls new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/ls @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/lsattr b/sparse/system/bin/lsattr new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/lsattr @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/lshal b/sparse/system/bin/lshal new file mode 100755 index 0000000..b2b8f16 Binary files /dev/null and b/sparse/system/bin/lshal differ diff --git a/sparse/system/bin/lsmod b/sparse/system/bin/lsmod new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/lsmod @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/lsof b/sparse/system/bin/lsof new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/lsof @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/lspci b/sparse/system/bin/lspci new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/lspci @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/lsusb b/sparse/system/bin/lsusb new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/lsusb @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/make_f2fs b/sparse/system/bin/make_f2fs new file mode 100755 index 0000000..8b57e4a Binary files /dev/null and b/sparse/system/bin/make_f2fs differ diff --git a/sparse/system/bin/md5sum b/sparse/system/bin/md5sum new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/md5sum @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/mdnsd b/sparse/system/bin/mdnsd new file mode 100755 index 0000000..2d0364a Binary files /dev/null and b/sparse/system/bin/mdnsd differ diff --git a/sparse/system/bin/mediaextractor b/sparse/system/bin/mediaextractor new file mode 100755 index 0000000..e39f491 Binary files /dev/null and b/sparse/system/bin/mediaextractor differ diff --git a/sparse/system/bin/mediametrics b/sparse/system/bin/mediametrics new file mode 100755 index 0000000..12d1302 Binary files /dev/null and b/sparse/system/bin/mediametrics differ diff --git a/sparse/system/bin/mediaserver b/sparse/system/bin/mediaserver new file mode 100755 index 0000000..14a05aa Binary files /dev/null and b/sparse/system/bin/mediaserver differ diff --git a/sparse/system/bin/microcom b/sparse/system/bin/microcom new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/microcom @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/migrate_legacy_obb_data.sh b/sparse/system/bin/migrate_legacy_obb_data.sh new file mode 100755 index 0000000..7399681 --- /dev/null +++ b/sparse/system/bin/migrate_legacy_obb_data.sh @@ -0,0 +1,40 @@ +#!/system/bin/sh + +# +# Copyright (C) 2019 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +rm -rf /data/media/0/Android/obb/test_probe +mkdir -p /data/media/0/Android/obb/ +touch /data/media/0/Android/obb/test_probe +if ! test -f /data/media/0/Android/obb/test_probe ; then + log -p i -t migrate_legacy_obb_data "No support for 'unshared_obb'. Not migrating" + rm -rf /data/media/0/Android/obb/test_probe + exit 0 +fi + +# Delete the test file, and remove the obb folder if it is empty +rm -rf /data/media/0/Android/obb/test_probe +rmdir /data/media/obb + +if ! test -d /data/media/obb ; then + log -p i -t migrate_legacy_obb_data "No legacy obb data to migrate." + exit 0 +fi + +log -p i -t migrate_legacy_obb_data "Migrating legacy obb data." +rm -rf /data/media/0/Android/obb +cp -F -p -R -P -d /data/media/obb /data/media/0/Android +rm -rf /data/media/obb +log -p i -t migrate_legacy_obb_data "Done." diff --git a/sparse/system/bin/mini-keyctl b/sparse/system/bin/mini-keyctl new file mode 100755 index 0000000..ecbc7f2 Binary files /dev/null and b/sparse/system/bin/mini-keyctl differ diff --git a/sparse/system/bin/mkdir b/sparse/system/bin/mkdir new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/mkdir @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/mke2fs b/sparse/system/bin/mke2fs new file mode 100755 index 0000000..d6ede5d Binary files /dev/null and b/sparse/system/bin/mke2fs differ diff --git a/sparse/system/bin/mkfifo b/sparse/system/bin/mkfifo new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/mkfifo @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/mkfs.erofs b/sparse/system/bin/mkfs.erofs new file mode 100755 index 0000000..d9c2866 Binary files /dev/null and b/sparse/system/bin/mkfs.erofs differ diff --git a/sparse/system/bin/mkfs.exfat b/sparse/system/bin/mkfs.exfat new file mode 100755 index 0000000..c2fb8e4 Binary files /dev/null and b/sparse/system/bin/mkfs.exfat differ diff --git a/sparse/system/bin/mkfs.ext2 b/sparse/system/bin/mkfs.ext2 new file mode 120000 index 0000000..bfa72fb --- /dev/null +++ b/sparse/system/bin/mkfs.ext2 @@ -0,0 +1 @@ +mke2fs \ No newline at end of file diff --git a/sparse/system/bin/mkfs.ext3 b/sparse/system/bin/mkfs.ext3 new file mode 120000 index 0000000..bfa72fb --- /dev/null +++ b/sparse/system/bin/mkfs.ext3 @@ -0,0 +1 @@ +mke2fs \ No newline at end of file diff --git a/sparse/system/bin/mkfs.ext4 b/sparse/system/bin/mkfs.ext4 new file mode 120000 index 0000000..bfa72fb --- /dev/null +++ b/sparse/system/bin/mkfs.ext4 @@ -0,0 +1 @@ +mke2fs \ No newline at end of file diff --git a/sparse/system/bin/mknod b/sparse/system/bin/mknod new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/mknod @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/mkswap b/sparse/system/bin/mkswap new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/mkswap @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/mktemp b/sparse/system/bin/mktemp new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/mktemp @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/mm_events b/sparse/system/bin/mm_events new file mode 100755 index 0000000..cd66327 --- /dev/null +++ b/sparse/system/bin/mm_events @@ -0,0 +1,127 @@ +#!/system/bin/sh + +# Copyright (C) 2021 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +# Periodically arms a perfetto trace config for mm_events +# The config is triggered by the mm_events kmem_activity trigger +# This script gets executed as a oneshot service from perfetto.rc +# when persist.mm_events.enabled is set to true. + +DEFAULT_TRACE_CONFIG=<&- 2>&- + + PROGRESS=$(cmd otadexopt progress) + print -u${STATUS_FD} "global_progress $PROGRESS" + + DONE=$(cmd otadexopt done) + if [ "$DONE" = "OTA incomplete." ] ; then + sleep 1 + i=$((i+1)) + continue + fi + break +done + +DONE=$(cmd otadexopt done) +if [ "$DONE" = "OTA incomplete." ] ; then + echo "Incomplete." +else + echo "Complete or error." +fi + +print -u${STATUS_FD} "global_progress 1.0" +cmd otadexopt cleanup + +exit 0 diff --git a/sparse/system/bin/otapreopt_slot b/sparse/system/bin/otapreopt_slot new file mode 100755 index 0000000..b5786e9 --- /dev/null +++ b/sparse/system/bin/otapreopt_slot @@ -0,0 +1,39 @@ +#!/system/bin/sh + +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# This script will move artifacts for the currently active slot. + +SLOT_SUFFIX=$(getprop ro.boot.slot_suffix) +if test -n "$SLOT_SUFFIX" ; then + if test -d /data/ota/$SLOT_SUFFIX/dalvik-cache ; then + log -p i -t otapreopt_slot "Moving A/B artifacts for slot ${SLOT_SUFFIX}." + OLD_SIZE=$(du -h -s /data/dalvik-cache) + rm -rf /data/dalvik-cache/* + NEW_SIZE=$(du -h -s /data/ota/$SLOT_SUFFIX/dalvik-cache) + mv /data/ota/$SLOT_SUFFIX/dalvik-cache/* /data/dalvik-cache/ + rmdir /data/ota/$SLOT_SUFFIX/dalvik-cache + rmdir /data/ota/$SLOT_SUFFIX + log -p i -t otapreopt_slot "Moved ${NEW_SIZE} over ${OLD_SIZE}" + else + log -p i -t otapreopt_slot "No A/B artifacts found for slot ${SLOT_SUFFIX}." + fi + exit 0 +else + log -p w -t otapreopt_slot "Slot property empty." + exit 1 +fi diff --git a/sparse/system/bin/paste b/sparse/system/bin/paste new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/paste @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/patch b/sparse/system/bin/patch new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/patch @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/perfetto b/sparse/system/bin/perfetto new file mode 100755 index 0000000..537fecc Binary files /dev/null and b/sparse/system/bin/perfetto differ diff --git a/sparse/system/bin/pgrep b/sparse/system/bin/pgrep new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/pgrep @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/pidof b/sparse/system/bin/pidof new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/pidof @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/ping b/sparse/system/bin/ping new file mode 100755 index 0000000..387d049 Binary files /dev/null and b/sparse/system/bin/ping differ diff --git a/sparse/system/bin/ping6 b/sparse/system/bin/ping6 new file mode 100755 index 0000000..c392fdf Binary files /dev/null and b/sparse/system/bin/ping6 differ diff --git a/sparse/system/bin/pkill b/sparse/system/bin/pkill new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/pkill @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/pm b/sparse/system/bin/pm new file mode 100755 index 0000000..4d1f945 --- /dev/null +++ b/sparse/system/bin/pm @@ -0,0 +1,2 @@ +#!/system/bin/sh +cmd package "$@" diff --git a/sparse/system/bin/pmap b/sparse/system/bin/pmap new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/pmap @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/pppd b/sparse/system/bin/pppd new file mode 100755 index 0000000..753a593 Binary files /dev/null and b/sparse/system/bin/pppd differ diff --git a/sparse/system/bin/printenv b/sparse/system/bin/printenv new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/printenv @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/printf b/sparse/system/bin/printf new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/printf @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/prng_seeder b/sparse/system/bin/prng_seeder new file mode 100755 index 0000000..4ac077a Binary files /dev/null and b/sparse/system/bin/prng_seeder differ diff --git a/sparse/system/bin/procrank b/sparse/system/bin/procrank new file mode 100755 index 0000000..51db865 Binary files /dev/null and b/sparse/system/bin/procrank differ diff --git a/sparse/system/bin/ps b/sparse/system/bin/ps new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/ps @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/pwd b/sparse/system/bin/pwd new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/pwd @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/racoon b/sparse/system/bin/racoon new file mode 100755 index 0000000..faece8a Binary files /dev/null and b/sparse/system/bin/racoon differ diff --git a/sparse/system/bin/readelf b/sparse/system/bin/readelf new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/readelf @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/readlink b/sparse/system/bin/readlink new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/readlink @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/realpath b/sparse/system/bin/realpath new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/realpath @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/reboot b/sparse/system/bin/reboot new file mode 100755 index 0000000..115bc01 Binary files /dev/null and b/sparse/system/bin/reboot differ diff --git a/sparse/system/bin/recovery-persist b/sparse/system/bin/recovery-persist new file mode 100755 index 0000000..47151ed Binary files /dev/null and b/sparse/system/bin/recovery-persist differ diff --git a/sparse/system/bin/recovery-refresh b/sparse/system/bin/recovery-refresh new file mode 100755 index 0000000..5f42665 Binary files /dev/null and b/sparse/system/bin/recovery-refresh differ diff --git a/sparse/system/bin/renice b/sparse/system/bin/renice new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/renice @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/requestsync b/sparse/system/bin/requestsync new file mode 100755 index 0000000..2d5d0e4 --- /dev/null +++ b/sparse/system/bin/requestsync @@ -0,0 +1,7 @@ +#!/system/bin/sh +# Script to start "requestsync" on the device +# +base=/system +export CLASSPATH=$base/framework/requestsync.jar +exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@" + diff --git a/sparse/system/bin/resize.f2fs b/sparse/system/bin/resize.f2fs new file mode 120000 index 0000000..e1c89db --- /dev/null +++ b/sparse/system/bin/resize.f2fs @@ -0,0 +1 @@ +fsck.f2fs \ No newline at end of file diff --git a/sparse/system/bin/resize2fs b/sparse/system/bin/resize2fs new file mode 100755 index 0000000..4d19c61 Binary files /dev/null and b/sparse/system/bin/resize2fs differ diff --git a/sparse/system/bin/restorecon b/sparse/system/bin/restorecon new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/restorecon @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/rm b/sparse/system/bin/rm new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/rm @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/rmdir b/sparse/system/bin/rmdir new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/rmdir @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/rmmod b/sparse/system/bin/rmmod new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/rmmod @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/rss_hwm_reset b/sparse/system/bin/rss_hwm_reset new file mode 100755 index 0000000..8277215 Binary files /dev/null and b/sparse/system/bin/rss_hwm_reset differ diff --git a/sparse/system/bin/rtcwake b/sparse/system/bin/rtcwake new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/rtcwake @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/run-as b/sparse/system/bin/run-as new file mode 100755 index 0000000..d91d28a Binary files /dev/null and b/sparse/system/bin/run-as differ diff --git a/sparse/system/bin/runcon b/sparse/system/bin/runcon new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/runcon @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/schedtest b/sparse/system/bin/schedtest new file mode 100755 index 0000000..9f2eba6 Binary files /dev/null and b/sparse/system/bin/schedtest differ diff --git a/sparse/system/bin/screencap b/sparse/system/bin/screencap new file mode 100755 index 0000000..62e7e1f Binary files /dev/null and b/sparse/system/bin/screencap differ diff --git a/sparse/system/bin/screenrecord b/sparse/system/bin/screenrecord new file mode 100755 index 0000000..20b4550 Binary files /dev/null and b/sparse/system/bin/screenrecord differ diff --git a/sparse/system/bin/sdcard b/sparse/system/bin/sdcard new file mode 100755 index 0000000..5e06ac3 Binary files /dev/null and b/sparse/system/bin/sdcard differ diff --git a/sparse/system/bin/secdiscard b/sparse/system/bin/secdiscard new file mode 100755 index 0000000..8e681cc Binary files /dev/null and b/sparse/system/bin/secdiscard differ diff --git a/sparse/system/bin/secilc b/sparse/system/bin/secilc new file mode 100755 index 0000000..25c1c00 Binary files /dev/null and b/sparse/system/bin/secilc differ diff --git a/sparse/system/bin/sed b/sparse/system/bin/sed new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sed @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sendevent b/sparse/system/bin/sendevent new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sendevent @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sensorservice b/sparse/system/bin/sensorservice new file mode 100755 index 0000000..5cc8ac3 Binary files /dev/null and b/sparse/system/bin/sensorservice differ diff --git a/sparse/system/bin/seq b/sparse/system/bin/seq new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/seq @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/service b/sparse/system/bin/service new file mode 100755 index 0000000..c831703 Binary files /dev/null and b/sparse/system/bin/service differ diff --git a/sparse/system/bin/servicemanager b/sparse/system/bin/servicemanager new file mode 100755 index 0000000..3eede1d Binary files /dev/null and b/sparse/system/bin/servicemanager differ diff --git a/sparse/system/bin/set-verity-state b/sparse/system/bin/set-verity-state new file mode 100755 index 0000000..84e23fa Binary files /dev/null and b/sparse/system/bin/set-verity-state differ diff --git a/sparse/system/bin/setenforce b/sparse/system/bin/setenforce new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/setenforce @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/setprop b/sparse/system/bin/setprop new file mode 120000 index 0000000..a7cf9a8 --- /dev/null +++ b/sparse/system/bin/setprop @@ -0,0 +1 @@ +toolbox \ No newline at end of file diff --git a/sparse/system/bin/setsid b/sparse/system/bin/setsid new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/setsid @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/settaskprofile b/sparse/system/bin/settaskprofile new file mode 100755 index 0000000..ef979d5 Binary files /dev/null and b/sparse/system/bin/settaskprofile differ diff --git a/sparse/system/bin/settings b/sparse/system/bin/settings new file mode 100755 index 0000000..d41ccc6 --- /dev/null +++ b/sparse/system/bin/settings @@ -0,0 +1,2 @@ +#!/system/bin/sh +cmd settings "$@" diff --git a/sparse/system/bin/sgdisk b/sparse/system/bin/sgdisk new file mode 100755 index 0000000..461962a Binary files /dev/null and b/sparse/system/bin/sgdisk differ diff --git a/sparse/system/bin/sh b/sparse/system/bin/sh new file mode 100755 index 0000000..09b93a8 Binary files /dev/null and b/sparse/system/bin/sh differ diff --git a/sparse/system/bin/sha1sum b/sparse/system/bin/sha1sum new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sha1sum @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sha224sum b/sparse/system/bin/sha224sum new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sha224sum @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sha256sum b/sparse/system/bin/sha256sum new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sha256sum @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sha384sum b/sparse/system/bin/sha384sum new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sha384sum @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sha512sum b/sparse/system/bin/sha512sum new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sha512sum @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/showmap b/sparse/system/bin/showmap new file mode 100755 index 0000000..6adbe33 Binary files /dev/null and b/sparse/system/bin/showmap differ diff --git a/sparse/system/bin/simpleperf b/sparse/system/bin/simpleperf new file mode 100755 index 0000000..5bd9897 Binary files /dev/null and b/sparse/system/bin/simpleperf differ diff --git a/sparse/system/bin/simpleperf_app_runner b/sparse/system/bin/simpleperf_app_runner new file mode 100755 index 0000000..85ea198 Binary files /dev/null and b/sparse/system/bin/simpleperf_app_runner differ diff --git a/sparse/system/bin/sleep b/sparse/system/bin/sleep new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sleep @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sload_f2fs b/sparse/system/bin/sload_f2fs new file mode 100755 index 0000000..41d5e5c Binary files /dev/null and b/sparse/system/bin/sload_f2fs differ diff --git a/sparse/system/bin/sm b/sparse/system/bin/sm new file mode 100755 index 0000000..30eae00 --- /dev/null +++ b/sparse/system/bin/sm @@ -0,0 +1,3 @@ +#!/system/bin/sh +export CLASSPATH=/system/framework/sm.jar +exec app_process /system/bin com.android.commands.sm.Sm "$@" diff --git a/sparse/system/bin/snapshotctl b/sparse/system/bin/snapshotctl new file mode 100755 index 0000000..1308f55 Binary files /dev/null and b/sparse/system/bin/snapshotctl differ diff --git a/sparse/system/bin/snapuserd b/sparse/system/bin/snapuserd new file mode 100755 index 0000000..7e8326a Binary files /dev/null and b/sparse/system/bin/snapuserd differ diff --git a/sparse/system/bin/sort b/sparse/system/bin/sort new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sort @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/split b/sparse/system/bin/split new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/split @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/ss b/sparse/system/bin/ss new file mode 100755 index 0000000..45efc49 Binary files /dev/null and b/sparse/system/bin/ss differ diff --git a/sparse/system/bin/start b/sparse/system/bin/start new file mode 120000 index 0000000..a7cf9a8 --- /dev/null +++ b/sparse/system/bin/start @@ -0,0 +1 @@ +toolbox \ No newline at end of file diff --git a/sparse/system/bin/stat b/sparse/system/bin/stat new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/stat @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/stop b/sparse/system/bin/stop new file mode 120000 index 0000000..a7cf9a8 --- /dev/null +++ b/sparse/system/bin/stop @@ -0,0 +1 @@ +toolbox \ No newline at end of file diff --git a/sparse/system/bin/storaged b/sparse/system/bin/storaged new file mode 100755 index 0000000..bcee21a Binary files /dev/null and b/sparse/system/bin/storaged differ diff --git a/sparse/system/bin/strings b/sparse/system/bin/strings new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/strings @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/stty b/sparse/system/bin/stty new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/stty @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/surfaceflinger b/sparse/system/bin/surfaceflinger new file mode 100755 index 0000000..ef55e67 Binary files /dev/null and b/sparse/system/bin/surfaceflinger differ diff --git a/sparse/system/bin/svc b/sparse/system/bin/svc new file mode 100755 index 0000000..a2c9de3 --- /dev/null +++ b/sparse/system/bin/svc @@ -0,0 +1,57 @@ +#!/system/bin/sh + +# `svc wifi` has been migrated to WifiShellCommand, +# simply perform translation to `cmd wifi set-wifi-enabled` here. +if [ "x$1" == "xwifi" ]; then + # `cmd wifi` by convention uses enabled/disabled + # instead of enable/disable + if [ "x$2" == "xenable" ]; then + exec cmd wifi set-wifi-enabled enabled + elif [ "x$2" == "xdisable" ]; then + exec cmd wifi set-wifi-enabled disabled + else + echo "Control the Wi-Fi manager" + echo "" + echo "usage: svc wifi [enable|disable]" + echo " Turn Wi-Fi on or off." + echo "" + fi + exit 1 +fi + +if [ "x$1" == "xdata" ]; then + if [ "x$2" == "xenable" ]; then + exec cmd phone data enable + elif [ "x$2" == "xdisable" ]; then + exec cmd phone data disable + else + echo "Enable/Disable Mobile Data Connectivity" + echo "" + echo "usage: svc data [enable|disable]" + echo "" + fi + exit 1 +fi + +# `svc bluetooth` has been migrated to BluetoothShellCommand, +# simply perform translation to `cmd bluetooth set-bluetooth-enabled` here. +if [ "x$1" == "xbluetooth" ]; then + # `cmd wifi` by convention uses enabled/disabled + # instead of enable/disable + if [ "x$2" == "xenable" ]; then + exec cmd bluetooth_manager enable + elif [ "x$2" == "xdisable" ]; then + exec cmd bluetooth_manager disable + else + echo "Control the Bluetooth manager" + echo "" + echo "usage: svc bluetooth [enable|disable]" + echo " Turn Bluetooth on or off." + echo "" + fi + exit 1 +fi + +export CLASSPATH=/system/framework/svc.jar +exec app_process /system/bin com.android.commands.svc.Svc "$@" + diff --git a/sparse/system/bin/swapoff b/sparse/system/bin/swapoff new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/swapoff @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/swapon b/sparse/system/bin/swapon new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/swapon @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sync b/sparse/system/bin/sync new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sync @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/sysctl b/sparse/system/bin/sysctl new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/sysctl @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/tac b/sparse/system/bin/tac new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/tac @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/tail b/sparse/system/bin/tail new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/tail @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/tar b/sparse/system/bin/tar new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/tar @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/taskset b/sparse/system/bin/taskset new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/taskset @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/tc b/sparse/system/bin/tc new file mode 100755 index 0000000..f9907e6 Binary files /dev/null and b/sparse/system/bin/tc differ diff --git a/sparse/system/bin/tc-wrapper-1.0 b/sparse/system/bin/tc-wrapper-1.0 new file mode 120000 index 0000000..cf5c05d --- /dev/null +++ b/sparse/system/bin/tc-wrapper-1.0 @@ -0,0 +1 @@ +netutils-wrapper-1.0 \ No newline at end of file diff --git a/sparse/system/bin/tcpdump b/sparse/system/bin/tcpdump new file mode 100755 index 0000000..23c2822 Binary files /dev/null and b/sparse/system/bin/tcpdump differ diff --git a/sparse/system/bin/tee b/sparse/system/bin/tee new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/tee @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/telecom b/sparse/system/bin/telecom new file mode 100755 index 0000000..a19036b --- /dev/null +++ b/sparse/system/bin/telecom @@ -0,0 +1,7 @@ +#!/system/bin/sh +# Script to start "telecom" on the device +# +base=/system +export CLASSPATH=$base/framework/telecom.jar +exec app_process $base/bin com.android.commands.telecom.Telecom "$@" + diff --git a/sparse/system/bin/test b/sparse/system/bin/test new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/test @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/time b/sparse/system/bin/time new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/time @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/timeout b/sparse/system/bin/timeout new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/timeout @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/tinymix b/sparse/system/bin/tinymix new file mode 100755 index 0000000..25dce3c Binary files /dev/null and b/sparse/system/bin/tinymix differ diff --git a/sparse/system/bin/tombstoned b/sparse/system/bin/tombstoned new file mode 100755 index 0000000..f650cd2 Binary files /dev/null and b/sparse/system/bin/tombstoned differ diff --git a/sparse/system/bin/toolbox b/sparse/system/bin/toolbox new file mode 100755 index 0000000..caf7afd Binary files /dev/null and b/sparse/system/bin/toolbox differ diff --git a/sparse/system/bin/top b/sparse/system/bin/top new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/top @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/touch b/sparse/system/bin/touch new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/touch @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/toybox b/sparse/system/bin/toybox new file mode 100755 index 0000000..29d4159 Binary files /dev/null and b/sparse/system/bin/toybox differ diff --git a/sparse/system/bin/tr b/sparse/system/bin/tr new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/tr @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/traced b/sparse/system/bin/traced new file mode 100755 index 0000000..80cf2f8 Binary files /dev/null and b/sparse/system/bin/traced differ diff --git a/sparse/system/bin/traced_perf b/sparse/system/bin/traced_perf new file mode 100755 index 0000000..d6c02f5 Binary files /dev/null and b/sparse/system/bin/traced_perf differ diff --git a/sparse/system/bin/traced_probes b/sparse/system/bin/traced_probes new file mode 100755 index 0000000..ac7f543 Binary files /dev/null and b/sparse/system/bin/traced_probes differ diff --git a/sparse/system/bin/trigger_perfetto b/sparse/system/bin/trigger_perfetto new file mode 100755 index 0000000..46d7de4 Binary files /dev/null and b/sparse/system/bin/trigger_perfetto differ diff --git a/sparse/system/bin/true b/sparse/system/bin/true new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/true @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/truncate b/sparse/system/bin/truncate new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/truncate @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/tty b/sparse/system/bin/tty new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/tty @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/tune2fs b/sparse/system/bin/tune2fs new file mode 100755 index 0000000..d341da2 Binary files /dev/null and b/sparse/system/bin/tune2fs differ diff --git a/sparse/system/bin/tzdatacheck b/sparse/system/bin/tzdatacheck new file mode 100755 index 0000000..61003c7 Binary files /dev/null and b/sparse/system/bin/tzdatacheck differ diff --git a/sparse/system/bin/uclampset b/sparse/system/bin/uclampset new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/uclampset @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/ueventd b/sparse/system/bin/ueventd new file mode 120000 index 0000000..cdb8d0e --- /dev/null +++ b/sparse/system/bin/ueventd @@ -0,0 +1 @@ +init \ No newline at end of file diff --git a/sparse/system/bin/uiautomator b/sparse/system/bin/uiautomator new file mode 100755 index 0000000..889c2b5 --- /dev/null +++ b/sparse/system/bin/uiautomator @@ -0,0 +1,129 @@ +#!/system/bin/sh +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# Script to start "uiautomator" on the device +# +# The script does a couple of things: +# * Use an alternative dalvik cache when running as non-root. Jar file needs +# to be dexopt'd to run in Dalvik. For plain jar files, this is done at first +# use. shell user does not have write permission to default system Dalvik +# cache so we redirect to an alternative cache +# * special processing for subcommand 'runtest': +# * '--nohup' allows process continue to run even if parent process that +# started it has already terminated. We parse for this parameter and set +# signal trap. This is useful for testing with USB disconnected +# * all jar files that the test classes resides in, or dependent on are +# provided on command line and exported to CLASSPATH environment variable +# before starting the Java code. This offloads the task of class loading +# and resolving of cross jar class dependency to Dalvik +# * all other subcommand or options are directly passed into Java code for +# further parsing + +export run_base=/data/local/tmp +export base=/system + +# if not running as root, trick dalvik into using an alternative dex cache +if [ ${USER_ID} -ne 0 ]; then + tmp_cache=${run_base}/dalvik-cache + + if [ ! -d ${tmp_cache} ]; then + mkdir -p ${tmp_cache} + fi + + export ANDROID_DATA=${run_base} +fi + +# take first parameter as the command +cmd=${1} + +if [ -z "${1}" ]; then + cmd="help" +fi + +# strip the command parameter +if [ -n "${1}" ]; then + shift +fi + +CLASSPATH=/system/framework/android.test.runner.jar:${base}/framework/uiautomator.jar + +# eventually args will be what get passed down to Java code +args= +# we also pass the list of jar files, so we can extract class names for tests +# if they are not explicitly specified +jars= + +# special case pre-processing for 'runtest' command +if [ "${cmd}" == "runtest" ]; then + # Print deprecation warning + echo "Warning: This version of UI Automator is deprecated. New tests should be written using" + echo "UI Automator 2.0 which is available as part of the Android Testing Support Library." + echo "See https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html" + echo "for more details." + # first parse the jar paths + while [ true ]; do + if [ -z "${1}" ] && [ -z "${jars}" ]; then + echo "Error: more parameters expected for runtest; please see usage for details" + cmd="help" + break + fi + if [ -z "${1}" ]; then + break + fi + jar=${1} + if [ "${1:0:1}" = "-" ]; then + # we are done with jars, starting with parameters now + break + fi + # if relative path, append the default path prefix + if [ "${1:0:1}" != "/" ]; then + jar=${run_base}/${1} + fi + # about to add the file to class path, check if it's valid + if [ ! -f ${jar} ]; then + echo "Error: ${jar} does not exist" + # force to print help message + cmd="help" + break + fi + jars=${jars}:${jar} + # done processing current arg, moving on + shift + done + # look for --nohup: if found, consume it and trap SIG_HUP, otherwise just + # append the arg to args + while [ -n "${1}" ]; do + if [ "${1}" = "--nohup" ]; then + trap "" HUP + shift + else + args="${args} ${1}" + shift + fi + done +else + # if cmd is not 'runtest', just take the rest of the args + args=${@} +fi + +args="${cmd} ${args}" +if [ -n "${jars}" ]; then + args="${args} -e jars ${jars}" +fi + +CLASSPATH=${CLASSPATH}:${jars} +export CLASSPATH +exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args} diff --git a/sparse/system/bin/uinput b/sparse/system/bin/uinput new file mode 100755 index 0000000..ab2770e --- /dev/null +++ b/sparse/system/bin/uinput @@ -0,0 +1,9 @@ +#!/system/bin/sh + +# Preload the native portion libuinputcommand_jni.so to bypass the dependency +# checks in the Java classloader, which prohibit dependencies that aren't +# listed in system/core/rootdir/etc/public.libraries.android.txt. +export LD_PRELOAD=libuinputcommand_jni.so + +export CLASSPATH=/system/framework/uinput.jar +exec app_process /system/bin com.android.commands.uinput.Uinput "$@" diff --git a/sparse/system/bin/ulimit b/sparse/system/bin/ulimit new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/ulimit @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/umount b/sparse/system/bin/umount new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/umount @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/uname b/sparse/system/bin/uname new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/uname @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/uncrypt b/sparse/system/bin/uncrypt new file mode 100755 index 0000000..9304bb3 Binary files /dev/null and b/sparse/system/bin/uncrypt differ diff --git a/sparse/system/bin/uniq b/sparse/system/bin/uniq new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/uniq @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/unix2dos b/sparse/system/bin/unix2dos new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/unix2dos @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/unlink b/sparse/system/bin/unlink new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/unlink @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/unshare b/sparse/system/bin/unshare new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/unshare @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/unzip b/sparse/system/bin/unzip new file mode 120000 index 0000000..dbbe528 --- /dev/null +++ b/sparse/system/bin/unzip @@ -0,0 +1 @@ +ziptool \ No newline at end of file diff --git a/sparse/system/bin/update_engine b/sparse/system/bin/update_engine new file mode 100755 index 0000000..097425c Binary files /dev/null and b/sparse/system/bin/update_engine differ diff --git a/sparse/system/bin/update_engine_client b/sparse/system/bin/update_engine_client new file mode 100755 index 0000000..5e7b15b Binary files /dev/null and b/sparse/system/bin/update_engine_client differ diff --git a/sparse/system/bin/update_verifier b/sparse/system/bin/update_verifier new file mode 100755 index 0000000..a33702d Binary files /dev/null and b/sparse/system/bin/update_verifier differ diff --git a/sparse/system/bin/uptime b/sparse/system/bin/uptime new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/uptime @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/usbd b/sparse/system/bin/usbd new file mode 100755 index 0000000..af21b8b Binary files /dev/null and b/sparse/system/bin/usbd differ diff --git a/sparse/system/bin/usleep b/sparse/system/bin/usleep new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/usleep @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/uudecode b/sparse/system/bin/uudecode new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/uudecode @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/uuencode b/sparse/system/bin/uuencode new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/uuencode @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/uuidgen b/sparse/system/bin/uuidgen new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/uuidgen @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/vdc b/sparse/system/bin/vdc new file mode 100755 index 0000000..73b5db5 Binary files /dev/null and b/sparse/system/bin/vdc differ diff --git a/sparse/system/bin/viewcompiler b/sparse/system/bin/viewcompiler new file mode 100755 index 0000000..43b65a0 Binary files /dev/null and b/sparse/system/bin/viewcompiler differ diff --git a/sparse/system/bin/vmstat b/sparse/system/bin/vmstat new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/vmstat @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/vold b/sparse/system/bin/vold new file mode 100755 index 0000000..3da4f7a Binary files /dev/null and b/sparse/system/bin/vold differ diff --git a/sparse/system/bin/vold_prepare_subdirs b/sparse/system/bin/vold_prepare_subdirs new file mode 100755 index 0000000..8b740a0 Binary files /dev/null and b/sparse/system/bin/vold_prepare_subdirs differ diff --git a/sparse/system/bin/vr b/sparse/system/bin/vr new file mode 100755 index 0000000..dbde02a --- /dev/null +++ b/sparse/system/bin/vr @@ -0,0 +1,7 @@ +#!/system/bin/sh +# Script to start "vr" on the device +# +base=/system +export CLASSPATH=$base/framework/vr.jar +exec app_process $base/bin com.android.commands.vr.Vr "$@" + diff --git a/sparse/system/bin/watch b/sparse/system/bin/watch new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/watch @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/watchdogd b/sparse/system/bin/watchdogd new file mode 100755 index 0000000..b7b3259 Binary files /dev/null and b/sparse/system/bin/watchdogd differ diff --git a/sparse/system/bin/wc b/sparse/system/bin/wc new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/wc @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/which b/sparse/system/bin/which new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/which @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/whoami b/sparse/system/bin/whoami new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/whoami @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/wificond b/sparse/system/bin/wificond new file mode 100755 index 0000000..77e7861 Binary files /dev/null and b/sparse/system/bin/wificond differ diff --git a/sparse/system/bin/wm b/sparse/system/bin/wm new file mode 100755 index 0000000..cb45be2 --- /dev/null +++ b/sparse/system/bin/wm @@ -0,0 +1,2 @@ +#!/system/bin/sh +cmd window "$@" diff --git a/sparse/system/bin/xargs b/sparse/system/bin/xargs new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/xargs @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/xml2abx b/sparse/system/bin/xml2abx new file mode 100755 index 0000000..0a9362d --- /dev/null +++ b/sparse/system/bin/xml2abx @@ -0,0 +1,3 @@ +#!/system/bin/sh +export CLASSPATH=/system/framework/abx.jar +exec app_process /system/bin com.android.commands.abx.Abx "$0" "$@" diff --git a/sparse/system/bin/xxd b/sparse/system/bin/xxd new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/xxd @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/yes b/sparse/system/bin/yes new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/yes @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/zcat b/sparse/system/bin/zcat new file mode 120000 index 0000000..f978d79 --- /dev/null +++ b/sparse/system/bin/zcat @@ -0,0 +1 @@ +toybox \ No newline at end of file diff --git a/sparse/system/bin/zipinfo b/sparse/system/bin/zipinfo new file mode 120000 index 0000000..dbbe528 --- /dev/null +++ b/sparse/system/bin/zipinfo @@ -0,0 +1 @@ +ziptool \ No newline at end of file diff --git a/sparse/system/bin/ziptool b/sparse/system/bin/ziptool new file mode 100755 index 0000000..caf6d4b Binary files /dev/null and b/sparse/system/bin/ziptool differ diff --git a/sparse/system/etc/NOTICE.xml.gz b/sparse/system/etc/NOTICE.xml.gz new file mode 100644 index 0000000..282ad91 Binary files /dev/null and b/sparse/system/etc/NOTICE.xml.gz differ diff --git a/sparse/system/etc/apns-conf.xml b/sparse/system/etc/apns-conf.xml new file mode 100644 index 0000000..c49f558 --- /dev/null +++ b/sparse/system/etc/apns-conf.xml @@ -0,0 +1,3826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sparse/system/etc/audio_effects.conf b/sparse/system/etc/audio_effects.conf new file mode 100644 index 0000000..dd729c5 --- /dev/null +++ b/sparse/system/etc/audio_effects.conf @@ -0,0 +1,195 @@ +# List of effect libraries to load. Each library element must contain a "path" element +# giving the full path of the library .so file. +# libraries { +# { +# path +# } +# } +libraries { +# This is a proxy library that will be an abstraction for +# the HW and SW effects + + #proxy { + #path /vendor/lib/soundfx/libeffectproxy.so + #} + +# This is the SW implementation library of the effect + #libSW { + #path /vendor/lib/soundfx/libswwrapper.so + #} + +# This is the HW implementation library for the effect + #libHW { + #path /vendor/lib/soundfx/libhwwrapper.so + #} + + bundle { + path /vendor/lib/soundfx/libbundlewrapper.so + } + reverb { + path /vendor/lib/soundfx/libreverbwrapper.so + } + visualizer { + path /vendor/lib/soundfx/libvisualizer.so + } + downmix { + path /vendor/lib/soundfx/libdownmix.so + } + loudness_enhancer { + path /vendor/lib/soundfx/libldnhncr.so + } + dynamics_processing { + path /vendor/lib/soundfx/libdynproc.so + } +} + +# Default pre-processing library. Add to audio_effect.conf "libraries" section if +# audio HAL implements support for default software audio pre-processing effects +# +# pre_processing { +# path /vendor/lib/soundfx/libaudiopreprocessing.so +# } + +# list of effects to load. Each effect element must contain a "library" and a "uuid" element. +# The value of the "library" element must correspond to the name of one library element in the +# "libraries" element. +# The name of the effect element is indicative, only the value of the "uuid" element +# designates the effect. +# The uuid is the implementation specific UUID as specified by the effect vendor. This is not the +# generic effect type UUID. +# effects { +# { +# library +# uuid +# } +# ... +# } + +effects { + +# additions for the proxy implementation +# Proxy implementation + #effectname { + #library proxy + #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + + # SW implemetation of the effect. Added as a node under the proxy to + # indicate this as a sub effect. + #libsw { + #library libSW + #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy + #} End of SW effect + + # HW implementation of the effect. Added as a node under the proxy to + # indicate this as a sub effect. + #libhw { + #library libHW + #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz + #}End of HW effect + #} End of effect proxy + + bassboost { + library bundle + uuid 8631f300-72e2-11df-b57e-0002a5d5c51b + } + virtualizer { + library bundle + uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b + } + equalizer { + library bundle + uuid ce772f20-847d-11df-bb17-0002a5d5c51b + } + volume { + library bundle + uuid 119341a0-8469-11df-81f9-0002a5d5c51b + } + reverb_env_aux { + library reverb + uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b + } + reverb_env_ins { + library reverb + uuid c7a511a0-a3bb-11df-860e-0002a5d5c51b + } + reverb_pre_aux { + library reverb + uuid f29a1400-a3bb-11df-8ddc-0002a5d5c51b + } + reverb_pre_ins { + library reverb + uuid 172cdf00-a3bc-11df-a72f-0002a5d5c51b + } + visualizer { + library visualizer + uuid d069d9e0-8329-11df-9168-0002a5d5c51b + } + downmix { + library downmix + uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f + } + loudness_enhancer { + library loudness_enhancer + uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c + } + dynamics_processing { + library dynamics_processing + uuid e0e6539b-1781-7261-676f-6d7573696340 + } +} + +# Default pre-processing effects. Add to audio_effect.conf "effects" section if +# audio HAL implements support for them. +# +# agc { +# library pre_processing +# uuid aa8130e0-66fc-11e0-bad0-0002a5d5c51b +# } +# aec { +# library pre_processing +# uuid bb392ec0-8d4d-11e0-a896-0002a5d5c51b +# } +# ns { +# library pre_processing +# uuid c06c8400-8e06-11e0-9cb6-0002a5d5c51b +# } + +# Audio preprocessor configurations. +# The pre processor configuration consists in a list of elements each describing +# pre processor settings for a given input source. Valid input source names are: +# "mic", "camcorder", "voice_recognition", "voice_communication" +# Each input source element contains a list of effects elements. The name of the effect +# element must be the name of one of the effects in the "effects" list of the file. +# Each effect element may optionally contain a list of parameters and their +# default value to apply when the pre processor effect is created. +# A parameter is defined by a "param" element and a "value" element. Each of these elements +# consists in one or more elements specifying a type followed by a value. +# The types defined are: "int", "short", "float", "bool" and "string" +# When both "param" and "value" are a single int, a simple form is allowed where just +# the param and value pair is present in the parameter description +# pre_processing { +# { +# { +# { +# param { +# int|short|float|bool|string +# [ int|short|float|bool|string ] +# ... +# } +# value { +# int|short|float|bool|string +# [ int|short|float|bool|string ] +# ... +# } +# } +# { } +# ... +# } +# ... +# } +# ... +# } + +# +# TODO: add default audio pre processor configurations after debug and tuning phase +# diff --git a/sparse/system/etc/boot-image.bprof b/sparse/system/etc/boot-image.bprof new file mode 100644 index 0000000..be7751f Binary files /dev/null and b/sparse/system/etc/boot-image.bprof differ diff --git a/sparse/system/etc/boot-image.prof b/sparse/system/etc/boot-image.prof new file mode 100644 index 0000000..4a9cd27 Binary files /dev/null and b/sparse/system/etc/boot-image.prof differ diff --git a/sparse/system/etc/cgroups.json b/sparse/system/etc/cgroups.json new file mode 100644 index 0000000..3e4393d --- /dev/null +++ b/sparse/system/etc/cgroups.json @@ -0,0 +1,45 @@ +{ + "Cgroups": [ + { + "Controller": "blkio", + "Path": "/dev/blkio", + "Mode": "0775", + "UID": "system", + "GID": "system" + }, + { + "Controller": "cpu", + "Path": "/dev/cpuctl", + "Mode": "0755", + "UID": "system", + "GID": "system" + }, + { + "Controller": "cpuset", + "Path": "/dev/cpuset", + "Mode": "0755", + "UID": "system", + "GID": "system" + }, + { + "Controller": "memory", + "Path": "/dev/memcg", + "Mode": "0700", + "UID": "root", + "GID": "system", + "Optional": true + } + ], + "Cgroups2": { + "Path": "/sys/fs/cgroup", + "Mode": "0775", + "UID": "system", + "GID": "system", + "Controllers": [ + { + "Controller": "freezer", + "Path": "." + } + ] + } +} diff --git a/sparse/system/etc/classpaths/bootclasspath.pb b/sparse/system/etc/classpaths/bootclasspath.pb new file mode 100644 index 0000000..4843a8f --- /dev/null +++ b/sparse/system/etc/classpaths/bootclasspath.pb @@ -0,0 +1,29 @@ + +# +/system/framework/framework.jar +# +/system/framework/framework.jar +0 +(/system/framework/framework-graphics.jar33 +0 +(/system/framework/framework-graphics.jar33 + +/system/framework/ext.jar + +/system/framework/ext.jar +* +&/system/framework/telephony-common.jar +* +&/system/framework/telephony-common.jar +% +!/system/framework/voip-common.jar +% +!/system/framework/voip-common.jar +$ + /system/framework/ims-common.jar +$ + /system/framework/ims-common.jar +1 +-/apex/com.android.i18n/javalib/core-icu4j.jar +1 +-/apex/com.android.i18n/javalib/core-icu4j.jar \ No newline at end of file diff --git a/sparse/system/etc/classpaths/systemserverclasspath.pb b/sparse/system/etc/classpaths/systemserverclasspath.pb new file mode 100644 index 0000000..ee03691 --- /dev/null +++ b/sparse/system/etc/classpaths/systemserverclasspath.pb @@ -0,0 +1,5 @@ + +7 +3/system/framework/com.android.location.provider.jar +" +/system/framework/services.jar \ No newline at end of file diff --git a/sparse/system/etc/compatconfig/TeleService-platform-compat-config.xml b/sparse/system/etc/compatconfig/TeleService-platform-compat-config.xml new file mode 100644 index 0000000..5bb0496 --- /dev/null +++ b/sparse/system/etc/compatconfig/TeleService-platform-compat-config.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sparse/system/etc/compatconfig/calendar-provider-compat-config.xml b/sparse/system/etc/compatconfig/calendar-provider-compat-config.xml new file mode 100644 index 0000000..0f2b534 --- /dev/null +++ b/sparse/system/etc/compatconfig/calendar-provider-compat-config.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sparse/system/etc/compatconfig/contacts-provider-platform-compat-config.xml b/sparse/system/etc/compatconfig/contacts-provider-platform-compat-config.xml new file mode 100644 index 0000000..4465dbc --- /dev/null +++ b/sparse/system/etc/compatconfig/contacts-provider-platform-compat-config.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sparse/system/etc/compatconfig/documents-ui-compat-config.xml b/sparse/system/etc/compatconfig/documents-ui-compat-config.xml new file mode 100644 index 0000000..88ab6e6 --- /dev/null +++ b/sparse/system/etc/compatconfig/documents-ui-compat-config.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sparse/system/etc/compatconfig/framework-platform-compat-config.xml b/sparse/system/etc/compatconfig/framework-platform-compat-config.xml new file mode 100644 index 0000000..6a56049 --- /dev/null +++ b/sparse/system/etc/compatconfig/framework-platform-compat-config.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sparse/system/etc/compatconfig/icu4j-platform-compat-config.xml b/sparse/system/etc/compatconfig/icu4j-platform-compat-config.xml new file mode 100644 index 0000000..b39f279 --- /dev/null +++ b/sparse/system/etc/compatconfig/icu4j-platform-compat-config.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sparse/system/etc/compatconfig/services-platform-compat-config.xml b/sparse/system/etc/compatconfig/services-platform-compat-config.xml new file mode 100644 index 0000000..55bd82d --- /dev/null +++ b/sparse/system/etc/compatconfig/services-platform-compat-config.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/sparse/system/etc/dirty-image-objects b/sparse/system/etc/dirty-image-objects new file mode 100644 index 0000000..dfd091c --- /dev/null +++ b/sparse/system/etc/dirty-image-objects @@ -0,0 +1,386 @@ +# +# Copyright (C) 2017 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# +# Dirty-image-objects file for boot image. +# +# Objects in this file are known dirty at runtime. Current this includes: +# - classes with known dirty static fields. +# +# The image writer will bin these objects together in the image. +# +# This file can be generated using imgdiag with a command such as: +# adb shell imgdiag --image-diff-pid= --zygote-diff-pid= \ +# --boot-image=/system/framework/boot.art --dump-dirty-objects +# Then, grep for lines containing "Private dirty object" from the output. +# This particular file was generated by dumping systemserver and systemui. +# +Landroid/accounts/Account; +Landroid/accounts/OnAccountsUpdateListener; +Landroid/animation/LayoutTransition; +Landroid/app/ActivityManager; +Landroid/app/ActivityManager$OnUidImportanceListener; +Landroid/app/ActivityTaskManager; +Landroid/app/ActivityThread; +Landroid/app/admin/DevicePolicyManager; +Landroid/app/AlarmManager; +Landroid/app/Application; +Landroid/app/AppOpsManager; +Landroid/app/backup/BackupManager; +Landroid/app/ContextImpl; +Landroid/app/INotificationManager; +Landroid/app/Notification$BigPictureStyle; +Landroid/app/Notification$BigTextStyle; +Landroid/app/Notification$InboxStyle; +Landroid/app/NotificationChannel; +Landroid/app/NotificationChannelGroup; +Landroid/app/NotificationManager; +Landroid/app/PendingIntent; +Landroid/app/PendingIntent$OnFinished; +Landroid/app/QueuedWork; +Landroid/app/ResourcesManager; +Landroid/app/WallpaperManager; +Landroid/app/WindowConfiguration; +Landroid/bluetooth/BluetoothAdapter; +Landroid/bluetooth/BluetoothDevice; +Landroid/bluetooth/BluetoothProfile; +Landroid/bluetooth/IBluetoothA2dp; +Landroid/bluetooth/IBluetoothHeadsetPhone; +Landroid/bluetooth/IBluetoothHidDevice; +Landroid/bluetooth/IBluetoothHidHost; +Landroid/bluetooth/IBluetoothMap; +Landroid/bluetooth/IBluetoothPan; +Landroid/bluetooth/IBluetoothPbap; +Landroid/bluetooth/IBluetoothSap; +Landroid/content/ClipboardManager$OnPrimaryClipChangedListener; +Landroid/content/ComponentName; +Landroid/content/ContentProvider$PipeDataWriter; +Landroid/content/ContentResolver; +Landroid/content/Context; +Landroid/content/Intent; +Landroid/content/pm/PackageManager$OnPermissionsChangedListener; +Landroid/content/pm/VersionedPackage; +Landroid/content/res/Configuration; +Landroid/content/SharedPreferences$OnSharedPreferenceChangeListener; +Landroid/database/CursorWindow; +Landroid/database/sqlite/SQLiteCompatibilityWalFlags; +Landroid/database/sqlite/SQLiteDatabase$CursorFactory; +Landroid/database/sqlite/SQLiteGlobal; +Landroid/database/sqlite/SQLiteTransactionListener; +Landroid/ddm/DdmHandleAppName; +Landroid/graphics/Bitmap; +Landroid/graphics/Canvas; +Landroid/graphics/drawable/AdaptiveIconDrawable; +Landroid/graphics/drawable/ColorDrawable; +Landroid/graphics/drawable/GradientDrawable; +Landroid/graphics/drawable/Icon; +Landroid/graphics/drawable/InsetDrawable; +Landroid/graphics/drawable/RippleDrawable; +Landroid/graphics/drawable/VectorDrawable$VGroup; +Landroid/graphics/ImageDecoder; +Landroid/graphics/Rect; +Landroid/graphics/TemporaryBuffer; +Landroid/hardware/biometrics/BiometricSourceType; +Landroid/hardware/display/ColorDisplayManager$ColorDisplayManagerInternal; +Landroid/hardware/display/DisplayManagerGlobal; +Landroid/hardware/display/NightDisplayListener$Callback; +Landroid/hardware/input/InputManager; +Landroid/hardware/input/InputManager$InputDeviceListener; +Landroid/hardware/SensorPrivacyManager; +Landroid/hardware/SystemSensorManager; +Landroid/icu/impl/OlsonTimeZone; +Landroid/icu/text/BreakIterator; +Landroid/icu/text/Collator; +Landroid/icu/text/DateFormat$BooleanAttribute; +Landroid/icu/text/DateTimePatternGenerator$DTPGflags; +Landroid/icu/text/PluralRules$Operand; +Landroid/icu/util/TimeZone; +Landroid/location/GpsStatus$Listener; +Landroid/location/LocationListener; +Landroid/media/AudioManager; +Landroid/media/MediaRouter; +Landroid/media/PlayerBase; +Landroid/media/session/MediaSessionManager; +Landroid/net/apf/ApfCapabilities; +Landroid/net/ConnectivityManager; +Landroid/net/ConnectivityManager$OnNetworkActiveListener; +Landroid/net/ConnectivityThread$Singleton; +Landroid/net/IpConfiguration$IpAssignment; +Landroid/net/IpConfiguration$ProxySettings; +Landroid/net/IpPrefix; +Landroid/net/LinkAddress; +Landroid/net/LinkProperties; +Landroid/net/Network; +Landroid/net/NetworkCapabilities; +Landroid/net/NetworkInfo; +Landroid/net/NetworkInfo$State; +Landroid/net/NetworkRequest; +Landroid/net/NetworkRequest$Type; +Landroid/net/RouteInfo; +Landroid/net/StringNetworkSpecifier; +Landroid/net/TrafficStats; +Landroid/net/UidRange; +Landroid/net/Uri$HierarchicalUri; +Landroid/net/Uri$StringUri; +Landroid/net/wifi/WifiManager; +Landroid/net/wifi/WifiManager$SoftApCallback; +Landroid/os/AsyncResult; +Landroid/os/AsyncTask; +Landroid/os/BinderProxy; +Landroid/os/Bundle; +Landroid/os/DeadObjectException; +Landroid/os/Environment; +Landroid/os/FileObserver; +Landroid/os/Handler; +Landroid/os/IDeviceIdleController; +Landroid/os/LocaleList; +Landroid/os/Looper; +Landroid/os/Message; +Landroid/os/ParcelUuid; +Landroid/os/Process; +Landroid/os/RecoverySystem; +Landroid/os/ServiceManager; +Landroid/os/storage/StorageManager; +Landroid/os/StrictMode; +Landroid/os/Trace; +Landroid/os/WorkSource; +Landroid/os/WorkSource$WorkChain; +Landroid/permission/PermissionManager; +Landroid/provider/FontsContract; +Landroid/provider/Settings$SettingNotFoundException; +Landroid/renderscript/RenderScriptCacheDir; +Landroid/security/IKeyChainService; +Landroid/security/keystore/AndroidKeyStoreProvider; +Landroid/security/net/config/ApplicationConfig; +Landroid/security/net/config/SystemCertificateSource$NoPreloadHolder; +Landroid/telecom/PhoneAccountHandle; +Landroid/telephony/AnomalyReporter; +Landroid/telephony/CellSignalStrengthCdma; +Landroid/telephony/CellSignalStrengthGsm; +Landroid/telephony/CellSignalStrengthLte; +Landroid/telephony/CellSignalStrengthNr; +Landroid/telephony/CellSignalStrengthTdscdma; +Landroid/telephony/CellSignalStrengthWcdma; +Landroid/telephony/DataSpecificRegistrationInfo; +Landroid/telephony/emergency/EmergencyNumber; +Landroid/telephony/ims/ImsMmTelManager$CapabilityCallback$CapabilityBinder; +Landroid/telephony/ims/ImsMmTelManager$RegistrationCallback$RegistrationBinder; +Landroid/telephony/ims/ImsReasonInfo; +Landroid/telephony/ims/ProvisioningManager$Callback$CallbackBinder; +Landroid/telephony/ModemActivityInfo; +Landroid/telephony/ModemInfo; +Landroid/telephony/NetworkRegistrationInfo; +Landroid/telephony/NetworkService; +Landroid/telephony/TelephonyManager; +Landroid/telephony/VoiceSpecificRegistrationInfo; +Landroid/text/format/DateFormat; +Landroid/text/method/SingleLineTransformationMethod; +Landroid/text/Selection$MemoryTextWatcher; +Landroid/text/SpanWatcher; +Landroid/text/style/AlignmentSpan; +Landroid/text/style/CharacterStyle; +Landroid/text/style/LeadingMarginSpan; +Landroid/text/style/LineBackgroundSpan; +Landroid/text/style/LineHeightSpan; +Landroid/text/style/MetricAffectingSpan; +Landroid/text/style/ReplacementSpan; +Landroid/text/style/SuggestionSpan; +Landroid/text/style/TabStopSpan; +Landroid/text/TextUtils; +Landroid/text/TextWatcher; +Landroid/transition/ChangeClipBounds; +Landroid/transition/ChangeImageTransform; +Landroid/transition/ChangeTransform; +Landroid/util/ArrayMap; +Landroid/util/ArraySet; +Landroid/util/DisplayMetrics; +Landroid/util/EventLog; +Landroid/util/Log; +Landroid/util/Patterns; +Landroid/view/AbsSavedState$1; +Landroid/view/accessibility/AccessibilityManager; +Landroid/view/accessibility/AccessibilityManager$AccessibilityServicesStateChangeListener; +Landroid/view/accessibility/AccessibilityManager$TouchExplorationStateChangeListener; +Landroid/view/accessibility/AccessibilityNodeIdManager; +Landroid/view/autofill/AutofillManager; +Landroid/view/autofill/Helper; +Landroid/view/Choreographer; +Landroid/view/inputmethod/InputMethodManager; +Landroid/view/IWindowManager; +Landroid/view/PointerIcon; +Landroid/view/RemoteAnimationAdapter; +Landroid/view/ThreadedRenderer; +Landroid/view/View; +Landroid/view/View$OnHoverListener; +Landroid/view/ViewRootImpl; +Landroid/view/ViewStub; +Landroid/view/ViewStub$OnInflateListener; +Landroid/view/ViewTreeObserver; +Landroid/view/WindowManager$LayoutParams; +Landroid/view/WindowManagerGlobal; +Landroid/widget/ActionMenuPresenter$OverflowMenuButton; +Landroid/widget/ActionMenuView; +Landroid/widget/Button; +Landroid/widget/CheckBox; +Landroid/widget/FrameLayout; +Landroid/widget/ImageButton; +Landroid/widget/ImageView; +Landroid/widget/LinearLayout; +Landroid/widget/RelativeLayout; +Landroid/widget/SeekBar; +Landroid/widget/Space; +Landroid/widget/TextView; +Landroid/widget/Toolbar; +[B +Lcom/android/ims/ImsManager; +Lcom/android/internal/logging/MetricsLogger; +Lcom/android/internal/os/BackgroundThread; +Lcom/android/internal/os/BinderInternal; +Lcom/android/internal/os/BinderInternal$BinderProxyLimitListener; +Lcom/android/internal/os/RuntimeInit; +Lcom/android/internal/os/SomeArgs; +Lcom/android/internal/policy/DecorView; +Lcom/android/internal/statusbar/IStatusBarService; +Lcom/android/internal/telephony/AppSmsManager; +Landroid/telephony/CallerInfoAsyncQuery$OnQueryCompleteListener; +Lcom/android/internal/telephony/CarrierActionAgent; +Lcom/android/internal/telephony/cat/CatService; +Lcom/android/internal/telephony/cat/IconLoader; +Lcom/android/internal/telephony/cat/RilMessageDecoder; +Lcom/android/internal/telephony/cdma/CdmaSubscriptionSourceManager; +Lcom/android/internal/telephony/cdma/EriManager; +Lcom/android/internal/telephony/CellularNetworkValidator; +Lcom/android/internal/telephony/CommandException; +Lcom/android/internal/telephony/dataconnection/DataConnection$DcActivatingState; +Lcom/android/internal/telephony/dataconnection/DataConnection$DcActiveState; +Lcom/android/internal/telephony/dataconnection/DataConnection$DcInactiveState; +Lcom/android/internal/telephony/dataconnection/DataEnabledSettings; +Lcom/android/internal/telephony/dataconnection/DcTracker; +Lcom/android/internal/telephony/euicc/EuiccCardController; +Lcom/android/internal/telephony/euicc/EuiccController; +Lcom/android/internal/telephony/GsmAlphabet; +Lcom/android/internal/telephony/GsmCdmaCallTracker; +Lcom/android/internal/telephony/GsmCdmaPhone; +Lcom/android/internal/telephony/IccPhoneBookInterfaceManager; +Lcom/android/internal/telephony/IccSmsInterfaceManager; +Lcom/android/internal/telephony/ims/ImsResolver; +Lcom/android/internal/telephony/imsphone/ImsExternalCallTracker; +Lcom/android/internal/telephony/imsphone/ImsPhone; +Lcom/android/internal/telephony/imsphone/ImsPhoneCallTracker; +Lcom/android/internal/telephony/ims/RcsMessageStoreController; +Lcom/android/internal/telephony/IntentBroadcaster; +Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy; +Lcom/android/internal/telephony/metrics/TelephonyMetrics; +Lcom/android/internal/telephony/MultiSimSettingController; +Lcom/android/internal/telephony/nano/CarrierIdProto$CarrierAttribute; +Lcom/android/internal/telephony/nano/CarrierIdProto$CarrierId; +Lcom/android/internal/telephony/nano/TelephonyProto$RilDataCall; +Lcom/android/internal/telephony/nano/TelephonyProto$SmsSession$Event; +Lcom/android/internal/telephony/nano/TelephonyProto$TelephonyCallSession$Event$RilCall; +Lcom/android/internal/telephony/NitzStateMachine; +Lcom/android/internal/telephony/PhoneConfigurationManager; +Lcom/android/internal/telephony/PhoneFactory; +Lcom/android/internal/telephony/PhoneSwitcher; +Lcom/android/internal/telephony/ProxyController; +Lcom/android/internal/telephony/RadioConfig; +Lcom/android/internal/telephony/RIL; +Lcom/android/internal/telephony/RILRequest; +Lcom/android/internal/telephony/RilWakelockInfo; +Lcom/android/internal/telephony/ServiceStateTracker; +Lcom/android/internal/telephony/SimActivationTracker; +Lcom/android/internal/telephony/SmsApplication; +Lcom/android/internal/telephony/SmsBroadcastUndelivered; +Lcom/android/internal/telephony/SmsStorageMonitor; +Lcom/android/internal/telephony/SmsUsageMonitor; +Lcom/android/internal/telephony/SubscriptionController; +Lcom/android/internal/telephony/SubscriptionInfoUpdater; +Lcom/android/internal/telephony/TelephonyComponentFactory; +Lcom/android/internal/telephony/TelephonyDevController; +Lcom/android/internal/telephony/TelephonyTester; +Lcom/android/internal/telephony/uicc/AdnRecordCache; +Lcom/android/internal/telephony/uicc/UiccCardApplication; +Lcom/android/internal/telephony/uicc/UiccController; +Lcom/android/internal/telephony/uicc/UiccProfile; +Lcom/android/internal/telephony/uicc/UiccStateChangedLauncher; +Lcom/android/internal/telephony/uicc/UsimFileHandler; +Lcom/android/internal/telephony/uicc/VoiceMailConstants; +Lcom/android/internal/util/LatencyTracker; +Lcom/android/internal/util/StateMachine$SmHandler; +Lcom/android/okhttp/OkHttpClient; +Lcom/android/okhttp/okio/AsyncTimeout; +Lcom/android/okhttp/okio/SegmentPool; +Lcom/android/phone/ecc/nano/ProtobufEccData$CountryInfo; +Lcom/android/phone/ecc/nano/ProtobufEccData$EccInfo; +Lcom/android/server/sip/SipWakeupTimer; +Lcom/android/server/SystemConfig; +Ldalvik/system/BaseDexClassLoader; +Ldalvik/system/BlockGuard; +Ldalvik/system/CloseGuard; +Ldalvik/system/RuntimeHooks; +Ldalvik/system/SocketTagger; +Ljava/io/BufferedReader; +Ljava/lang/AssertionError; +Ljava/lang/Boolean; +Ljava/lang/Byte; +Ljava/lang/Character; +Ljava/lang/CharSequence; +Ljava/lang/Class; +Ljava/lang/IllegalAccessException; +Ljava/lang/IllegalStateException; +Ljava/lang/NoSuchMethodException; +Ljava/lang/NullPointerException; +Ljava/lang/Object; +[Ljava/lang/Object; +Ljava/lang/ref/FinalizerReference; +Ljava/lang/Runnable; +Ljava/lang/SecurityException; +Ljava/lang/Short; +[Ljava/lang/String; +Ljava/lang/System; +Ljava/lang/Thread; +Ljava/lang/Throwable; +Ljava/lang/UnsatisfiedLinkError; +Ljava/net/Inet6Address; +Ljava/net/Socket; +Ljava/net/SocketException; +Ljava/nio/Bits; +Ljava/nio/charset/Charset; +Ljava/security/interfaces/RSAPrivateKey; +Ljava/security/Provider; +Ljava/util/Collections; +Ljava/util/concurrent/Executor; +Ljava/util/GregorianCalendar; +Ljava/util/Locale; +Ljava/util/Locale$NoImagePreloadHolder; +Ljava/util/Scanner; +Ljava/util/Set; +Ljava/util/TimeZone; +Ljavax/net/SocketFactory; +Ljavax/net/ssl/HttpsURLConnection; +Ljavax/net/ssl/HttpsURLConnection$NoPreloadHolder; +Ljavax/net/ssl/SSLContext; +Ljavax/net/ssl/SSLSessionContext; +Ljavax/net/ssl/SSLSocketFactory; +Llibcore/io/Libcore; +Llibcore/io/Memory; +Llibcore/net/NetworkSecurityPolicy; +Llibcore/timezone/TimeZoneFinder; +Lorg/apache/http/params/HttpParams; +Lsun/misc/Cleaner; +Lsun/nio/ch/FileChannelImpl; +Lsun/nio/ch/FileChannelImpl$Unmapper; +Lsun/nio/fs/UnixChannelFactory; +Lsun/security/jca/Providers; diff --git a/sparse/system/etc/displayconfig/default_television.xml b/sparse/system/etc/displayconfig/default_television.xml new file mode 100644 index 0000000..0d66110 --- /dev/null +++ b/sparse/system/etc/displayconfig/default_television.xml @@ -0,0 +1,24 @@ + + + + 480 + 720 + 120 + + + 720 + 1280 + 213 + + + 1080 + 1920 + 320 + + + 2160 + 3840 + 640 + + + diff --git a/sparse/system/etc/event-log-tags b/sparse/system/etc/event-log-tags new file mode 100644 index 0000000..71f378c --- /dev/null +++ b/sparse/system/etc/event-log-tags @@ -0,0 +1,527 @@ +42 answer (to life the universe etc|3) +314 pi +1003 auditd (avc|3) +1004 chatty (dropped|3) +1005 tag_def (tag|1),(name|3),(format|3) +1006 liblog (dropped|1) +2718 e +2719 configuration_changed (config mask|1|5) +2720 sync (id|3),(event|1|5),(source|1|5),(account|1|5) +2721 cpu (total|1|6),(user|1|6),(system|1|6),(iowait|1|6),(irq|1|6),(softirq|1|6) +2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1) +2723 battery_status (status|1|5),(health|1|5),(present|1|5),(plugged|1|5),(technology|3) +2724 power_sleep_requested (wakeLocksCleared|1|1) +2725 power_screen_broadcast_send (wakelockCount|1|1) +2726 power_screen_broadcast_done (on|1|5),(broadcastDuration|2|3),(wakelockCount|1|1) +2727 power_screen_broadcast_stop (which|1|5),(wakelockCount|1|1) +2728 power_screen_state (offOrOn|1|5),(becauseOfUser|1|5),(totalTouchDownTime|2|3),(touchCycles|1|1),(latency|1|3) +2729 power_partial_wake_state (releasedorAcquired|1|5),(tag|3) +2730 battery_discharge (duration|2|3),(minLevel|1|6),(maxLevel|1|6) +2731 power_soft_sleep_requested (savedwaketimems|2) +2732 storaged_disk_stats (type|3),(start_time|2|3),(end_time|2|3),(read_ios|2|1),(read_merges|2|1),(read_sectors|2|1),(read_ticks|2|3),(write_ios|2|1),(write_merges|2|1),(write_sectors|2|1),(write_ticks|2|3),(o_in_flight|2|1),(io_ticks|2|3),(io_in_queue|2|1) +2733 storaged_emmc_info (mmc_ver|3),(eol|1),(lifetime_a|1),(lifetime_b|1) +2737 thermal_changed (name|3),(type|1|5),(temperature|5),(sensor_status|1|5),(previous_system_status|1|5) +2739 battery_saver_mode (fullPrevOffOrOn|1|5),(adaptivePrevOffOrOn|1|5),(fullNowOffOrOn|1|5),(adaptiveNowOffOrOn|1|5),(interactive|1|5),(features|3|5),(reason|1|5) +2740 location_controller +2741 force_gc (reason|3) +2742 tickle (authority|3) +2747 contacts_aggregation (aggregation time|2|3), (count|1|1) +2748 cache_file_deleted (path|3) +2749 storage_state (uuid|3),(old_state|1),(new_state|1),(usable|2),(total|2) +2750 notification_enqueue (uid|1|5),(pid|1|5),(pkg|3),(id|1|5),(tag|3),(userid|1|5),(notification|3),(status|1) +2751 notification_cancel (uid|1|5),(pid|1|5),(pkg|3),(id|1|5),(tag|3),(userid|1|5),(required_flags|1),(forbidden_flags|1),(reason|1|5),(listener|3) +2752 notification_cancel_all (uid|1|5),(pid|1|5),(pkg|3),(userid|1|5),(required_flags|1),(forbidden_flags|1),(reason|1|5),(listener|3) +2755 fstrim_start (time|2|3) +2756 fstrim_finish (time|2|3) +2802 watchdog (Service|3) +2803 watchdog_proc_pss (Process|3),(Pid|1|5),(Pss|1|2) +2804 watchdog_soft_reset (Process|3),(Pid|1|5),(MaxPss|1|2),(Pss|1|2),(Skip|3) +2805 watchdog_hard_reset (Process|3),(Pid|1|5),(MaxPss|1|2),(Pss|1|2) +2806 watchdog_pss_stats (EmptyPss|1|2),(EmptyCount|1|1),(BackgroundPss|1|2),(BackgroundCount|1|1),(ServicePss|1|2),(ServiceCount|1|1),(VisiblePss|1|2),(VisibleCount|1|1),(ForegroundPss|1|2),(ForegroundCount|1|1),(NoPssCount|1|1) +2807 watchdog_proc_stats (DeathsInOne|1|1),(DeathsInTwo|1|1),(DeathsInThree|1|1),(DeathsInFour|1|1),(DeathsInFive|1|1) +2808 watchdog_scheduled_reboot (Now|2|1),(Interval|1|3),(StartTime|1|3),(Window|1|3),(Skip|3) +2809 watchdog_meminfo (MemFree|1|2),(Buffers|1|2),(Cached|1|2),(Active|1|2),(Inactive|1|2),(AnonPages|1|2),(Mapped|1|2),(Slab|1|2),(SReclaimable|1|2),(SUnreclaim|1|2),(PageTables|1|2) +2810 watchdog_vmstat (runtime|2|3),(pgfree|1|1),(pgactivate|1|1),(pgdeactivate|1|1),(pgfault|1|1),(pgmajfault|1|1) +2811 watchdog_requested_reboot (NoWait|1|1),(ScheduleInterval|1|3),(RecheckInterval|1|3),(StartTime|1|3),(Window|1|3),(MinScreenOff|1|3),(MinNextAlarm|1|3) +2820 backup_data_changed (Package|3) +2821 backup_start (Transport|3) +2822 backup_transport_failure (Package|3) +2823 backup_agent_failure (Package|3),(Message|3) +2824 backup_package (Package|3),(Size|1|2) +2825 backup_success (Packages|1|1),(Time|1|3) +2826 backup_reset (Transport|3) +2827 backup_initialize +2828 backup_requested (Total|1|1),(Key-Value|1|1),(Full|1|1) +2829 backup_quota_exceeded (Package|3) +2830 restore_start (Transport|3),(Source|2|5) +2831 restore_transport_failure +2832 restore_agent_failure (Package|3),(Message|3) +2833 restore_package (Package|3),(Size|1|2) +2834 restore_success (Packages|1|1),(Time|1|3) +2840 full_backup_package (Package|3) +2841 full_backup_agent_failure (Package|3),(Message|3) +2842 full_backup_transport_failure +2843 full_backup_success (Package|3) +2844 full_restore_package (Package|3) +2845 full_backup_quota_exceeded (Package|3) +2846 full_backup_cancelled (Package|3),(Message|3) +2850 backup_transport_lifecycle (Transport|3),(Bound|1|1) +2851 backup_transport_connection (Transport|3),(Connected|1|1) +2900 rescue_note (uid|1),(count|1),(window|2) +2901 rescue_level (level|1),(trigger_uid|1) +2902 rescue_success (level|1) +2903 rescue_failure (level|1),(msg|3) +3000 boot_progress_start (time|2|3) +3010 boot_progress_system_run (time|2|3) +3011 system_server_start (start_count|1),(uptime|2|3),(elapse_time|2|3) +3020 boot_progress_preload_start (time|2|3) +3030 boot_progress_preload_end (time|2|3) +3040 boot_progress_ams_ready (time|2|3) +3050 boot_progress_enable_screen (time|2|3) +3060 boot_progress_pms_start (time|2|3) +3070 boot_progress_pms_system_scan_start (time|2|3) +3080 boot_progress_pms_data_scan_start (time|2|3) +3090 boot_progress_pms_scan_end (time|2|3) +3100 boot_progress_pms_ready (time|2|3) +3110 unknown_sources_enabled (value|1) +3120 pm_critical_info (msg|3) +3121 pm_package_stats (manual_time|2|3),(quota_time|2|3),(manual_data|2|2),(quota_data|2|2),(manual_cache|2|2),(quota_cache|2|2) +3130 pm_snapshot_stats (build_count|1|1),(reuse_count|1|1),(big_builds|1|1),(short_lived|1|1),(max_build_time|1|3),(cumm_build_time|2|3) +3131 pm_snapshot_rebuild (build_time|1|3),(lifetime|1|3) +8000 job_deferred_execution (time|2|3) +20003 dvm_lock_sample (process|3),(main|1|5),(thread|3),(time|1|3),(file|3),(line|1|5),(ownerfile|3),(ownerline|1|5),(sample_percent|1|6) +20004 art_hidden_api_access (access_method|1),(flags|1),(class|3),(member|3),(type_signature|3) +27390 battery_saving_stats (batterySaver|1|5),(interactive|1|5),(doze|1|5),(delta_duration|2|3),(delta_battery_drain|1|1),(delta_battery_drain_percent|1|6),(total_duration|2|3),(total_battery_drain|1|1),(total_battery_drain_percent|1|6) +27391 user_activity_timeout_override (override|2|3) +27392 battery_saver_setting (threshold|1) +27500 notification_panel_revealed (items|1) +27501 notification_panel_hidden +27510 notification_visibility_changed (newlyVisibleKeys|3),(noLongerVisibleKeys|3) +27511 notification_expansion (key|3),(user_action|1),(expanded|1),(lifespan|1),(freshness|1),(exposure|1) +27520 notification_clicked (key|3),(lifespan|1),(freshness|1),(exposure|1),(rank|1),(count|1) +27521 notification_action_clicked (key|3),(action_index|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1),(count|1) +27530 notification_canceled (key|3),(reason|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1),(count|1),(listener|3) +27531 notification_visibility (key|3),(visibile|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1) +27532 notification_alert (key|3),(buzz|1),(beep|1),(blink|1) +27533 notification_autogrouped (key|3) +27535 notification_adjusted (key|3),(adjustment_type|3),(new_value|3) +30001 wm_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) +30002 wm_task_to_front (User|1|5),(Task|1|5) +30003 wm_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5) +30004 wm_create_task (User|1|5),(Task ID|1|5) +30005 wm_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5) +30006 wm_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) +30007 wm_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) +30008 am_anr (User|1|5),(pid|1|5),(Package Name|3),(Flags|1|5),(reason|3) +30009 wm_activity_launch_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3) +30010 am_proc_bound (User|1|5),(PID|1|5),(Process Name|3) +30011 am_proc_died (User|1|5),(PID|1|5),(Process Name|3),(OomAdj|1|5),(ProcState|1|5) +30012 wm_failed_to_pause (User|1|5),(Token|1|5),(Wanting to pause|3),(Currently pausing|3) +30013 wm_pause_activity (User|1|5),(Token|1|5),(Component Name|3),(User Leaving|3),(Reason|3) +30014 am_proc_start (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3) +30015 am_proc_bad (User|1|5),(UID|1|5),(Process Name|3) +30016 am_proc_good (User|1|5),(UID|1|5),(Process Name|3) +30017 am_low_memory (Num Processes|1|1) +30018 wm_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3) +30019 wm_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) +30020 wm_relaunch_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3) +30021 wm_on_paused_called (Token|1|5),(Component Name|3),(Reason|3) +30022 wm_on_resume_called (Token|1|5),(Component Name|3),(Reason|3) +30023 am_kill (User|1|5),(PID|1|5),(Process Name|3),(OomAdj|1|5),(Reason|3) +30024 am_broadcast_discard_filter (User|1|5),(Broadcast|1|5),(Action|3),(Receiver Number|1|1),(BroadcastFilter|1|5) +30025 am_broadcast_discard_app (User|1|5),(Broadcast|1|5),(Action|3),(Receiver Number|1|1),(App|3) +30030 am_create_service (User|1|5),(Service Record|1|5),(Name|3),(UID|1|5),(PID|1|5) +30031 am_destroy_service (User|1|5),(Service Record|1|5),(PID|1|5) +30032 am_process_crashed_too_much (User|1|5),(Name|3),(PID|1|5) +30033 am_drop_process (PID|1|5) +30034 am_service_crashed_too_much (User|1|5),(Crash Count|1|1),(Component Name|3),(PID|1|5) +30035 am_schedule_service_restart (User|1|5),(Component Name|3),(Time|2|3) +30036 am_provider_lost_process (User|1|5),(Package Name|3),(UID|1|5),(Name|3) +30037 am_process_start_timeout (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3) +30039 am_crash (User|1|5),(PID|1|5),(Process Name|3),(Flags|1|5),(Exception|3),(Message|3),(File|3),(Line|1|5) +30040 am_wtf (User|1|5),(PID|1|5),(Process Name|3),(Flags|1|5),(Tag|3),(Message|3) +30041 am_switch_user (id|1|5) +30043 wm_set_resumed_activity (User|1|5),(Component Name|3),(Reason|3) +30044 wm_focused_root_task (User|1|5),(Display Id|1|5),(Focused Root Task Id|1|5),(Last Focused Root Task Id|1|5),(Reason|3) +30045 am_pre_boot (User|1|5),(Package|3) +30046 am_meminfo (Cached|2|2),(Free|2|2),(Zram|2|2),(Kernel|2|2),(Native|2|2) +30047 am_pss (Pid|1|5),(UID|1|5),(Process Name|3),(Pss|2|2),(Uss|2|2),(SwapPss|2|2),(Rss|2|2),(StatType|1|5),(ProcState|1|5),(TimeToCollect|2|2) +30048 wm_stop_activity (User|1|5),(Token|1|5),(Component Name|3) +30049 wm_on_stop_called (Token|1|5),(Component Name|3),(Reason|3) +30050 am_mem_factor (Current|1|5),(Previous|1|5) +30051 am_user_state_changed (id|1|5),(state|1|5) +30052 am_uid_running (UID|1|5) +30053 am_uid_stopped (UID|1|5) +30054 am_uid_active (UID|1|5) +30055 am_uid_idle (UID|1|5) +30056 am_stop_idle_service (UID|1|5),(Component Name|3) +30057 wm_on_create_called (Token|1|5),(Component Name|3),(Reason|3) +30058 wm_on_restart_called (Token|1|5),(Component Name|3),(Reason|3) +30059 wm_on_start_called (Token|1|5),(Component Name|3),(Reason|3) +30060 wm_on_destroy_called (Token|1|5),(Component Name|3),(Reason|3) +30061 wm_remove_task (Task ID|1|5), (Root Task ID|1|5) +30062 wm_on_activity_result_called (Token|1|5),(Component Name|3),(Reason|3) +30063 am_compact (Pid|1|5),(Process Name|3),(Action|3),(BeforeRssTotal|2|2),(BeforeRssFile|2|2),(BeforeRssAnon|2|2),(BeforeRssSwap|2|2),(DeltaRssTotal|2|2),(DeltaRssFile|2|2),(DeltaRssAnon|2|2),(DeltaRssSwap|2|2),(Time|2|3),(LastAction|1|2),(LastActionTimestamp|2|3),(setAdj|1|2),(procState|1|2),(BeforeZRAMFree|2|2),(DeltaZRAMFree|2|2) +30064 wm_on_top_resumed_gained_called (Token|1|5),(Component Name|3),(Reason|3) +30065 wm_on_top_resumed_lost_called (Token|1|5),(Component Name|3),(Reason|3) +30066 wm_add_to_stopping (User|1|5),(Token|1|5),(Component Name|3),(Reason|3) +30067 wm_set_keyguard_shown (Display Id|1|5),(keyguardShowing|1),(aodShowing|1),(keyguardGoingAway|1),(occluded|1),(Reason|3) +30068 am_freeze (Pid|1|5),(Process Name|3) +30069 am_unfreeze (Pid|1|5),(Process Name|3) +30070 uc_finish_user_unlocking (userId|1|5) +30071 uc_finish_user_unlocked (userId|1|5) +30072 uc_finish_user_unlocked_completed (userId|1|5) +30073 uc_finish_user_stopping (userId|1|5) +30074 uc_finish_user_stopped (userId|1|5) +30075 uc_switch_user (userId|1|5) +30076 uc_start_user_internal (userId|1|5) +30077 uc_unlock_user (userId|1|5) +30078 uc_finish_user_boot (userId|1|5) +30079 uc_dispatch_user_switch (oldUserId|1|5),(newUserId|1|5) +30080 uc_continue_user_switch (oldUserId|1|5),(newUserId|1|5) +30081 uc_send_user_broadcast (userId|1|5),(IntentAction|3) +30082 ssm_user_starting (userId|1|5) +30083 ssm_user_switching (oldUserId|1|5),(newUserId|1|5) +30084 ssm_user_unlocking (userId|1|5) +30085 ssm_user_unlocked (userId|1|5) +30086 ssm_user_stopping (userId|1|5) +30087 ssm_user_stopped (userId|1|5) +30088 ssm_user_completed_event (userId|1|5),(eventFlag|1|5) +30100 am_foreground_service_start (User|1|5),(Component Name|3),(allowWhileInUse|1),(startReasonCode|3),(targetSdk|1|1),(callerTargetSdk|1|1),(notificationWasDeferred|1),(notificationShown|1),(durationMs|1|3),(startForegroundCount|1|1),(stopReason|3) +30101 am_foreground_service_denied (User|1|5),(Component Name|3),(allowWhileInUse|1),(startReasonCode|3),(targetSdk|1|1),(callerTargetSdk|1|1),(notificationWasDeferred|1),(notificationShown|1),(durationMs|1|3),(startForegroundCount|1|1),(stopReason|3) +30102 am_foreground_service_stop (User|1|5),(Component Name|3),(allowWhileInUse|1),(startReasonCode|3),(targetSdk|1|1),(callerTargetSdk|1|1),(notificationWasDeferred|1),(notificationShown|1),(durationMs|1|3),(startForegroundCount|1|1),(stopReason|3) +31000 wm_no_surface_memory (Window|3),(PID|1|5),(Operation|3) +31001 wm_task_created (TaskId|1|5),(RootTaskId|1|5) +31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1) +31003 wm_task_removed (TaskId|1|5),(Reason|3) +31006 wm_set_requested_orientation (Orientation|1|5),(Component Name|3) +31007 wm_boot_animation_done (time|2|3) +31008 wm_set_keyguard_occluded (occluded|1),(animate|1),(transit|1),(Channel|3) +32000 imf_force_reconnect_ime (IME|4),(Time Since Connect|2|3),(Showing|1|1) +33000 wp_wallpaper_crashed (component|3) +33001 wm_wallpaper_surface (Display Id|1|5),(Visible|1),(Target|3) +34000 device_idle (state|1|5), (reason|3) +34001 device_idle_step +34002 device_idle_wake_from_idle (is_idle|1|5), (reason|3) +34003 device_idle_on_start +34004 device_idle_on_phase (what|3) +34005 device_idle_on_complete +34006 device_idle_off_start (reason|3) +34007 device_idle_off_phase (what|3) +34008 device_idle_off_complete +34009 device_idle_light (state|1|5), (reason|3) +34010 device_idle_light_step +35000 auto_brightness_adj (old_lux|5),(old_brightness|5),(new_lux|5),(new_brightness|5) +36000 sysui_statusbar_touch (type|1),(x|1),(y|1),(disable1|1),(disable2|1) +36001 sysui_heads_up_status (key|3),(visible|1) +36002 sysui_fullscreen_notification (key|3) +36003 sysui_heads_up_escalation (key|3) +36004 sysui_status_bar_state (state|1),(keyguardShowing|1),(keyguardOccluded|1),(bouncerShowing|1),(secure|1),(currentlyInsecure|1) +36010 sysui_panelbar_touch (type|1),(x|1),(y|1),(enabled|1) +36020 sysui_notificationpanel_touch (type|1),(x|1),(y|1) +36021 sysui_lockscreen_gesture (type|1),(lengthDp|1),(velocityDp|1) +36030 sysui_quickpanel_touch (type|1),(x|1),(y|1) +36040 sysui_panelholder_touch (type|1),(x|1),(y|1) +36050 sysui_searchpanel_touch (type|1),(x|1),(y|1) +36060 sysui_recents_connection (type|1),(user|1) +36070 sysui_latency (action|1|6),(latency|1|3) +36080 sysui_keyguard (isOccluded|1),(animate|1) +40000 volume_changed (stream|1), (prev_level|1), (level|1), (max_level|1), (caller|3) +40001 stream_devices_changed (stream|1), (prev_devices|1), (devices|1) +40100 camera_gesture_triggered (gesture_on_time|2|3), (sensor1_on_time|2|3), (sensor2_on_time|2|3), (event_extra|1|1) +50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3) +50001 menu_opened (Menu type where 0 is options and 1 is context|1|5) +50020 connectivity_state_changed (type|1),(subtype|1),(state|1) +50021 wifi_state_changed (wifi_state|3) +50022 wifi_event_handled (wifi_event|1|5) +50023 wifi_supplicant_state_changed (supplicant_state|1|5) +50080 ntp_success (server|3),(rtt|2),(offset|2) +50081 ntp_failure (server|3),(msg|3) +50100 pdp_bad_dns_address (dns_address|3) +50101 pdp_radio_reset_countdown_triggered (out_packet_count|1|1) +50102 pdp_radio_reset (out_packet_count|1|1) +50103 pdp_context_reset (out_packet_count|1|1) +50104 pdp_reregister_network (out_packet_count|1|1) +50105 pdp_setup_fail (cause|1|5), (cid|1|5), (network_type|1|5) +50106 call_drop (cause|1|5), (cid|1|5), (network_type|1|5) +50107 data_network_registration_fail (op_numeric|1|5), (cid|1|5) +50108 data_network_status_on_radio_off (dc_state|3), (enable|1|5) +50109 pdp_network_drop (cid|1|5), (network_type|1|5) +50110 cdma_data_setup_failed (cause|1|5), (cid|1|5), (network_type|1|5) +50111 cdma_data_drop (cid|1|5), (network_type|1|5) +50112 gsm_rat_switched (cid|1|5), (network_from|1|5), (network_to|1|5) +50113 gsm_data_state_change (oldState|3), (newState|3) +50114 gsm_service_state_change (oldState|1|5), (oldGprsState|1|5), (newState|1|5), (newGprsState|1|5) +50115 cdma_data_state_change (oldState|3), (newState|3) +50116 cdma_service_state_change (oldState|1|5), (oldDataState|1|5), (newState|1|5), (newDataState|1|5) +50117 bad_ip_address (ip_address|3) +50118 data_stall_recovery_get_data_call_list (out_packet_count|1|1) +50119 data_stall_recovery_cleanup (out_packet_count|1|1) +50120 data_stall_recovery_reregister (out_packet_count|1|1) +50121 data_stall_recovery_radio_restart (out_packet_count|1|1) +50122 data_stall_recovery_radio_restart_with_prop (out_packet_count|1|1) +50123 gsm_rat_switched_new (cid|1|5), (network_from|1|5), (network_to|1|5) +50125 exp_det_sms_denied_by_user (app_signature|3) +50128 exp_det_sms_sent_by_user (app_signature|3) +51100 netstats_mobile_sample (dev_rx_bytes|2|2),(dev_tx_bytes|2|2),(dev_rx_pkts|2|1),(dev_tx_pkts|2|1),(xt_rx_bytes|2|2),(xt_tx_bytes|2|2),(xt_rx_pkts|2|1),(xt_tx_pkts|2|1),(uid_rx_bytes|2|2),(uid_tx_bytes|2|2),(uid_rx_pkts|2|1),(uid_tx_pkts|2|1),(trusted_time|2|3) +51101 netstats_wifi_sample (dev_rx_bytes|2|2),(dev_tx_bytes|2|2),(dev_rx_pkts|2|1),(dev_tx_pkts|2|1),(xt_rx_bytes|2|2),(xt_tx_bytes|2|2),(xt_rx_pkts|2|1),(xt_tx_pkts|2|1),(uid_rx_bytes|2|2),(uid_tx_bytes|2|2),(uid_rx_pkts|2|1),(uid_tx_pkts|2|1),(trusted_time|2|3) +51200 lockdown_vpn_connecting (egress_net|1) +51201 lockdown_vpn_connected (egress_net|1) +51202 lockdown_vpn_error (egress_net|1) +51300 config_install_failed (dir|3) +51400 ifw_intent_matched (Intent Type|1|5),(Component Name|3),(Caller Uid|1|5),(Caller Pkg Count|1|1),(Caller Pkgs|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5) +51500 idle_maintenance_window_start (time|2|3), (lastUserActivity|2|3), (batteryLevel|1|6), (batteryCharging|1|5) +51501 idle_maintenance_window_finish (time|2|3), (lastUserActivity|2|3), (batteryLevel|1|6), (batteryCharging|1|5) +51600 timezone_trigger_check (token|3) +51610 timezone_request_install (token|3) +51611 timezone_install_started (token|3) +51612 timezone_install_complete (token|3), (result|1) +51620 timezone_request_uninstall (token|3) +51621 timezone_uninstall_started (token|3) +51622 timezone_uninstall_complete (token|3), (result|1) +51630 timezone_request_nothing (token|3) +51631 timezone_nothing_complete (token|3) +51690 timezone_check_trigger_received (token_bytes|3) +51691 timezone_check_read_from_data_app (token_bytes|3) +51692 timezone_check_request_uninstall (token_bytes|3) +51693 timezone_check_request_install (token_bytes|3) +51694 timezone_check_request_nothing (token_bytes|3), (success|1) +52000 db_sample (db|3),(sql|3),(time|1|3),(blocking_package|3),(sample_percent|1|6) +52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2) +52002 content_query_sample (uri|3),(projection|3),(selection|3),(sortorder|3),(time|1|3),(blocking_package|3),(sample_percent|1|6) +52003 content_update_sample (uri|3),(operation|3),(selection|3),(time|1|3),(blocking_package|3),(sample_percent|1|6) +52004 binder_sample (descriptor|3),(method_num|1|5),(time|1|3),(blocking_package|3),(sample_percent|1|6) +53000 harmful_app_warning_uninstall (package_name|3) +53001 harmful_app_warning_launch_anyway (package_name|3) +53200 cc_connect_state_changed (user|1|5),(type|1|5),(package_count|1|1) +53201 cc_set_allowlist (user|1|5),(package_count|1|1),(activity_count|1|1) +53202 cc_current_allowlist (user|1|5),(count|1|1) +53203 cc_update_options (user|1|5),(count|1) +60000 viewroot_draw (Draw time|1|3) +60001 viewroot_layout (Layout time|1|3) +60002 view_build_drawing_cache (View created drawing cache|1|5) +60003 view_use_drawing_cache (View drawn using bitmap cache|1|5) +60100 sf_frame_dur (window|3),(dur0|1),(dur1|1),(dur2|1),(dur3|1),(dur4|1),(dur5|1),(dur6|1) +60110 sf_stop_bootanim (time|2|3) +61000 audioserver_binder_timeout (command|3) +62000 input_interaction (windows|4) +62001 input_focus (window|3),(reason|3) +62002 view_enqueue_input_event (eventType|3),(action|3) +62003 input_cancel (window|3),(reason|3) +65537 exp_det_netlink_failure (uid|1) +70000 screen_toggled (screen_state|1|5) +70001 intercept_power (action|3),(mPowerKeyHandled|1),(mPowerKeyPressCounter|1) +70101 browser_zoom_level_change (start level|1|5),(end level|1|5),(time|2|3) +70102 browser_double_tap_duration (duration|1|3),(time|2|3) +70150 browser_snap_center +70151 exp_det_attempt_to_call_object_getclass (app_signature|3) +70200 aggregation (aggregation time|2|3) +70201 aggregation_test (field1|1|2),(field2|1|2),(field3|1|2),(field4|1|2),(field5|1|2) +70220 gms_unknown +75000 sqlite_mem_alarm_current (current|1|2) +75001 sqlite_mem_alarm_max (max|1|2) +75002 sqlite_mem_alarm_alloc_attempt (attempts|1|4) +75003 sqlite_mem_released (Memory released|1|2) +75004 sqlite_db_corrupt (Database file corrupt|3) +76001 tts_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3) +76002 tts_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1) +76003 tts_v2_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(request_config|3),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3) +76004 tts_v2_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(request_config|3), (statusCode|1) +78001 exp_det_dispatchCommand_overflow +80100 bionic_event_memcpy_buffer_overflow (uid|1) +80105 bionic_event_strcat_buffer_overflow (uid|1) +80110 bionic_event_memmov_buffer_overflow (uid|1) +80115 bionic_event_strncat_buffer_overflow (uid|1) +80120 bionic_event_strncpy_buffer_overflow (uid|1) +80125 bionic_event_memset_buffer_overflow (uid|1) +80130 bionic_event_strcpy_buffer_overflow (uid|1) +80200 bionic_event_strcat_integer_overflow (uid|1) +80205 bionic_event_strncat_integer_overflow (uid|1) +80300 bionic_event_resolver_old_response (uid|1) +80305 bionic_event_resolver_wrong_server (uid|1) +80310 bionic_event_resolver_wrong_query (uid|1) +81002 dropbox_file_copy (FileName|3),(Size|1),(Tag|3) +90100 exp_det_cert_pin_failure (certs|4) +90200 lock_screen_type (type|3) +90201 exp_det_device_admin_activated_by_user (app_signature|3) +90202 exp_det_device_admin_declined_by_user (app_signature|3) +90203 exp_det_device_admin_uninstalled_by_user (app_signature|3) +90204 settings_latency (action|1|6),(latency|1|3) +120000 dsu_progress_update (partition_name|3),(installed_bytes|2|5),(total_bytes|2|5),(partition_number|1|5),(total_partition_number|1|5),(total_progress_percentage|1|5) +120001 dsu_install_complete +120002 dsu_install_failed (cause|3) +120003 dsu_install_insufficient_space +150000 car_helper_start +150001 car_helper_boot_phase (phase|1) +150002 car_helper_user_starting (user_id|1) +150003 car_helper_user_switching (from_user_id|1),(to_user_id|1) +150004 car_helper_user_unlocking (user_id|1) +150005 car_helper_user_unlocked (user_id|1) +150006 car_helper_user_stopping (user_id|1) +150007 car_helper_user_stopped (user_id|1) +150008 car_helper_svc_connected +150050 car_service_init (number_services|1) +150051 car_service_vhal_reconnected (number_services|1) +150052 car_service_set_car_service_helper (pid|1) +150053 car_service_on_user_lifecycle (type|1),(from_user_id|1),(to_user_id|1) +150055 car_service_create (has_vhal|1) +150056 car_service_connected (interface|3) +150057 car_service_destroy (has_vhal|1) +150058 car_service_vhal_died (cookie|2) +150059 car_service_init_boot_user +150060 car_service_on_user_removed (user_id|1) +150100 car_user_svc_initial_user_info_req (request_type|1),(timeout|1),(current_user_id|1),(current_user_flags|1),(number_existing_users|1) +150101 car_user_svc_initial_user_info_resp (status|1),(action|1),(user_id|1),(flags|1),(safe_name|3),(user_locales|3) +150103 car_user_svc_set_initial_user (user_id|1) +150104 car_user_svc_set_lifecycle_listener (uid|1),(package_name|3) +150105 car_user_svc_reset_lifecycle_listener (uid|1),(package_name|3) +150106 car_user_svc_switch_user_req (user_id|1),(timeout|1) +150107 car_user_svc_switch_user_resp (hal_callback_status|1),(user_switch_status|1),(error_message|3) +150108 car_user_svc_post_switch_user_req (target_user_id|1),(current_user_id|1) +150109 car_user_svc_get_user_auth_req (uid|1),(user_id|1),(number_types|1) +150110 car_user_svc_get_user_auth_resp (number_values|1) +150111 car_user_svc_switch_user_ui_req (user_id|1) +150112 car_user_svc_switch_user_from_hal_req (request_id|1),(uid|1) +150113 car_user_svc_set_user_auth_req (uid|1),(user_id|1),(number_associations|1) +150114 car_user_svc_set_user_auth_resp (number_values|1),(error_message|3) +150115 car_user_svc_create_user_req (safe_name|3),(user_type|3),(flags|1),(timeout|1),(hasCallerRestrictions|1) +150116 car_user_svc_create_user_resp (status|1),(result|1),(error_message|3) +150117 car_user_svc_create_user_user_created (user_id|1),(safe_name|3),(user_type|3),(flags|1) +150118 car_user_svc_create_user_user_removed (user_id|1),(reason|3) +150119 car_user_svc_remove_user_req (user_id|1),(hasCallerRestrictions|1) +150120 car_user_svc_remove_user_resp (user_id|1),(result|1) +150121 car_user_svc_notify_app_lifecycle_listener (uid|1),(package_name|3),(event_type|1),(from_user_id|1),(to_user_id|1) +150122 car_user_svc_notify_internal_lifecycle_listener (listener_name|3),(event_type|1),(from_user_id|1),(to_user_id|1) +150123 car_user_svc_pre_creation_requested (number_users|1),(number_guests|1) +150124 car_user_svc_pre_creation_status (number_existing_users|1),(number_users_to_add|1),(number_users_to_remove|1),(number_existing_guests|1),(number_guests_to_add|1),(number_guests_to_remove|1),(number_invalid_users_to_remove|1) +150125 car_user_svc_start_user_in_background_req (user_id|1) +150126 car_user_svc_start_user_in_background_resp (user_id|1),(result|1) +150127 car_user_svc_stop_user_req (user_id|1) +150128 car_user_svc_stop_user_resp (user_id|1),(result|1) +150129 car_user_svc_initial_user_info_req_complete (request_type|1) +150130 car_user_svc_logout_user_req (user_id|1),(timeout|1) +150131 car_user_svc_logout_user_resp (hal_callback_status|1),(user_switch_status|1),(error_message|3) +150140 car_user_hal_initial_user_info_req (request_id|1),(request_type|1),(timeout|1) +150141 car_user_hal_initial_user_info_resp (request_id|1),(status|1),(action|1),(user_id|1),(flags|1),(safe_name|3),(user_locales|3) +150142 car_user_hal_switch_user_req (request_id|1),(user_id|1),(user_flags|1),(timeout|1) +150143 car_user_hal_switch_user_resp (request_id|1),(status|1),(result|1),(error_message|3) +150144 car_user_hal_post_switch_user_req (request_id|1),(target_user_id|1),(current_user_id|1) +150145 car_user_hal_get_user_auth_req (int32values|4) +150146 car_user_hal_get_user_auth_resp (valuesAndError|4) +150147 car_user_hal_legacy_switch_user_req (request_id|1),(target_user_id|1),(current_user_id|1) +150148 car_user_hal_set_user_auth_req (int32values|4) +150149 car_user_hal_set_user_auth_resp (valuesAndError|4) +150150 car_user_hal_oem_switch_user_req (request_id|1),(target_user_id|1) +150151 car_user_hal_create_user_req (request_id|1),(safe_name|3),(flags|1),(timeout|1) +150152 car_user_hal_create_user_resp (request_id|1),(status|1),(result|1),(error_message|3) +150153 car_user_hal_remove_user_req (target_user_id|1),(current_user_id|1) +150171 car_user_mgr_add_listener (uid|1),(package_name|3),(has_filter|1) +150172 car_user_mgr_remove_listener (uid|1),(package_name|3) +150173 car_user_mgr_disconnected (uid|1) +150174 car_user_mgr_switch_user_req (uid|1),(user_id|1) +150175 car_user_mgr_switch_user_resp (uid|1),(status|1),(error_message|3) +150176 car_user_mgr_get_user_auth_req (types|4) +150177 car_user_mgr_get_user_auth_resp (values|4) +150178 car_user_mgr_set_user_auth_req (types_and_values_pairs|4) +150179 car_user_mgr_set_user_auth_resp (values|4) +150180 car_user_mgr_create_user_req (uid|1),(safe_name|3),(user_type|3),(flags|1) +150181 car_user_mgr_create_user_resp (uid|1),(status|1),(error_message|3) +150182 car_user_mgr_remove_user_req (uid|1),(user_id|1) +150183 car_user_mgr_remove_user_resp (uid|1),(status|1) +150184 car_user_mgr_notify_lifecycle_listener (number_listeners|1),(event_type|1),(from_user_id|1),(to_user_id|1) +150185 car_user_mgr_pre_create_user_req (uid|1) +150186 car_user_mgr_logout_user_req (uid|1) +150187 car_user_mgr_logout_user_resp (uid|1),(status|1),(error_message|3) +150200 car_dp_mgr_remove_user_req (uid|1),(user_id|1) +150201 car_dp_mgr_remove_user_resp (uid|1),(status|1) +150202 car_dp_mgr_create_user_req (uid|1),(safe_name|3),(flags|1) +150203 car_dp_mgr_create_user_resp (uid|1),(status|1) +150204 car_dp_mgr_start_user_in_background_req (uid|1),(user_id|1) +150205 car_dp_mgr_start_user_in_background_resp (uid|1),(status|1) +150206 car_dp_mgr_stop_user_req (uid|1),(user_id|1) +150207 car_dp_mgr_stop_user_resp (uid|1),(status|1) +150300 car_pwr_mgr_state_change (state|1) +150301 car_pwr_mgr_garage_mode (status|1) +150302 car_pwr_mgr_pwr_policy_change (policy|3) +150303 car_pwr_mgr_state_req (state|1),(param|1) +201001 system_update (status|1|5),(download_result|1|5),(bytes|2|2),(url|3) +201002 system_update_user (action|3) +202001 vending_reconstruct (changes|1) +202901 transaction_event (data|3) +203001 sync_details (authority|3),(send|1|2),(recv|1|2),(details|3) +203002 google_http_request (elapsed|2|3),(status|1),(appname|3),(reused|1) +204001 gtalkservice (eventType|1) +204002 gtalk_connection (status|1) +204003 gtalk_conn_close (status|1),(duration|1) +204004 gtalk_heartbeat_reset (interval_and_nt|1),(ip|3) +204005 c2dm (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1) +205001 setup_server_timeout +205002 setup_required_captcha (action|3) +205003 setup_io_error (status|3) +205004 setup_server_error +205005 setup_retries_exhausted +205006 setup_no_data_network +205007 setup_completed +205008 gls_account_tried (status|1) +205009 gls_account_saved (status|1) +205010 gls_authenticate (status|1),(service|3) +205011 google_mail_switch (direction|1) +206001 snet (payload|3) +206003 exp_det_snet (payload|3) +208000 metrics_heartbeat +210001 security_adb_shell_interactive +210002 security_adb_shell_command (command|3) +210003 security_adb_sync_recv (path|3) +210004 security_adb_sync_send (path|3) +210005 security_app_process_start (process|3),(start_time|2|3),(uid|1),(pid|1),(seinfo|3),(sha256|3) +210006 security_keyguard_dismissed +210007 security_keyguard_dismiss_auth_attempt (success|1),(method_strength|1) +210008 security_keyguard_secured +210009 security_os_startup (boot_state|3),(verity_mode|3) +210010 security_os_shutdown +210011 security_logging_started +210012 security_logging_stopped +210013 security_media_mounted (path|3),(label|3) +210014 security_media_unmounted (path|3),(label|3) +210015 security_log_buffer_size_critical +210016 security_password_expiration_set (package|3),(admin_user|1),(target_user|1),(timeout|2|3) +210017 security_password_complexity_set (package|3),(admin_user|1),(target_user|1),(length|1),(quality|1),(num_letters|1),(num_non_letters|1),(num_numeric|1),(num_uppercase|1),(num_lowercase|1),(num_symbols|1) +210018 security_password_history_length_set (package|3),(admin_user|1),(target_user|1),(length|1) +210019 security_max_screen_lock_timeout_set (package|3),(admin_user|1),(target_user|1),(timeout|2|3) +210020 security_max_password_attempts_set (package|3),(admin_user|1),(target_user|1),(num_failures|1) +210021 security_keyguard_disabled_features_set (package|3),(admin_user|1),(target_user|1),(features|1) +210022 security_remote_lock (package|3),(admin_user|1),(target_user|1) +210023 security_wipe_failed (package|3),(admin_user|1) +210024 security_key_generated (success|1),(key_id|3),(uid|1) +210025 security_key_imported (success|1),(key_id|3),(uid|1) +210026 security_key_destroyed (success|1),(key_id|3),(uid|1) +210027 security_user_restriction_added (package|3),(admin_user|1),(restriction|3) +210028 security_user_restriction_removed (package|3),(admin_user|1),(restriction|3) +210029 security_cert_authority_installed (success|1),(subject|3),(target_user|1) +210030 security_cert_authority_removed (success|1),(subject|3),(target_user|1) +210031 security_crypto_self_test_completed (success|1) +210032 security_key_integrity_violation (key_id|3),(uid|1) +210033 security_cert_validation_failure (reason|3) +210034 security_camera_policy_set (package|3),(admin_user|1),(target_user|1),(disabled|1) +210035 security_password_complexity_required (package|3),(admin_user|1),(target_user|1),(complexity|1) +210036 security_password_changed (password_complexity|1),(target_user|1) +210037 security_wifi_connection (bssid|3),(event_type|3),(reason|3) +210038 security_wifi_disconnection (bssid|3),(reason|3) +210039 security_bluetooth_connection (addr|3),(success|1),(reason|3) +210040 security_bluetooth_disconnection (addr|3),(reason|3) +230000 service_manager_stats (call_count|1),(total_time|1|3),(duration|1|3) +230001 service_manager_slow (time|1|3),(service|3) +275534 notification_unautogrouped (key|3) +300000 arc_system_event (event|3) +524287 sysui_view_visibility (category|1|5),(visible|1|6) +524288 sysui_action (category|1|5),(pkg|3) +524290 sysui_count (name|3),(increment|1) +524291 sysui_histogram (name|3),(bucket|1) +524292 sysui_multi_action (content|4) +525000 commit_sys_config_file (name|3),(time|2|3) +1010000 bt_hci_timeout (opcode|1) +1010001 bt_config_source (opcode|1) +1010002 bt_hci_unknown_type (hci_type|1) +10195355 killinfo (Pid|1|5),(Uid|1|5),(OomAdj|1),(MinOomAdj|1),(TaskSize|1),(enum kill_reasons|1|5),(MemFree|1),(Cached|1),(SwapCached|1),(Buffers|1),(Shmem|1),(Unevictable|1),(SwapTotal|1),(SwapFree|1),(ActiveAnon|1),(InactiveAnon|1),(ActiveFile|1),(InactiveFile|1),(SReclaimable|1),(SUnreclaim|1),(KernelStack|1),(PageTables|1),(IonHeap|1),(IonHeapPool|1),(CmaFree|1),(MsSinceEvent|1),(MsSincePrevWakeup|1),(WakeupsSinceEvent|1),(SkippedWakeups|1),(TaskSwapSize|1),(GPU|1),(Thrashing|1),(MaxThrashing|1),(PsiMemSome|5),(PsiMemFull|5),(PsiIoSome|5),(PsiIoFull|5),(PsiCpuSome|5) +1397638484 snet_event_log (subtag|3) (uid|1) (message|3) +1937006964 stats_log (atom_id|1|5),(data|4) diff --git a/sparse/system/etc/fonts.xml b/sparse/system/etc/fonts.xml new file mode 100644 index 0000000..f8c015f --- /dev/null +++ b/sparse/system/etc/fonts.xml @@ -0,0 +1,1541 @@ + + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + RobotoStatic-Regular.ttf + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + + + + + + + + + + + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + Roboto-Regular.ttf + + + + + + + + + + NotoSerif-Regular.ttf + NotoSerif-Bold.ttf + NotoSerif-Italic.ttf + NotoSerif-BoldItalic.ttf + + + + + + + + + + + + + DroidSansMono.ttf + + + + + + CutiveMono.ttf + + + + + + ComingSoon.ttf + + + + DancingScript-Regular.ttf + + DancingScript-Bold.ttf + + + + CarroisGothicSC-Regular.ttf + + + + SourceSansPro-Regular.ttf + SourceSansPro-Italic.ttf + SourceSansPro-SemiBold.ttf + SourceSansPro-SemiBoldItalic.ttf + SourceSansPro-Bold.ttf + SourceSansPro-BoldItalic.ttf + + + + + + + NotoNaskhArabic-Regular.ttf + + NotoNaskhArabic-Bold.ttf + + + + NotoNaskhArabicUI-Regular.ttf + + NotoNaskhArabicUI-Bold.ttf + + + + NotoSansEthiopic-VF.ttf + + + + NotoSansEthiopic-VF.ttf + + + + NotoSansEthiopic-VF.ttf + + + + NotoSansEthiopic-VF.ttf + + + NotoSerifEthiopic-VF.ttf + + + NotoSerifEthiopic-VF.ttf + + + NotoSerifEthiopic-VF.ttf + + + NotoSerifEthiopic-VF.ttf + + + + + + NotoSansHebrew-Regular.ttf + + NotoSansHebrew-Bold.ttf + NotoSerifHebrew-Regular.ttf + NotoSerifHebrew-Bold.ttf + + + NotoSansThai-Regular.ttf + + NotoSansThai-Bold.ttf + + NotoSerifThai-Regular.ttf + + NotoSerifThai-Bold.ttf + + + + NotoSansThaiUI-Regular.ttf + + NotoSansThaiUI-Bold.ttf + + + + NotoSansArmenian-VF.ttf + + + + NotoSansArmenian-VF.ttf + + + + NotoSansArmenian-VF.ttf + + + + NotoSansArmenian-VF.ttf + + + NotoSerifArmenian-VF.ttf + + + NotoSerifArmenian-VF.ttf + + + NotoSerifArmenian-VF.ttf + + + NotoSerifArmenian-VF.ttf + + + + + + NotoSansGeorgian-VF.ttf + + + + NotoSansGeorgian-VF.ttf + + + + NotoSansGeorgian-VF.ttf + + + + NotoSansGeorgian-VF.ttf + + + NotoSerifGeorgian-VF.ttf + + + NotoSerifGeorgian-VF.ttf + + + NotoSerifGeorgian-VF.ttf + + + NotoSerifGeorgian-VF.ttf + + + + + + NotoSansDevanagari-VF.ttf + + + + NotoSansDevanagari-VF.ttf + + + + NotoSansDevanagari-VF.ttf + + + + NotoSansDevanagari-VF.ttf + + + NotoSerifDevanagari-VF.ttf + + + NotoSerifDevanagari-VF.ttf + + + NotoSerifDevanagari-VF.ttf + + + NotoSerifDevanagari-VF.ttf + + + + + + NotoSansDevanagariUI-VF.ttf + + + + NotoSansDevanagariUI-VF.ttf + + + + NotoSansDevanagariUI-VF.ttf + + + + NotoSansDevanagariUI-VF.ttf + + + + + + + + NotoSansGujarati-Regular.ttf + + NotoSansGujarati-Bold.ttf + NotoSerifGujarati-VF.ttf + + + NotoSerifGujarati-VF.ttf + + + NotoSerifGujarati-VF.ttf + + + NotoSerifGujarati-VF.ttf + + + + + + NotoSansGujaratiUI-Regular.ttf + + NotoSansGujaratiUI-Bold.ttf + + + + NotoSansGurmukhi-VF.ttf + + + + NotoSansGurmukhi-VF.ttf + + + + NotoSansGurmukhi-VF.ttf + + + + NotoSansGurmukhi-VF.ttf + + + NotoSerifGurmukhi-VF.ttf + + + NotoSerifGurmukhi-VF.ttf + + + NotoSerifGurmukhi-VF.ttf + + + NotoSerifGurmukhi-VF.ttf + + + + + + NotoSansGurmukhiUI-VF.ttf + + + + NotoSansGurmukhiUI-VF.ttf + + + + NotoSansGurmukhiUI-VF.ttf + + + + NotoSansGurmukhiUI-VF.ttf + + + + + + NotoSansTamil-VF.ttf + + + + NotoSansTamil-VF.ttf + + + + NotoSansTamil-VF.ttf + + + + NotoSansTamil-VF.ttf + + + NotoSerifTamil-VF.ttf + + + NotoSerifTamil-VF.ttf + + + NotoSerifTamil-VF.ttf + + + NotoSerifTamil-VF.ttf + + + + + + NotoSansTamilUI-VF.ttf + + + + NotoSansTamilUI-VF.ttf + + + + NotoSansTamilUI-VF.ttf + + + + NotoSansTamilUI-VF.ttf + + + + + + NotoSansMalayalam-VF.ttf + + + + NotoSansMalayalam-VF.ttf + + + + NotoSansMalayalam-VF.ttf + + + + NotoSansMalayalam-VF.ttf + + + NotoSerifMalayalam-VF.ttf + + + NotoSerifMalayalam-VF.ttf + + + NotoSerifMalayalam-VF.ttf + + + NotoSerifMalayalam-VF.ttf + + + + + + NotoSansMalayalamUI-VF.ttf + + + + NotoSansMalayalamUI-VF.ttf + + + + NotoSansMalayalamUI-VF.ttf + + + + NotoSansMalayalamUI-VF.ttf + + + + + + NotoSansBengali-VF.ttf + + + + NotoSansBengali-VF.ttf + + + + NotoSansBengali-VF.ttf + + + + NotoSansBengali-VF.ttf + + + NotoSerifBengali-VF.ttf + + + NotoSerifBengali-VF.ttf + + + NotoSerifBengali-VF.ttf + + + NotoSerifBengali-VF.ttf + + + + + + NotoSansBengaliUI-VF.ttf + + + + NotoSansBengaliUI-VF.ttf + + + + NotoSansBengaliUI-VF.ttf + + + + NotoSansBengaliUI-VF.ttf + + + + + + NotoSansTelugu-VF.ttf + + + + NotoSansTelugu-VF.ttf + + + + NotoSansTelugu-VF.ttf + + + + NotoSansTelugu-VF.ttf + + + NotoSerifTelugu-VF.ttf + + + NotoSerifTelugu-VF.ttf + + + NotoSerifTelugu-VF.ttf + + + NotoSerifTelugu-VF.ttf + + + + + + NotoSansTeluguUI-VF.ttf + + + + NotoSansTeluguUI-VF.ttf + + + + NotoSansTeluguUI-VF.ttf + + + + NotoSansTeluguUI-VF.ttf + + + + + + NotoSansKannada-VF.ttf + + + + NotoSansKannada-VF.ttf + + + + NotoSansKannada-VF.ttf + + + + NotoSansKannada-VF.ttf + + + NotoSerifKannada-VF.ttf + + + NotoSerifKannada-VF.ttf + + + NotoSerifKannada-VF.ttf + + + NotoSerifKannada-VF.ttf + + + + + + NotoSansKannadaUI-VF.ttf + + + + NotoSansKannadaUI-VF.ttf + + + + NotoSansKannadaUI-VF.ttf + + + + NotoSansKannadaUI-VF.ttf + + + + + NotoSansOriya-Regular.ttf + + NotoSansOriya-Bold.ttf + + + + NotoSansOriyaUI-Regular.ttf + + NotoSansOriyaUI-Bold.ttf + + + + NotoSansSinhala-VF.ttf + + + + NotoSansSinhala-VF.ttf + + + + NotoSansSinhala-VF.ttf + + + + NotoSansSinhala-VF.ttf + + + NotoSerifSinhala-VF.ttf + + + NotoSerifSinhala-VF.ttf + + + NotoSerifSinhala-VF.ttf + + + NotoSerifSinhala-VF.ttf + + + + + + NotoSansSinhalaUI-VF.ttf + + + + NotoSansSinhalaUI-VF.ttf + + + + NotoSansSinhalaUI-VF.ttf + + + + NotoSansSinhalaUI-VF.ttf + + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + + NotoSansKhmer-VF.ttf + + + + NotoSerifKhmer-Regular.otf + NotoSerifKhmer-Bold.otf + + + + NotoSansKhmerUI-Regular.ttf + + NotoSansKhmerUI-Bold.ttf + + + NotoSansLao-Regular.ttf + + NotoSansLao-Bold.ttf + + NotoSerifLao-Regular.ttf + + NotoSerifLao-Bold.ttf + + + NotoSansLaoUI-Regular.ttf + + NotoSansLaoUI-Bold.ttf + + + NotoSansMyanmar-Regular.otf + NotoSansMyanmar-Medium.otf + NotoSansMyanmar-Bold.otf + NotoSerifMyanmar-Regular.otf + NotoSerifMyanmar-Bold.otf + + + NotoSansMyanmarUI-Regular.otf + NotoSansMyanmarUI-Medium.otf + NotoSansMyanmarUI-Bold.otf + + + + NotoSansThaana-Regular.ttf + + NotoSansThaana-Bold.ttf + + + NotoSansCham-Regular.ttf + + NotoSansCham-Bold.ttf + + + NotoSansAhom-Regular.otf + + + + NotoSansAdlam-VF.ttf + + + + NotoSansAdlam-VF.ttf + + + + NotoSansAdlam-VF.ttf + + + + NotoSansAdlam-VF.ttf + + + + + + NotoSansAvestan-Regular.ttf + + + + + NotoSansBalinese-Regular.ttf + + + + NotoSansBamum-Regular.ttf + + + + NotoSansBatak-Regular.ttf + + + + + NotoSansBrahmi-Regular.ttf + + + + + NotoSansBuginese-Regular.ttf + + + + NotoSansBuhid-Regular.ttf + + + + + NotoSansCanadianAboriginal-Regular.ttf + + + + + NotoSansCarian-Regular.ttf + + + + NotoSansChakma-Regular.otf + + + NotoSansCherokee-Regular.ttf + + + + NotoSansCoptic-Regular.ttf + + + + + NotoSansCuneiform-Regular.ttf + + + + + NotoSansCypriot-Regular.ttf + + + + + NotoSansDeseret-Regular.ttf + + + + + NotoSansEgyptianHieroglyphs-Regular.ttf + + + + NotoSansElbasan-Regular.otf + + + + NotoSansGlagolitic-Regular.ttf + + + + + NotoSansGothic-Regular.ttf + + + + + NotoSansHanunoo-Regular.ttf + + + + + NotoSansImperialAramaic-Regular.ttf + + + + + NotoSansInscriptionalPahlavi-Regular.ttf + + + + + NotoSansInscriptionalParthian-Regular.ttf + + + + NotoSansJavanese-Regular.otf + + + + NotoSansKaithi-Regular.ttf + + + + + NotoSansKayahLi-Regular.ttf + + + + + NotoSansKharoshthi-Regular.ttf + + + + + NotoSansLepcha-Regular.ttf + + + + NotoSansLimbu-Regular.ttf + + + + + NotoSansLinearB-Regular.ttf + + + + NotoSansLisu-Regular.ttf + + + + + NotoSansLycian-Regular.ttf + + + + + NotoSansLydian-Regular.ttf + + + + + NotoSansMandaic-Regular.ttf + + + + + NotoSansMeeteiMayek-Regular.ttf + + + + + NotoSansNewTaiLue-Regular.ttf + + + + NotoSansNKo-Regular.ttf + + + + NotoSansOgham-Regular.ttf + + + + + NotoSansOlChiki-Regular.ttf + + + + + NotoSansOldItalic-Regular.ttf + + + + + NotoSansOldPersian-Regular.ttf + + + + + NotoSansOldSouthArabian-Regular.ttf + + + + + NotoSansOldTurkic-Regular.ttf + + + + NotoSansOsage-Regular.ttf + + + + NotoSansOsmanya-Regular.ttf + + + + + NotoSansPhoenician-Regular.ttf + + + + + NotoSansRejang-Regular.ttf + + + + NotoSansRunic-Regular.ttf + + + + + NotoSansSamaritan-Regular.ttf + + + + + NotoSansSaurashtra-Regular.ttf + + + + + NotoSansShavian-Regular.ttf + + + + + NotoSansSundanese-Regular.ttf + + + + + NotoSansSylotiNagri-Regular.ttf + + + + + + NotoSansSyriacEstrangela-Regular.ttf + + + + + NotoSansSyriacEastern-Regular.ttf + + + + + NotoSansSyriacWestern-Regular.ttf + + + + + NotoSansTagalog-Regular.ttf + + + + + NotoSansTagbanwa-Regular.ttf + + + + + NotoSansTaiTham-Regular.ttf + + + + + NotoSansTaiViet-Regular.ttf + + + + + NotoSerifTibetan-VF.ttf + + + + NotoSerifTibetan-VF.ttf + + + + NotoSerifTibetan-VF.ttf + + + + NotoSerifTibetan-VF.ttf + + + + + NotoSansTifinagh-Regular.otf + + + + NotoSansUgaritic-Regular.ttf + + + + NotoSansVai-Regular.ttf + + + + NotoSansSymbols-Regular-Subsetted.ttf + + + + NotoSansCJK-Regular.ttc + + NotoSerifCJK-Regular.ttc + + + + + NotoSansCJK-Regular.ttc + + NotoSerifCJK-Regular.ttc + + + + + NotoSansCJK-Regular.ttc + + NotoSerifCJK-Regular.ttc + + + + + NotoSansCJK-Regular.ttc + + NotoSerifCJK-Regular.ttc + + + + NotoColorEmojiLegacy.ttf + + + NotoColorEmoji.ttf + + + NotoColorEmojiFlags.ttf + + + NotoSansSymbols-Regular-Subsetted2.ttf + + + + NotoSansTaiLe-Regular.ttf + + + + NotoSansYi-Regular.ttf + + + + NotoSansMongolian-Regular.ttf + + + + + NotoSansPhagsPa-Regular.ttf + + + + NotoSansAnatolianHieroglyphs-Regular.otf + + + NotoSansBassaVah-Regular.otf + + + NotoSansBhaiksuki-Regular.otf + + + NotoSansHatran-Regular.otf + + + NotoSansLinearA-Regular.otf + + + NotoSansManichaean-Regular.otf + + + NotoSansMarchen-Regular.otf + + + NotoSansMeroitic-Regular.otf + + + NotoSansMiao-Regular.otf + + + NotoSansMro-Regular.otf + + + NotoSansMultani-Regular.otf + + + NotoSansNabataean-Regular.otf + + + NotoSansNewa-Regular.otf + + + NotoSansOldNorthArabian-Regular.otf + + + NotoSansOldPermic-Regular.otf + + + NotoSansPahawhHmong-Regular.otf + + + NotoSansPalmyrene-Regular.otf + + + NotoSansPauCinHau-Regular.otf + + + NotoSansSharada-Regular.otf + + + NotoSansSoraSompeng-Regular.otf + + + NotoSansGunjalaGondi-Regular.otf + + + NotoSansHanifiRohingya-Regular.otf + + + NotoSansKhojki-Regular.otf + + + NotoSansMasaramGondi-Regular.otf + + + NotoSansWancho-Regular.otf + + + NotoSansWarangCiti-Regular.otf + + + NotoSansGrantha-Regular.ttf + + + NotoSansModi-Regular.ttf + + + NotoSerifDogra-Regular.ttf + + + + NotoSansMedefaidrin-VF.ttf + + + + NotoSansMedefaidrin-VF.ttf + + + + NotoSansMedefaidrin-VF.ttf + + + + NotoSansMedefaidrin-VF.ttf + + + + + + NotoSansSoyombo-VF.ttf + + + + NotoSansSoyombo-VF.ttf + + + + NotoSansSoyombo-VF.ttf + + + + NotoSansSoyombo-VF.ttf + + + + + + NotoSansTakri-VF.ttf + + + + NotoSansTakri-VF.ttf + + + + NotoSansTakri-VF.ttf + + + + NotoSansTakri-VF.ttf + + + + + + NotoSerifNyiakengPuachueHmong-VF.ttf + + + + NotoSerifNyiakengPuachueHmong-VF.ttf + + + + NotoSerifNyiakengPuachueHmong-VF.ttf + + + + NotoSerifNyiakengPuachueHmong-VF.ttf + + + + + + NotoSerifYezidi-VF.ttf + + + + NotoSerifYezidi-VF.ttf + + + + NotoSerifYezidi-VF.ttf + + + + NotoSerifYezidi-VF.ttf + + + + diff --git a/sparse/system/etc/fs_config_dirs b/sparse/system/etc/fs_config_dirs new file mode 100644 index 0000000..341f07b Binary files /dev/null and b/sparse/system/etc/fs_config_dirs differ diff --git a/sparse/system/etc/fs_config_files b/sparse/system/etc/fs_config_files new file mode 100644 index 0000000..68fef08 Binary files /dev/null and b/sparse/system/etc/fs_config_files differ diff --git a/sparse/system/etc/gps_debug.conf b/sparse/system/etc/gps_debug.conf new file mode 100644 index 0000000..90daf8c --- /dev/null +++ b/sparse/system/etc/gps_debug.conf @@ -0,0 +1,61 @@ +# Sample file for use for on device debug override only +# Prefer frameworks/base/core/res/res/values/config.xml and +# frameworks/base/core/res/res/values-mcc*-mnc*/config.xml + +################################ +##### AGPS server settings ##### +################################ +# FOR SUPL SUPPORT, set the following +# SUPL_HOST=supl.google.com or IP +# SUPL_PORT=7275 + +# supl version 2.0 +# SUPL_VER=0x20000 + +#SUPL_MODE is a bit mask set in config.xml per carrier by default. +#If it is uncommented here, this value will overwrite the value from +#config.xml. +#MSA=0X2 +#MSB=0X1 +#SUPL_MODE=1 + +# Emergency SUPL, 1=enable, 0=disable +#SUPL_ES=0 + +#Choose PDN for Emergency SUPL +#1 - Use emergency PDN +#0 - Use regular SUPL PDN for Emergency SUPL +#USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=0 + +#################################### +# LTE Positioning Profile Settings +#################################### +# 0: Enable RRLP on LTE(Default) +# 1: Enable LPP_User_Plane on LTE +# 2: Enable LPP_Control_Plane +# 3: Enable both LPP_User_Plane and LPP_Control_Plane +#LPP_PROFILE = 2 + +################################################## +# Select Positioning Protocol on A-GLONASS system +################################################## +# 0x1: RRC CPlane +# 0x2: RRLP UPlane +# 0x4: LLP Uplane +#A_GLONASS_POS_PROTOCOL_SELECT = 0 + +# Below bit mask configures how GPS functionalities +# should be locked when user turns off GPS on Settings +# Set bit 0x1 if MO GPS functionalities are to be locked +# Set bit 0x2 if NI GPS functionalities are to be locked +# default - non is locked for backward compatibility +#GPS_LOCK = 0 + +################################ +##### PSDS download settings ##### +################################ +# For wear devices only. +# Enable periodic PSDS download once a day. +# true: Enable periodic PSDS download +# false: Disable periodic PSDS download +#ENABLE_PSDS_PERIODIC_DOWNLOAD=false diff --git a/sparse/system/etc/group b/sparse/system/etc/group new file mode 100644 index 0000000..e69de29 diff --git a/sparse/system/etc/hosts b/sparse/system/etc/hosts new file mode 100644 index 0000000..649151c --- /dev/null +++ b/sparse/system/etc/hosts @@ -0,0 +1,2 @@ +127.0.0.1 localhost +::1 ip6-localhost diff --git a/sparse/system/etc/init/android.hidl.allocator@1.0-service.rc b/sparse/system/etc/init/android.hidl.allocator@1.0-service.rc new file mode 100644 index 0000000..4f05523 --- /dev/null +++ b/sparse/system/etc/init/android.hidl.allocator@1.0-service.rc @@ -0,0 +1,4 @@ +service hidl_memory /system/bin/hw/android.hidl.allocator@1.0-service + class hal + user system + group system diff --git a/sparse/system/etc/init/android.system.suspend@1.0-service.rc b/sparse/system/etc/init/android.system.suspend@1.0-service.rc new file mode 100644 index 0000000..965ca16 --- /dev/null +++ b/sparse/system/etc/init/android.system.suspend@1.0-service.rc @@ -0,0 +1,5 @@ +service system_suspend /system/bin/hw/android.system.suspend@1.0-service + class early_hal + user system + group system wakelock + capabilities BLOCK_SUSPEND diff --git a/sparse/system/etc/init/apexd.rc b/sparse/system/etc/init/apexd.rc new file mode 100644 index 0000000..f64688f --- /dev/null +++ b/sparse/system/etc/init/apexd.rc @@ -0,0 +1,21 @@ +service apexd /system/bin/apexd + interface aidl apexservice + class core + user root + group system + oneshot + disabled # does not start with the core class + reboot_on_failure reboot,apexd-failed + +service apexd-bootstrap /system/bin/apexd --bootstrap + user root + group system + oneshot + disabled + reboot_on_failure reboot,bootloader,bootstrap-apexd-failed + +service apexd-snapshotde /system/bin/apexd --snapshotde + user root + group system + oneshot + disabled diff --git a/sparse/system/etc/init/atrace.rc b/sparse/system/etc/init/atrace.rc new file mode 100644 index 0000000..d0b5d59 --- /dev/null +++ b/sparse/system/etc/init/atrace.rc @@ -0,0 +1,399 @@ +## Permissions to allow system-wide tracing to the kernel trace buffer. +## +on late-init + +# Allow writing to the kernel trace log. + chmod 0222 /sys/kernel/debug/tracing/trace_marker + chmod 0222 /sys/kernel/tracing/trace_marker + +# Scheduler tracepoints require schedstats=enable + write /proc/sys/kernel/sched_schedstats 1 + +# Grant unix world read/write permissions to kernel tracepoints. +# Access control to these files is now entirely in selinux policy. + chmod 0666 /sys/kernel/debug/tracing/trace_clock + chmod 0666 /sys/kernel/tracing/trace_clock + chmod 0666 /sys/kernel/debug/tracing/buffer_size_kb + chmod 0666 /sys/kernel/tracing/buffer_size_kb + chmod 0666 /sys/kernel/debug/tracing/options/overwrite + chmod 0666 /sys/kernel/tracing/options/overwrite + chmod 0666 /sys/kernel/debug/tracing/options/print-tgid + chmod 0666 /sys/kernel/tracing/options/print-tgid + chmod 0666 /sys/kernel/debug/tracing/options/record-tgid + chmod 0666 /sys/kernel/tracing/options/record-tgid + chmod 0666 /sys/kernel/debug/tracing/saved_cmdlines_size + chmod 0666 /sys/kernel/tracing/saved_cmdlines_size + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_switch/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_switch/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_wakeup/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_blocked_reason/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_blocked_reason/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_cpu_hotplug/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_cpu_hotplug/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_pi_setprio/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_pi_setprio/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_process_exit/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_process_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_process_free/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_process_free/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_waking/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_waking/enable + chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_wakeup_new/enable + chmod 0666 /sys/kernel/tracing/events/sched/sched_wakeup_new/enable + chmod 0666 /sys/kernel/debug/tracing/events/cgroup/enable + chmod 0666 /sys/kernel/tracing/events/cgroup/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/cpu_frequency/enable + chmod 0666 /sys/kernel/tracing/events/power/cpu_frequency/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/cpu_idle/enable + chmod 0666 /sys/kernel/tracing/events/power/cpu_idle/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/clock_enable/enable + chmod 0666 /sys/kernel/tracing/events/power/clock_enable/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/clock_disable/enable + chmod 0666 /sys/kernel/tracing/events/power/clock_disable/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/clock_set_rate/enable + chmod 0666 /sys/kernel/tracing/events/power/clock_set_rate/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/cpu_frequency_limits/enable + chmod 0666 /sys/kernel/tracing/events/power/cpu_frequency_limits/enable + chmod 0666 /sys/kernel/debug/tracing/events/cpuhp/cpuhp_enter/enable + chmod 0666 /sys/kernel/tracing/events/cpuhp/cpuhp_enter/enable + chmod 0666 /sys/kernel/debug/tracing/events/cpuhp/cpuhp_exit/enable + chmod 0666 /sys/kernel/tracing/events/cpuhp/cpuhp_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/cpuhp/cpuhp_pause/enable + chmod 0666 /sys/kernel/tracing/events/cpuhp/cpuhp_pause/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/gpu_frequency/enable + chmod 0666 /sys/kernel/tracing/events/power/gpu_frequency/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/gpu_work_period/enable + chmod 0666 /sys/kernel/tracing/events/power/gpu_work_period/enable + chmod 0666 /sys/kernel/debug/tracing/events/power/suspend_resume/enable + chmod 0666 /sys/kernel/tracing/events/power/suspend_resume/enable + chmod 0666 /sys/kernel/debug/tracing/events/cpufreq_interactive/enable + chmod 0666 /sys/kernel/tracing/events/cpufreq_interactive/enable + chmod 0666 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_direct_reclaim_begin/enable + chmod 0666 /sys/kernel/tracing/events/vmscan/mm_vmscan_direct_reclaim_begin/enable + chmod 0666 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_direct_reclaim_end/enable + chmod 0666 /sys/kernel/tracing/events/vmscan/mm_vmscan_direct_reclaim_end/enable + chmod 0666 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_kswapd_wake/enable + chmod 0666 /sys/kernel/tracing/events/vmscan/mm_vmscan_kswapd_wake/enable + chmod 0666 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_kswapd_sleep/enable + chmod 0666 /sys/kernel/tracing/events/vmscan/mm_vmscan_kswapd_sleep/enable + chmod 0666 /sys/kernel/debug/tracing/tracing_on + chmod 0666 /sys/kernel/tracing/tracing_on + chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction/enable + chmod 0666 /sys/kernel/tracing/events/binder/binder_transaction/enable + chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction_received/enable + chmod 0666 /sys/kernel/tracing/events/binder/binder_transaction_received/enable + chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction_alloc_buf/enable + chmod 0666 /sys/kernel/tracing/events/binder/binder_transaction_alloc_buf/enable + chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_lock/enable + chmod 0666 /sys/kernel/tracing/events/binder/binder_lock/enable + chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_locked/enable + chmod 0666 /sys/kernel/tracing/events/binder/binder_locked/enable + chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_unlock/enable + chmod 0666 /sys/kernel/tracing/events/binder/binder_unlock/enable + chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_set_priority/enable + chmod 0666 /sys/kernel/tracing/events/binder/binder_set_priority/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/enable + chmod 0666 /sys/kernel/tracing/events/i2c/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/i2c_read/enable + chmod 0666 /sys/kernel/tracing/events/i2c/i2c_read/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/i2c_write/enable + chmod 0666 /sys/kernel/tracing/events/i2c/i2c_write/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/i2c_result/enable + chmod 0666 /sys/kernel/tracing/events/i2c/i2c_result/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/i2c_reply/enable + chmod 0666 /sys/kernel/tracing/events/i2c/i2c_reply/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/smbus_read/enable + chmod 0666 /sys/kernel/tracing/events/i2c/smbus_read/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/smbus_write/enable + chmod 0666 /sys/kernel/tracing/events/i2c/smbus_write/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/smbus_result/enable + chmod 0666 /sys/kernel/tracing/events/i2c/smbus_result/enable + chmod 0666 /sys/kernel/debug/tracing/events/i2c/smbus_reply/enable + chmod 0666 /sys/kernel/tracing/events/i2c/smbus_reply/enable + chmod 0666 /sys/kernel/debug/tracing/events/lowmemorykiller/enable + chmod 0666 /sys/kernel/tracing/events/lowmemorykiller/enable + chmod 0666 /sys/kernel/debug/tracing/events/sync/enable + chmod 0666 /sys/kernel/tracing/events/sync/enable + chmod 0666 /sys/kernel/debug/tracing/events/fence/enable + chmod 0666 /sys/kernel/tracing/events/fence/enable + chmod 0666 /sys/kernel/debug/tracing/events/dma_fence/enable + chmod 0666 /sys/kernel/tracing/events/dma_fence/enable + chmod 0666 /sys/kernel/debug/tracing/events/kmem/rss_stat/enable + chmod 0666 /sys/kernel/tracing/events/kmem/rss_stat/enable + chmod 0666 /sys/kernel/debug/tracing/events/kmem/ion_heap_grow/enable + chmod 0666 /sys/kernel/tracing/events/kmem/ion_heap_grow/enable + chmod 0666 /sys/kernel/debug/tracing/events/kmem/ion_heap_shrink/enable + chmod 0666 /sys/kernel/tracing/events/kmem/ion_heap_shrink/enable + chmod 0666 /sys/kernel/debug/tracing/events/ion/ion_stat/enable + chmod 0666 /sys/kernel/tracing/events/ion/ion_stat/enable + chmod 0666 /sys/kernel/debug/tracing/events/mm_event/mm_event_record/enable + chmod 0666 /sys/kernel/tracing/events/mm_event/mm_event_record/enable + chmod 0666 /sys/kernel/debug/tracing/events/signal/signal_generate/enable + chmod 0666 /sys/kernel/tracing/events/signal/signal_generate/enable + chmod 0666 /sys/kernel/debug/tracing/events/signal/signal_deliver/enable + chmod 0666 /sys/kernel/tracing/events/signal/signal_deliver/enable + chmod 0666 /sys/kernel/debug/tracing/events/mm_event/mm_event_record/enable + chmod 0666 /sys/kernel/tracing/events/mm_event/mm_event_record/enable + chmod 0666 /sys/kernel/debug/tracing/events/lowmemorykiller/lowmemory_kill/enable + chmod 0666 /sys/kernel/tracing/events/lowmemorykiller/lowmemory_kill/enable + chmod 0666 /sys/kernel/debug/tracing/events/oom/oom_score_adj_update/enable + chmod 0666 /sys/kernel/tracing/events/oom/oom_score_adj_update/enable + chmod 0666 /sys/kernel/debug/tracing/events/oom/mark_victim/enable + chmod 0666 /sys/kernel/tracing/events/oom/mark_victim/enable + chmod 0666 /sys/kernel/debug/tracing/events/task/task_rename/enable + chmod 0666 /sys/kernel/tracing/events/task/task_rename/enable + chmod 0666 /sys/kernel/debug/tracing/events/task/task_newtask/enable + chmod 0666 /sys/kernel/tracing/events/task/task_newtask/enable + chmod 0666 /sys/kernel/debug/tracing/events/gpu_mem/gpu_mem_total/enable + chmod 0666 /sys/kernel/tracing/events/gpu_mem/gpu_mem_total/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/enable + chmod 0666 /sys/kernel/tracing/events/irq/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/irq_handler_entry/enable + chmod 0666 /sys/kernel/tracing/events/irq/irq_handler_entry/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/irq_handler_exit/enable + chmod 0666 /sys/kernel/tracing/events/irq/irq_handler_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/softirq_entry/enable + chmod 0666 /sys/kernel/tracing/events/irq/softirq_entry/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/softirq_exit/enable + chmod 0666 /sys/kernel/tracing/events/irq/softirq_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/softirq_raise/enable + chmod 0666 /sys/kernel/tracing/events/irq/softirq_raise/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/tasklet_entry/enable + chmod 0666 /sys/kernel/tracing/events/irq/tasklet_entry/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/tasklet_exit/enable + chmod 0666 /sys/kernel/tracing/events/irq/tasklet_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/tasklet_hi_entry/enable + chmod 0666 /sys/kernel/tracing/events/irq/tasklet_hi_entry/enable + chmod 0666 /sys/kernel/debug/tracing/events/irq/tasklet_hi_exit/enable + chmod 0666 /sys/kernel/tracing/events/irq/tasklet_hi_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/ipi/enable + chmod 0666 /sys/kernel/tracing/events/ipi/enable + chmod 0666 /sys/kernel/debug/tracing/events/ipi/ipi_entry/enable + chmod 0666 /sys/kernel/tracing/events/ipi/ipi_entry/enable + chmod 0666 /sys/kernel/debug/tracing/events/ipi/ipi_exit/enable + chmod 0666 /sys/kernel/tracing/events/ipi/ipi_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/ipi/ipi_raise/enable + chmod 0666 /sys/kernel/tracing/events/ipi/ipi_raise/enable + chmod 0666 /sys/kernel/debug/tracing/events/clk/clk_enable/enable + chmod 0666 /sys/kernel/tracing/events/clk/clk_disable/enable + chmod 0666 /sys/kernel/debug/tracing/events/clk/clk_disable/enable + chmod 0666 /sys/kernel/tracing/events/clk/clk_enable/enable + chmod 0666 /sys/kernel/debug/tracing/events/clk/clk_set_rate/enable + chmod 0666 /sys/kernel/tracing/events/clk/clk_set_rate/enable + + # disk + chmod 0666 /sys/kernel/tracing/events/f2fs/f2fs_get_data_block/enable + chmod 0666 /sys/kernel/debug/tracing/events/f2fs/f2fs_get_data_block/enable + chmod 0666 /sys/kernel/tracing/events/f2fs/f2fs_iget/enable + chmod 0666 /sys/kernel/debug/tracing/events/f2fs/f2fs_iget/enable + chmod 0666 /sys/kernel/tracing/events/f2fs/f2fs_sync_file_enter/enable + chmod 0666 /sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_enter/enable + chmod 0666 /sys/kernel/tracing/events/f2fs/f2fs_sync_file_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_exit/enable + chmod 0666 /sys/kernel/tracing/events/f2fs/f2fs_write_begin/enable + chmod 0666 /sys/kernel/debug/tracing/events/f2fs/f2fs_write_begin/enable + chmod 0666 /sys/kernel/tracing/events/f2fs/f2fs_write_end/enable + chmod 0666 /sys/kernel/debug/tracing/events/f2fs/f2fs_write_end/enable + chmod 0666 /sys/kernel/tracing/events/ext4/ext4_da_write_begin/enable + chmod 0666 /sys/kernel/debug/tracing/events/ext4/ext4_da_write_begin/enable + chmod 0666 /sys/kernel/tracing/events/ext4/ext4_da_write_end/enable + chmod 0666 /sys/kernel/debug/tracing/events/ext4/ext4_da_write_end/enable + chmod 0666 /sys/kernel/tracing/events/ext4/ext4_es_lookup_extent_enter/enable + chmod 0666 /sys/kernel/debug/tracing/events/ext4/ext4_es_lookup_extent_enter/enable + chmod 0666 /sys/kernel/tracing/events/ext4/ext4_es_lookup_extent_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/ext4/ext4_es_lookup_extent_exit/enable + chmod 0666 /sys/kernel/tracing/events/ext4/ext4_load_inode/enable + chmod 0666 /sys/kernel/debug/tracing/events/ext4/ext4_load_inode/enable + chmod 0666 /sys/kernel/tracing/events/ext4/ext4_sync_file_enter/enable + chmod 0666 /sys/kernel/debug/tracing/events/ext4/ext4_sync_file_enter/enable + chmod 0666 /sys/kernel/tracing/events/ext4/ext4_sync_file_exit/enable + chmod 0666 /sys/kernel/debug/tracing/events/ext4/ext4_sync_file_exit/enable + chmod 0666 /sys/kernel/tracing/events/block/block_rq_issue/enable + chmod 0666 /sys/kernel/debug/tracing/events/block/block_rq_issue/enable + chmod 0666 /sys/kernel/tracing/events/block/block_rq_complete/enable + chmod 0666 /sys/kernel/debug/tracing/events/block/block_rq_complete/enable + + # filemap events for iorapd + chmod 0666 /sys/kernel/tracing/events/filemap/mm_filemap_add_to_page_cache/enable + chmod 0666 /sys/kernel/debug/tracing/events/filemap/mm_filemap_add_to_page_cache/enable + chmod 0666 /sys/kernel/tracing/events/filemap/mm_filemap_delete_from_page_cache/enable + chmod 0666 /sys/kernel/debug/tracing/events/filemap/mm_filemap_delete_from_page_cache/enable + + # thermal + chmod 0666 /sys/kernel/debug/tracing/events/thermal/thermal_temperature/enable + chmod 0666 /sys/kernel/tracing/events/thermal/thermal_temperature/enable + chmod 0666 /sys/kernel/debug/tracing/events/thermal/cdev_update/enable + chmod 0666 /sys/kernel/tracing/events/thermal/cdev_update/enable + +# Tracing disabled by default + write /sys/kernel/debug/tracing/tracing_on 0 + write /sys/kernel/tracing/tracing_on 0 + +# Read and truncate the kernel trace. + chmod 0666 /sys/kernel/debug/tracing/trace + chmod 0666 /sys/kernel/tracing/trace + +# Read and truncate the per-CPU kernel trace. +# Cannot use wildcards in .rc files. Update this if there is a phone with +# more CPUs. + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu0/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu0/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu1/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu1/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu2/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu2/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu3/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu3/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu4/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu4/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu5/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu5/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu6/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu6/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu7/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu7/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu8/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu8/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu9/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu9/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu10/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu10/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu11/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu11/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu12/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu12/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu13/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu13/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu14/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu14/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu15/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu15/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu16/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu16/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu17/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu17/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu18/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu18/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu19/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu19/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu20/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu20/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu21/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu21/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu22/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu22/trace + chmod 0666 /sys/kernel/debug/tracing/per_cpu/cpu23/trace + chmod 0666 /sys/kernel/tracing/per_cpu/cpu23/trace + +# Setup synthetic events + chmod 0666 /sys/kernel/tracing/synthetic_events + chmod 0666 /sys/kernel/debug/tracing/synthetic_events + + # rss_stat_throttled + write /sys/kernel/tracing/synthetic_events "rss_stat_throttled unsigned int mm_id; unsigned int curr; int member; long size" + write /sys/kernel/debug/tracing/synthetic_events "rss_stat_throttled unsigned int mm_id; unsigned int curr; int member; long size" + + # allow creating event triggers + chmod 0666 /sys/kernel/tracing/events/kmem/rss_stat/trigger + chmod 0666 /sys/kernel/debug/tracing/events/kmem/rss_stat/trigger + + # allow enabling rss_stat_throttled + chmod 0666 /sys/kernel/tracing/events/synthetic/rss_stat_throttled/enable + chmod 0666 /sys/kernel/debug/tracing/events/synthetic/rss_stat_throttled/enable + +# Only create the tracing instance if persist.mm_events.enabled +# Attempting to remove the tracing instance after it has been created +# will likely fail with EBUSY as it would be in use by traced_probes. +on post-fs-data && property:persist.mm_events.enabled=true +# Create MM Events Tracing Instance for Kmem Activity Trigger + mkdir /sys/kernel/debug/tracing/instances/mm_events 0755 system system + mkdir /sys/kernel/tracing/instances/mm_events 0755 system system + +# Read and set per CPU buffer size + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/buffer_size_kb + chmod 0666 /sys/kernel/tracing/instances/mm_events/buffer_size_kb + +# Set the default buffer size to the minimum + write /sys/kernel/debug/tracing/instances/mm_events/buffer_size_kb 1 + write /sys/kernel/tracing/instances/mm_events/buffer_size_kb 1 + +# Read and enable tracing + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/tracing_on + chmod 0666 /sys/kernel/tracing/instances/mm_events/tracing_on + +# Tracing disabled by default + write /sys/kernel/debug/tracing/instances/mm_events/tracing_on 0 + write /sys/kernel/tracing/instances/mm_events/tracing_on 0 + +# Read and truncate kernel trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/trace + +# Enable trace events + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/events/vmscan/mm_vmscan_direct_reclaim_begin/enable + chmod 0666 /sys/kernel/tracing/instances/mm_events/events/vmscan/mm_vmscan_direct_reclaim_begin/enable + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/events/vmscan/mm_vmscan_kswapd_wake/enable + chmod 0666 /sys/kernel/tracing/instances/mm_events/events/vmscan/mm_vmscan_kswapd_wake/enable + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/events/compaction/mm_compaction_begin/enable + chmod 0666 /sys/kernel/tracing/instances/mm_events/events/compaction/mm_compaction_begin/enable + +# Read and clear per-CPU raw kernel trace +# Cannot use wildcards in .rc files. Update this if there is a phone with +# more CPUs. + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu0/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu0/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu1/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu1/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu2/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu2/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu3/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu3/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu4/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu4/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu5/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu5/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu6/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu6/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu7/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu7/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu8/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu8/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu9/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu9/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu10/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu10/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu11/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu11/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu12/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu12/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu13/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu13/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu14/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu14/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu15/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu15/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu16/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu16/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu17/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu17/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu18/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu18/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu19/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu19/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu20/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu20/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu21/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu21/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu22/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu22/trace + chmod 0666 /sys/kernel/debug/tracing/instances/mm_events/per_cpu/cpu23/trace + chmod 0666 /sys/kernel/tracing/instances/mm_events/per_cpu/cpu23/trace + +on property:persist.debug.atrace.boottrace=1 + start boottrace + +# Run atrace with the categories written in a file +service boottrace /system/bin/atrace --async_start -f /data/misc/boottrace/categories + disabled + oneshot diff --git a/sparse/system/etc/init/audioserver.rc b/sparse/system/etc/init/audioserver.rc new file mode 100644 index 0000000..c4a6601 --- /dev/null +++ b/sparse/system/etc/init/audioserver.rc @@ -0,0 +1,63 @@ +service audioserver /system/bin/audioserver + class core + user audioserver + # media gid needed for /dev/fm (radio) and for /data/misc/media (tee) + group audio camera drmrpc media mediadrm net_bt net_bt_admin net_bw_acct wakelock + capabilities BLOCK_SUSPEND + ioprio rt 4 + task_profiles ProcessCapacityHigh HighPerformance + onrestart restart vendor.audio-hal + onrestart restart vendor.audio-hal-4-0-msd + onrestart restart audio_proxy_service + # Keep the original service names for backward compatibility + onrestart restart vendor.audio-hal-2-0 + onrestart restart audio-hal-2-0 + +on property:vts.native_server.on=1 + stop audioserver +on property:vts.native_server.on=0 + start audioserver + +on property:init.svc.audioserver=stopped + stop vendor.audio-hal + stop vendor.audio-hal-4-0-msd + stop audio_proxy_service + # Keep the original service names for backward compatibility + stop vendor.audio-hal-2-0 + stop audio-hal-2-0 + # See b/155364397. Need to have HAL service running for VTS. + # Can't use 'restart' because then HAL service would restart + # audioserver bringing it back into running state. + start vendor.audio-hal + start vendor.audio-hal-4-0-msd + start audio_proxy_service + # Keep the original service names for backward compatibility + start vendor.audio-hal-2-0 + start audio-hal-2-0 + +on property:init.svc.audioserver=running + start vendor.audio-hal + start vendor.audio-hal-4-0-msd + start audio_proxy_service + # Keep the original service names for backward compatibility + start vendor.audio-hal-2-0 + start audio-hal-2-0 + +on property:sys.audio.restart.hal=1 + # See b/159966243. Avoid restart loop between audioserver and HAL. + # Keep the original service names for backward compatibility + stop vendor.audio-hal + stop vendor.audio-hal-4-0-msd + stop audio_proxy_service + stop vendor.audio-hal-2-0 + stop audio-hal-2-0 + start vendor.audio-hal + start vendor.audio-hal-4-0-msd + start audio_proxy_service + start vendor.audio-hal-2-0 + start audio-hal-2-0 + # reset the property + setprop sys.audio.restart.hal 0 + +on init + mkdir /dev/socket/audioserver 0775 audioserver audioserver diff --git a/sparse/system/etc/init/blank_screen.rc b/sparse/system/etc/init/blank_screen.rc new file mode 100644 index 0000000..7b2a55e --- /dev/null +++ b/sparse/system/etc/init/blank_screen.rc @@ -0,0 +1,5 @@ +service blank_screen /system/bin/blank_screen + user system + oneshot + group system + shutdown critical diff --git a/sparse/system/etc/init/bootanim.rc b/sparse/system/etc/init/bootanim.rc new file mode 100644 index 0000000..ad4de0a --- /dev/null +++ b/sparse/system/etc/init/bootanim.rc @@ -0,0 +1,8 @@ +service bootanim /system/bin/bootanimation + class core animation + user graphics + group graphics audio + disabled + oneshot + ioprio rt 0 + task_profiles MaxPerformance diff --git a/sparse/system/etc/init/bootstat.rc b/sparse/system/etc/init/bootstat.rc new file mode 100644 index 0000000..a350fe7 --- /dev/null +++ b/sparse/system/etc/init/bootstat.rc @@ -0,0 +1,83 @@ +# This file is the LOCAL_INIT_RC file for the bootstat command. + +# Mirror bootloader boot reason to system boot reason +# ro.boot.bootreason should be set by init already +# before post-fs trigger +on post-fs && property:ro.boot.bootreason=* + setprop sys.boot.reason ${ro.boot.bootreason} + +on post-fs-data + mkdir /data/misc/bootstat 0700 system log + # To deal with ota transition resulting from a change in DAC from + # root.root to system.log, may be deleted after ota has settled. + chown system log /data/misc/bootstat/absolute_boot_time + chown system log /data/misc/bootstat/boot_complete + chown system log /data/misc/bootstat/boot_complete_no_encryption + chown system log /data/misc/bootstat/boot_reason + chown system log /data/misc/bootstat/boottime.bootloader.1BLE + chown system log /data/misc/bootstat/boottime.bootloader.1BLL + chown system log /data/misc/bootstat/boottime.bootloader.2BLE + chown system log /data/misc/bootstat/boottime.bootloader.2BLL + chown system log /data/misc/bootstat/boottime.bootloader.AVB + chown system log /data/misc/bootstat/boottime.bootloader.KD + chown system log /data/misc/bootstat/boottime.bootloader.KL + chown system log /data/misc/bootstat/boottime.bootloader.ODT + chown system log /data/misc/bootstat/boottime.bootloader.SW + chown system log /data/misc/bootstat/boottime.bootloader.total + chown system log /data/misc/bootstat/build_date + chown system log /data/misc/bootstat/factory_reset + chown system log /data/misc/bootstat/factory_reset_boot_complete + chown system log /data/misc/bootstat/factory_reset_boot_complete_no_encryption + chown system log /data/misc/bootstat/factory_reset_current_time + chown system log /data/misc/bootstat/factory_reset_record_value + chown system log /data/misc/bootstat/last_boot_time_utc + chown system log /data/misc/bootstat/ota_boot_complete + chown system log /data/misc/bootstat/ota_boot_complete_no_encryption + chown system log /data/misc/bootstat/post_decrypt_time_elapsed + chown system log /data/misc/bootstat/ro.boottime.init + chown system log /data/misc/bootstat/ro.boottime.init.cold_boot_wait + chown system log /data/misc/bootstat/ro.boottime.init.selinux + chown system log /data/misc/bootstat/time_since_factory_reset + chown system log /data/misc/bootstat/time_since_last_boot + # end ota transitional support + +# Record the time at which the user has successfully entered the pin to decrypt +# the device, /data is decrypted, and the system is entering the main boot phase. +# +# post-fs-data: /data is writable +# property:init.svc.bootanim=running: The boot animation is running +# property:ro.crypto.type=block: FDE device +on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block + exec_background - system log -- /system/bin/bootstat -r post_decrypt_time_elapsed + +# Initialize bootstat state machine. +# +# sys.bootstat.first_boot_completed: responsible for making sure that record_boot_complete happens +# only once per device hard reboot. Possible values: +# +# sys.bootstat.first_boot_completed=0 - first boot completed trigger wasn't processed yet. +# sys.bootstat.first_boot_completed=1 - first boot completed trigger was processed and +# record_boot_complete was called. Subsequent boot completed +# triggers (e.g. due to userspace reboot) won't retrigger +# record_boot_complete +# +# IMPORTANT, ro.persistent_properties.ready=1 trigger is used here to ensure that we initialize +# state machine only once, which as result ensures that bootstat --set_system_boot_reason and +# bootstat --record_boot_complete will be called only once per full reboot. +on property:ro.persistent_properties.ready=true + setprop sys.bootstat.first_boot_completed 0 + +# Set boot reason +on property:ro.persistent_properties.ready=true + # Converts bootloader boot reason and persist.sys.boot.reason to system boot reason + # Need go after persist peroperties are loaded which is right before zygote-start trigger + exec_background - system log -- /system/bin/bootstat --set_system_boot_reason + +# Record boot complete metrics. +on property:sys.boot_completed=1 && property:sys.bootstat.first_boot_completed=0 + # Record boot_complete and related stats (decryption, etc). + # Record the boot reason. + # Record time since factory reset. + # Log all boot events. + exec_background - system log -- /system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l + setprop sys.bootstat.first_boot_completed 1 diff --git a/sparse/system/etc/init/bpfloader.rc b/sparse/system/etc/init/bpfloader.rc new file mode 100644 index 0000000..0d92cd8 --- /dev/null +++ b/sparse/system/etc/init/bpfloader.rc @@ -0,0 +1,86 @@ +# zygote-start is what officially starts netd (see //system/core/rootdir/init.rc) +# However, on some hardware it's started from post-fs-data as well, which is just +# a tad earlier. There's no benefit to that though, since on 4.9+ P+ devices netd +# will just block until bpfloader finishes and sets the bpf.progs_loaded property. +# +# It is important that we start bpfloader after: +# - /sys/fs/bpf is already mounted, +# - apex (incl. rollback) is initialized (so that in the future we can load bpf +# programs shipped as part of apex mainline modules) +# - logd is ready for us to log stuff +# +# At the same time we want to be as early as possible to reduce races and thus +# failures (before memory is fragmented, and cpu is busy running tons of other +# stuff) and we absolutely want to be before netd and the system boot slot is +# considered to have booted successfully. +# +on load_bpf_programs + # Linux 5.16-rc1 has changed the default to 2 (disabled but changeable), + # but we need 0 + write /proc/sys/kernel/unprivileged_bpf_disabled 0 + # Enable the eBPF JIT -- but do note that on 64-bit kernels it is likely + # already force enabled by the kernel config option BPF_JIT_ALWAYS_ON + write /proc/sys/net/core/bpf_jit_enable 1 + # Enable JIT kallsyms export for privileged users only + write /proc/sys/net/core/bpf_jit_kallsyms 1 + exec_start bpfloader + +service bpfloader /system/bin/bpfloader + capabilities CHOWN SYS_ADMIN NET_ADMIN + # + # Set RLIMIT_MEMLOCK to 1GiB for bpfloader + # + # Actually only 8MiB would be needed if bpfloader ran as its own uid. + # + # However, while the rlimit is per-thread, the accounting is system wide. + # So, for example, if the graphics stack has already allocated 10MiB of + # memlock data before bpfloader even gets a chance to run, it would fail + # if its memlock rlimit is only 8MiB - since there would be none left for it. + # + # bpfloader succeeding is critical to system health, since a failure will + # cause netd crashloop and thus system server crashloop... and the only + # recovery is a full kernel reboot. + # + # We've had issues where devices would sometimes (rarely) boot into + # a crashloop because bpfloader would occasionally lose a boot time + # race against the graphics stack's boot time locked memory allocation. + # + # Thus bpfloader's memlock has to be 8MB higher then the locked memory + # consumption of the root uid anywhere else in the system... + # But we don't know what that is for all possible devices... + # + # Ideally, we'd simply grant bpfloader the IPC_LOCK capability and it + # would simply ignore it's memlock rlimit... but it turns that this + # capability is not even checked by the kernel's bpf system call. + # + # As such we simply use 1GiB as a reasonable approximation of infinity. + # + rlimit memlock 1073741824 1073741824 + oneshot + # + # How to debug bootloops caused by 'bpfloader-failed'. + # + # 1. On some lower RAM devices (like wembley) you may need to first enable developer mode + # (from the Settings app UI), and change the developer option "Logger buffer sizes" + # from the default (wembley: 64kB) to the maximum (1M) per log buffer. + # Otherwise buffer will overflow before you manage to dump it and you'll get useless logs. + # + # 2. comment out 'reboot_on_failure reboot,bpfloader-failed' below + # 3. rebuild/reflash/reboot + # 4. as the device is booting up capture bpfloader logs via: + # adb logcat -s 'bpfloader:*' 'LibBpfLoader:*' + # + # something like: + # $ adb reboot; sleep 1; adb wait-for-device; adb root; sleep 1; adb wait-for-device; adb logcat -s 'bpfloader:*' 'LibBpfLoader:*' + # will take care of capturing logs as early as possible + # + # 5. look through the logs from the kernel's bpf verifier that bpfloader dumps out, + # it usually makes sense to search back from the end and find the particular + # bpf verifier failure that caused bpfloader to terminate early with an error code. + # This will probably be something along the lines of 'too many jumps' or + # 'cannot prove return value is 0 or 1' or 'unsupported / unknown operation / helper', + # 'invalid bpf_context access', etc. + # + reboot_on_failure reboot,bpfloader-failed + # we're not really updatable, but want to be able to load bpf programs shipped in apexes + updatable diff --git a/sparse/system/etc/init/cameraserver.rc b/sparse/system/etc/init/cameraserver.rc new file mode 100644 index 0000000..8f51458 --- /dev/null +++ b/sparse/system/etc/init/cameraserver.rc @@ -0,0 +1,7 @@ +service cameraserver /system/bin/cameraserver + class main + user cameraserver + group audio camera input drmrpc + ioprio rt 4 + task_profiles CameraServiceCapacity MaxPerformance + rlimit rtprio 10 10 diff --git a/sparse/system/etc/init/credstore.rc b/sparse/system/etc/init/credstore.rc new file mode 100644 index 0000000..d9e989a --- /dev/null +++ b/sparse/system/etc/init/credstore.rc @@ -0,0 +1,4 @@ +service credstore /system/bin/credstore /data/misc/credstore + class core + user credstore + group credstore diff --git a/sparse/system/etc/init/dmesgd.rc b/sparse/system/etc/init/dmesgd.rc new file mode 100644 index 0000000..e5ffdd4 --- /dev/null +++ b/sparse/system/etc/init/dmesgd.rc @@ -0,0 +1,16 @@ +# Copyright (C) 2022 The Android Open Source Project + +on property:ro.product.cpu.abilist64=* && property:bootreceiver.enable=1 + mkdir /data/misc/dmesgd 0700 dmesgd system + rm /data/misc/dmesgd/sent_reports.txt + +on property:ro.product.cpu.abilist64=* && property:bootreceiver.enable=1 && property:dmesgd.start=1 + start dmesgd + setprop dmesgd.start 0 + +service dmesgd /system/bin/dmesgd + user dmesgd + group system + class main + disabled + oneshot diff --git a/sparse/system/etc/init/drmserver.rc b/sparse/system/etc/init/drmserver.rc new file mode 100644 index 0000000..0319ff9 --- /dev/null +++ b/sparse/system/etc/init/drmserver.rc @@ -0,0 +1,12 @@ +service drm /system/bin/drmserver + disabled + class main + user drm + group drm system inet drmrpc readproc + task_profiles ProcessCapacityHigh + +on property:drm.service.enabled=true + start drm + +on property:drm.service.enabled=1 + start drm diff --git a/sparse/system/etc/init/dumpstate.rc b/sparse/system/etc/init/dumpstate.rc new file mode 100644 index 0000000..a80da4e --- /dev/null +++ b/sparse/system/etc/init/dumpstate.rc @@ -0,0 +1,24 @@ +on boot + # Allow bugreports access to eMMC 5.0 stats + chown root mount /sys/kernel/debug/mmc0/mmc0:0001/ext_csd + chmod 0440 /sys/kernel/debug/mmc0/mmc0:0001/ext_csd + +service dumpstate /system/bin/dumpstate -s + class main + socket dumpstate stream 0660 shell log + disabled + oneshot + +# dumpstatez generates a zipped bugreport but also uses a socket to print the file location once +# it is finished. +service dumpstatez /system/bin/dumpstate -S + socket dumpstate stream 0660 shell log + class main + disabled + oneshot + +# bugreportd starts dumpstate binder service and makes it wait for a listener to connect. +service bugreportd /system/bin/dumpstate -w + class main + disabled + oneshot diff --git a/sparse/system/etc/init/flags_health_check.rc b/sparse/system/etc/init/flags_health_check.rc new file mode 100644 index 0000000..f6fed74 --- /dev/null +++ b/sparse/system/etc/init/flags_health_check.rc @@ -0,0 +1,11 @@ +on load_persist_props_action + # check server configurable flags(which is based on persistent properties) related + # disaster recovery + mkdir /data/server_configurable_flags 0775 system system encryption=Require + exec - system system -- /system/bin/flags_health_check BOOT_FAILURE + +on property:sys.boot_completed=1 + setprop persist.device_config.attempted_boot_count 0 + +on property:sys.init.updatable_crashing=1 + exec - system system -- /system/bin/flags_health_check UPDATABLE_CRASHING diff --git a/sparse/system/etc/init/gatekeeperd.rc b/sparse/system/etc/init/gatekeeperd.rc new file mode 100644 index 0000000..f572b11 --- /dev/null +++ b/sparse/system/etc/init/gatekeeperd.rc @@ -0,0 +1,4 @@ +service gatekeeperd /system/bin/gatekeeperd /data/misc/gatekeeper + class late_start + user system + task_profiles ServiceCapacityLow diff --git a/sparse/system/etc/init/gpuservice.rc b/sparse/system/etc/init/gpuservice.rc new file mode 100644 index 0000000..0da8bd3 --- /dev/null +++ b/sparse/system/etc/init/gpuservice.rc @@ -0,0 +1,4 @@ +service gpu /system/bin/gpuservice + class core + user gpu_service + group graphics readtracefs diff --git a/sparse/system/etc/init/gsid.rc b/sparse/system/etc/init/gsid.rc new file mode 100644 index 0000000..2c1a10b --- /dev/null +++ b/sparse/system/etc/init/gsid.rc @@ -0,0 +1,26 @@ +service gsid /system/bin/gsid + interface aidl gsiservice + oneshot + disabled + user root + group root system media_rw + +on post-fs + mkdir /metadata/gsi 0771 root system + mkdir /metadata/gsi/dsu 0771 root system + mkdir /metadata/gsi/ota 0771 root system + mkdir /metadata/gsi/remount 0771 root system + chmod 0664 /metadata/gsi/dsu/active + chmod 0664 /metadata/gsi/dsu/booted + chmod 0664 /metadata/gsi/dsu/lp_names + +on post-fs-data + write /data/gsi_persistent_data 0 + chown system system /data/gsi_persistent_data + mkdir /data/gsi 0700 root root encryption=None + mkdir /data/gsi/dsu 0700 root root + mkdir /data/gsi/ota 0700 root root + mkdir /data/gsi/remount 0700 root root + +on boot + exec_background - root root -- /system/bin/gsid run-startup-tasks diff --git a/sparse/system/etc/init/heapprofd.rc b/sparse/system/etc/init/heapprofd.rc new file mode 100644 index 0000000..d63e3be --- /dev/null +++ b/sparse/system/etc/init/heapprofd.rc @@ -0,0 +1,53 @@ +# Copyright (C) 2018 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +service heapprofd /system/bin/heapprofd + class late_start + disabled + socket heapprofd stream 0666 root root + user nobody + group nobody readproc + # By default, this daemon is idle. When profiling an app, we should unwind + # as fast as possible in the interest of the app being profiled. + task_profiles ProcessCapacityHigh + onrestart exec_background - nobody shell -- /system/bin/heapprofd --cleanup-after-crash + # DAC_READ_SEARCH is denied by SELinux on user builds because the SELinux + # permission is userdebug_or_eng only. + capabilities KILL DAC_READ_SEARCH + +# Allow to start a second heapprofd. We can use that one to profile the +# primary one. See src/memory/profiling/README.md. +service heapprofd_secondary /system/bin/heapprofd + disabled + oneshot + socket heapprofd stream 0666 root root + user nobody + group nobody readproc + # By default, this daemon is idle. When profiling an app, we should unwind + # as fast as possible in the interest of the app being profiled. + task_profiles ProcessCapacityHigh + # DAC_READ_SEARCH is denied by SELinux on user builds because the SELinux + # permission is userdebug_or_eng only. + capabilities KILL DAC_READ_SEARCH + +on property:persist.heapprofd.enable=1 + start heapprofd + +on property:traced.lazy.heapprofd=1 + start heapprofd + +on property:persist.heapprofd.enable="" && property:traced.lazy.heapprofd="" + stop heapprofd + +on property:persist.heapprofd.enable=0 + setprop persist.heapprofd.enable "" diff --git a/sparse/system/etc/init/hw/init.rc b/sparse/system/etc/init/hw/init.rc new file mode 100644 index 0000000..2b53d88 --- /dev/null +++ b/sparse/system/etc/init/hw/init.rc @@ -0,0 +1,1334 @@ +# Copyright (C) 2012 The Android Open Source Project +# +# IMPORTANT: Do not create world writable files or directories. +# This is a common source of Android security bugs. +# + +import /init.environ.rc +import /system/etc/init/hw/init.usb.rc +import /init.${ro.hardware}.rc +import /vendor/etc/init/hw/init.${ro.hardware}.rc +import /system/etc/init/hw/init.usb.configfs.rc +import /system/etc/init/hw/init.${ro.zygote}.rc + +# Cgroups are mounted right before early-init using list from /etc/cgroups.json +on early-init + # Disable sysrq from keyboard + write /proc/sys/kernel/sysrq 0 + + # Android doesn't need kernel module autoloading, and it causes SELinux + # denials. So disable it by setting modprobe to the empty string. Note: to + # explicitly set a sysctl to an empty string, a trailing newline is needed. + write /proc/sys/kernel/modprobe \n + + # Set the security context of /adb_keys if present. + restorecon /adb_keys + + # Set the security context of /postinstall if present. + restorecon /postinstall + + mkdir /acct/uid + + # memory.pressure_level used by lmkd + chown root system /dev/memcg/memory.pressure_level + chmod 0040 /dev/memcg/memory.pressure_level + # app mem cgroups, used by activity manager, lmkd and zygote + mkdir /dev/memcg/apps/ 0755 system system + # cgroup for system_server and surfaceflinger + mkdir /dev/memcg/system 0550 system system + + # symlink the Android specific /dev/tun to Linux expected /dev/net/tun + mkdir /dev/net 0755 root root + symlink ../tun /dev/net/tun + + # set RLIMIT_NICE to allow priorities from 19 to -20 + setrlimit nice 40 40 + + # Allow up to 32K FDs per process + setrlimit nofile 32768 32768 + + # Set up linker config subdirectories based on mount namespaces + mkdir /linkerconfig/bootstrap 0755 + mkdir /linkerconfig/default 0755 + + # Disable dm-verity hash prefetching, since it doesn't help performance + # Read more in b/136247322 + write /sys/module/dm_verity/parameters/prefetch_cluster 0 + + # Generate ld.config.txt for early executed processes + exec -- /system/bin/bootstrap/linkerconfig --target /linkerconfig/bootstrap + chmod 644 /linkerconfig/bootstrap/ld.config.txt + copy /linkerconfig/bootstrap/ld.config.txt /linkerconfig/default/ld.config.txt + chmod 644 /linkerconfig/default/ld.config.txt + + # Mount bootstrap linker configuration as current + mount none /linkerconfig/bootstrap /linkerconfig bind rec + + start ueventd + + # Run apexd-bootstrap so that APEXes that provide critical libraries + # become available. Note that this is executed as exec_start to ensure that + # the libraries are available to the processes started after this statement. + exec_start apexd-bootstrap + + # Generate linker config based on apex mounted in bootstrap namespace + update_linker_config + + # These must already exist by the time boringssl_self_test32 / boringssl_self_test64 run. + mkdir /dev/boringssl 0755 root root + mkdir /dev/boringssl/selftest 0755 root root + + # Mount tracefs (with GID=AID_READTRACEFS) + mount tracefs tracefs /sys/kernel/tracing gid=3012 + + # create sys dirctory + mkdir /dev/sys 0755 system system + mkdir /dev/sys/fs 0755 system system + mkdir /dev/sys/block 0755 system system + +on init + sysclktz 0 + + # Mix device-specific information into the entropy pool + copy /proc/cmdline /dev/urandom + copy /system/etc/prop.default /dev/urandom + + symlink /proc/self/fd/0 /dev/stdin + symlink /proc/self/fd/1 /dev/stdout + symlink /proc/self/fd/2 /dev/stderr + + # Create energy-aware scheduler tuning nodes + mkdir /dev/stune/foreground + mkdir /dev/stune/background + mkdir /dev/stune/top-app + mkdir /dev/stune/rt + chown system system /dev/stune + chown system system /dev/stune/foreground + chown system system /dev/stune/background + chown system system /dev/stune/top-app + chown system system /dev/stune/rt + chown system system /dev/stune/tasks + chown system system /dev/stune/foreground/tasks + chown system system /dev/stune/background/tasks + chown system system /dev/stune/top-app/tasks + chown system system /dev/stune/rt/tasks + chown system system /dev/stune/cgroup.procs + chown system system /dev/stune/foreground/cgroup.procs + chown system system /dev/stune/background/cgroup.procs + chown system system /dev/stune/top-app/cgroup.procs + chown system system /dev/stune/rt/cgroup.procs + chmod 0664 /dev/stune/tasks + chmod 0664 /dev/stune/foreground/tasks + chmod 0664 /dev/stune/background/tasks + chmod 0664 /dev/stune/top-app/tasks + chmod 0664 /dev/stune/rt/tasks + chmod 0664 /dev/stune/cgroup.procs + chmod 0664 /dev/stune/foreground/cgroup.procs + chmod 0664 /dev/stune/background/cgroup.procs + chmod 0664 /dev/stune/top-app/cgroup.procs + chmod 0664 /dev/stune/rt/cgroup.procs + + # cpuctl hierarchy for devices using utilclamp + mkdir /dev/cpuctl/foreground + mkdir /dev/cpuctl/background + mkdir /dev/cpuctl/top-app + mkdir /dev/cpuctl/rt + mkdir /dev/cpuctl/system + mkdir /dev/cpuctl/system-background + mkdir /dev/cpuctl/dex2oat + chown system system /dev/cpuctl + chown system system /dev/cpuctl/foreground + chown system system /dev/cpuctl/background + chown system system /dev/cpuctl/top-app + chown system system /dev/cpuctl/rt + chown system system /dev/cpuctl/system + chown system system /dev/cpuctl/system-background + chown system system /dev/cpuctl/dex2oat + chown system system /dev/cpuctl/tasks + chown system system /dev/cpuctl/foreground/tasks + chown system system /dev/cpuctl/background/tasks + chown system system /dev/cpuctl/top-app/tasks + chown system system /dev/cpuctl/rt/tasks + chown system system /dev/cpuctl/system/tasks + chown system system /dev/cpuctl/system-background/tasks + chown system system /dev/cpuctl/dex2oat/tasks + chown system system /dev/cpuctl/cgroup.procs + chown system system /dev/cpuctl/foreground/cgroup.procs + chown system system /dev/cpuctl/background/cgroup.procs + chown system system /dev/cpuctl/top-app/cgroup.procs + chown system system /dev/cpuctl/rt/cgroup.procs + chown system system /dev/cpuctl/system/cgroup.procs + chown system system /dev/cpuctl/system-background/cgroup.procs + chown system system /dev/cpuctl/dex2oat/cgroup.procs + chmod 0664 /dev/cpuctl/tasks + chmod 0664 /dev/cpuctl/foreground/tasks + chmod 0664 /dev/cpuctl/background/tasks + chmod 0664 /dev/cpuctl/top-app/tasks + chmod 0664 /dev/cpuctl/rt/tasks + chmod 0664 /dev/cpuctl/system/tasks + chmod 0664 /dev/cpuctl/system-background/tasks + chmod 0664 /dev/cpuctl/dex2oat/tasks + chmod 0664 /dev/cpuctl/cgroup.procs + chmod 0664 /dev/cpuctl/foreground/cgroup.procs + chmod 0664 /dev/cpuctl/background/cgroup.procs + chmod 0664 /dev/cpuctl/top-app/cgroup.procs + chmod 0664 /dev/cpuctl/rt/cgroup.procs + chmod 0664 /dev/cpuctl/system/cgroup.procs + chmod 0664 /dev/cpuctl/system-background/cgroup.procs + chmod 0664 /dev/cpuctl/dex2oat/cgroup.procs + + # Create a cpu group for NNAPI HAL processes + mkdir /dev/cpuctl/nnapi-hal + chown system system /dev/cpuctl/nnapi-hal + chown system system /dev/cpuctl/nnapi-hal/tasks + chown system system /dev/cpuctl/nnapi-hal/cgroup.procs + chmod 0664 /dev/cpuctl/nnapi-hal/tasks + chmod 0664 /dev/cpuctl/nnapi-hal/cgroup.procs + write /dev/cpuctl/nnapi-hal/cpu.uclamp.min 1 + write /dev/cpuctl/nnapi-hal/cpu.uclamp.latency_sensitive 1 + + # Create a cpu group for camera daemon processes + mkdir /dev/cpuctl/camera-daemon + chown system system /dev/cpuctl/camera-daemon + chown system system /dev/cpuctl/camera-daemon/tasks + chown system system /dev/cpuctl/camera-daemon/cgroup.procs + chmod 0664 /dev/cpuctl/camera-daemon/tasks + chmod 0664 /dev/cpuctl/camera-daemon/cgroup.procs + + # Create an stune group for camera-specific processes + mkdir /dev/stune/camera-daemon + chown system system /dev/stune/camera-daemon + chown system system /dev/stune/camera-daemon/tasks + chown system system /dev/stune/camera-daemon/cgroup.procs + chmod 0664 /dev/stune/camera-daemon/tasks + chmod 0664 /dev/stune/camera-daemon/cgroup.procs + + # Create an stune group for NNAPI HAL processes + mkdir /dev/stune/nnapi-hal + chown system system /dev/stune/nnapi-hal + chown system system /dev/stune/nnapi-hal/tasks + chown system system /dev/stune/nnapi-hal/cgroup.procs + chmod 0664 /dev/stune/nnapi-hal/tasks + chmod 0664 /dev/stune/nnapi-hal/cgroup.procs + write /dev/stune/nnapi-hal/schedtune.boost 1 + write /dev/stune/nnapi-hal/schedtune.prefer_idle 1 + + # Create blkio group and apply initial settings. + # This feature needs kernel to support it, and the + # device's init.rc must actually set the correct values. + mkdir /dev/blkio/background + chown system system /dev/blkio + chown system system /dev/blkio/background + chown system system /dev/blkio/tasks + chown system system /dev/blkio/background/tasks + chown system system /dev/blkio/cgroup.procs + chown system system /dev/blkio/background/cgroup.procs + chmod 0664 /dev/blkio/tasks + chmod 0664 /dev/blkio/background/tasks + chmod 0664 /dev/blkio/cgroup.procs + chmod 0664 /dev/blkio/background/cgroup.procs + write /dev/blkio/blkio.weight 1000 + write /dev/blkio/background/blkio.weight 200 + write /dev/blkio/background/blkio.bfq.weight 10 + write /dev/blkio/blkio.group_idle 0 + write /dev/blkio/background/blkio.group_idle 0 + + restorecon_recursive /mnt + + mount configfs none /config nodev noexec nosuid + chmod 0770 /config/sdcardfs + chown system package_info /config/sdcardfs + + # Mount binderfs + mkdir /dev/binderfs + mount binder binder /dev/binderfs stats=global + chmod 0755 /dev/binderfs + + # Mount fusectl + mount fusectl none /sys/fs/fuse/connections + + symlink /dev/binderfs/binder /dev/binder + symlink /dev/binderfs/hwbinder /dev/hwbinder + symlink /dev/binderfs/vndbinder /dev/vndbinder + + chmod 0666 /dev/binderfs/hwbinder + chmod 0666 /dev/binderfs/binder + chmod 0666 /dev/binderfs/vndbinder + + mkdir /mnt/secure 0700 root root + mkdir /mnt/secure/asec 0700 root root + mkdir /mnt/asec 0755 root system + mkdir /mnt/obb 0755 root system + mkdir /mnt/media_rw 0750 root external_storage + mkdir /mnt/user 0755 root root + mkdir /mnt/user/0 0755 root root + mkdir /mnt/user/0/self 0755 root root + mkdir /mnt/user/0/emulated 0755 root root + mkdir /mnt/user/0/emulated/0 0755 root root + + # Prepare directories for pass through processes + mkdir /mnt/pass_through 0700 root root + mkdir /mnt/pass_through/0 0710 root media_rw + mkdir /mnt/pass_through/0/self 0710 root media_rw + mkdir /mnt/pass_through/0/emulated 0710 root media_rw + mkdir /mnt/pass_through/0/emulated/0 0710 root media_rw + + mkdir /mnt/expand 0771 system system + mkdir /mnt/appfuse 0711 root root + + # Storage views to support runtime permissions + mkdir /mnt/runtime 0700 root root + mkdir /mnt/runtime/default 0755 root root + mkdir /mnt/runtime/default/self 0755 root root + mkdir /mnt/runtime/read 0755 root root + mkdir /mnt/runtime/read/self 0755 root root + mkdir /mnt/runtime/write 0755 root root + mkdir /mnt/runtime/write/self 0755 root root + mkdir /mnt/runtime/full 0755 root root + mkdir /mnt/runtime/full/self 0755 root root + + # Symlink to keep legacy apps working in multi-user world + symlink /storage/self/primary /mnt/sdcard + symlink /mnt/user/0/primary /mnt/runtime/default/self/primary + + write /proc/sys/kernel/panic_on_oops 1 + write /proc/sys/kernel/hung_task_timeout_secs 0 + write /proc/cpu/alignment 4 + + # scheduler tunables + # Disable auto-scaling of scheduler tunables with hotplug. The tunables + # will vary across devices in unpredictable ways if allowed to scale with + # cpu cores. + write /proc/sys/kernel/sched_tunable_scaling 0 + write /proc/sys/kernel/sched_latency_ns 10000000 + write /proc/sys/kernel/sched_wakeup_granularity_ns 2000000 + write /proc/sys/kernel/sched_child_runs_first 0 + + write /proc/sys/kernel/randomize_va_space 2 + write /proc/sys/vm/mmap_min_addr 32768 + write /proc/sys/net/ipv4/ping_group_range "0 2147483647" + write /proc/sys/net/unix/max_dgram_qlen 600 + + # Assign reasonable ceiling values for socket rcv/snd buffers. + # These should almost always be overridden by the target per the + # the corresponding technology maximums. + write /proc/sys/net/core/rmem_max 262144 + write /proc/sys/net/core/wmem_max 262144 + + # reflect fwmark from incoming packets onto generated replies + write /proc/sys/net/ipv4/fwmark_reflect 1 + write /proc/sys/net/ipv6/fwmark_reflect 1 + + # set fwmark on accepted sockets + write /proc/sys/net/ipv4/tcp_fwmark_accept 1 + + # disable icmp redirects + write /proc/sys/net/ipv4/conf/all/accept_redirects 0 + write /proc/sys/net/ipv6/conf/all/accept_redirects 0 + + # /proc/net/fib_trie leaks interface IP addresses + chmod 0400 /proc/net/fib_trie + + # sets up initial cpusets for ActivityManager + # this ensures that the cpusets are present and usable, but the device's + # init.rc must actually set the correct cpus + mkdir /dev/cpuset/foreground + copy /dev/cpuset/cpus /dev/cpuset/foreground/cpus + copy /dev/cpuset/mems /dev/cpuset/foreground/mems + mkdir /dev/cpuset/background + copy /dev/cpuset/cpus /dev/cpuset/background/cpus + copy /dev/cpuset/mems /dev/cpuset/background/mems + + # system-background is for system tasks that should only run on + # little cores, not on bigs + mkdir /dev/cpuset/system-background + copy /dev/cpuset/cpus /dev/cpuset/system-background/cpus + copy /dev/cpuset/mems /dev/cpuset/system-background/mems + + # restricted is for system tasks that are being throttled + # due to screen off. + mkdir /dev/cpuset/restricted + copy /dev/cpuset/cpus /dev/cpuset/restricted/cpus + copy /dev/cpuset/mems /dev/cpuset/restricted/mems + + mkdir /dev/cpuset/top-app + copy /dev/cpuset/cpus /dev/cpuset/top-app/cpus + copy /dev/cpuset/mems /dev/cpuset/top-app/mems + + # create a cpuset for camera daemon processes + mkdir /dev/cpuset/camera-daemon + copy /dev/cpuset/cpus /dev/cpuset/camera-daemon/cpus + copy /dev/cpuset/mems /dev/cpuset/camera-daemon/mems + + # change permissions for all cpusets we'll touch at runtime + chown system system /dev/cpuset + chown system system /dev/cpuset/foreground + chown system system /dev/cpuset/background + chown system system /dev/cpuset/system-background + chown system system /dev/cpuset/top-app + chown system system /dev/cpuset/restricted + chown system system /dev/cpuset/camera-daemon + chown system system /dev/cpuset/tasks + chown system system /dev/cpuset/foreground/tasks + chown system system /dev/cpuset/background/tasks + chown system system /dev/cpuset/system-background/tasks + chown system system /dev/cpuset/top-app/tasks + chown system system /dev/cpuset/restricted/tasks + chown system system /dev/cpuset/camera-daemon/tasks + chown system system /dev/cpuset/cgroup.procs + chown system system /dev/cpuset/foreground/cgroup.procs + chown system system /dev/cpuset/background/cgroup.procs + chown system system /dev/cpuset/system-background/cgroup.procs + chown system system /dev/cpuset/top-app/cgroup.procs + chown system system /dev/cpuset/restricted/cgroup.procs + chown system system /dev/cpuset/camera-daemon/cgroup.procs + + # set system-background to 0775 so SurfaceFlinger can touch it + chmod 0775 /dev/cpuset/system-background + + chmod 0664 /dev/cpuset/foreground/tasks + chmod 0664 /dev/cpuset/background/tasks + chmod 0664 /dev/cpuset/system-background/tasks + chmod 0664 /dev/cpuset/top-app/tasks + chmod 0664 /dev/cpuset/restricted/tasks + chmod 0664 /dev/cpuset/tasks + chmod 0664 /dev/cpuset/camera-daemon/tasks + chmod 0664 /dev/cpuset/foreground/cgroup.procs + chmod 0664 /dev/cpuset/background/cgroup.procs + chmod 0664 /dev/cpuset/system-background/cgroup.procs + chmod 0664 /dev/cpuset/top-app/cgroup.procs + chmod 0664 /dev/cpuset/restricted/cgroup.procs + chmod 0664 /dev/cpuset/cgroup.procs + chmod 0664 /dev/cpuset/camera-daemon/cgroup.procs + + # make the PSI monitor accessible to others + chown system system /proc/pressure/memory + chmod 0664 /proc/pressure/memory + + # qtaguid will limit access to specific data based on group memberships. + # net_bw_acct grants impersonation of socket owners. + # net_bw_stats grants access to other apps' detailed tagged-socket stats. + chown root net_bw_acct /proc/net/xt_qtaguid/ctrl + chown root net_bw_stats /proc/net/xt_qtaguid/stats + + # Allow everybody to read the xt_qtaguid resource tracking misc dev. + # This is needed by any process that uses socket tagging. + chmod 0644 /dev/xt_qtaguid + + mount bpf bpf /sys/fs/bpf nodev noexec nosuid + + # Create location for fs_mgr to store abbreviated output from filesystem + # checker programs. + mkdir /dev/fscklogs 0770 root system + + # pstore/ramoops previous console log + mount pstore pstore /sys/fs/pstore nodev noexec nosuid + chown system log /sys/fs/pstore + chmod 0550 /sys/fs/pstore + chown system log /sys/fs/pstore/console-ramoops + chmod 0440 /sys/fs/pstore/console-ramoops + chown system log /sys/fs/pstore/console-ramoops-0 + chmod 0440 /sys/fs/pstore/console-ramoops-0 + chown system log /sys/fs/pstore/pmsg-ramoops-0 + chmod 0440 /sys/fs/pstore/pmsg-ramoops-0 + + # enable armv8_deprecated instruction hooks + write /proc/sys/abi/swp 1 + + # Linux's execveat() syscall may construct paths containing /dev/fd + # expecting it to point to /proc/self/fd + symlink /proc/self/fd /dev/fd + + export DOWNLOAD_CACHE /data/cache + + # This allows the ledtrig-transient properties to be created here so + # that they can be chown'd to system:system later on boot + write /sys/class/leds/vibrator/trigger "transient" + + # This is used by Bionic to select optimized routines. + write /dev/cpu_variant:${ro.bionic.arch} ${ro.bionic.cpu_variant} + chmod 0444 /dev/cpu_variant:${ro.bionic.arch} + write /dev/cpu_variant:${ro.bionic.2nd_arch} ${ro.bionic.2nd_cpu_variant} + chmod 0444 /dev/cpu_variant:${ro.bionic.2nd_arch} + + # Allow system processes to read / write power state. + chown system system /sys/power/state + chown system system /sys/power/wakeup_count + chmod 0660 /sys/power/state + + chown radio wakelock /sys/power/wake_lock + chown radio wakelock /sys/power/wake_unlock + chmod 0660 /sys/power/wake_lock + chmod 0660 /sys/power/wake_unlock + + # Start logd before any other services run to ensure we capture all of their logs. + start logd + # Start lmkd before any other services run so that it can register them + write /proc/sys/vm/watermark_boost_factor 0 + chown root system /sys/module/lowmemorykiller/parameters/adj + chmod 0664 /sys/module/lowmemorykiller/parameters/adj + chown root system /sys/module/lowmemorykiller/parameters/minfree + chmod 0664 /sys/module/lowmemorykiller/parameters/minfree + start lmkd + + # Start essential services. + start servicemanager + start hwservicemanager + start vndservicemanager + +# Run boringssl self test for each ABI. Any failures trigger reboot to firmware. +on init && property:ro.product.cpu.abilist32=* + exec_start boringssl_self_test32 +on init && property:ro.product.cpu.abilist64=* + exec_start boringssl_self_test64 +on property:apexd.status=ready && property:ro.product.cpu.abilist32=* + exec_start boringssl_self_test_apex32 +on property:apexd.status=ready && property:ro.product.cpu.abilist64=* + exec_start boringssl_self_test_apex64 + +service boringssl_self_test32 /system/bin/boringssl_self_test32 + reboot_on_failure reboot,boringssl-self-check-failed + stdio_to_kmsg + +service boringssl_self_test64 /system/bin/boringssl_self_test64 + reboot_on_failure reboot,boringssl-self-check-failed + stdio_to_kmsg + +service boringssl_self_test_apex32 /apex/com.android.conscrypt/bin/boringssl_self_test32 + reboot_on_failure reboot,boringssl-self-check-failed + stdio_to_kmsg + +service boringssl_self_test_apex64 /apex/com.android.conscrypt/bin/boringssl_self_test64 + reboot_on_failure reboot,boringssl-self-check-failed + stdio_to_kmsg + + +# Healthd can trigger a full boot from charger mode by signaling this +# property when the power button is held. +on property:sys.boot_from_charger_mode=1 + class_stop charger + trigger late-init + +# Indicate to fw loaders that the relevant mounts are up. +on firmware_mounts_complete + rm /dev/.booting + +# Mount filesystems and start core system services. +on late-init + trigger early-fs + + # Mount fstab in init.{$device}.rc by mount_all command. Optional parameter + # '--early' can be specified to skip entries with 'latemount'. + # /system and /vendor must be mounted by the end of the fs stage, + # while /data is optional. + trigger fs + trigger post-fs + + # Mount fstab in init.{$device}.rc by mount_all with '--late' parameter + # to only mount entries with 'latemount'. This is needed if '--early' is + # specified in the previous mount_all command on the fs stage. + # With /system mounted and properties form /system + /factory available, + # some services can be started. + trigger late-fs + + # Now we can mount /data. File encryption requires keymaster to decrypt + # /data, which in turn can only be loaded when system properties are present. + trigger post-fs-data + + # Should be before netd, but after apex, properties and logging is available. + trigger load_bpf_programs + + # Now we can start zygote for devices with file based encryption + trigger zygote-start + + # Remove a file to wake up anything waiting for firmware. + trigger firmware_mounts_complete + + trigger early-boot + trigger boot + +on early-fs + # Once metadata has been mounted, we'll need vold to deal with userdata checkpointing + start vold + +on post-fs + exec - system system -- /system/bin/vdc checkpoint markBootAttempt + + # Once everything is setup, no need to modify /. + # The bind+remount combination allows this to work in containers. + mount rootfs rootfs / remount bind ro nodev + + # Mount default storage into root namespace + mount none /mnt/user/0 /storage bind rec + mount none none /storage slave rec + + # Make sure /sys/kernel/debug (if present) is labeled properly + # Note that tracefs may be mounted under debug, so we need to cross filesystems + restorecon --recursive --cross-filesystems /sys/kernel/debug + + # We chown/chmod /cache again so because mount is run as root + defaults + chown system cache /cache + chmod 0770 /cache + # We restorecon /cache in case the cache partition has been reset. + restorecon_recursive /cache + + # Create /cache/recovery in case it's not there. It'll also fix the odd + # permissions if created by the recovery system. + mkdir /cache/recovery 0770 system cache + + # Backup/restore mechanism uses the cache partition + mkdir /cache/backup_stage 0700 system system + mkdir /cache/backup 0700 system system + + #change permissions on vmallocinfo so we can grab it from bugreports + chown root log /proc/vmallocinfo + chmod 0440 /proc/vmallocinfo + + chown root log /proc/slabinfo + chmod 0440 /proc/slabinfo + + chown root log /proc/pagetypeinfo + chmod 0440 /proc/pagetypeinfo + + #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks + chown root system /proc/kmsg + chmod 0440 /proc/kmsg + chown root system /proc/sysrq-trigger + chmod 0220 /proc/sysrq-trigger + chown system log /proc/last_kmsg + chmod 0440 /proc/last_kmsg + + # make the selinux kernel policy world-readable + chmod 0444 /sys/fs/selinux/policy + + # create the lost+found directories, so as to enforce our permissions + mkdir /cache/lost+found 0770 root root + + restorecon_recursive /metadata + mkdir /metadata/vold + chmod 0700 /metadata/vold + mkdir /metadata/password_slots 0771 root system + mkdir /metadata/bootstat 0750 system log + mkdir /metadata/ota 0700 root system + mkdir /metadata/ota/snapshots 0700 root system + mkdir /metadata/userspacereboot 0770 root system + mkdir /metadata/watchdog 0770 root system + + mkdir /metadata/apex 0700 root system + mkdir /metadata/apex/sessions 0700 root system + # On some devices we see a weird behaviour in which /metadata/apex doesn't + # have a correct label. To workaround this bug, explicitly call restorecon + # on /metadata/apex. For most of the boot sequences /metadata/apex will + # already have a correct selinux label, meaning that this call will be a + # no-op. + restorecon_recursive /metadata/apex + + mkdir /metadata/staged-install 0770 root system + mkdir /metadata/sepolicy 0700 root root +on late-fs + # Ensure that tracefs has the correct permissions. + # This does not work correctly if it is called in post-fs. + chmod 0755 /sys/kernel/tracing + chmod 0755 /sys/kernel/debug/tracing + + # HALs required before storage encryption can get unlocked (FBE/FDE) + class_start early_hal + + # Load trusted keys from dm-verity protected partitions + exec -- /system/bin/fsverity_init --load-verified-keys + +# Only enable the bootreceiver tracing instance for kernels 5.10 and above. +on late-fs && property:ro.kernel.version=4.9 + setprop bootreceiver.enable 0 +on late-fs && property:ro.kernel.version=4.14 + setprop bootreceiver.enable 0 +on late-fs && property:ro.kernel.version=4.19 + setprop bootreceiver.enable 0 +on late-fs && property:ro.kernel.version=5.4 + setprop bootreceiver.enable 0 +on late-fs + # Bootreceiver tracing instance is enabled by default. + setprop bootreceiver.enable ${bootreceiver.enable:-1} + +on property:ro.product.cpu.abilist64=* && property:bootreceiver.enable=1 + # Set up a tracing instance for system_server to monitor error_report_end events. + # These are sent by kernel tools like KASAN and KFENCE when a memory corruption + # is detected. This is only needed for 64-bit systems. + mkdir /sys/kernel/tracing/instances/bootreceiver 0700 system system + restorecon_recursive /sys/kernel/tracing/instances/bootreceiver + write /sys/kernel/tracing/instances/bootreceiver/buffer_size_kb 1 + write /sys/kernel/tracing/instances/bootreceiver/trace_options disable_on_free + write /sys/kernel/tracing/instances/bootreceiver/events/error_report/error_report_end/enable 1 + +on post-fs-data + + mark_post_data + + # Start checkpoint before we touch data + exec - system system -- /system/bin/vdc checkpoint prepareCheckpoint + + # We chown/chmod /data again so because mount is run as root + defaults + chown system system /data + chmod 0771 /data + # We restorecon /data in case the userdata partition has been reset. + restorecon /data + + # Make sure we have the device encryption key. + installkey /data + + # Start bootcharting as soon as possible after the data partition is + # mounted to collect more data. + mkdir /data/bootchart 0755 shell shell encryption=Require + bootchart start + + # Avoid predictable entropy pool. Carry over entropy from previous boot. + copy /data/system/entropy.dat /dev/urandom + + mkdir /data/vendor 0771 root root encryption=Require + mkdir /data/vendor_ce 0771 root root encryption=None + mkdir /data/vendor_de 0771 root root encryption=None + mkdir /data/vendor/hardware 0771 root root + + # Start tombstoned early to be able to store tombstones. + mkdir /data/anr 0775 system system encryption=Require + mkdir /data/tombstones 0771 system system encryption=Require + mkdir /data/vendor/tombstones 0771 root root + mkdir /data/vendor/tombstones/wifi 0771 wifi wifi + start tombstoned + + # Make sure that apexd is started in the default namespace + enter_default_mount_ns + + # set up keystore directory structure first so that we can end early boot + # and start apexd + mkdir /data/misc 01771 system misc encryption=Require + mkdir /data/misc/keystore 0700 keystore keystore + # work around b/183668221 + restorecon /data/misc /data/misc/keystore + + # Boot level 30 + # odsign signing keys have MAX_BOOT_LEVEL=30 + # This is currently the earliest boot level, but we start at 30 + # to leave room for earlier levels. + setprop keystore.boot_level 30 + + # Now that /data is mounted and we have created /data/misc/keystore, + # we can tell keystore to stop allowing use of early-boot keys, + # and access its database for the first time to support creation and + # use of MAX_BOOT_LEVEL keys. + exec - system system -- /system/bin/vdc keymaster earlyBootEnded + + # Multi-installed APEXes are selected using persist props. + # Load persist properties and override properties (if enabled) from /data, + # before starting apexd. + # /data/property should be created before `load_persist_props` + mkdir /data/property 0700 root root encryption=Require + load_persist_props + + start logd + start logd-reinit + + # Some existing vendor rc files use 'on load_persist_props_action' to know + # when persist props are ready. These are difficult to change due to GRF, + # so continue triggering this action here even though props are already loaded + # by the 'load_persist_props' call above. + trigger load_persist_props_action + + # /data/apex is now available. Start apexd to scan and activate APEXes. + # + # To handle userspace reboots as well as devices that use FDE, make sure + # that apexd is started cleanly here (set apexd.status="") and that it is + # restarted if it's already running. + mkdir /data/apex 0755 root system encryption=None + mkdir /data/apex/active 0755 root system + mkdir /data/apex/backup 0700 root system + mkdir /data/apex/decompressed 0755 root system encryption=Require + mkdir /data/apex/hashtree 0700 root system + mkdir /data/apex/sessions 0700 root system + mkdir /data/app-staging 0751 system system encryption=DeleteIfNecessary + mkdir /data/apex/ota_reserved 0700 root system encryption=Require + setprop apexd.status "" + restart apexd + + # create rest of basic filesystem structure + mkdir /data/misc/recovery 0770 system log + copy /data/misc/recovery/ro.build.fingerprint /data/misc/recovery/ro.build.fingerprint.1 + chmod 0440 /data/misc/recovery/ro.build.fingerprint.1 + chown system log /data/misc/recovery/ro.build.fingerprint.1 + write /data/misc/recovery/ro.build.fingerprint ${ro.build.fingerprint} + chmod 0440 /data/misc/recovery/ro.build.fingerprint + chown system log /data/misc/recovery/ro.build.fingerprint + mkdir /data/misc/recovery/proc 0770 system log + copy /data/misc/recovery/proc/version /data/misc/recovery/proc/version.1 + chmod 0440 /data/misc/recovery/proc/version.1 + chown system log /data/misc/recovery/proc/version.1 + copy /proc/version /data/misc/recovery/proc/version + chmod 0440 /data/misc/recovery/proc/version + chown system log /data/misc/recovery/proc/version + mkdir /data/misc/bluedroid 02770 bluetooth bluetooth + # Fix the access permissions and group ownership for 'bt_config.conf' + chmod 0660 /data/misc/bluedroid/bt_config.conf + chown bluetooth bluetooth /data/misc/bluedroid/bt_config.conf + mkdir /data/misc/bluetooth 0770 bluetooth bluetooth + mkdir /data/misc/bluetooth/logs 0770 bluetooth bluetooth + mkdir /data/misc/nfc 0770 nfc nfc + mkdir /data/misc/nfc/logs 0770 nfc nfc + mkdir /data/misc/credstore 0700 credstore credstore + mkdir /data/misc/gatekeeper 0700 system system + mkdir /data/misc/keychain 0771 system system + mkdir /data/misc/net 0750 root shell + mkdir /data/misc/radio 0770 system radio + mkdir /data/misc/sms 0770 system radio + mkdir /data/misc/carrierid 0770 system radio + mkdir /data/misc/apns 0770 system radio + mkdir /data/misc/emergencynumberdb 0770 system radio + mkdir /data/misc/zoneinfo 0775 system system + mkdir /data/misc/network_watchlist 0774 system system + mkdir /data/misc/textclassifier 0771 system system + mkdir /data/misc/vpn 0770 system vpn + mkdir /data/misc/shared_relro 0771 shared_relro shared_relro + mkdir /data/misc/systemkeys 0700 system system + mkdir /data/misc/wifi 0770 wifi wifi + mkdir /data/misc/wifi/sockets 0770 wifi wifi + mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi + mkdir /data/misc/ethernet 0770 system system + mkdir /data/misc/dhcp 0770 dhcp dhcp + mkdir /data/misc/user 0771 root root + # give system access to wpa_supplicant.conf for backup and restore + chmod 0660 /data/misc/wifi/wpa_supplicant.conf + mkdir /data/local 0751 root root encryption=Require + mkdir /data/misc/media 0700 media media + mkdir /data/misc/audioserver 0700 audioserver audioserver + mkdir /data/misc/cameraserver 0700 cameraserver cameraserver + mkdir /data/misc/vold 0700 root root + mkdir /data/misc/boottrace 0771 system shell + mkdir /data/misc/update_engine 0700 root root + mkdir /data/misc/update_engine_log 02750 root log + mkdir /data/misc/trace 0700 root root + # create location to store surface and window trace files + mkdir /data/misc/wmtrace 0700 system system + # create location to store accessibility trace files + mkdir /data/misc/a11ytrace 0700 system system + # profile file layout + mkdir /data/misc/profiles 0771 system system + mkdir /data/misc/profiles/cur 0771 system system + mkdir /data/misc/profiles/ref 0771 system system + mkdir /data/misc/profman 0770 system shell + mkdir /data/misc/gcov 0770 root root + mkdir /data/misc/installd 0700 root root + mkdir /data/misc/apexdata 0711 root root + mkdir /data/misc/apexrollback 0700 root root + mkdir /data/misc/appcompat/ 0700 system system + mkdir /data/misc/snapshotctl_log 0755 root root + # create location to store pre-reboot information + mkdir /data/misc/prereboot 0700 system system + # directory used for on-device refresh metrics file. + mkdir /data/misc/odrefresh 0777 system system + # directory used for on-device signing key blob + mkdir /data/misc/odsign 0710 root system + # directory used for odsign metrics + mkdir /data/misc/odsign/metrics 0770 root system + + # Directory for VirtualizationService temporary image files. + # Delete any stale files owned by the old virtualizationservice uid (b/230056726). + chmod 0770 /data/misc/virtualizationservice + exec - virtualizationservice system -- /bin/rm -rf /data/misc/virtualizationservice + mkdir /data/misc/virtualizationservice 0770 system system + + mkdir /data/preloads 0775 system system encryption=None + + # For security reasons, /data/local/tmp should always be empty. + # Do not place files or directories in /data/local/tmp + mkdir /data/local/tmp 0771 shell shell + mkdir /data/local/traces 0777 shell shell + mkdir /data/data 0771 system system encryption=None + mkdir /data/app-private 0771 system system encryption=Require + mkdir /data/app-ephemeral 0771 system system encryption=Require + mkdir /data/app-asec 0700 root root encryption=Require + mkdir /data/app-lib 0771 system system encryption=Require + mkdir /data/app 0771 system system encryption=Require + + # create directory for updated font files. + mkdir /data/fonts/ 0771 root root encryption=Require + mkdir /data/fonts/files 0771 system system + mkdir /data/fonts/config 0770 system system + + # Create directories to push tests to for each linker namespace. + # Create the subdirectories in case the first test is run as root + # so it doesn't end up owned by root. + # Set directories to be executable by any process so that debuggerd, + # aka crash_dump, can read any executables/shared libraries. + mkdir /data/local/tests 0701 shell shell + mkdir /data/local/tests/product 0701 shell shell + mkdir /data/local/tests/system 0701 shell shell + mkdir /data/local/tests/unrestricted 0701 shell shell + mkdir /data/local/tests/vendor 0701 shell shell + + # create dalvik-cache, so as to enforce our permissions + mkdir /data/dalvik-cache 0771 root root encryption=Require + # create the A/B OTA directory, so as to enforce our permissions + mkdir /data/ota 0771 root root encryption=Require + + # create the OTA package directory. It will be accessed by GmsCore (cache + # group), update_engine and update_verifier. + mkdir /data/ota_package 0770 system cache encryption=Require + + # create resource-cache and double-check the perms + mkdir /data/resource-cache 0771 system system encryption=Require + chown system system /data/resource-cache + chmod 0771 /data/resource-cache + + # create the lost+found directories, so as to enforce our permissions + mkdir /data/lost+found 0770 root root encryption=None + + # create directory for DRM plug-ins - give drm the read/write access to + # the following directory. + mkdir /data/drm 0770 drm drm encryption=Require + + # create directory for MediaDrm plug-ins - give drm the read/write access to + # the following directory. + mkdir /data/mediadrm 0770 mediadrm mediadrm encryption=Require + + # NFC: create data/nfc for nv storage + mkdir /data/nfc 0770 nfc nfc encryption=Require + mkdir /data/nfc/param 0770 nfc nfc + + # Create all remaining /data root dirs so that they are made through init + # and get proper encryption policy installed + mkdir /data/backup 0700 system system encryption=Require + mkdir /data/ss 0700 system system encryption=Require + + mkdir /data/system 0775 system system encryption=Require + mkdir /data/system/environ 0700 system system + # b/183861600 attempt to fix selinux label before running derive_classpath service + restorecon /data/system/environ + mkdir /data/system/dropbox 0700 system system + mkdir /data/system/heapdump 0700 system system + mkdir /data/system/users 0775 system system + + mkdir /data/system_de 0770 system system encryption=None + mkdir /data/system_ce 0770 system system encryption=None + + mkdir /data/misc_de 01771 system misc encryption=None + mkdir /data/misc_ce 01771 system misc encryption=None + + mkdir /data/user 0711 system system encryption=None + mkdir /data/user_de 0711 system system encryption=None + + # Unlink /data/user/0 if we previously symlink it to /data/data + rm /data/user/0 + + # Bind mount /data/user/0 to /data/data + mkdir /data/user/0 0700 system system encryption=None + mount none /data/data /data/user/0 bind rec + + # A tmpfs directory, which will contain all apps and sdk sandbox CE and DE + # data directory that bind mount from the original source. + mount tmpfs tmpfs /data_mirror nodev noexec nosuid mode=0700,uid=0,gid=1000 + restorecon /data_mirror + mkdir /data_mirror/data_ce 0700 root root + mkdir /data_mirror/data_de 0700 root root + mkdir /data_mirror/misc_ce 0700 root root + mkdir /data_mirror/misc_de 0700 root root + + # Create CE and DE data directory for default volume + mkdir /data_mirror/data_ce/null 0700 root root + mkdir /data_mirror/data_de/null 0700 root root + mkdir /data_mirror/misc_ce/null 0700 root root + mkdir /data_mirror/misc_de/null 0700 root root + + # Bind mount CE and DE data directory to mirror's default volume directory + mount none /data/user /data_mirror/data_ce/null bind rec + mount none /data/user_de /data_mirror/data_de/null bind rec + mount none /data/misc_ce /data_mirror/misc_ce/null bind rec + mount none /data/misc_de /data_mirror/misc_de/null bind rec + + # Create mirror directory for jit profiles + mkdir /data_mirror/cur_profiles 0700 root root + mount none /data/misc/profiles/cur /data_mirror/cur_profiles bind rec + mkdir /data_mirror/ref_profiles 0700 root root + mount none /data/misc/profiles/ref /data_mirror/ref_profiles bind rec + + mkdir /data/cache 0770 system cache encryption=Require + mkdir /data/cache/recovery 0770 system cache + mkdir /data/cache/backup_stage 0700 system system + mkdir /data/cache/backup 0700 system system + + # Delete these if need be, per b/139193659 + mkdir /data/rollback 0700 system system encryption=DeleteIfNecessary + mkdir /data/rollback-observer 0700 system system encryption=DeleteIfNecessary + mkdir /data/rollback-history 0700 system system encryption=DeleteIfNecessary + + # Create root dir for Incremental Service + mkdir /data/incremental 0771 system system encryption=Require + + # Create directories for statsd + mkdir /data/misc/stats-active-metric/ 0770 statsd system + mkdir /data/misc/stats-data/ 0770 statsd system + mkdir /data/misc/stats-metadata/ 0770 statsd system + mkdir /data/misc/stats-service/ 0770 statsd system + mkdir /data/misc/train-info/ 0770 statsd system + + # Wait for apexd to finish activating APEXes before starting more processes. + wait_for_prop apexd.status activated + perform_apex_config + + # Special-case /data/media/obb per b/64566063 + mkdir /data/media 0770 media_rw media_rw encryption=None + exec - media_rw media_rw -- /system/bin/chattr +F /data/media + mkdir /data/media/obb 0770 media_rw media_rw encryption=Attempt + + # Create directories for boot animation. + mkdir /data/bootanim 0755 system system encryption=DeleteIfNecessary + + exec_start derive_sdk + + init_user0 + + # Set SELinux security contexts on upgrade or policy update. + restorecon --recursive --skip-ce /data + + # Define and export *CLASSPATH variables + # Must start before 'odsign', as odsign depends on *CLASSPATH variables + exec_start derive_classpath + load_exports /data/system/environ/classpath + + # Start the on-device signing daemon, and wait for it to finish, to ensure + # ART artifacts are generated if needed. + # Must start after 'derive_classpath' to have *CLASSPATH variables set. + start odsign + + # Before we can lock keys and proceed to the next boot stage, wait for + # odsign to be done with the key + wait_for_prop odsign.key.done 1 + + # Lock the fs-verity keyring, so no more keys can be added + exec -- /system/bin/fsverity_init --lock + + # Bump the boot level to 1000000000; this prevents further on-device signing. + # This is a special value that shuts down the thread which listens for + # further updates. + setprop keystore.boot_level 1000000000 + + # Allow apexd to snapshot and restore device encrypted apex data in the case + # of a rollback. This should be done immediately after DE_user data keys + # are loaded. APEXes should not access this data until this has been + # completed and apexd.status becomes "ready". + exec_start apexd-snapshotde + + # Check any timezone data in /data is newer than the copy in the time zone data + # module, delete if not. + exec - system system -- /system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo + + # sys.memfd_use set to false by default, which keeps it disabled + # until it is confirmed that apps and vendor processes don't make + # IOCTLs on ashmem fds any more. + setprop sys.use_memfd false + + # Set fscklog permission + chown root system /dev/fscklogs/log + chmod 0770 /dev/fscklogs/log + + # Enable FUSE by default + setprop persist.sys.fuse true + +# It is recommended to put unnecessary data/ initialization from post-fs-data +# to start-zygote in device's init.rc to unblock zygote start. +on zygote-start && property:ro.crypto.state=unencrypted + wait_for_prop odsign.verification.done 1 + # A/B update verifier that marks a successful boot. + exec_start update_verifier_nonencrypted + start statsd + start netd + start zygote + start zygote_secondary + +on zygote-start && property:ro.crypto.state=unsupported + wait_for_prop odsign.verification.done 1 + # A/B update verifier that marks a successful boot. + exec_start update_verifier_nonencrypted + start statsd + start netd + start zygote + start zygote_secondary + +on zygote-start && property:ro.crypto.state=encrypted && property:ro.crypto.type=file + wait_for_prop odsign.verification.done 1 + # A/B update verifier that marks a successful boot. + exec_start update_verifier_nonencrypted + start statsd + start netd + start zygote + start zygote_secondary + +on boot && property:ro.config.low_ram=true + # Tweak background writeout + write /proc/sys/vm/dirty_expire_centisecs 200 + write /proc/sys/vm/dirty_background_ratio 5 + +on boot + # basic network init + ifup lo + hostname localhost + domainname localdomain + + # IPsec SA default expiration length + write /proc/sys/net/core/xfrm_acq_expires 3600 + + # Memory management. Basic kernel parameters, and allow the high + # level system server to be able to adjust the kernel OOM driver + # parameters to match how it is managing things. + write /proc/sys/vm/overcommit_memory 1 + write /proc/sys/vm/min_free_order_shift 4 + + # System server manages zram writeback + chown root system /sys/block/zram0/idle + chmod 0664 /sys/block/zram0/idle + chown root system /sys/block/zram0/writeback + chmod 0664 /sys/block/zram0/writeback + + # to access F2FS sysfs on dm- directly + mkdir /dev/sys/fs/by-name 0755 system system + symlink /sys/fs/f2fs/${dev.mnt.dev.data} /dev/sys/fs/by-name/userdata + + # dev.mnt.dev.data=dm-N, dev.mnt.blk.data=sdaN/mmcblk0pN, dev.mnt.rootdisk.data=sda/mmcblk0, or + # dev.mnt.dev.data=sdaN/mmcblk0pN, dev.mnt.blk.data=sdaN/mmcblk0pN, dev.mnt.rootdisk.data=sda/mmcblk0 + mkdir /dev/sys/block/by-name 0755 system system + symlink /sys/class/block/${dev.mnt.dev.data} /dev/sys/block/by-name/userdata + symlink /sys/class/block/${dev.mnt.rootdisk.data} /dev/sys/block/by-name/rootdisk + + # F2FS tuning. Set cp_interval larger than dirty_expire_centisecs, 30 secs, + # to avoid power consumption when system becomes mostly idle. Be careful + # to make it too large, since it may bring userdata loss, if they + # are not aware of using fsync()/sync() to prepare sudden power-cut. + write /dev/sys/fs/by-name/userdata/cp_interval 200 + write /dev/sys/fs/by-name/userdata/gc_urgent_sleep_time 50 + write /dev/sys/fs/by-name/userdata/iostat_enable 1 + + # set readahead multiplier for POSIX_FADV_SEQUENTIAL files + write /dev/sys/fs/by-name/userdata/seq_file_ra_mul 16 + + # limit discard size to 128MB in order to avoid long IO latency + # for filesystem tuning first (dm or sda) + # this requires enabling selinux entry for sda/mmcblk0 in vendor side + write /dev/sys/block/by-name/userdata/queue/discard_max_bytes 134217728 + write /dev/sys/block/by-name/rootdisk/queue/discard_max_bytes 134217728 + + # Permissions for System Server and daemons. + chown system system /sys/power/autosleep + + chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_rate + chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_slack + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/timer_slack + chown system system /sys/devices/system/cpu/cpufreq/interactive/min_sample_time + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/min_sample_time + chown system system /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq + chown system system /sys/devices/system/cpu/cpufreq/interactive/target_loads + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/target_loads + chown system system /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load + chown system system /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay + chown system system /sys/devices/system/cpu/cpufreq/interactive/boost + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boost + chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse + chown system system /sys/devices/system/cpu/cpufreq/interactive/input_boost + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/input_boost + chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration + chown system system /sys/devices/system/cpu/cpufreq/interactive/io_is_busy + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/io_is_busy + + # Assume SMP uses shared cpufreq policy for all CPUs + chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq + chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq + + chown system system /sys/class/leds/vibrator/trigger + chown system system /sys/class/leds/vibrator/activate + chown system system /sys/class/leds/vibrator/brightness + chown system system /sys/class/leds/vibrator/duration + chown system system /sys/class/leds/vibrator/state + chown system system /sys/class/timed_output/vibrator/enable + chown system system /sys/class/leds/keyboard-backlight/brightness + chown system system /sys/class/leds/lcd-backlight/brightness + chown system system /sys/class/leds/button-backlight/brightness + chown system system /sys/class/leds/jogball-backlight/brightness + chown system system /sys/class/leds/red/brightness + chown system system /sys/class/leds/green/brightness + chown system system /sys/class/leds/blue/brightness + chown system system /sys/class/leds/red/device/grpfreq + chown system system /sys/class/leds/red/device/grppwm + chown system system /sys/class/leds/red/device/blink + chown system system /sys/module/sco/parameters/disable_esco + chown system system /sys/kernel/ipv4/tcp_wmem_min + chown system system /sys/kernel/ipv4/tcp_wmem_def + chown system system /sys/kernel/ipv4/tcp_wmem_max + chown system system /sys/kernel/ipv4/tcp_rmem_min + chown system system /sys/kernel/ipv4/tcp_rmem_def + chown system system /sys/kernel/ipv4/tcp_rmem_max + chown root radio /proc/cmdline + + # Define default initial receive window size in segments. + setprop net.tcp_def_init_rwnd 60 + + # Update dm-verity state and set partition.*.verified properties. + verity_update_state + + # Start standard binderized HAL daemons + class_start hal + + class_start core + +on nonencrypted + class_start main + class_start late_start + +on property:sys.init_log_level=* + loglevel ${sys.init_log_level} + +on charger + class_start charger + +on property:sys.boot_completed=1 + bootchart stop + # Setup per_boot directory so other .rc could start to use it on boot_completed + exec - system system -- /bin/rm -rf /data/per_boot + mkdir /data/per_boot 0700 system system encryption=Require key=per_boot_ref + +# system server cannot write to /proc/sys files, +# and chown/chmod does not work for /proc/sys/ entries. +# So proxy writes through init. +on property:sys.sysctl.extra_free_kbytes=* + exec -- /system/bin/extra_free_kbytes.sh ${sys.sysctl.extra_free_kbytes} + +# Allow users to drop caches +on property:perf.drop_caches=3 + write /proc/sys/vm/drop_caches 3 + setprop perf.drop_caches 0 + +# "tcp_default_init_rwnd" Is too long! +on property:net.tcp_def_init_rwnd=* + write /proc/sys/net/ipv4/tcp_default_init_rwnd ${net.tcp_def_init_rwnd} + +# perf_event_open syscall security: +# Newer kernels have the ability to control the use of the syscall via SELinux +# hooks. init tests for this, and sets sys_init.perf_lsm_hooks to 1 if the +# kernel has the hooks. In this case, the system-wide perf_event_paranoid +# sysctl is set to -1 (unrestricted use), and the SELinux policy is used for +# controlling access. On older kernels, the paranoid value is the only means of +# controlling access. It is normally 3 (allow only root), but the shell user +# can lower it to 1 (allowing thread-scoped pofiling) via security.perf_harden. +on property:sys.init.perf_lsm_hooks=1 + write /proc/sys/kernel/perf_event_paranoid -1 +on property:security.perf_harden=0 && property:sys.init.perf_lsm_hooks="" + write /proc/sys/kernel/perf_event_paranoid 1 +on property:security.perf_harden=1 && property:sys.init.perf_lsm_hooks="" + write /proc/sys/kernel/perf_event_paranoid 3 + +# Additionally, simpleperf profiler uses debug.* and security.perf_harden +# sysprops to be able to indirectly set these sysctls. +on property:security.perf_harden=0 + write /proc/sys/kernel/perf_event_max_sample_rate ${debug.perf_event_max_sample_rate:-100000} + write /proc/sys/kernel/perf_cpu_time_max_percent ${debug.perf_cpu_time_max_percent:-25} + write /proc/sys/kernel/perf_event_mlock_kb ${debug.perf_event_mlock_kb:-516} +# Default values. +on property:security.perf_harden=1 + write /proc/sys/kernel/perf_event_max_sample_rate 100000 + write /proc/sys/kernel/perf_cpu_time_max_percent 25 + write /proc/sys/kernel/perf_event_mlock_kb 516 + +# This property can be set only on userdebug/eng. See neverallow rule in +# /system/sepolicy/private/property.te . +on property:security.lower_kptr_restrict=1 + write /proc/sys/kernel/kptr_restrict 0 + +on property:security.lower_kptr_restrict=0 + write /proc/sys/kernel/kptr_restrict 2 + + +# on shutdown +# In device's init.rc, this trigger can be used to do device-specific actions +# before shutdown. e.g disable watchdog and mask error handling + +## Daemon processes to be run by init. +## +service ueventd /system/bin/ueventd + class core + critical + seclabel u:r:ueventd:s0 + shutdown critical + +service console /system/bin/sh + class core + console + disabled + user shell + group shell log readproc + seclabel u:r:shell:s0 + setenv HOSTNAME console + +on property:ro.debuggable=1 + # Give writes to the same group for the trace folder on debug builds, + # it's further protected by selinux policy. + # The folder is used to store method traces. + chmod 0773 /data/misc/trace + # Give writes and reads to anyone for the window trace folder on debug builds, + # it's further protected by selinux policy. + chmod 0777 /data/misc/wmtrace + # Give reads to anyone for the accessibility trace folder on debug builds. + chmod 0775 /data/misc/a11ytrace + +on init && property:ro.debuggable=1 + start console + +on userspace-reboot-requested + # TODO(b/135984674): reset all necessary properties here. + setprop sys.boot_completed "" + setprop dev.bootcomplete "" + setprop sys.init.updatable_crashing "" + setprop sys.init.updatable_crashing_process_name "" + setprop sys.user.0.ce_available "" + setprop sys.shutdown.requested "" + setprop service.bootanim.exit "" + setprop service.bootanim.progress "" + +on userspace-reboot-fs-remount + # Make sure that vold is running. + # This is mostly a precaution measure in case vold for some reason wasn't running when + # userspace reboot was initiated. + start vold + exec - system system -- /system/bin/vdc checkpoint resetCheckpoint + exec - system system -- /system/bin/vdc checkpoint markBootAttempt + # Unmount /data_mirror mounts in the reverse order of corresponding mounts. + umount /data_mirror/data_ce/null/0 + umount /data_mirror/data_ce/null + umount /data_mirror/data_de/null + umount /data_mirror/cur_profiles + umount /data_mirror/ref_profiles + umount /data_mirror + remount_userdata + start bootanim + +on userspace-reboot-resume + trigger userspace-reboot-fs-remount + trigger post-fs-data + trigger zygote-start + trigger early-boot + trigger boot + +on property:sys.boot_completed=1 && property:sys.init.userspace_reboot.in_progress=1 + setprop sys.init.userspace_reboot.in_progress "" + +# Multi-Gen LRU Experiment +on property:persist.device_config.mglru_native.lru_gen_config=none + write /sys/kernel/mm/lru_gen/enabled 0 +on property:persist.device_config.mglru_native.lru_gen_config=core + write /sys/kernel/mm/lru_gen/enabled 1 +on property:persist.device_config.mglru_native.lru_gen_config=core_and_mm_walk + write /sys/kernel/mm/lru_gen/enabled 3 +on property:persist.device_config.mglru_native.lru_gen_config=core_and_nonleaf_young + write /sys/kernel/mm/lru_gen/enabled 5 +on property:persist.device_config.mglru_native.lru_gen_config=all + write /sys/kernel/mm/lru_gen/enabled 7 diff --git a/sparse/system/etc/init/hw/init.usb.configfs.rc b/sparse/system/etc/init/hw/init.usb.configfs.rc new file mode 100644 index 0000000..3a33c94 --- /dev/null +++ b/sparse/system/etc/init/hw/init.usb.configfs.rc @@ -0,0 +1,140 @@ +on property:sys.usb.config=none && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/UDC "none" + stop adbd + setprop sys.usb.ffs.ready 0 + write /config/usb_gadget/g1/bDeviceClass 0 + write /config/usb_gadget/g1/bDeviceSubClass 0 + write /config/usb_gadget/g1/bDeviceProtocol 0 + rm /config/usb_gadget/g1/configs/b.1/f1 + rm /config/usb_gadget/g1/configs/b.1/f2 + rm /config/usb_gadget/g1/configs/b.1/f3 + rmdir /config/usb_gadget/g1/functions/rndis.gs4 + setprop sys.usb.state ${sys.usb.config} + +on property:init.svc.adbd=stopped + setprop sys.usb.ffs.ready 0 + +on property:sys.usb.config=adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=adb && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "adb" + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=mtp && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp" + symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "mtp_adb" + symlink /config/usb_gadget/g1/functions/mtp.gs0 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=ptp && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp" + symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp_adb" + symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=accessory && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory" + symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=accessory,adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=accessory,adb && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_adb" + symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=audio_source && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "audiosource" + symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f1 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "audiosource_adb" + symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=accessory,audio_source && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_audiosource" + symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f2 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "accessory_audiosource_adb" + symlink /config/usb_gadget/g1/functions/accessory.gs2 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/audio_source.gs3 /config/usb_gadget/g1/configs/b.1/f2 + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f3 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=midi && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "midi" + symlink /config/usb_gadget/g1/functions/midi.gs5 /config/usb_gadget/g1/configs/b.1/f1 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=midi,adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=midi,adb && property:sys.usb.configfs=1 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "midi_adb" + symlink /config/usb_gadget/g1/functions/midi.gs5 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=rndis && property:sys.usb.configfs=1 + mkdir /config/usb_gadget/g1/functions/rndis.gs4 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis" + symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} + +on property:sys.usb.config=rndis,adb && property:sys.usb.configfs=1 + start adbd + +on property:sys.usb.ffs.ready=1 && property:sys.usb.config=rndis,adb && property:sys.usb.configfs=1 + mkdir /config/usb_gadget/g1/functions/rndis.gs4 + write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "rndis_adb" + symlink /config/usb_gadget/g1/functions/rndis.gs4 /config/usb_gadget/g1/configs/b.1/f1 + symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 + write /config/usb_gadget/g1/UDC ${sys.usb.controller} + setprop sys.usb.state ${sys.usb.config} diff --git a/sparse/system/etc/init/hw/init.usb.rc b/sparse/system/etc/init/hw/init.usb.rc new file mode 100644 index 0000000..0730cce --- /dev/null +++ b/sparse/system/etc/init/hw/init.usb.rc @@ -0,0 +1,144 @@ +# Copyright (C) 2012 The Android Open Source Project +# +# USB configuration common for all android devices +# + +on post-fs-data + chown system system /sys/class/android_usb/android0/f_mass_storage/lun/file + chmod 0660 /sys/class/android_usb/android0/f_mass_storage/lun/file + chown system system /sys/class/android_usb/android0/f_rndis/ethaddr + chmod 0660 /sys/class/android_usb/android0/f_rndis/ethaddr + mkdir /data/misc/adb 02750 system shell + mkdir /data/adb 0700 root root encryption=Require + +# adbd is controlled via property triggers in init..usb.rc +service adbd /system/bin/adbd --root_seclabel=u:r:su:s0 + class core + socket adbd seqpacket 660 system system + disabled + updatable + seclabel u:r:adbd:s0 + +on property:vendor.sys.usb.adb.disabled=* + setprop sys.usb.adb.disabled ${vendor.sys.usb.adb.disabled} + +# Set default value on sys.usb.configfs early in boot sequence. It will be +# overridden in `on boot` action of init.hardware.rc. +on init + setprop sys.usb.configfs 0 + +# Used to disable USB when switching states +on property:sys.usb.config=none && property:sys.usb.configfs=0 + stop adbd + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/bDeviceClass 0 + setprop sys.usb.state ${sys.usb.config} + +# adb only USB configuration +# This is the fallback configuration if the +# USB manager fails to set a standard configuration +on property:sys.usb.config=adb && property:sys.usb.configfs=0 + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/idVendor 18d1 + write /sys/class/android_usb/android0/idProduct 4EE7 + write /sys/class/android_usb/android0/functions ${sys.usb.config} + write /sys/class/android_usb/android0/enable 1 + start adbd + setprop sys.usb.state ${sys.usb.config} + +# USB accessory configuration +on property:sys.usb.config=accessory && property:sys.usb.configfs=0 + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/idVendor 18d1 + write /sys/class/android_usb/android0/idProduct 2d00 + write /sys/class/android_usb/android0/functions ${sys.usb.config} + write /sys/class/android_usb/android0/enable 1 + setprop sys.usb.state ${sys.usb.config} + +# USB accessory configuration, with adb +on property:sys.usb.config=accessory,adb && property:sys.usb.configfs=0 + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/idVendor 18d1 + write /sys/class/android_usb/android0/idProduct 2d01 + write /sys/class/android_usb/android0/functions ${sys.usb.config} + write /sys/class/android_usb/android0/enable 1 + start adbd + setprop sys.usb.state ${sys.usb.config} + +# audio accessory configuration +on property:sys.usb.config=audio_source && property:sys.usb.configfs=0 + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/idVendor 18d1 + write /sys/class/android_usb/android0/idProduct 2d02 + write /sys/class/android_usb/android0/functions ${sys.usb.config} + write /sys/class/android_usb/android0/enable 1 + setprop sys.usb.state ${sys.usb.config} + +# audio accessory configuration, with adb +on property:sys.usb.config=audio_source,adb && property:sys.usb.configfs=0 + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/idVendor 18d1 + write /sys/class/android_usb/android0/idProduct 2d03 + write /sys/class/android_usb/android0/functions ${sys.usb.config} + write /sys/class/android_usb/android0/enable 1 + start adbd + setprop sys.usb.state ${sys.usb.config} + +# USB and audio accessory configuration +on property:sys.usb.config=accessory,audio_source && property:sys.usb.configfs=0 + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/idVendor 18d1 + write /sys/class/android_usb/android0/idProduct 2d04 + write /sys/class/android_usb/android0/functions ${sys.usb.config} + write /sys/class/android_usb/android0/enable 1 + setprop sys.usb.state ${sys.usb.config} + +# USB and audio accessory configuration, with adb +on property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.configfs=0 + write /sys/class/android_usb/android0/enable 0 + write /sys/class/android_usb/android0/idVendor 18d1 + write /sys/class/android_usb/android0/idProduct 2d05 + write /sys/class/android_usb/android0/functions ${sys.usb.config} + write /sys/class/android_usb/android0/enable 1 + start adbd + setprop sys.usb.state ${sys.usb.config} + +# Used to set USB configuration at boot and to switch the configuration +# when changing the default configuration +on boot && property:persist.sys.usb.config=* + setprop sys.usb.config ${persist.sys.usb.config} + +# +# USB type C +# + +# USB mode changes +on property:sys.usb.typec.mode=dfp + write /sys/class/dual_role_usb/otg_default/mode ${sys.usb.typec.mode} + setprop sys.usb.typec.state ${sys.usb.typec.mode} + +on property:sys.usb.typec.mode=ufp + write /sys/class/dual_role_usb/otg_default/mode ${sys.usb.typec.mode} + setprop sys.usb.typec.state ${sys.usb.typec.mode} + +# USB data role changes +on property:sys.usb.typec.data_role=device + write /sys/class/dual_role_usb/otg_default/data_role ${sys.usb.typec.data_role} + setprop sys.usb.typec.state ${sys.usb.typec.data_role} + +on property:sys.usb.typec.data_role=host + write /sys/class/dual_role_usb/otg_default/data_role ${sys.usb.typec.data_role} + setprop sys.usb.typec.state ${sys.usb.typec.data_role} + +# USB power role changes +on property:sys.usb.typec.power_role=source + write /sys/class/dual_role_usb/otg_default/power_role ${sys.usb.typec.power_role} + setprop sys.usb.typec.state ${sys.usb.typec.power_role} + +on property:sys.usb.typec.power_role=sink + write /sys/class/dual_role_usb/otg_default/power_role ${sys.usb.typec.power_role} + setprop sys.usb.typec.state ${sys.usb.typec.power_role} + +on userspace-reboot-requested + setprop sys.usb.config "" + setprop sys.usb.state "" diff --git a/sparse/system/etc/init/hw/init.zygote32.rc b/sparse/system/etc/init/hw/init.zygote32.rc new file mode 100644 index 0000000..2f0ec8a --- /dev/null +++ b/sparse/system/etc/init/hw/init.zygote32.rc @@ -0,0 +1,20 @@ +service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server + class main + priority -20 + user root + group root readproc reserved_disk + socket zygote stream 660 root system + socket usap_pool_primary stream 660 root system + onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse + onrestart write /sys/power/state on + # NOTE: If the wakelock name here is changed, then also + # update it in SystemSuspend.cpp + onrestart write /sys/power/wake_lock zygote_kwl + onrestart restart audioserver + onrestart restart cameraserver + onrestart restart media + onrestart restart media.tuner + onrestart restart netd + onrestart restart wificond + task_profiles ProcessCapacityHigh + critical window=${zygote.critical_window.minute:-off} target=zygote-fatal diff --git a/sparse/system/etc/init/hw/init.zygote64_32.rc b/sparse/system/etc/init/hw/init.zygote64_32.rc new file mode 100644 index 0000000..efb30d6 --- /dev/null +++ b/sparse/system/etc/init/hw/init.zygote64_32.rc @@ -0,0 +1,27 @@ +service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote + class main + priority -20 + user root + group root readproc reserved_disk + socket zygote stream 660 root system + socket usap_pool_primary stream 660 root system + onrestart exec_background - system system -- /system/bin/vdc volume abort_fuse + onrestart write /sys/power/state on + onrestart restart audioserver + onrestart restart cameraserver + onrestart restart media + onrestart restart media.tuner + onrestart restart netd + onrestart restart wificond + task_profiles ProcessCapacityHigh MaxPerformance + critical window=${zygote.critical_window.minute:-off} target=zygote-fatal + +service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload + class main + priority -20 + user root + group root readproc reserved_disk + socket zygote_secondary stream 660 root system + socket usap_pool_secondary stream 660 root system + onrestart restart zygote + task_profiles ProcessCapacityHigh MaxPerformance diff --git a/sparse/system/etc/init/hwservicemanager.rc b/sparse/system/etc/init/hwservicemanager.rc new file mode 100644 index 0000000..df5d7af --- /dev/null +++ b/sparse/system/etc/init/hwservicemanager.rc @@ -0,0 +1,12 @@ +service hwservicemanager /system/bin/hwservicemanager + user system + disabled + group system readproc + critical + onrestart setprop hwservicemanager.ready false + onrestart class_restart --only-enabled main + onrestart class_restart --only-enabled hal + onrestart class_restart --only-enabled early_hal + task_profiles ServiceCapacityLow HighPerformance + class animation + shutdown critical diff --git a/sparse/system/etc/init/idmap2d.rc b/sparse/system/etc/init/idmap2d.rc new file mode 100644 index 0000000..203e7be --- /dev/null +++ b/sparse/system/etc/init/idmap2d.rc @@ -0,0 +1,4 @@ +service idmap2d /system/bin/idmap2d + class main + user system + group system diff --git a/sparse/system/etc/init/incidentd.rc b/sparse/system/etc/init/incidentd.rc new file mode 100644 index 0000000..9c16a1c --- /dev/null +++ b/sparse/system/etc/init/incidentd.rc @@ -0,0 +1,23 @@ +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +service incidentd /system/bin/incidentd + class main + user incidentd + group incidentd log readproc + capabilities KILL SYS_PTRACE + +on post-fs-data + # Create directory for incidentd + mkdir /data/misc/incidents 0770 incidentd incidentd diff --git a/sparse/system/etc/init/installd.rc b/sparse/system/etc/init/installd.rc new file mode 100644 index 0000000..240aa49 --- /dev/null +++ b/sparse/system/etc/init/installd.rc @@ -0,0 +1,103 @@ + +service installd /system/bin/installd + class main + +on early-boot + mkdir /config/sdcardfs/extensions/1055 + mkdir /config/sdcardfs/extensions/1056 + mkdir /config/sdcardfs/extensions/1057 + mkdir /config/sdcardfs/extensions/1056/3gpp + mkdir /config/sdcardfs/extensions/1056/3gp + mkdir /config/sdcardfs/extensions/1056/3gpp2 + mkdir /config/sdcardfs/extensions/1056/3g2 + mkdir /config/sdcardfs/extensions/1056/avi + mkdir /config/sdcardfs/extensions/1056/dl + mkdir /config/sdcardfs/extensions/1056/dif + mkdir /config/sdcardfs/extensions/1056/dv + mkdir /config/sdcardfs/extensions/1056/fli + mkdir /config/sdcardfs/extensions/1056/m4v + mkdir /config/sdcardfs/extensions/1056/ts + mkdir /config/sdcardfs/extensions/1056/mpeg + mkdir /config/sdcardfs/extensions/1056/mpg + mkdir /config/sdcardfs/extensions/1056/mpe + mkdir /config/sdcardfs/extensions/1056/mp4 + mkdir /config/sdcardfs/extensions/1056/vob + mkdir /config/sdcardfs/extensions/1056/qt + mkdir /config/sdcardfs/extensions/1056/mov + mkdir /config/sdcardfs/extensions/1056/mxu + mkdir /config/sdcardfs/extensions/1056/webm + mkdir /config/sdcardfs/extensions/1056/lsf + mkdir /config/sdcardfs/extensions/1056/lsx + mkdir /config/sdcardfs/extensions/1056/mkv + mkdir /config/sdcardfs/extensions/1056/mng + mkdir /config/sdcardfs/extensions/1056/asf + mkdir /config/sdcardfs/extensions/1056/asx + mkdir /config/sdcardfs/extensions/1056/wm + mkdir /config/sdcardfs/extensions/1056/wmv + mkdir /config/sdcardfs/extensions/1056/wmx + mkdir /config/sdcardfs/extensions/1056/wvx + mkdir /config/sdcardfs/extensions/1056/movie + mkdir /config/sdcardfs/extensions/1056/wrf + mkdir /config/sdcardfs/extensions/1057/bmp + mkdir /config/sdcardfs/extensions/1057/gif + mkdir /config/sdcardfs/extensions/1057/jpg + mkdir /config/sdcardfs/extensions/1057/jpeg + mkdir /config/sdcardfs/extensions/1057/jpe + mkdir /config/sdcardfs/extensions/1057/pcx + mkdir /config/sdcardfs/extensions/1057/png + mkdir /config/sdcardfs/extensions/1057/svg + mkdir /config/sdcardfs/extensions/1057/svgz + mkdir /config/sdcardfs/extensions/1057/tiff + mkdir /config/sdcardfs/extensions/1057/tif + mkdir /config/sdcardfs/extensions/1057/wbmp + mkdir /config/sdcardfs/extensions/1057/webp + mkdir /config/sdcardfs/extensions/1057/dng + mkdir /config/sdcardfs/extensions/1057/cr2 + mkdir /config/sdcardfs/extensions/1057/ras + mkdir /config/sdcardfs/extensions/1057/art + mkdir /config/sdcardfs/extensions/1057/jng + mkdir /config/sdcardfs/extensions/1057/nef + mkdir /config/sdcardfs/extensions/1057/nrw + mkdir /config/sdcardfs/extensions/1057/orf + mkdir /config/sdcardfs/extensions/1057/rw2 + mkdir /config/sdcardfs/extensions/1057/pef + mkdir /config/sdcardfs/extensions/1057/psd + mkdir /config/sdcardfs/extensions/1057/pnm + mkdir /config/sdcardfs/extensions/1057/pbm + mkdir /config/sdcardfs/extensions/1057/pgm + mkdir /config/sdcardfs/extensions/1057/ppm + mkdir /config/sdcardfs/extensions/1057/srw + mkdir /config/sdcardfs/extensions/1057/arw + mkdir /config/sdcardfs/extensions/1057/rgb + mkdir /config/sdcardfs/extensions/1057/xbm + mkdir /config/sdcardfs/extensions/1057/xpm + mkdir /config/sdcardfs/extensions/1057/xwd + mkdir /config/sdcardfs/extensions/1055/aac + mkdir /config/sdcardfs/extensions/1055/aac + mkdir /config/sdcardfs/extensions/1055/amr + mkdir /config/sdcardfs/extensions/1055/awb + mkdir /config/sdcardfs/extensions/1055/snd + mkdir /config/sdcardfs/extensions/1055/flac + mkdir /config/sdcardfs/extensions/1055/flac + mkdir /config/sdcardfs/extensions/1055/mp3 + mkdir /config/sdcardfs/extensions/1055/mpga + mkdir /config/sdcardfs/extensions/1055/mpega + mkdir /config/sdcardfs/extensions/1055/mp2 + mkdir /config/sdcardfs/extensions/1055/m4a + mkdir /config/sdcardfs/extensions/1055/aif + mkdir /config/sdcardfs/extensions/1055/aiff + mkdir /config/sdcardfs/extensions/1055/aifc + mkdir /config/sdcardfs/extensions/1055/gsm + mkdir /config/sdcardfs/extensions/1055/mka + mkdir /config/sdcardfs/extensions/1055/m3u + mkdir /config/sdcardfs/extensions/1055/wma + mkdir /config/sdcardfs/extensions/1055/wax + mkdir /config/sdcardfs/extensions/1055/ra + mkdir /config/sdcardfs/extensions/1055/rm + mkdir /config/sdcardfs/extensions/1055/ram + mkdir /config/sdcardfs/extensions/1055/ra + mkdir /config/sdcardfs/extensions/1055/pls + mkdir /config/sdcardfs/extensions/1055/sd2 + mkdir /config/sdcardfs/extensions/1055/wav + mkdir /config/sdcardfs/extensions/1055/ogg + mkdir /config/sdcardfs/extensions/1055/oga diff --git a/sparse/system/etc/init/keystore2.rc b/sparse/system/etc/init/keystore2.rc new file mode 100644 index 0000000..6f88dd3 --- /dev/null +++ b/sparse/system/etc/init/keystore2.rc @@ -0,0 +1,13 @@ +# Start the keystore2 service. +# Keystore 2.0 changes its working directory to the first positional +# command line option, i.e., /data/misc/keystore, where it stores its +# database. +# Keystore shall run as user keystore and groups keystore, readproc, and log. +# +# See system/core/init/README.md for information on the init.rc language. + +service keystore2 /system/bin/keystore2 /data/misc/keystore + class early_hal + user keystore + group keystore readproc log + task_profiles ProcessCapacityHigh diff --git a/sparse/system/etc/init/llkd.rc b/sparse/system/etc/init/llkd.rc new file mode 100644 index 0000000..5d701fc --- /dev/null +++ b/sparse/system/etc/init/llkd.rc @@ -0,0 +1,45 @@ +# eng default for ro.llk.enable and ro.khungtask.enable +on property:ro.debuggable=* + setprop llk.enable ${ro.llk.enable:-0} + setprop khungtask.enable ${ro.khungtask.enable:-0} + +on property:ro.llk.enable=true + setprop llk.enable true + +on property:llk.enable=1 + setprop llk.enable true + +on property:llk.enable=0 + setprop llk.enable false + +on property:ro.khungtask.enable=true + setprop khungtask.enable true + +on property:khungtask.enable=1 + setprop khungtask.enable true + +on property:khungtask.enable=0 + setprop khungtask.enable false + +# Configure [khungtaskd] +on property:khungtask.enable=true + write /proc/sys/kernel/hung_task_timeout_secs ${ro.khungtask.timeout:-720} + write /proc/sys/kernel/hung_task_warnings 65535 + write /proc/sys/kernel/hung_task_check_count 65535 + write /proc/sys/kernel/hung_task_panic 1 + +on property:khungtask.enable=false + write /proc/sys/kernel/hung_task_panic 0 + +on property:llk.enable=true + start llkd-${ro.debuggable:-0} + +service llkd-0 /system/bin/llkd + class late_start + disabled + user llkd + group llkd readproc + capabilities KILL IPC_LOCK + file /dev/kmsg w + file /proc/sysrq-trigger w + task_profiles ServiceCapacityLow diff --git a/sparse/system/etc/init/lmkd.rc b/sparse/system/etc/init/lmkd.rc new file mode 100644 index 0000000..ba662b4 --- /dev/null +++ b/sparse/system/etc/init/lmkd.rc @@ -0,0 +1,51 @@ +service lmkd /system/bin/lmkd + class core + user lmkd + group lmkd system readproc + capabilities DAC_OVERRIDE KILL IPC_LOCK SYS_NICE SYS_RESOURCE + critical + socket lmkd seqpacket+passcred 0660 system system + task_profiles ServiceCapacityLow + +on property:lmkd.reinit=1 + exec_background /system/bin/lmkd --reinit + +# reinitialize lmkd after device finished booting if experiments set any flags during boot +on property:sys.boot_completed=1 && property:lmkd.reinit=0 + setprop lmkd.reinit 1 + +# properties most likely to be used in experiments +# setting persist.device_config.* property either triggers immediate lmkd re-initialization +# if the device finished booting or sets lmkd.reinit=0 to re-initialize lmkd after boot completes +on property:persist.device_config.lmkd_native.debug=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.kill_heaviest_task=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.kill_timeout_ms=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.swap_free_low_percentage=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.psi_partial_stall_ms=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.psi_complete_stall_ms=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.thrashing_limit=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.thrashing_limit_decay=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.thrashing_limit_critical=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.swap_util_max=* + setprop lmkd.reinit ${sys.boot_completed:-0} + +on property:persist.device_config.lmkd_native.filecache_min_kb=* + setprop lmkd.reinit ${sys.boot_completed:-0} diff --git a/sparse/system/etc/init/logd.rc b/sparse/system/etc/init/logd.rc new file mode 100644 index 0000000..69bfb73 --- /dev/null +++ b/sparse/system/etc/init/logd.rc @@ -0,0 +1,36 @@ +service logd /system/bin/logd + socket logd stream 0666 logd logd + socket logdr seqpacket 0666 logd logd + socket logdw dgram+passcred 0222 logd logd + file /proc/kmsg r + file /dev/kmsg w + user logd + group logd system package_info readproc + capabilities SYSLOG AUDIT_CONTROL + priority 10 + task_profiles ServiceCapacityLow + onrestart setprop logd.ready false + +service logd-reinit /system/bin/logd --reinit + oneshot + disabled + user logd + group logd + task_profiles ServiceCapacityLow + +# Limit SELinux denial generation to 5/second +service logd-auditctl /system/bin/auditctl -r 5 + oneshot + disabled + user logd + group logd + capabilities AUDIT_CONTROL + +on fs + write /dev/event-log-tags "# content owned by logd +" + chown logd logd /dev/event-log-tags + chmod 0644 /dev/event-log-tags + +on property:sys.boot_completed=1 + start logd-auditctl diff --git a/sparse/system/etc/init/lpdumpd.rc b/sparse/system/etc/init/lpdumpd.rc new file mode 100644 index 0000000..46ef5b3 --- /dev/null +++ b/sparse/system/etc/init/lpdumpd.rc @@ -0,0 +1,35 @@ +# +# Copyright (C) 2019 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +service lpdumpd /system/bin/lpdumpd + # TODO(b/129011369): make this killable by lmkd + oneshot + disabled + user system + group system + # On Launch devices, assume "super". On virtual devices, ${ro.boot.super_partition} + # might be something else. + file /dev/block/by-name/${ro.boot.super_partition:-super} r + # On retrofit devices, ${ro.boot.super_partition} is slot-suffixed. + # Use NO_SUCH_DEVICE_NO_SUCH_SUFFIX as default values so that host_init_verifier does + # not complain about missing sysprops + file /dev/block/by-name/${ro.boot.super_partition:-NO_SUCH_DEVICE}${ro.boot.slot_suffix:-_NO_SUCH_SUFFIX} r + +on property:sys.lpdumpd=start + start lpdumpd + +on property:sys.lpdumpd=stop + stop lpdumpd diff --git a/sparse/system/etc/init/mdnsd.rc b/sparse/system/etc/init/mdnsd.rc new file mode 100644 index 0000000..0696ac5 --- /dev/null +++ b/sparse/system/etc/init/mdnsd.rc @@ -0,0 +1,7 @@ +service mdnsd /system/bin/mdnsd + class main + user mdnsr + group inet + socket mdnsd stream 0660 mdnsr inet + disabled + oneshot diff --git a/sparse/system/etc/init/mediaextractor.rc b/sparse/system/etc/init/mediaextractor.rc new file mode 100644 index 0000000..4fb50d0 --- /dev/null +++ b/sparse/system/etc/init/mediaextractor.rc @@ -0,0 +1,6 @@ +service mediaextractor /system/bin/mediaextractor + class main + user mediaex + group drmrpc mediadrm + ioprio rt 4 + task_profiles ProcessCapacityHigh diff --git a/sparse/system/etc/init/mediametrics.rc b/sparse/system/etc/init/mediametrics.rc new file mode 100644 index 0000000..2a6c817 --- /dev/null +++ b/sparse/system/etc/init/mediametrics.rc @@ -0,0 +1,6 @@ +service mediametrics /system/bin/mediametrics + class main + user media + group media + ioprio rt 4 + task_profiles ProcessCapacityHigh HighPerformance diff --git a/sparse/system/etc/init/mediaserver.rc b/sparse/system/etc/init/mediaserver.rc new file mode 100644 index 0000000..05373c9 --- /dev/null +++ b/sparse/system/etc/init/mediaserver.rc @@ -0,0 +1,9 @@ +on property:init.svc.media=* + setprop init.svc.mediadrm ${init.svc.media} + +service media /system/bin/mediaserver + class main + user media + group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc mediadrm + ioprio rt 4 + task_profiles ProcessCapacityHigh HighPerformance diff --git a/sparse/system/etc/init/mtpd.rc b/sparse/system/etc/init/mtpd.rc new file mode 100644 index 0000000..af701d5 --- /dev/null +++ b/sparse/system/etc/init/mtpd.rc @@ -0,0 +1,8 @@ +service mtpd /system/bin/mtpd + class main + socket mtpd stream 600 system system + user vpn + group vpn inet + capabilities NET_ADMIN NET_RAW + disabled + oneshot diff --git a/sparse/system/etc/init/netd.rc b/sparse/system/etc/init/netd.rc new file mode 100644 index 0000000..3e7aa40 --- /dev/null +++ b/sparse/system/etc/init/netd.rc @@ -0,0 +1,33 @@ +service netd /system/bin/netd + class main + capabilities CHOWN DAC_OVERRIDE DAC_READ_SEARCH FOWNER IPC_LOCK KILL NET_ADMIN NET_BIND_SERVICE NET_RAW SETUID SETGID + group root net_admin + socket dnsproxyd stream 0660 root inet + socket mdns stream 0660 root system + socket fwmarkd stream 0660 root inet + onrestart restart zygote + onrestart restart zygote_secondary + # b/121354779: netd itself is not updatable, but on startup it dlopen()s the resolver library + # from the DNS resolver APEX. Mark it as updatable so init won't start it until all APEX + # packages are ready. + updatable + +# Moved from external/android-clat/vendor-464xlat.rc. Since +# clatd is modularized and shipped in apex, migrate the +# clat vendor property to netd. +# +# Certain vendors disable 464xlat by setting a vendor property. +# The connectivity code in the Tethering APEX needs to disable +# 464xlat when the property is set, but it is only allowed to +# access non-vendor system properties. So copy the property to +# a property available to system APIs in android.sysprop. +# +# Arguably this script should live close to the code that uses +# it, but scrips in APEXes are not allowed to use "on property". +# So put it here close to clatd, which is at least related to +# 464xlat. +on property:persist.vendor.net.doxlat=true + setprop net.464xlat.cellular.enabled true + +on property:persist.vendor.net.doxlat=false + setprop net.464xlat.cellular.enabled false diff --git a/sparse/system/etc/init/odsign.rc b/sparse/system/etc/init/odsign.rc new file mode 100644 index 0000000..de09fc0 --- /dev/null +++ b/sparse/system/etc/init/odsign.rc @@ -0,0 +1,9 @@ +service odsign /system/bin/odsign + class core + user root + group system + disabled # does not start with the core class + +# Note that odsign is not oneshot, but stopped manually when it exits. This +# ensures that if odsign crashes during a module update, apexd will detect +# those crashes and roll back the update. diff --git a/sparse/system/etc/init/otapreopt.rc b/sparse/system/etc/init/otapreopt.rc new file mode 100644 index 0000000..059ae75 --- /dev/null +++ b/sparse/system/etc/init/otapreopt.rc @@ -0,0 +1,8 @@ +# When /data is available, look for A/B artifacts for the current slot and move them +# into the dalvik-cache (relabeling them). +on post-fs-data + exec - root -- /system/bin/otapreopt_slot + # The dalvik-cache was not moved itself, so as to restrict the rights of otapreopt_slot. + # But now the relabeling is annoying as there is no force option available here. So + # explicitly list all the ISAs we know. + restorecon_recursive /data/dalvik-cache/arm /data/dalvik-cache/arm64 /data/dalvik-cache/mips /data/dalvik-cache/mips64 /data/dalvik-cache/x86 /data/dalvik-cache/x86_64 diff --git a/sparse/system/etc/init/perfetto.rc b/sparse/system/etc/init/perfetto.rc new file mode 100644 index 0000000..58f03f7 --- /dev/null +++ b/sparse/system/etc/init/perfetto.rc @@ -0,0 +1,123 @@ +# Copyright (C) 2017 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +service traced /system/bin/traced + class late_start + disabled + socket traced_consumer stream 0666 root root + socket traced_producer stream 0666 root root + user nobody + group nobody + task_profiles ServiceCapacityLow + +service traced_probes /system/bin/traced_probes + class late_start + disabled + user nobody + # Despite the "log" group below, traced_probes is allowed to read log + # only on userdebug/eng via selinux (see traced_probes.te). + group nobody readproc log readtracefs + task_profiles ServiceCapacityLow + # Clean up procfs configuration even if traced_probes crashes + # unexpectedly. + onrestart exec_background - nobody shell -- /system/bin/traced_probes --cleanup-after-crash + file /dev/kmsg w + capabilities DAC_READ_SEARCH + +on property:persist.device_config.global_settings.sys_traced=1 + setprop persist.traced.enable 1 + +on property:persist.device_config.global_settings.sys_traced=0 + setprop persist.traced.enable 0 + +on property:debug.atrace.user_initiated=1 + stop traced_probes + +on property:persist.traced.enable=1 && property:debug.atrace.user_initiated="" + start traced_probes + +on property:persist.traced.enable=1 + # Trace files need to be: + # - Written by either uid:shell or uid:statsd. + # - Read by shell and incidentd. + mkdir /data/misc/perfetto-traces 0773 root shell + + # Traces in this directory are only accessed by dumpstate (read+unlink) and + # by the bug reporting UI (ls+getattr). + mkdir /data/misc/perfetto-traces/bugreport 0773 root shell + + # This directory allows shell to save configs file in a place where the + # perfetto cmdline client can read then. /data/local/tmp/ isn't safe because + # too many other domains can write into that. See b/170404111. + mkdir /data/misc/perfetto-configs 0775 root shell + + start traced + start traced_probes + +on property:persist.traced.enable=0 + stop traced + stop traced_probes + +# Reset the Perfetto guard rail state on boot: +on post-fs-data + rm /data/misc/perfetto-traces/.guardraildata + +############################################################################# +# mm_events - Arms a perfetto trace config that is triggered +# on memory pressure (kmem_activity trigger) +############################################################################# + +service mm_events /system/bin/mm_events + class late_start + disabled + oneshot + user nobody + group nobody + +on property:persist.mm_events.enabled=true && property:persist.traced.enable=1 + restart mm_events # Restart to reset backoff interval + +on property:persist.mm_events.enabled=false + stop mm_events + +############################################################################# +# perfetto_trace_on_boot - Starts a perfetto trace on boot +############################################################################# +# +# There are two separate actions (a trigger action and a start action) to make +# sure that perfetto_trace_on_boot is started only once on boot (otherwise, +# whenever persist.debug.perfetto.boottrace=1 is set, perfetto_trace_on_boot +# would start immediately). +# +# persist.debug.perfetto.boottrace=1 can be manually set after boot (to record +# a trace on the next reboot) and we don't want to immediately start a trace +# when setting the debug property. So we turn "ro.persistent_properties.ready" +# into a trigger, and then check whether we should start tracing when the +# trigger fires. +on perfetto_maybe_trace_on_boot && property:persist.debug.perfetto.boottrace=1 && property:persist.traced.enable=1 + setprop persist.debug.perfetto.boottrace "" + rm /data/misc/perfetto-traces/boottrace.perfetto-trace + # Set by traced after listen()ing on the consumer socket. Without this, + # perfetto could try to connect to traced before traced is ready to listen. + wait_for_prop sys.trace.traced_started 1 + start perfetto_trace_on_boot + +on property:ro.persistent_properties.ready=true + trigger perfetto_maybe_trace_on_boot + +service perfetto_trace_on_boot /system/bin/perfetto -c /data/misc/perfetto-configs/boottrace.pbtxt --txt -o /data/misc/perfetto-traces/boottrace.perfetto-trace + disabled + oneshot + user shell + group nobody diff --git a/sparse/system/etc/init/prng_seeder.rc b/sparse/system/etc/init/prng_seeder.rc new file mode 100644 index 0000000..9825583 --- /dev/null +++ b/sparse/system/etc/init/prng_seeder.rc @@ -0,0 +1,12 @@ +# Copyright (C) 2022 The Android Open Source Project +# +# Start PRNG seeder daemon from early-init + +on early-init + start prng_seeder + +service prng_seeder /system/bin/prng_seeder + user prng_seeder + group prng_seeder + stdio_to_kmsg + socket prng_seeder stream+listen 0666 prng_seeder prng_seeder diff --git a/sparse/system/etc/init/racoon.rc b/sparse/system/etc/init/racoon.rc new file mode 100644 index 0000000..fdb8823 --- /dev/null +++ b/sparse/system/etc/init/racoon.rc @@ -0,0 +1,9 @@ +service racoon /system/bin/racoon + class main + socket racoon stream 600 system system + # IKE uses UDP port 500. + user vpn + group vpn inet + capabilities NET_ADMIN NET_BIND_SERVICE NET_RAW + disabled + oneshot diff --git a/sparse/system/etc/init/recovery-persist.rc b/sparse/system/etc/init/recovery-persist.rc new file mode 100644 index 0000000..135a3c3 --- /dev/null +++ b/sparse/system/etc/init/recovery-persist.rc @@ -0,0 +1,3 @@ +on post-fs-data + mkdir /data/misc/recovery 0770 system log + exec_background - system log -- /system/bin/recovery-persist diff --git a/sparse/system/etc/init/recovery-refresh.rc b/sparse/system/etc/init/recovery-refresh.rc new file mode 100644 index 0000000..9fefc81 --- /dev/null +++ b/sparse/system/etc/init/recovery-refresh.rc @@ -0,0 +1,2 @@ +on post-fs + exec_background - system log -- /system/bin/recovery-refresh diff --git a/sparse/system/etc/init/rss_hwm_reset.rc b/sparse/system/etc/init/rss_hwm_reset.rc new file mode 100644 index 0000000..271cbf8 --- /dev/null +++ b/sparse/system/etc/init/rss_hwm_reset.rc @@ -0,0 +1,26 @@ +# Copyright (C) 2018 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +service rss_hwm_reset /system/bin/rss_hwm_reset + class late_start + disabled + oneshot + user nobody + group nobody readproc + task_profiles ServiceCapacityLow + capabilities DAC_OVERRIDE + +on property:sys.rss_hwm_reset.on=1 + start rss_hwm_reset + setprop sys.rss_hwm_reset.on 0 diff --git a/sparse/system/etc/init/servicemanager.rc b/sparse/system/etc/init/servicemanager.rc new file mode 100644 index 0000000..e5d689f --- /dev/null +++ b/sparse/system/etc/init/servicemanager.rc @@ -0,0 +1,13 @@ +service servicemanager /system/bin/servicemanager + class core animation + user system + group system readproc + critical + onrestart restart apexd + onrestart restart audioserver + onrestart restart gatekeeperd + onrestart class_restart --only-enabled main + onrestart class_restart --only-enabled hal + onrestart class_restart --only-enabled early_hal + task_profiles ServiceCapacityLow + shutdown critical diff --git a/sparse/system/etc/init/simpleperf.rc b/sparse/system/etc/init/simpleperf.rc new file mode 100644 index 0000000..928e9d3 --- /dev/null +++ b/sparse/system/etc/init/simpleperf.rc @@ -0,0 +1,3 @@ + +on zygote-start && property:ro.debuggable=1 && property:persist.simpleperf.boot_record=* + exec_background /system/bin/simpleperf boot-record --log-to-android-buffer --record "${persist.simpleperf.boot_record}" diff --git a/sparse/system/etc/init/snapuserd.rc b/sparse/system/etc/init/snapuserd.rc new file mode 100644 index 0000000..2750096 --- /dev/null +++ b/sparse/system/etc/init/snapuserd.rc @@ -0,0 +1,19 @@ +service snapuserd /system/bin/snapuserd + socket snapuserd stream 0660 system system + oneshot + disabled + user root + group root system + seclabel u:r:snapuserd:s0 + +service snapuserd_proxy /system/bin/snapuserd -socket-handoff + socket snapuserd stream 0660 system system + socket snapuserd_proxy seqpacket 0660 system root + oneshot + disabled + user root + group root system + seclabel u:r:snapuserd:s0 + +on property:init.svc.snapuserd=stopped + setprop snapuserd.ready false diff --git a/sparse/system/etc/init/storaged.rc b/sparse/system/etc/init/storaged.rc new file mode 100644 index 0000000..7085743 --- /dev/null +++ b/sparse/system/etc/init/storaged.rc @@ -0,0 +1,8 @@ +service storaged /system/bin/storaged + class main + capabilities DAC_READ_SEARCH + priority 10 + file /d/mmc0/mmc0:0001/ext_csd r + task_profiles ServiceCapacityLow + user root + group package_info diff --git a/sparse/system/etc/init/surfaceflinger.rc b/sparse/system/etc/init/surfaceflinger.rc new file mode 100644 index 0000000..39d7bd9 --- /dev/null +++ b/sparse/system/etc/init/surfaceflinger.rc @@ -0,0 +1,10 @@ +service surfaceflinger /system/bin/surfaceflinger + class core animation + user system + group graphics drmrpc readproc + capabilities SYS_NICE + onrestart restart --only-if-running zygote + task_profiles HighPerformance + socket pdx/system/vr/display/client stream 0666 system graphics u:object_r:pdx_display_client_endpoint_socket:s0 + socket pdx/system/vr/display/manager stream 0666 system graphics u:object_r:pdx_display_manager_endpoint_socket:s0 + socket pdx/system/vr/display/vsync stream 0666 system graphics u:object_r:pdx_display_vsync_endpoint_socket:s0 diff --git a/sparse/system/etc/init/tombstoned.rc b/sparse/system/etc/init/tombstoned.rc new file mode 100644 index 0000000..fc43f4e --- /dev/null +++ b/sparse/system/etc/init/tombstoned.rc @@ -0,0 +1,8 @@ +service tombstoned /system/bin/tombstoned + user tombstoned + group system + + socket tombstoned_crash seqpacket 0666 system system + socket tombstoned_intercept seqpacket 0666 system system + socket tombstoned_java_trace seqpacket 0666 system system + task_profiles ServiceCapacityLow diff --git a/sparse/system/etc/init/traced_perf.rc b/sparse/system/etc/init/traced_perf.rc new file mode 100644 index 0000000..7b0ec6a --- /dev/null +++ b/sparse/system/etc/init/traced_perf.rc @@ -0,0 +1,47 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# Notes: +# * socket used for receiving /proc/pid/{maps,mem} file descriptors +# * readproc group to stat(/proc/pid) to find out UID of processes, and read +# /proc/pid/cmdline. +# * KILL capability for sending BIONIC_SIGNAL_PROFILER. +# * DAC_READ_SEARCH capability for stack unwinding and on-device symbolization (requires +# opening libraries/executables for sections not already mapped in). +# * foreground task group as unwinding based on minidebug info is a heavyweight action. +service traced_perf /system/bin/traced_perf + class late_start + disabled + socket traced_perf stream 0666 root root + user nobody + group nobody readproc readtracefs + capabilities KILL DAC_READ_SEARCH + task_profiles ProcessCapacityHigh + +# Daemon run state: +# * initially off +# * |persist.traced_perf.enable| forces daemon to run unconditionally +# * if kernel doesn't have perf_event_open LSM hooks, daemon is stopped +# * otherwise, follow |traced.lazy.traced_perf| as an on-demand service +on property:persist.traced_perf.enable=1 + start traced_perf +on property:persist.traced_perf.enable="" && property:sys.init.perf_lsm_hooks="" + stop traced_perf +on property:persist.traced_perf.enable="" && property:sys.init.perf_lsm_hooks=1 && property:traced.lazy.traced_perf=1 + start traced_perf +on property:persist.traced_perf.enable="" && property:sys.init.perf_lsm_hooks=1 && property:traced.lazy.traced_perf="" + stop traced_perf + +on property:persist.traced_perf.enable=0 + setprop persist.traced_perf.enable "" diff --git a/sparse/system/etc/init/uncrypt.rc b/sparse/system/etc/init/uncrypt.rc new file mode 100644 index 0000000..52f564e --- /dev/null +++ b/sparse/system/etc/init/uncrypt.rc @@ -0,0 +1,17 @@ +service uncrypt /system/bin/uncrypt + class main + socket uncrypt stream 600 system system + disabled + oneshot + +service setup-bcb /system/bin/uncrypt --setup-bcb + class main + socket uncrypt stream 600 system system + disabled + oneshot + +service clear-bcb /system/bin/uncrypt --clear-bcb + class main + socket uncrypt stream 600 system system + disabled + oneshot diff --git a/sparse/system/etc/init/update_engine.rc b/sparse/system/etc/init/update_engine.rc new file mode 100644 index 0000000..bc6447b --- /dev/null +++ b/sparse/system/etc/init/update_engine.rc @@ -0,0 +1,9 @@ +service update_engine /system/bin/update_engine --logtostderr --logtofile --foreground + class late_start + user root + group root system wakelock inet cache media_rw + task_profiles OtaProfiles + disabled + +on property:ro.boot.slot_suffix=* + enable update_engine diff --git a/sparse/system/etc/init/update_verifier.rc b/sparse/system/etc/init/update_verifier.rc new file mode 100644 index 0000000..862b062 --- /dev/null +++ b/sparse/system/etc/init/update_verifier.rc @@ -0,0 +1,11 @@ +service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted + user root + group cache system + priority -20 + ioprio rt 0 + +service update_verifier /system/bin/update_verifier ${vold.decrypt} + user root + group cache system + priority -20 + ioprio rt 0 diff --git a/sparse/system/etc/init/usbd.rc b/sparse/system/etc/init/usbd.rc new file mode 100644 index 0000000..809044a --- /dev/null +++ b/sparse/system/etc/init/usbd.rc @@ -0,0 +1,5 @@ +service usbd /system/bin/usbd + class late_start + oneshot + user root + group root usb system diff --git a/sparse/system/etc/init/vold.rc b/sparse/system/etc/init/vold.rc new file mode 100644 index 0000000..9474a1e --- /dev/null +++ b/sparse/system/etc/init/vold.rc @@ -0,0 +1,9 @@ +service vold /system/bin/vold \ + --blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 \ + --fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0 + class core + ioprio be 2 + task_profiles ProcessCapacityHigh + shutdown critical + group root reserved_disk + reboot_on_failure reboot,vold-failed diff --git a/sparse/system/etc/init/wifi.rc b/sparse/system/etc/init/wifi.rc new file mode 100644 index 0000000..eceee0a --- /dev/null +++ b/sparse/system/etc/init/wifi.rc @@ -0,0 +1,101 @@ +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# These are needed for migration of data to wifi apex directory. +on post-fs-data + restorecon_recursive /data/misc/apexdata/com.android.wifi + +on property:sys.user.0.ce_available=true + restorecon_recursive /data/misc_ce/0/apexdata/com.android.wifi + +# Below are for kernel tracing related stuff. +on fs + setprop sys.wifitracing.started 0 + +on property:sys.boot_completed=1 && property:sys.wifitracing.started=0 + # Create trace buffer, and set basic configuration. + mkdir /sys/kernel/debug/tracing/instances/wifi 711 + restorecon_recursive /sys/kernel/debug/tracing/instances/wifi + write /sys/kernel/debug/tracing/instances/wifi/tracing_on 0 + write /sys/kernel/debug/tracing/instances/wifi/buffer_size_kb 1 + write /sys/kernel/debug/tracing/instances/wifi/trace_options disable_on_free + + mkdir /sys/kernel/tracing/instances/wifi 711 + restorecon_recursive /sys/kernel/tracing/instances/wifi + write /sys/kernel/tracing/instances/wifi/tracing_on 0 + write /sys/kernel/tracing/instances/wifi/buffer_size_kb 1 + write /sys/kernel/tracing/instances/wifi/trace_options disable_on_free + + # Enable cfg80211 events for connection and key management events. + # - Events are not actually logged until WifiService writes "1" to + # /sys/kernel/debug/tracing/instances/wifi/tracing_on. + # - WifiService is responsible for turning tracing off and on. + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/cfg80211_gtk_rekey_notify/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_add_key/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_assoc/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_auth/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_connect/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_set_default_key/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_set_default_mgmt_key/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_set_rekey_data/enable 1 + + write /sys/kernel/tracing/instances/wifi/events/cfg80211/cfg80211_gtk_rekey_notify/enable 1 + write /sys/kernel/tracing/instances/wifi/events/cfg80211/rdev_add_key/enable 1 + write /sys/kernel/tracing/instances/wifi/events/cfg80211/rdev_assoc/enable 1 + write /sys/kernel/tracing/instances/wifi/events/cfg80211/rdev_auth/enable 1 + write /sys/kernel/tracing/instances/wifi/events/cfg80211/rdev_connect/enable 1 + write /sys/kernel/tracing/instances/wifi/events/cfg80211/rdev_set_default_key/enable 1 + write /sys/kernel/tracing/instances/wifi/events/cfg80211/rdev_set_default_mgmt_key/enable 1 + write /sys/kernel/tracing/instances/wifi/events/cfg80211/rdev_set_rekey_data/enable 1 + + # Enable datapath events for Wifi. + # - Events are not actually logged until WifiService writes "1" to + # /sys/kernel/debug/tracing/instances/wifi/tracing_on. + # - WifiService will ensure that tracing is turned back off, + # when a connection attempt ends (whether in success or failure) + write /sys/kernel/debug/tracing/instances/wifi/events/net/filter name==${wifi.interface:-wlan0} + write /sys/kernel/debug/tracing/instances/wifi/events/net/net_dev_queue/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/net/net_dev_xmit/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/net/netif_rx/enable 1 + write /sys/kernel/debug/tracing/instances/wifi/events/net/netif_receive_skb/enable 1 + + write /sys/kernel/tracing/instances/wifi/events/net/filter name==${wifi.interface:-wlan0} + write /sys/kernel/tracing/instances/wifi/events/net/net_dev_queue/enable 1 + write /sys/kernel/tracing/instances/wifi/events/net/net_dev_xmit/enable 1 + write /sys/kernel/tracing/instances/wifi/events/net/netif_rx/enable 1 + write /sys/kernel/tracing/instances/wifi/events/net/netif_receive_skb/enable 1 + + # Set DAC to allow system to enable/disable, and read wifi trace + # events. + chown system /sys/kernel/debug/tracing/instances/wifi/tracing_on + chown system /sys/kernel/debug/tracing/instances/wifi/free_buffer + chown system /sys/kernel/debug/tracing/instances/wifi/trace + chmod 200 /sys/kernel/debug/tracing/instances/wifi/tracing_on + chmod 400 /sys/kernel/debug/tracing/instances/wifi/free_buffer + chmod 600 /sys/kernel/debug/tracing/instances/wifi/trace + + chown system /sys/kernel/tracing/instances/wifi/tracing_on + chown system /sys/kernel/tracing/instances/wifi/free_buffer + chown system /sys/kernel/tracing/instances/wifi/trace + chmod 200 /sys/kernel/tracing/instances/wifi/tracing_on + chmod 400 /sys/kernel/tracing/instances/wifi/free_buffer + chmod 600 /sys/kernel/tracing/instances/wifi/trace + setprop sys.wifitracing.started 1 + +on property:sys.boot_completed=1 && property:wifi.interface=* && property:sys.wifitracing.started=1 + # Override default value. + write /sys/kernel/debug/tracing/instances/wifi/events/net/filter name==${wifi.interface} + write /sys/kernel/tracing/instances/wifi/events/net/filter name==${wifi.interface} diff --git a/sparse/system/etc/init/wificond.rc b/sparse/system/etc/init/wificond.rc new file mode 100644 index 0000000..407fcca --- /dev/null +++ b/sparse/system/etc/init/wificond.rc @@ -0,0 +1,5 @@ +service wificond /system/bin/wificond + class main + user wifi + group wifi net_raw net_admin + capabilities NET_RAW NET_ADMIN diff --git a/sparse/system/etc/libnfc-nci.conf b/sparse/system/etc/libnfc-nci.conf new file mode 100644 index 0000000..ce28052 --- /dev/null +++ b/sparse/system/etc/libnfc-nci.conf @@ -0,0 +1,90 @@ +############################################################################### +# Debug options +NFC_DEBUG_ENABLED=0 + +############################################################################### +# File used for NFA storage +NFA_STORAGE="/data/nfc" +PRESERVE_STORAGE=0x01 + +############################################################################### +# When screen is turned off, specify the desired power state of the controller. +# 0: power-off-sleep state; DEFAULT +# 1: full-power state +# 2: screen-off card-emulation (CE4/CE3/CE1 modes are used) +SCREEN_OFF_POWER_STATE=1 + +############################################################################### +# Default poll duration (in ms) +# Default is 500ms if not set (see nfc_target.h) +#NFA_DM_DISC_DURATION_POLL=333 + +############################################################################### +# Force tag polling for the following technology(s). +# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. +# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | +# NFA_TECHNOLOGY_MASK_F | NFA_TECHNOLOGY_MASK_ISO15693 | +# NFA_TECHNOLOGY_MASK_B_PRIME | NFA_TECHNOLOGY_MASK_KOVIO | +# NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE. +# +# Notable bits: +# NFA_TECHNOLOGY_MASK_A 0x01 /* NFC Technology A */ +# NFA_TECHNOLOGY_MASK_B 0x02 /* NFC Technology B */ +# NFA_TECHNOLOGY_MASK_F 0x04 /* NFC Technology F */ +# NFA_TECHNOLOGY_MASK_ISO15693 0x08 /* Proprietary Technology */ +# NFA_TECHNOLOGY_MASK_KOVIO 0x20 /* Proprietary Technology */ +# NFA_TECHNOLOGY_MASK_A_ACTIVE 0x40 /* NFC Technology A active mode */ +# NFA_TECHNOLOGY_MASK_F_ACTIVE 0x80 /* NFC Technology F active mode */ +POLLING_TECH_MASK=0x2F + +############################################################################### +# Force P2P to only listen for the following technology(s). +# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. +# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_F | +# NFA_TECHNOLOGY_MASK_A_ACTIVE | NFA_TECHNOLOGY_MASK_F_ACTIVE +# +# Notable bits: +# NFA_TECHNOLOGY_MASK_A 0x01 /* NFC Technology A */ +# NFA_TECHNOLOGY_MASK_F 0x04 /* NFC Technology F */ +# NFA_TECHNOLOGY_MASK_A_ACTIVE 0x40 /* NFC Technology A active mode */ +# NFA_TECHNOLOGY_MASK_F_ACTIVE 0x80 /* NFC Technology F active mode */ +P2P_LISTEN_TECH_MASK=0x00 + +############################################################################### +# Force UICC to only listen to the following technology(s). +# The bits are defined as tNFA_TECHNOLOGY_MASK in nfa_api.h. +# Default is NFA_TECHNOLOGY_MASK_A | NFA_TECHNOLOGY_MASK_B | NFA_TECHNOLOGY_MASK_F +UICC_LISTEN_TECH_MASK=0x07 + +############################################################################### +# Override the stack default for NFA_EE_MAX_EE_SUPPORTED set in nfc_target.h. +# The value is set to 3 by default as it assumes we will discover 0xF2, +# 0xF3, and 0xF4. If a platform will exclude and SE, this value can be reduced +# so that the stack will not wait any longer than necessary. +# Maximum EE supported number +# NXP PN547C2 0x02 +# NXP PN65T 0x03 +# NXP PN548C2 0x02 +# NXP PN66T 0x03 +NFA_MAX_EE_SUPPORTED=0x02 + +############################################################################### +# AID for Empty Select command +# If specified, this AID will be substituted when an Empty SELECT command is +# detected. The first byte is the length of the AID. Maximum length is 16. +AID_FOR_EMPTY_SELECT={08:A0:00:00:01:51:00:00:00} + +############################################################################### +# AID_MATCHING constants +# AID_MATCHING_EXACT_ONLY 0x00 +# AID_MATCHING_EXACT_OR_PREFIX 0x01 +# AID_MATCHING_PREFIX_ONLY 0x02 +AID_MATCHING_MODE=0x01 + +############################################################################### +# NCI_RESET_TYPE options +# Default 0x00, reset configurations everytime. +# 0x01, reset configurations only once every boot. +# 0x02, keep configurations. +NCI_RESET_TYPE=0x00 + diff --git a/sparse/system/etc/linker.config.pb b/sparse/system/etc/linker.config.pb new file mode 100644 index 0000000..49a96c2 --- /dev/null +++ b/sparse/system/etc/linker.config.pb @@ -0,0 +1,3 @@ +libaptX_encoder.solibaptXHD_encoder.soheapprofd_client_api.so libEGL.solibGLESv1_CM.so libGLESv2.so libGLESv3.solibOpenMAXAL.solibOpenSLES.solibRS.so libaaudio.solibadbd_auth.so libadbd_fs.so libamidi.so libandroid.solibandroid_net.solibartpalette-system.solibbinder_ndk.solibbinder_rpc_unstable.solibc.solibcamera2ndk.solibcgrouprc.so#libclang_rt.asan-aarch64-android.solibclang_rt.asan-arm-android.solibdl.solibdl_android.so libft2.solibincident.solibjnigraphics.so liblog.solibm.solibmediametrics.solibmediandk.solibnativewindow.so libneuralnetworks_packageinfo.so libselinux.so libstdc++.so +libsync.solibvndksupport.so libvulkan.solibz.so"libandroidicu.so" libdexfile.so"libdexfiled.so" libicu.so" +libjdwp.so"libnativebridge.so"libnativehelper.so"libnativeloader.so"libsigchain.so" libpac.so"libbinder_rpc_unstable.so" libicui18n.so" libicuuc.so"libnetd_resolv.so"libnetd_updatable.so"libneuralnetworks.so"libstatspull.so"libstatssocket.so"libadb_pairing_auth.so"libadb_pairing_connection.so"libadb_pairing_server.so \ No newline at end of file diff --git a/sparse/system/etc/media_profiles_V1_0.dtd b/sparse/system/etc/media_profiles_V1_0.dtd new file mode 100644 index 0000000..40900e0 --- /dev/null +++ b/sparse/system/etc/media_profiles_V1_0.dtd @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sparse/system/etc/mke2fs.conf b/sparse/system/etc/mke2fs.conf new file mode 100644 index 0000000..8ea960d --- /dev/null +++ b/sparse/system/etc/mke2fs.conf @@ -0,0 +1,53 @@ +[defaults] + base_features = sparse_super,large_file,filetype,dir_index,ext_attr + default_mntopts = acl,user_xattr + enable_periodic_fsck = 0 + blocksize = 4096 + inode_size = 256 + inode_ratio = 16384 + reserved_ratio = 1.0 + +[fs_types] + ext3 = { + features = has_journal + } + ext4 = { + features = has_journal,extent,huge_file,dir_nlink,extra_isize,uninit_bg + inode_size = 256 + } + ext4dev = { + features = has_journal,extent,huge_file,flex_bg,inline_data,64bit,dir_nlink,extra_isize + inode_size = 256 + options = test_fs=1 + } + small = { + blocksize = 1024 + inode_size = 128 + inode_ratio = 4096 + } + floppy = { + blocksize = 1024 + inode_size = 128 + inode_ratio = 8192 + } + big = { + inode_ratio = 32768 + } + huge = { + inode_ratio = 65536 + } + news = { + inode_ratio = 4096 + } + largefile = { + inode_ratio = 1048576 + blocksize = -1 + } + largefile4 = { + inode_ratio = 4194304 + blocksize = -1 + } + hurd = { + blocksize = 4096 + inode_size = 128 + } diff --git a/sparse/system/etc/mkshrc b/sparse/system/etc/mkshrc new file mode 100644 index 0000000..d37de12 --- /dev/null +++ b/sparse/system/etc/mkshrc @@ -0,0 +1,18 @@ +# Copyright (c) 2010, 2012, 2013, 2014 +# Thorsten Glaser +# This file is provided under the same terms as mksh. +#- +# Minimal /system/etc/mkshrc for Android +# +# Support: https://launchpad.net/mksh + +set +o nohup + +if (( USER_ID )); then PS1='$'; else PS1='#'; fi +PS4='[$EPOCHREALTIME] '; PS1='${| + local e=$? + + (( e )) && REPLY+="$e|" + + return $e +}$HOSTNAME:${PWD:-?} '"$PS1 " diff --git a/sparse/system/etc/nfcee_access.xml b/sparse/system/etc/nfcee_access.xml new file mode 100644 index 0000000..56d9f67 --- /dev/null +++ b/sparse/system/etc/nfcee_access.xml @@ -0,0 +1,3 @@ + + + diff --git a/sparse/system/etc/passwd b/sparse/system/etc/passwd new file mode 100644 index 0000000..e69de29 diff --git a/sparse/system/etc/permissions/android.software.live_wallpaper.xml b/sparse/system/etc/permissions/android.software.live_wallpaper.xml new file mode 100644 index 0000000..bf2b12d --- /dev/null +++ b/sparse/system/etc/permissions/android.software.live_wallpaper.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/sparse/system/etc/permissions/android.software.webview.xml b/sparse/system/etc/permissions/android.software.webview.xml new file mode 100644 index 0000000..d843209 --- /dev/null +++ b/sparse/system/etc/permissions/android.software.webview.xml @@ -0,0 +1,19 @@ + + + + + + diff --git a/sparse/system/etc/permissions/android.test.base.xml b/sparse/system/etc/permissions/android.test.base.xml new file mode 100644 index 0000000..eea97db --- /dev/null +++ b/sparse/system/etc/permissions/android.test.base.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/android.test.mock.xml b/sparse/system/etc/permissions/android.test.mock.xml new file mode 100644 index 0000000..fd91f99 --- /dev/null +++ b/sparse/system/etc/permissions/android.test.mock.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/android.test.runner.xml b/sparse/system/etc/permissions/android.test.runner.xml new file mode 100644 index 0000000..479e329 --- /dev/null +++ b/sparse/system/etc/permissions/android.test.runner.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/com.android.documentsui.xml b/sparse/system/etc/permissions/com.android.documentsui.xml new file mode 100644 index 0000000..d32cbec --- /dev/null +++ b/sparse/system/etc/permissions/com.android.documentsui.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + diff --git a/sparse/system/etc/permissions/com.android.future.usb.accessory.xml b/sparse/system/etc/permissions/com.android.future.usb.accessory.xml new file mode 100644 index 0000000..4380748 --- /dev/null +++ b/sparse/system/etc/permissions/com.android.future.usb.accessory.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/com.android.intentresolver.xml b/sparse/system/etc/permissions/com.android.intentresolver.xml new file mode 100644 index 0000000..f4e94ad --- /dev/null +++ b/sparse/system/etc/permissions/com.android.intentresolver.xml @@ -0,0 +1,23 @@ + + + + + + + + + diff --git a/sparse/system/etc/permissions/com.android.location.provider.xml b/sparse/system/etc/permissions/com.android.location.provider.xml new file mode 100644 index 0000000..390dec7 --- /dev/null +++ b/sparse/system/etc/permissions/com.android.location.provider.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/com.android.media.remotedisplay.xml b/sparse/system/etc/permissions/com.android.media.remotedisplay.xml new file mode 100644 index 0000000..db4fbe3 --- /dev/null +++ b/sparse/system/etc/permissions/com.android.media.remotedisplay.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/com.android.mediadrm.signer.xml b/sparse/system/etc/permissions/com.android.mediadrm.signer.xml new file mode 100644 index 0000000..a07a6b2 --- /dev/null +++ b/sparse/system/etc/permissions/com.android.mediadrm.signer.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/com.android.networkstack.xml b/sparse/system/etc/permissions/com.android.networkstack.xml new file mode 100644 index 0000000..06fec1c --- /dev/null +++ b/sparse/system/etc/permissions/com.android.networkstack.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sparse/system/etc/permissions/javax.obex.xml b/sparse/system/etc/permissions/javax.obex.xml new file mode 100644 index 0000000..b24e68d --- /dev/null +++ b/sparse/system/etc/permissions/javax.obex.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/org.apache.http.legacy.xml b/sparse/system/etc/permissions/org.apache.http.legacy.xml new file mode 100644 index 0000000..5f488f9 --- /dev/null +++ b/sparse/system/etc/permissions/org.apache.http.legacy.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/sparse/system/etc/permissions/platform.xml b/sparse/system/etc/permissions/platform.xml new file mode 100644 index 0000000..9a1b8a9 --- /dev/null +++ b/sparse/system/etc/permissions/platform.xml @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sparse/system/etc/permissions/privapp-permissions-platform.xml b/sparse/system/etc/permissions/privapp-permissions-platform.xml new file mode 100644 index 0000000..e1c9b3c --- /dev/null +++ b/sparse/system/etc/permissions/privapp-permissions-platform.xml @@ -0,0 +1,545 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sparse/system/etc/permissions/privapp_allowlist_com.android.adservices.api.xml b/sparse/system/etc/permissions/privapp_allowlist_com.android.adservices.api.xml new file mode 100644 index 0000000..e861dff --- /dev/null +++ b/sparse/system/etc/permissions/privapp_allowlist_com.android.adservices.api.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/sparse/system/etc/permissions/privapp_allowlist_com.android.providers.media.module.xml b/sparse/system/etc/permissions/privapp_allowlist_com.android.providers.media.module.xml new file mode 100644 index 0000000..86da4d5 --- /dev/null +++ b/sparse/system/etc/permissions/privapp_allowlist_com.android.providers.media.module.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sparse/system/etc/preloaded-classes b/sparse/system/etc/preloaded-classes new file mode 100644 index 0000000..6de1461 --- /dev/null +++ b/sparse/system/etc/preloaded-classes @@ -0,0 +1,16454 @@ +# +# Copyright (C) 2017 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# Preloaded-classes filter file for phones. +# +# Classes in this file will be allocated into the boot image, and forcibly initialized in +# the zygote during initialization. This is a trade-off, using virtual address space to share +# common heap between apps. +# +# This file has been derived for mainline phone (and tablet) usage. +# +android.R$attr +android.R$styleable +android.accessibilityservice.AccessibilityServiceInfo$1 +android.accessibilityservice.AccessibilityServiceInfo +android.accessibilityservice.AccessibilityShortcutInfo +android.accessibilityservice.IAccessibilityServiceClient$Stub$Proxy +android.accessibilityservice.IAccessibilityServiceClient$Stub +android.accessibilityservice.IAccessibilityServiceClient +android.accounts.AbstractAccountAuthenticator$Transport +android.accounts.AbstractAccountAuthenticator +android.accounts.Account$1 +android.accounts.Account +android.accounts.AccountAndUser +android.accounts.AccountAuthenticatorResponse$1 +android.accounts.AccountAuthenticatorResponse +android.accounts.AccountManager$10 +android.accounts.AccountManager$11 +android.accounts.AccountManager$15 +android.accounts.AccountManager$16 +android.accounts.AccountManager$17 +android.accounts.AccountManager$18 +android.accounts.AccountManager$1 +android.accounts.AccountManager$20 +android.accounts.AccountManager$2 +android.accounts.AccountManager$3 +android.accounts.AccountManager$4 +android.accounts.AccountManager$5 +android.accounts.AccountManager$8 +android.accounts.AccountManager$AccountKeyData +android.accounts.AccountManager$AmsTask$1 +android.accounts.AccountManager$AmsTask$Response +android.accounts.AccountManager$AmsTask +android.accounts.AccountManager$BaseFutureTask$1 +android.accounts.AccountManager$BaseFutureTask$Response +android.accounts.AccountManager$BaseFutureTask +android.accounts.AccountManager$Future2Task$1 +android.accounts.AccountManager$Future2Task +android.accounts.AccountManager$UserIdPackage +android.accounts.AccountManager +android.accounts.AccountManagerCallback +android.accounts.AccountManagerFuture +android.accounts.AccountManagerInternal$OnAppPermissionChangeListener +android.accounts.AccountManagerInternal +android.accounts.AccountsException +android.accounts.AuthenticatorDescription$1 +android.accounts.AuthenticatorDescription +android.accounts.AuthenticatorException +android.accounts.IAccountAuthenticator$Stub$Proxy +android.accounts.IAccountAuthenticator$Stub +android.accounts.IAccountAuthenticator +android.accounts.IAccountAuthenticatorResponse$Stub$Proxy +android.accounts.IAccountAuthenticatorResponse$Stub +android.accounts.IAccountAuthenticatorResponse +android.accounts.IAccountManager$Stub$Proxy +android.accounts.IAccountManager$Stub +android.accounts.IAccountManager +android.accounts.IAccountManagerResponse$Stub$Proxy +android.accounts.IAccountManagerResponse$Stub +android.accounts.IAccountManagerResponse +android.accounts.OnAccountsUpdateListener +android.accounts.OperationCanceledException +android.animation.AnimationHandler$1 +android.animation.AnimationHandler$2 +android.animation.AnimationHandler$AnimationFrameCallback +android.animation.AnimationHandler$AnimationFrameCallbackProvider +android.animation.AnimationHandler$MyFrameCallbackProvider +android.animation.AnimationHandler +android.animation.Animator$AnimatorConstantState +android.animation.Animator$AnimatorListener +android.animation.Animator$AnimatorPauseListener +android.animation.Animator +android.animation.AnimatorInflater$PathDataEvaluator +android.animation.AnimatorInflater +android.animation.AnimatorListenerAdapter +android.animation.AnimatorSet$1 +android.animation.AnimatorSet$2 +android.animation.AnimatorSet$3 +android.animation.AnimatorSet$AnimationEvent +android.animation.AnimatorSet$Builder +android.animation.AnimatorSet$Node +android.animation.AnimatorSet$SeekState +android.animation.AnimatorSet +android.animation.ArgbEvaluator +android.animation.BidirectionalTypeConverter +android.animation.FloatEvaluator +android.animation.FloatKeyframeSet +android.animation.IntEvaluator +android.animation.IntKeyframeSet +android.animation.Keyframe$FloatKeyframe +android.animation.Keyframe$IntKeyframe +android.animation.Keyframe$ObjectKeyframe +android.animation.Keyframe +android.animation.KeyframeSet +android.animation.Keyframes$FloatKeyframes +android.animation.Keyframes$IntKeyframes +android.animation.Keyframes +android.animation.LayoutTransition$1 +android.animation.LayoutTransition$2 +android.animation.LayoutTransition$3 +android.animation.LayoutTransition$4 +android.animation.LayoutTransition$5 +android.animation.LayoutTransition$CleanupCallback +android.animation.LayoutTransition$TransitionListener +android.animation.LayoutTransition +android.animation.ObjectAnimator +android.animation.PathKeyframes$1 +android.animation.PathKeyframes$2 +android.animation.PathKeyframes$3 +android.animation.PathKeyframes$4 +android.animation.PathKeyframes$FloatKeyframesBase +android.animation.PathKeyframes$IntKeyframesBase +android.animation.PathKeyframes$SimpleKeyframes +android.animation.PathKeyframes +android.animation.PropertyValuesHolder$1 +android.animation.PropertyValuesHolder$FloatPropertyValuesHolder +android.animation.PropertyValuesHolder$IntPropertyValuesHolder +android.animation.PropertyValuesHolder$PropertyValues$DataSource +android.animation.PropertyValuesHolder$PropertyValues +android.animation.PropertyValuesHolder +android.animation.RectEvaluator +android.animation.RevealAnimator +android.animation.StateListAnimator$1 +android.animation.StateListAnimator$StateListAnimatorConstantState +android.animation.StateListAnimator$Tuple +android.animation.StateListAnimator +android.animation.TimeAnimator$TimeListener +android.animation.TimeAnimator +android.animation.TimeInterpolator +android.animation.TypeConverter +android.animation.TypeEvaluator +android.animation.ValueAnimator$AnimatorUpdateListener +android.animation.ValueAnimator +android.annotation.ColorInt +android.annotation.CurrentTimeMillisLong +android.annotation.IdRes +android.annotation.IntRange +android.annotation.NonNull +android.annotation.RequiresPermission +android.annotation.StringRes +android.annotation.SystemApi +android.apex.ApexInfo$1 +android.apex.ApexInfo +android.apex.ApexSessionInfo$1 +android.apex.ApexSessionInfo +android.apex.IApexService$Stub$Proxy +android.apex.IApexService$Stub +android.apex.IApexService +android.app.ActionBar$LayoutParams +android.app.ActionBar +android.app.Activity$1 +android.app.Activity$HostCallbacks +android.app.Activity$ManagedCursor +android.app.Activity$ManagedDialog +android.app.Activity$NonConfigurationInstances +android.app.Activity$RequestFinishCallback +android.app.Activity$TranslucentConversionListener +android.app.Activity +android.app.ActivityClient$1 +android.app.ActivityClient$ActivityClientControllerSingleton +android.app.ActivityClient +android.app.ActivityManager$1 +android.app.ActivityManager$AppTask +android.app.ActivityManager$MemoryInfo$1 +android.app.ActivityManager$MemoryInfo +android.app.ActivityManager$OnUidImportanceListener +android.app.ActivityManager$PendingIntentInfo$1 +android.app.ActivityManager$PendingIntentInfo +android.app.ActivityManager$ProcessErrorStateInfo$1 +android.app.ActivityManager$ProcessErrorStateInfo +android.app.ActivityManager$RecentTaskInfo$1 +android.app.ActivityManager$RecentTaskInfo$PersistedTaskSnapshotData +android.app.ActivityManager$RecentTaskInfo +android.app.ActivityManager$RunningAppProcessInfo$1 +android.app.ActivityManager$RunningAppProcessInfo +android.app.ActivityManager$RunningServiceInfo$1 +android.app.ActivityManager$RunningServiceInfo +android.app.ActivityManager$RunningTaskInfo$1 +android.app.ActivityManager$RunningTaskInfo +android.app.ActivityManager$TaskDescription$1 +android.app.ActivityManager$TaskDescription +android.app.ActivityManager$UidObserver +android.app.ActivityManager +android.app.ActivityManagerInternal +android.app.ActivityOptions$1 +android.app.ActivityOptions$2 +android.app.ActivityOptions$OnAnimationStartedListener +android.app.ActivityOptions$SourceInfo$1 +android.app.ActivityOptions$SourceInfo +android.app.ActivityOptions +android.app.ActivityTaskManager$1 +android.app.ActivityTaskManager$2 +android.app.ActivityTaskManager$RootTaskInfo$1 +android.app.ActivityTaskManager$RootTaskInfo +android.app.ActivityTaskManager +android.app.ActivityThread$$ExternalSyntheticLambda0 +android.app.ActivityThread$$ExternalSyntheticLambda1 +android.app.ActivityThread$$ExternalSyntheticLambda2 +android.app.ActivityThread$1$$ExternalSyntheticLambda0 +android.app.ActivityThread$1 +android.app.ActivityThread$2 +android.app.ActivityThread$3 +android.app.ActivityThread$ActivityClientRecord +android.app.ActivityThread$AndroidOs +android.app.ActivityThread$AppBindData +android.app.ActivityThread$ApplicationThread$$ExternalSyntheticLambda2 +android.app.ActivityThread$ApplicationThread$1 +android.app.ActivityThread$ApplicationThread +android.app.ActivityThread$BindServiceData +android.app.ActivityThread$ContextCleanupInfo +android.app.ActivityThread$CreateBackupAgentData +android.app.ActivityThread$CreateServiceData +android.app.ActivityThread$DumpComponentInfo +android.app.ActivityThread$DumpHeapData +android.app.ActivityThread$GcIdler +android.app.ActivityThread$H +android.app.ActivityThread$Idler +android.app.ActivityThread$Profiler +android.app.ActivityThread$ProviderClientRecord +android.app.ActivityThread$ProviderKey +android.app.ActivityThread$ProviderRefCount +android.app.ActivityThread$PurgeIdler +android.app.ActivityThread$ReceiverData +android.app.ActivityThread$RequestAssistContextExtras +android.app.ActivityThread$SafeCancellationTransport +android.app.ActivityThread$ServiceArgsData +android.app.ActivityThread$UpdateCompatibilityData +android.app.ActivityThread +android.app.ActivityThreadInternal +android.app.ActivityTransitionCoordinator +android.app.ActivityTransitionState$$ExternalSyntheticLambda0 +android.app.ActivityTransitionState$1 +android.app.ActivityTransitionState +android.app.AlarmManager$AlarmClockInfo$1 +android.app.AlarmManager$AlarmClockInfo +android.app.AlarmManager$ListenerWrapper +android.app.AlarmManager$OnAlarmListener +android.app.AlarmManager +android.app.AlertDialog$Builder +android.app.AlertDialog +android.app.AppCompatCallbacks +android.app.AppComponentFactory +android.app.AppDetailsActivity +android.app.AppGlobals +android.app.AppOpsManager$$ExternalSyntheticLambda2 +android.app.AppOpsManager$$ExternalSyntheticLambda3 +android.app.AppOpsManager$$ExternalSyntheticLambda4 +android.app.AppOpsManager$1 +android.app.AppOpsManager$2 +android.app.AppOpsManager$3 +android.app.AppOpsManager$4 +android.app.AppOpsManager$5 +android.app.AppOpsManager$AppOpsCollector +android.app.AppOpsManager$AttributedHistoricalOps$1 +android.app.AppOpsManager$AttributedHistoricalOps +android.app.AppOpsManager$AttributedOpEntry$1 +android.app.AppOpsManager$AttributedOpEntry$LongSparseArrayParceling +android.app.AppOpsManager$AttributedOpEntry +android.app.AppOpsManager$HistoricalOp$1 +android.app.AppOpsManager$HistoricalOp +android.app.AppOpsManager$HistoricalOps$1 +android.app.AppOpsManager$HistoricalOps +android.app.AppOpsManager$HistoricalOpsRequest$Builder +android.app.AppOpsManager$HistoricalOpsRequest +android.app.AppOpsManager$HistoricalPackageOps$1 +android.app.AppOpsManager$HistoricalPackageOps +android.app.AppOpsManager$HistoricalUidOps$1 +android.app.AppOpsManager$HistoricalUidOps +android.app.AppOpsManager$Mode +android.app.AppOpsManager$NoteOpEvent$1 +android.app.AppOpsManager$NoteOpEvent +android.app.AppOpsManager$OnOpActiveChangedInternalListener +android.app.AppOpsManager$OnOpActiveChangedListener +android.app.AppOpsManager$OnOpChangedInternalListener +android.app.AppOpsManager$OnOpChangedListener +android.app.AppOpsManager$OnOpNotedCallback$1$$ExternalSyntheticLambda0 +android.app.AppOpsManager$OnOpNotedCallback$1 +android.app.AppOpsManager$OnOpNotedCallback +android.app.AppOpsManager$OnOpNotedListener +android.app.AppOpsManager$OnOpStartedListener +android.app.AppOpsManager$OpEntry$1 +android.app.AppOpsManager$OpEntry +android.app.AppOpsManager$OpEventProxyInfo$1 +android.app.AppOpsManager$OpEventProxyInfo +android.app.AppOpsManager$PackageOps$1 +android.app.AppOpsManager$PackageOps +android.app.AppOpsManager$PausedNotedAppOpsCollection +android.app.AppOpsManager$RestrictionBypass +android.app.AppOpsManager$SamplingStrategy +android.app.AppOpsManager +android.app.AppOpsManagerInternal +android.app.Application$ActivityLifecycleCallbacks +android.app.Application$OnProvideAssistDataListener +android.app.Application +android.app.ApplicationErrorReport$1 +android.app.ApplicationErrorReport$AnrInfo +android.app.ApplicationErrorReport$BatteryInfo +android.app.ApplicationErrorReport$CrashInfo +android.app.ApplicationErrorReport$ParcelableCrashInfo$1 +android.app.ApplicationErrorReport$ParcelableCrashInfo +android.app.ApplicationErrorReport$RunningServiceInfo +android.app.ApplicationErrorReport +android.app.ApplicationExitInfo$1 +android.app.ApplicationExitInfo +android.app.ApplicationLoaders$CachedClassLoader +android.app.ApplicationLoaders +android.app.ApplicationPackageManager$1 +android.app.ApplicationPackageManager$2 +android.app.ApplicationPackageManager$3 +android.app.ApplicationPackageManager$GetPackagesForUidResult +android.app.ApplicationPackageManager$HasSystemFeatureQuery +android.app.ApplicationPackageManager$MoveCallbackDelegate +android.app.ApplicationPackageManager$ResourceName +android.app.ApplicationPackageManager +android.app.AsyncNotedAppOp$1 +android.app.AsyncNotedAppOp +android.app.AutomaticZenRule$1 +android.app.AutomaticZenRule +android.app.BackStackRecord$Op +android.app.BackStackRecord +android.app.BackStackState$1 +android.app.BackStackState +android.app.BackgroundServiceStartNotAllowedException$1 +android.app.BackgroundServiceStartNotAllowedException +android.app.BroadcastOptions +android.app.ClientTransactionHandler +android.app.ComponentOptions +android.app.ConfigurationController +android.app.ContentProviderHolder$1 +android.app.ContentProviderHolder +android.app.ContextImpl$1 +android.app.ContextImpl$ApplicationContentResolver +android.app.ContextImpl +android.app.DexLoadReporter +android.app.Dialog$$ExternalSyntheticLambda0 +android.app.Dialog$$ExternalSyntheticLambda1 +android.app.Dialog$ListenersHandler +android.app.Dialog +android.app.DialogFragment +android.app.DirectAction$1 +android.app.DirectAction +android.app.DisabledWallpaperManager +android.app.DownloadManager$CursorTranslator +android.app.DownloadManager$Query +android.app.DownloadManager$Request +android.app.DownloadManager +android.app.DreamManager +android.app.EnterTransitionCoordinator +android.app.EventLogTags +android.app.ExitTransitionCoordinator$ActivityExitTransitionCallbacks +android.app.ExitTransitionCoordinator$ExitTransitionCallbacks +android.app.ExitTransitionCoordinator +android.app.ForegroundServiceStartNotAllowedException$1 +android.app.ForegroundServiceStartNotAllowedException +android.app.Fragment$1 +android.app.Fragment$AnimationInfo +android.app.Fragment$InstantiationException +android.app.Fragment$OnStartEnterTransitionListener +android.app.Fragment +android.app.FragmentContainer +android.app.FragmentController +android.app.FragmentHostCallback +android.app.FragmentManager$BackStackEntry +android.app.FragmentManager$FragmentLifecycleCallbacks +android.app.FragmentManager$OnBackStackChangedListener +android.app.FragmentManager +android.app.FragmentManagerImpl$1 +android.app.FragmentManagerImpl$2 +android.app.FragmentManagerImpl$AnimateOnHWLayerIfNeededListener +android.app.FragmentManagerImpl$OpGenerator +android.app.FragmentManagerImpl$StartEnterTransitionListener +android.app.FragmentManagerImpl +android.app.FragmentManagerNonConfig +android.app.FragmentManagerState$1 +android.app.FragmentManagerState +android.app.FragmentState$1 +android.app.FragmentState +android.app.FragmentTransaction +android.app.FragmentTransition$2 +android.app.FragmentTransition$5 +android.app.FragmentTransition$FragmentContainerTransition +android.app.FragmentTransition +android.app.GameManager +android.app.IActivityClientController$Stub$Proxy +android.app.IActivityClientController$Stub +android.app.IActivityClientController +android.app.IActivityController$Stub$Proxy +android.app.IActivityController$Stub +android.app.IActivityController +android.app.IActivityManager$Stub$Proxy +android.app.IActivityManager$Stub +android.app.IActivityManager +android.app.IActivityTaskManager$Stub$Proxy +android.app.IActivityTaskManager$Stub +android.app.IActivityTaskManager +android.app.IAlarmCompleteListener$Stub$Proxy +android.app.IAlarmCompleteListener$Stub +android.app.IAlarmCompleteListener +android.app.IAlarmListener$Stub$Proxy +android.app.IAlarmListener$Stub +android.app.IAlarmListener +android.app.IAlarmManager$Stub$Proxy +android.app.IAlarmManager$Stub +android.app.IAlarmManager +android.app.IAppTask$Stub$Proxy +android.app.IAppTask$Stub +android.app.IAppTask +android.app.IAppTraceRetriever$Stub$Proxy +android.app.IAppTraceRetriever$Stub +android.app.IAppTraceRetriever +android.app.IApplicationThread$Stub$Proxy +android.app.IApplicationThread$Stub +android.app.IApplicationThread +android.app.IAssistDataReceiver$Stub$Proxy +android.app.IAssistDataReceiver$Stub +android.app.IAssistDataReceiver +android.app.IBackupAgent$Stub$Proxy +android.app.IBackupAgent$Stub +android.app.IBackupAgent +android.app.IForegroundServiceObserver$Stub +android.app.IForegroundServiceObserver +android.app.IGameManagerService$Stub$Proxy +android.app.IGameManagerService$Stub +android.app.IGameManagerService +android.app.IInstantAppResolver$Stub$Proxy +android.app.IInstantAppResolver$Stub +android.app.IInstantAppResolver +android.app.IInstrumentationWatcher$Stub$Proxy +android.app.IInstrumentationWatcher$Stub +android.app.IInstrumentationWatcher +android.app.INotificationManager$Stub$Proxy +android.app.INotificationManager$Stub +android.app.INotificationManager +android.app.IOnProjectionStateChangedListener$Stub +android.app.IOnProjectionStateChangedListener +android.app.IParcelFileDescriptorRetriever$Stub +android.app.IParcelFileDescriptorRetriever +android.app.IProcessObserver$Stub$Proxy +android.app.IProcessObserver$Stub +android.app.IProcessObserver +android.app.IRequestFinishCallback$Stub$Proxy +android.app.IRequestFinishCallback$Stub +android.app.IRequestFinishCallback +android.app.ISearchManager$Stub$Proxy +android.app.ISearchManager$Stub +android.app.ISearchManager +android.app.IServiceConnection$Stub$Proxy +android.app.IServiceConnection$Stub +android.app.IServiceConnection +android.app.IStopUserCallback$Stub$Proxy +android.app.IStopUserCallback$Stub +android.app.IStopUserCallback +android.app.ITaskStackListener$Stub$Proxy +android.app.ITaskStackListener$Stub +android.app.ITaskStackListener +android.app.ITransientNotification$Stub$Proxy +android.app.ITransientNotification$Stub +android.app.ITransientNotification +android.app.ITransientNotificationCallback$Stub$Proxy +android.app.ITransientNotificationCallback$Stub +android.app.ITransientNotificationCallback +android.app.IUiAutomationConnection$Stub$Proxy +android.app.IUiAutomationConnection$Stub +android.app.IUiAutomationConnection +android.app.IUiModeManager$Stub$Proxy +android.app.IUiModeManager$Stub +android.app.IUiModeManager +android.app.IUidObserver$Stub$Proxy +android.app.IUidObserver$Stub +android.app.IUidObserver +android.app.IUriGrantsManager$Stub$Proxy +android.app.IUriGrantsManager$Stub +android.app.IUriGrantsManager +android.app.IUserSwitchObserver$Stub$Proxy +android.app.IUserSwitchObserver$Stub +android.app.IUserSwitchObserver +android.app.IWallpaperManager$Stub$Proxy +android.app.IWallpaperManager$Stub +android.app.IWallpaperManager +android.app.IWallpaperManagerCallback$Stub$Proxy +android.app.IWallpaperManagerCallback$Stub +android.app.IWallpaperManagerCallback +android.app.InstantAppResolverService$1 +android.app.InstantAppResolverService$InstantAppResolutionCallback +android.app.InstantAppResolverService$ServiceHandler +android.app.InstantAppResolverService +android.app.Instrumentation$ActivityGoing +android.app.Instrumentation$ActivityMonitor +android.app.Instrumentation$ActivityResult +android.app.Instrumentation$ActivityWaiter +android.app.Instrumentation +android.app.IntentReceiverLeaked +android.app.IntentService$ServiceHandler +android.app.IntentService +android.app.JobSchedulerImpl +android.app.KeyguardManager +android.app.ListActivity +android.app.LoadedApk$ReceiverDispatcher$Args$$ExternalSyntheticLambda0 +android.app.LoadedApk$ReceiverDispatcher$Args +android.app.LoadedApk$ReceiverDispatcher$InnerReceiver +android.app.LoadedApk$ReceiverDispatcher +android.app.LoadedApk$ServiceDispatcher$ConnectionInfo +android.app.LoadedApk$ServiceDispatcher$DeathMonitor +android.app.LoadedApk$ServiceDispatcher$InnerConnection +android.app.LoadedApk$ServiceDispatcher$RunConnection +android.app.LoadedApk$ServiceDispatcher +android.app.LoadedApk$SplitDependencyLoaderImpl +android.app.LoadedApk$WarningContextClassLoader +android.app.LoadedApk +android.app.LoaderManager$LoaderCallbacks +android.app.LoaderManager +android.app.LoaderManagerImpl$LoaderInfo +android.app.LoaderManagerImpl +android.app.LocaleManager +android.app.NativeActivity +android.app.Notification$$ExternalSyntheticLambda0 +android.app.Notification$1 +android.app.Notification$Action$1 +android.app.Notification$Action$Builder +android.app.Notification$Action +android.app.Notification$BigPictureStyle +android.app.Notification$BigTextStyle +android.app.Notification$BubbleMetadata$1 +android.app.Notification$BubbleMetadata$Builder +android.app.Notification$BubbleMetadata +android.app.Notification$Builder +android.app.Notification$BuilderRemoteViews +android.app.Notification$CallStyle +android.app.Notification$Colors +android.app.Notification$DecoratedCustomViewStyle +android.app.Notification$DecoratedMediaCustomViewStyle +android.app.Notification$Extender +android.app.Notification$InboxStyle +android.app.Notification$MediaStyle +android.app.Notification$MessagingStyle$Message +android.app.Notification$MessagingStyle +android.app.Notification$StandardTemplateParams +android.app.Notification$Style +android.app.Notification$TemplateBindResult$MarginSet +android.app.Notification$TemplateBindResult +android.app.Notification$TvExtender +android.app.Notification +android.app.NotificationChannel$1 +android.app.NotificationChannel +android.app.NotificationChannelGroup$1 +android.app.NotificationChannelGroup +android.app.NotificationHistory$1 +android.app.NotificationHistory$HistoricalNotification$Builder +android.app.NotificationHistory$HistoricalNotification +android.app.NotificationHistory +android.app.NotificationManager$Policy$1 +android.app.NotificationManager$Policy +android.app.NotificationManager +android.app.OnActivityPausedListener +android.app.PackageInstallObserver$1 +android.app.PackageInstallObserver +android.app.PendingIntent$$ExternalSyntheticLambda1 +android.app.PendingIntent$1 +android.app.PendingIntent$CanceledException +android.app.PendingIntent$FinishedDispatcher +android.app.PendingIntent$OnFinished +android.app.PendingIntent$OnMarshaledListener +android.app.PendingIntent +android.app.Person$1 +android.app.Person$Builder +android.app.Person +android.app.PictureInPictureParams$1 +android.app.PictureInPictureParams$Builder +android.app.PictureInPictureParams +android.app.ProcessMemoryState$1 +android.app.ProcessMemoryState +android.app.ProfilerInfo$1 +android.app.ProfilerInfo +android.app.ProgressDialog$1 +android.app.ProgressDialog +android.app.PropertyInvalidatedCache$1 +android.app.PropertyInvalidatedCache$AutoCorker$1 +android.app.PropertyInvalidatedCache$AutoCorker +android.app.PropertyInvalidatedCache$DefaultComputer +android.app.PropertyInvalidatedCache$QueryHandler +android.app.PropertyInvalidatedCache +android.app.QueuedWork$QueuedWorkHandler +android.app.QueuedWork +android.app.ReceiverRestrictedContext +android.app.RemoteAction$1 +android.app.RemoteAction +android.app.RemoteInput$1 +android.app.RemoteInput$Builder +android.app.RemoteInput +android.app.RemoteInputHistoryItem$1 +android.app.RemoteInputHistoryItem +android.app.RemoteServiceException +android.app.ResourcesManager$$ExternalSyntheticLambda0 +android.app.ResourcesManager$$ExternalSyntheticLambda1 +android.app.ResourcesManager$ActivityResource +android.app.ResourcesManager$ActivityResources +android.app.ResourcesManager$ApkAssetsSupplier +android.app.ResourcesManager$ApkKey +android.app.ResourcesManager$UpdateHandler +android.app.ResourcesManager +android.app.ResultInfo$1 +android.app.ResultInfo +android.app.RuntimeAppOpAccessMessage$1 +android.app.RuntimeAppOpAccessMessage +android.app.SearchDialog +android.app.SearchManager$OnCancelListener +android.app.SearchManager$OnDismissListener +android.app.SearchManager +android.app.SearchableInfo$1 +android.app.SearchableInfo$ActionKeyInfo +android.app.SearchableInfo +android.app.Service +android.app.ServiceConnectionLeaked +android.app.ServiceStartArgs$1 +android.app.ServiceStartArgs +android.app.ServiceStartNotAllowedException +android.app.SharedElementCallback$1 +android.app.SharedElementCallback +android.app.SharedPreferencesImpl$1 +android.app.SharedPreferencesImpl$2 +android.app.SharedPreferencesImpl$EditorImpl$$ExternalSyntheticLambda0 +android.app.SharedPreferencesImpl$EditorImpl$1 +android.app.SharedPreferencesImpl$EditorImpl$2 +android.app.SharedPreferencesImpl$EditorImpl +android.app.SharedPreferencesImpl$MemoryCommitResult +android.app.SharedPreferencesImpl +android.app.StatusBarManager +android.app.SyncNotedAppOp$1 +android.app.SyncNotedAppOp +android.app.SynchronousUserSwitchObserver +android.app.SystemServiceRegistry$100 +android.app.SystemServiceRegistry$101 +android.app.SystemServiceRegistry$102 +android.app.SystemServiceRegistry$103 +android.app.SystemServiceRegistry$104 +android.app.SystemServiceRegistry$105 +android.app.SystemServiceRegistry$106 +android.app.SystemServiceRegistry$107 +android.app.SystemServiceRegistry$108 +android.app.SystemServiceRegistry$109 +android.app.SystemServiceRegistry$10 +android.app.SystemServiceRegistry$110 +android.app.SystemServiceRegistry$111 +android.app.SystemServiceRegistry$112 +android.app.SystemServiceRegistry$113 +android.app.SystemServiceRegistry$114 +android.app.SystemServiceRegistry$115 +android.app.SystemServiceRegistry$116 +android.app.SystemServiceRegistry$117 +android.app.SystemServiceRegistry$118 +android.app.SystemServiceRegistry$119 +android.app.SystemServiceRegistry$11 +android.app.SystemServiceRegistry$120 +android.app.SystemServiceRegistry$121 +android.app.SystemServiceRegistry$122 +android.app.SystemServiceRegistry$123 +android.app.SystemServiceRegistry$124 +android.app.SystemServiceRegistry$125 +android.app.SystemServiceRegistry$126 +android.app.SystemServiceRegistry$127 +android.app.SystemServiceRegistry$128 +android.app.SystemServiceRegistry$129 +android.app.SystemServiceRegistry$12 +android.app.SystemServiceRegistry$130 +android.app.SystemServiceRegistry$131 +android.app.SystemServiceRegistry$132 +android.app.SystemServiceRegistry$133 +android.app.SystemServiceRegistry$134 +android.app.SystemServiceRegistry$135 +android.app.SystemServiceRegistry$136 +android.app.SystemServiceRegistry$13 +android.app.SystemServiceRegistry$14 +android.app.SystemServiceRegistry$15 +android.app.SystemServiceRegistry$16 +android.app.SystemServiceRegistry$17 +android.app.SystemServiceRegistry$18 +android.app.SystemServiceRegistry$19 +android.app.SystemServiceRegistry$1 +android.app.SystemServiceRegistry$20 +android.app.SystemServiceRegistry$21 +android.app.SystemServiceRegistry$22 +android.app.SystemServiceRegistry$23 +android.app.SystemServiceRegistry$24 +android.app.SystemServiceRegistry$25 +android.app.SystemServiceRegistry$26 +android.app.SystemServiceRegistry$27 +android.app.SystemServiceRegistry$28 +android.app.SystemServiceRegistry$29 +android.app.SystemServiceRegistry$2 +android.app.SystemServiceRegistry$30 +android.app.SystemServiceRegistry$31 +android.app.SystemServiceRegistry$32 +android.app.SystemServiceRegistry$33 +android.app.SystemServiceRegistry$34 +android.app.SystemServiceRegistry$35 +android.app.SystemServiceRegistry$36 +android.app.SystemServiceRegistry$37 +android.app.SystemServiceRegistry$38 +android.app.SystemServiceRegistry$39 +android.app.SystemServiceRegistry$3 +android.app.SystemServiceRegistry$40 +android.app.SystemServiceRegistry$41 +android.app.SystemServiceRegistry$42 +android.app.SystemServiceRegistry$43 +android.app.SystemServiceRegistry$44 +android.app.SystemServiceRegistry$45 +android.app.SystemServiceRegistry$46 +android.app.SystemServiceRegistry$47 +android.app.SystemServiceRegistry$48 +android.app.SystemServiceRegistry$49 +android.app.SystemServiceRegistry$4 +android.app.SystemServiceRegistry$50 +android.app.SystemServiceRegistry$51 +android.app.SystemServiceRegistry$52 +android.app.SystemServiceRegistry$53 +android.app.SystemServiceRegistry$54 +android.app.SystemServiceRegistry$55 +android.app.SystemServiceRegistry$56 +android.app.SystemServiceRegistry$57 +android.app.SystemServiceRegistry$58 +android.app.SystemServiceRegistry$59 +android.app.SystemServiceRegistry$5 +android.app.SystemServiceRegistry$60 +android.app.SystemServiceRegistry$61 +android.app.SystemServiceRegistry$62 +android.app.SystemServiceRegistry$63 +android.app.SystemServiceRegistry$64 +android.app.SystemServiceRegistry$65 +android.app.SystemServiceRegistry$66 +android.app.SystemServiceRegistry$67 +android.app.SystemServiceRegistry$68 +android.app.SystemServiceRegistry$69 +android.app.SystemServiceRegistry$6 +android.app.SystemServiceRegistry$70 +android.app.SystemServiceRegistry$71 +android.app.SystemServiceRegistry$72 +android.app.SystemServiceRegistry$73 +android.app.SystemServiceRegistry$74 +android.app.SystemServiceRegistry$75 +android.app.SystemServiceRegistry$76 +android.app.SystemServiceRegistry$77 +android.app.SystemServiceRegistry$78 +android.app.SystemServiceRegistry$79 +android.app.SystemServiceRegistry$7 +android.app.SystemServiceRegistry$80 +android.app.SystemServiceRegistry$81 +android.app.SystemServiceRegistry$82 +android.app.SystemServiceRegistry$83 +android.app.SystemServiceRegistry$84 +android.app.SystemServiceRegistry$85 +android.app.SystemServiceRegistry$86 +android.app.SystemServiceRegistry$87 +android.app.SystemServiceRegistry$88 +android.app.SystemServiceRegistry$89 +android.app.SystemServiceRegistry$8 +android.app.SystemServiceRegistry$90 +android.app.SystemServiceRegistry$91 +android.app.SystemServiceRegistry$92 +android.app.SystemServiceRegistry$93 +android.app.SystemServiceRegistry$94 +android.app.SystemServiceRegistry$95 +android.app.SystemServiceRegistry$96 +android.app.SystemServiceRegistry$97 +android.app.SystemServiceRegistry$98 +android.app.SystemServiceRegistry$99 +android.app.SystemServiceRegistry$9 +android.app.SystemServiceRegistry$CachedServiceFetcher +android.app.SystemServiceRegistry$ContextAwareServiceProducerWithBinder +android.app.SystemServiceRegistry$ContextAwareServiceProducerWithoutBinder +android.app.SystemServiceRegistry$ServiceFetcher +android.app.SystemServiceRegistry$StaticServiceFetcher +android.app.SystemServiceRegistry$StaticServiceProducerWithBinder +android.app.SystemServiceRegistry$StaticServiceProducerWithoutBinder +android.app.SystemServiceRegistry +android.app.TaskInfo +android.app.TaskStackListener +android.app.UiModeManager$InnerListener +android.app.UiModeManager$OnProjectionStateChangedListener +android.app.UiModeManager$OnProjectionStateChangedListenerResourceManager +android.app.UiModeManager +android.app.UriGrantsManager$1 +android.app.UriGrantsManager +android.app.UserSwitchObserver +android.app.VoiceInteractor$Request +android.app.VoiceInteractor +android.app.Vr2dDisplayProperties$1 +android.app.Vr2dDisplayProperties +android.app.VrManager +android.app.WaitResult$1 +android.app.WaitResult +android.app.WallpaperColors$1 +android.app.WallpaperColors +android.app.WallpaperInfo$1 +android.app.WallpaperInfo +android.app.WallpaperManager$ColorManagementProxy +android.app.WallpaperManager$Globals +android.app.WallpaperManager$OnColorsChangedListener +android.app.WallpaperManager +android.app.WindowConfiguration$1 +android.app.WindowConfiguration +android.app.admin.DeviceAdminInfo$1 +android.app.admin.DeviceAdminInfo$PolicyInfo +android.app.admin.DeviceAdminInfo +android.app.admin.DevicePolicyCache$EmptyDevicePolicyCache +android.app.admin.DevicePolicyCache +android.app.admin.DevicePolicyEventLogger +android.app.admin.DevicePolicyManager$1 +android.app.admin.DevicePolicyManager$2 +android.app.admin.DevicePolicyManager$InstallSystemUpdateCallback +android.app.admin.DevicePolicyManager$OnClearApplicationUserDataListener +android.app.admin.DevicePolicyManager +android.app.admin.DevicePolicyManagerInternal$OnCrossProfileWidgetProvidersChangeListener +android.app.admin.DevicePolicyManagerInternal +android.app.admin.DeviceStateCache +android.app.admin.FactoryResetProtectionPolicy$1 +android.app.admin.FactoryResetProtectionPolicy +android.app.admin.IDeviceAdminService$Stub$Proxy +android.app.admin.IDeviceAdminService$Stub +android.app.admin.IDeviceAdminService +android.app.admin.IDevicePolicyManager$Stub$Proxy +android.app.admin.IDevicePolicyManager$Stub +android.app.admin.IDevicePolicyManager +android.app.admin.IKeyguardCallback$Stub +android.app.admin.IKeyguardCallback +android.app.admin.NetworkEvent$1 +android.app.admin.NetworkEvent +android.app.admin.PasswordMetrics$1 +android.app.admin.PasswordMetrics$ComplexityBucket$1 +android.app.admin.PasswordMetrics$ComplexityBucket$2 +android.app.admin.PasswordMetrics$ComplexityBucket$3 +android.app.admin.PasswordMetrics$ComplexityBucket$4 +android.app.admin.PasswordMetrics$ComplexityBucket +android.app.admin.PasswordMetrics +android.app.admin.PasswordPolicy +android.app.admin.SecurityLog$SecurityEvent$1 +android.app.admin.SecurityLog$SecurityEvent +android.app.admin.SecurityLog +android.app.admin.StartInstallingUpdateCallback$Stub$Proxy +android.app.admin.StartInstallingUpdateCallback$Stub +android.app.admin.StartInstallingUpdateCallback +android.app.admin.SystemUpdateInfo$1 +android.app.admin.SystemUpdateInfo +android.app.admin.SystemUpdatePolicy$1 +android.app.admin.SystemUpdatePolicy +android.app.admin.WifiSsidPolicy +android.app.ambientcontext.AmbientContextManager +android.app.assist.AssistContent$1 +android.app.assist.AssistContent +android.app.assist.AssistStructure$1 +android.app.assist.AssistStructure$AutofillOverlay +android.app.assist.AssistStructure$HtmlInfoNode$1 +android.app.assist.AssistStructure$HtmlInfoNode +android.app.assist.AssistStructure$HtmlInfoNodeBuilder +android.app.assist.AssistStructure$ParcelTransferReader +android.app.assist.AssistStructure$ParcelTransferWriter +android.app.assist.AssistStructure$SendChannel +android.app.assist.AssistStructure$ViewNode +android.app.assist.AssistStructure$ViewNodeBuilder +android.app.assist.AssistStructure$ViewNodeParcelable$1 +android.app.assist.AssistStructure$ViewNodeParcelable +android.app.assist.AssistStructure$ViewNodeText +android.app.assist.AssistStructure$ViewStackEntry +android.app.assist.AssistStructure$WindowNode +android.app.assist.AssistStructure +android.app.backup.BackupAgent$BackupServiceBinder +android.app.backup.BackupAgent$SharedPrefsSynchronizer +android.app.backup.BackupAgent +android.app.backup.BackupAgentHelper +android.app.backup.BackupDataInput$EntityHeader +android.app.backup.BackupDataInput +android.app.backup.BackupDataOutput +android.app.backup.BackupHelper +android.app.backup.BackupHelperDispatcher$Header +android.app.backup.BackupHelperDispatcher +android.app.backup.BackupManager$BackupManagerMonitorWrapper +android.app.backup.BackupManager$BackupObserverWrapper$1 +android.app.backup.BackupManager$BackupObserverWrapper +android.app.backup.BackupManager +android.app.backup.BackupManagerMonitor +android.app.backup.BackupObserver +android.app.backup.BackupProgress$1 +android.app.backup.BackupProgress +android.app.backup.BackupTransport$TransportImpl +android.app.backup.BackupTransport +android.app.backup.BlobBackupHelper +android.app.backup.FileBackupHelper +android.app.backup.FileBackupHelperBase +android.app.backup.FullBackup +android.app.backup.FullBackupDataOutput +android.app.backup.IBackupCallback$Stub$Proxy +android.app.backup.IBackupCallback$Stub +android.app.backup.IBackupCallback +android.app.backup.IBackupManager$Stub$Proxy +android.app.backup.IBackupManager$Stub +android.app.backup.IBackupManager +android.app.backup.IBackupManagerMonitor$Stub$Proxy +android.app.backup.IBackupManagerMonitor$Stub +android.app.backup.IBackupManagerMonitor +android.app.backup.IBackupObserver$Stub$Proxy +android.app.backup.IBackupObserver$Stub +android.app.backup.IBackupObserver +android.app.backup.IFullBackupRestoreObserver$Stub$Proxy +android.app.backup.IFullBackupRestoreObserver$Stub +android.app.backup.IFullBackupRestoreObserver +android.app.backup.IRestoreSession +android.app.backup.ISelectBackupTransportCallback$Stub$Proxy +android.app.backup.ISelectBackupTransportCallback$Stub +android.app.backup.ISelectBackupTransportCallback +android.app.backup.RestoreDescription$1 +android.app.backup.RestoreDescription +android.app.backup.SharedPreferencesBackupHelper +android.app.blob.BlobHandle$1 +android.app.blob.BlobHandle +android.app.blob.BlobStoreManager +android.app.blob.BlobStoreManagerFrameworkInitializer$$ExternalSyntheticLambda0 +android.app.blob.BlobStoreManagerFrameworkInitializer +android.app.blob.IBlobStoreManager$Stub +android.app.blob.IBlobStoreManager +android.app.blob.IBlobStoreSession +android.app.blob.LeaseInfo$1 +android.app.blob.LeaseInfo +android.app.cloudsearch.CloudSearchManager +android.app.compat.ChangeIdStateCache +android.app.compat.ChangeIdStateQuery +android.app.compat.CompatChanges +android.app.contentsuggestions.ClassificationsRequest$1 +android.app.contentsuggestions.ClassificationsRequest +android.app.contentsuggestions.ContentSelection$1 +android.app.contentsuggestions.ContentSelection +android.app.contentsuggestions.ContentSuggestionsManager$SelectionsCallback +android.app.contentsuggestions.ContentSuggestionsManager$SelectionsCallbackWrapper +android.app.contentsuggestions.ContentSuggestionsManager +android.app.contentsuggestions.IClassificationsCallback$Stub$Proxy +android.app.contentsuggestions.IClassificationsCallback$Stub +android.app.contentsuggestions.IClassificationsCallback +android.app.contentsuggestions.IContentSuggestionsManager$Stub$Proxy +android.app.contentsuggestions.IContentSuggestionsManager$Stub +android.app.contentsuggestions.IContentSuggestionsManager +android.app.contentsuggestions.ISelectionsCallback$Stub$Proxy +android.app.contentsuggestions.ISelectionsCallback$Stub +android.app.contentsuggestions.ISelectionsCallback +android.app.contentsuggestions.SelectionsRequest$1 +android.app.contentsuggestions.SelectionsRequest$Builder +android.app.contentsuggestions.SelectionsRequest +android.app.job.IJobCallback$Stub$Proxy +android.app.job.IJobCallback$Stub +android.app.job.IJobCallback +android.app.job.IJobScheduler$Stub$Proxy +android.app.job.IJobScheduler$Stub +android.app.job.IJobScheduler +android.app.job.IJobService$Stub$Proxy +android.app.job.IJobService$Stub +android.app.job.IJobService +android.app.job.JobInfo$1 +android.app.job.JobInfo$Builder +android.app.job.JobInfo$TriggerContentUri$1 +android.app.job.JobInfo$TriggerContentUri +android.app.job.JobInfo +android.app.job.JobParameters$1 +android.app.job.JobParameters +android.app.job.JobScheduler +android.app.job.JobSchedulerFrameworkInitializer$$ExternalSyntheticLambda0 +android.app.job.JobSchedulerFrameworkInitializer$$ExternalSyntheticLambda1 +android.app.job.JobSchedulerFrameworkInitializer$$ExternalSyntheticLambda2 +android.app.job.JobSchedulerFrameworkInitializer$$ExternalSyntheticLambda3 +android.app.job.JobSchedulerFrameworkInitializer$$ExternalSyntheticLambda4 +android.app.job.JobSchedulerFrameworkInitializer +android.app.job.JobService$1 +android.app.job.JobService +android.app.job.JobServiceEngine$JobHandler +android.app.job.JobServiceEngine$JobInterface +android.app.job.JobServiceEngine +android.app.job.JobWorkItem$1 +android.app.job.JobWorkItem +android.app.people.IPeopleManager$Stub +android.app.people.IPeopleManager +android.app.people.PeopleManager +android.app.prediction.AppPredictionContext$1 +android.app.prediction.AppPredictionContext +android.app.prediction.AppPredictionManager +android.app.prediction.AppPredictionSessionId$1 +android.app.prediction.AppPredictionSessionId +android.app.prediction.AppPredictor$CallbackWrapper +android.app.prediction.AppPredictor +android.app.prediction.AppTarget$1 +android.app.prediction.AppTarget$Builder +android.app.prediction.AppTarget +android.app.prediction.AppTargetEvent$1 +android.app.prediction.AppTargetEvent +android.app.prediction.AppTargetId$1 +android.app.prediction.AppTargetId +android.app.prediction.IPredictionCallback$Stub$Proxy +android.app.prediction.IPredictionCallback$Stub +android.app.prediction.IPredictionCallback +android.app.prediction.IPredictionManager$Stub$Proxy +android.app.prediction.IPredictionManager$Stub +android.app.prediction.IPredictionManager +android.app.search.SearchUiManager +android.app.servertransaction.ActivityConfigurationChangeItem$1 +android.app.servertransaction.ActivityConfigurationChangeItem +android.app.servertransaction.ActivityLifecycleItem +android.app.servertransaction.ActivityRelaunchItem$1 +android.app.servertransaction.ActivityRelaunchItem +android.app.servertransaction.ActivityResultItem$1 +android.app.servertransaction.ActivityResultItem +android.app.servertransaction.ActivityTransactionItem +android.app.servertransaction.BaseClientRequest +android.app.servertransaction.ClientTransaction$1 +android.app.servertransaction.ClientTransaction +android.app.servertransaction.ClientTransactionItem +android.app.servertransaction.ConfigurationChangeItem$1 +android.app.servertransaction.ConfigurationChangeItem +android.app.servertransaction.DestroyActivityItem$1 +android.app.servertransaction.DestroyActivityItem +android.app.servertransaction.LaunchActivityItem$1 +android.app.servertransaction.LaunchActivityItem +android.app.servertransaction.NewIntentItem$1 +android.app.servertransaction.NewIntentItem +android.app.servertransaction.ObjectPool +android.app.servertransaction.ObjectPoolItem +android.app.servertransaction.PauseActivityItem$1 +android.app.servertransaction.PauseActivityItem +android.app.servertransaction.PendingTransactionActions$StopInfo +android.app.servertransaction.PendingTransactionActions +android.app.servertransaction.ResumeActivityItem$1 +android.app.servertransaction.ResumeActivityItem +android.app.servertransaction.StartActivityItem$1 +android.app.servertransaction.StartActivityItem +android.app.servertransaction.StopActivityItem$1 +android.app.servertransaction.StopActivityItem +android.app.servertransaction.TopResumedActivityChangeItem$1 +android.app.servertransaction.TopResumedActivityChangeItem +android.app.servertransaction.TransactionExecutor +android.app.servertransaction.TransactionExecutorHelper +android.app.slice.ISliceManager$Stub$Proxy +android.app.slice.ISliceManager$Stub +android.app.slice.ISliceManager +android.app.slice.Slice$1 +android.app.slice.Slice$Builder +android.app.slice.Slice +android.app.slice.SliceItem$1 +android.app.slice.SliceItem +android.app.slice.SliceManager +android.app.slice.SliceProvider$$ExternalSyntheticLambda0 +android.app.slice.SliceProvider +android.app.slice.SliceSpec$1 +android.app.slice.SliceSpec +android.app.smartspace.SmartspaceManager +android.app.tare.EconomyManager +android.app.time.ITimeZoneDetectorListener$Stub$Proxy +android.app.time.ITimeZoneDetectorListener$Stub +android.app.time.ITimeZoneDetectorListener +android.app.time.TimeManager +android.app.time.TimeZoneCapabilities$1 +android.app.time.TimeZoneCapabilities$Builder +android.app.time.TimeZoneCapabilities +android.app.time.TimeZoneCapabilitiesAndConfig$1 +android.app.time.TimeZoneCapabilitiesAndConfig +android.app.time.TimeZoneConfiguration$1 +android.app.time.TimeZoneConfiguration$Builder +android.app.time.TimeZoneConfiguration +android.app.timedetector.ITimeDetectorService$Stub$Proxy +android.app.timedetector.ITimeDetectorService$Stub +android.app.timedetector.ITimeDetectorService +android.app.timedetector.ManualTimeSuggestion$1 +android.app.timedetector.ManualTimeSuggestion +android.app.timedetector.NetworkTimeSuggestion$1 +android.app.timedetector.NetworkTimeSuggestion +android.app.timedetector.TelephonyTimeSuggestion$1 +android.app.timedetector.TelephonyTimeSuggestion$Builder +android.app.timedetector.TelephonyTimeSuggestion +android.app.timedetector.TimeDetector +android.app.timedetector.TimeDetectorImpl +android.app.timezone.RulesManager +android.app.timezonedetector.ITimeZoneDetectorService$Stub$Proxy +android.app.timezonedetector.ITimeZoneDetectorService$Stub +android.app.timezonedetector.ITimeZoneDetectorService +android.app.timezonedetector.ManualTimeZoneSuggestion$1 +android.app.timezonedetector.ManualTimeZoneSuggestion +android.app.timezonedetector.TelephonyTimeZoneSuggestion$1 +android.app.timezonedetector.TelephonyTimeZoneSuggestion$Builder +android.app.timezonedetector.TelephonyTimeZoneSuggestion +android.app.timezonedetector.TimeZoneDetector +android.app.trust.IStrongAuthTracker$Stub$Proxy +android.app.trust.IStrongAuthTracker$Stub +android.app.trust.IStrongAuthTracker +android.app.trust.ITrustListener$Stub$Proxy +android.app.trust.ITrustListener$Stub +android.app.trust.ITrustListener +android.app.trust.ITrustManager$Stub$Proxy +android.app.trust.ITrustManager$Stub +android.app.trust.ITrustManager +android.app.trust.TrustManager$1 +android.app.trust.TrustManager$2 +android.app.trust.TrustManager$TrustListener +android.app.trust.TrustManager +android.app.usage.AppStandbyInfo$1 +android.app.usage.AppStandbyInfo +android.app.usage.CacheQuotaHint$1 +android.app.usage.CacheQuotaHint$Builder +android.app.usage.CacheQuotaHint +android.app.usage.CacheQuotaService$CacheQuotaServiceWrapper +android.app.usage.CacheQuotaService$ServiceHandler +android.app.usage.CacheQuotaService +android.app.usage.ConfigurationStats$1 +android.app.usage.ConfigurationStats +android.app.usage.EventList +android.app.usage.ExternalStorageStats$1 +android.app.usage.ExternalStorageStats +android.app.usage.ICacheQuotaService$Stub$Proxy +android.app.usage.ICacheQuotaService$Stub +android.app.usage.ICacheQuotaService +android.app.usage.IStorageStatsManager$Stub$Proxy +android.app.usage.IStorageStatsManager$Stub +android.app.usage.IStorageStatsManager +android.app.usage.IUsageStatsManager$Stub$Proxy +android.app.usage.IUsageStatsManager$Stub +android.app.usage.IUsageStatsManager +android.app.usage.StorageStats$1 +android.app.usage.StorageStats +android.app.usage.StorageStatsManager +android.app.usage.TimeSparseArray +android.app.usage.UsageEvents$1 +android.app.usage.UsageEvents$Event +android.app.usage.UsageEvents +android.app.usage.UsageStats$1 +android.app.usage.UsageStats +android.app.usage.UsageStatsManager +android.app.wallpapereffectsgeneration.WallpaperEffectsGenerationManager +android.apphibernation.AppHibernationManager +android.appwidget.AppWidgetManager +android.appwidget.AppWidgetManagerInternal +android.appwidget.AppWidgetProvider +android.appwidget.AppWidgetProviderInfo$1 +android.appwidget.AppWidgetProviderInfo +android.appwidget.PendingHostUpdate$1 +android.appwidget.PendingHostUpdate +android.attention.AttentionManagerInternal$AttentionCallbackInternal +android.attention.AttentionManagerInternal +android.audio.policy.configuration.V7_0.AudioUsage +android.companion.AssociationRequest$1 +android.companion.AssociationRequest +android.companion.CompanionDeviceManager +android.companion.ICompanionDeviceManager$Stub$Proxy +android.companion.ICompanionDeviceManager$Stub +android.companion.ICompanionDeviceManager +android.companion.virtual.IVirtualDevice$Stub +android.companion.virtual.IVirtualDevice +android.companion.virtual.VirtualDeviceManager +android.compat.Compatibility$1 +android.compat.Compatibility$BehaviorChangeDelegate +android.compat.Compatibility$ChangeConfig +android.compat.Compatibility +android.content.AbstractThreadedSyncAdapter$ISyncAdapterImpl +android.content.AbstractThreadedSyncAdapter$SyncThread +android.content.AbstractThreadedSyncAdapter +android.content.ActivityNotFoundException +android.content.ApexEnvironment +android.content.AsyncQueryHandler$WorkerArgs +android.content.AsyncQueryHandler$WorkerHandler +android.content.AsyncQueryHandler +android.content.Attributable +android.content.AttributionSource$1 +android.content.AttributionSource +android.content.AttributionSourceState$1 +android.content.AttributionSourceState +android.content.AutofillOptions$1 +android.content.AutofillOptions +android.content.BroadcastReceiver$PendingResult$1 +android.content.BroadcastReceiver$PendingResult +android.content.BroadcastReceiver +android.content.ClipData$1 +android.content.ClipData$Item +android.content.ClipData +android.content.ClipDescription$1 +android.content.ClipDescription +android.content.ClipboardManager$1 +android.content.ClipboardManager$OnPrimaryClipChangedListener +android.content.ClipboardManager +android.content.ComponentCallbacks2 +android.content.ComponentCallbacks +android.content.ComponentCallbacksController$$ExternalSyntheticLambda0 +android.content.ComponentCallbacksController$$ExternalSyntheticLambda1 +android.content.ComponentCallbacksController$$ExternalSyntheticLambda2 +android.content.ComponentCallbacksController +android.content.ComponentName$1 +android.content.ComponentName$WithComponentName +android.content.ComponentName +android.content.ContentCaptureOptions$1 +android.content.ContentCaptureOptions +android.content.ContentInterface +android.content.ContentProvider$1 +android.content.ContentProvider$CallingIdentity +android.content.ContentProvider$PipeDataWriter +android.content.ContentProvider$Transport +android.content.ContentProvider +android.content.ContentProviderClient$CursorWrapperInner +android.content.ContentProviderClient$NotRespondingRunnable +android.content.ContentProviderClient +android.content.ContentProviderNative +android.content.ContentProviderOperation$1 +android.content.ContentProviderOperation$BackReference$1 +android.content.ContentProviderOperation$BackReference +android.content.ContentProviderOperation$Builder +android.content.ContentProviderOperation +android.content.ContentProviderProxy +android.content.ContentProviderResult$1 +android.content.ContentProviderResult +android.content.ContentResolver$1 +android.content.ContentResolver$2 +android.content.ContentResolver$CursorWrapperInner +android.content.ContentResolver$OpenResourceIdResult +android.content.ContentResolver$ParcelFileDescriptorInner +android.content.ContentResolver$ResultListener +android.content.ContentResolver$StringResultListener +android.content.ContentResolver$UriResultListener +android.content.ContentResolver +android.content.ContentUris +android.content.ContentValues$1 +android.content.ContentValues +android.content.Context +android.content.ContextParams$Builder +android.content.ContextParams +android.content.ContextWrapper +android.content.CursorLoader +android.content.DialogInterface$OnCancelListener +android.content.DialogInterface$OnClickListener +android.content.DialogInterface$OnDismissListener +android.content.DialogInterface$OnKeyListener +android.content.DialogInterface$OnShowListener +android.content.DialogInterface +android.content.IClipboard$Stub$Proxy +android.content.IClipboard$Stub +android.content.IClipboard +android.content.IContentProvider +android.content.IContentService$Stub$Proxy +android.content.IContentService$Stub +android.content.IContentService +android.content.IIntentReceiver$Stub$Proxy +android.content.IIntentReceiver$Stub +android.content.IIntentReceiver +android.content.IIntentSender$Stub$Proxy +android.content.IIntentSender$Stub +android.content.IIntentSender +android.content.IOnPrimaryClipChangedListener$Stub$Proxy +android.content.IOnPrimaryClipChangedListener$Stub +android.content.IOnPrimaryClipChangedListener +android.content.IRestrictionsManager$Stub$Proxy +android.content.IRestrictionsManager$Stub +android.content.IRestrictionsManager +android.content.ISyncAdapter$Stub$Proxy +android.content.ISyncAdapter$Stub +android.content.ISyncAdapter +android.content.ISyncAdapterUnsyncableAccountCallback$Stub$Proxy +android.content.ISyncAdapterUnsyncableAccountCallback$Stub +android.content.ISyncAdapterUnsyncableAccountCallback +android.content.ISyncContext$Stub$Proxy +android.content.ISyncContext$Stub +android.content.ISyncContext +android.content.ISyncStatusObserver$Stub$Proxy +android.content.ISyncStatusObserver$Stub +android.content.ISyncStatusObserver +android.content.Intent$1 +android.content.Intent$CommandOptionHandler +android.content.Intent$FilterComparison +android.content.Intent +android.content.IntentFilter$$ExternalSyntheticLambda0 +android.content.IntentFilter$1 +android.content.IntentFilter$AuthorityEntry +android.content.IntentFilter$MalformedMimeTypeException +android.content.IntentFilter +android.content.IntentSender$1 +android.content.IntentSender$FinishedDispatcher +android.content.IntentSender$OnFinished +android.content.IntentSender$SendIntentException +android.content.IntentSender +android.content.Loader$ForceLoadContentObserver +android.content.Loader$OnLoadCanceledListener +android.content.Loader$OnLoadCompleteListener +android.content.Loader +android.content.LocusId$1 +android.content.LocusId +android.content.LoggingContentInterface +android.content.MutableContextWrapper +android.content.OperationApplicationException +android.content.PeriodicSync$1 +android.content.PeriodicSync +android.content.PermissionChecker +android.content.ReceiverCallNotAllowedException +android.content.RestrictionEntry$1 +android.content.RestrictionEntry +android.content.RestrictionsManager +android.content.SearchRecentSuggestionsProvider$DatabaseHelper +android.content.SearchRecentSuggestionsProvider +android.content.ServiceConnection +android.content.SharedPreferences$Editor +android.content.SharedPreferences$OnSharedPreferenceChangeListener +android.content.SharedPreferences +android.content.SyncAdapterType$1 +android.content.SyncAdapterType +android.content.SyncAdaptersCache$MySerializer +android.content.SyncAdaptersCache +android.content.SyncContext +android.content.SyncInfo$1 +android.content.SyncInfo +android.content.SyncRequest$1 +android.content.SyncRequest$Builder +android.content.SyncRequest +android.content.SyncResult$1 +android.content.SyncResult +android.content.SyncStats$1 +android.content.SyncStats +android.content.SyncStatusInfo$1 +android.content.SyncStatusInfo$Stats +android.content.SyncStatusInfo +android.content.SyncStatusObserver +android.content.UndoManager$UndoState +android.content.UndoManager +android.content.UndoOperation +android.content.UndoOwner +android.content.UriMatcher +android.content.UriPermission$1 +android.content.UriPermission +android.content.integrity.AppIntegrityManager +android.content.integrity.AtomicFormula$StringAtomicFormula$1 +android.content.integrity.AtomicFormula$StringAtomicFormula +android.content.integrity.AtomicFormula +android.content.integrity.CompoundFormula$1 +android.content.integrity.CompoundFormula +android.content.integrity.IAppIntegrityManager$Stub +android.content.integrity.IAppIntegrityManager +android.content.integrity.InstallerAllowedByManifestFormula$1 +android.content.integrity.InstallerAllowedByManifestFormula +android.content.integrity.IntegrityFormula +android.content.integrity.IntegrityUtils +android.content.integrity.Rule$1 +android.content.integrity.Rule +android.content.om.CriticalOverlayInfo +android.content.om.IOverlayManager$Stub$Proxy +android.content.om.IOverlayManager$Stub +android.content.om.IOverlayManager +android.content.om.OverlayInfo$1 +android.content.om.OverlayInfo +android.content.om.OverlayManager +android.content.om.OverlayableInfo +android.content.pm.ActivityInfo$1 +android.content.pm.ActivityInfo$WindowLayout +android.content.pm.ActivityInfo +android.content.pm.ActivityPresentationInfo +android.content.pm.AndroidTestBaseUpdater +android.content.pm.ApplicationInfo$1$$ExternalSyntheticLambda0 +android.content.pm.ApplicationInfo$1 +android.content.pm.ApplicationInfo +android.content.pm.Attribution$1 +android.content.pm.Attribution +android.content.pm.AuxiliaryResolveInfo$AuxiliaryFilter +android.content.pm.AuxiliaryResolveInfo +android.content.pm.BaseParceledListSlice$1 +android.content.pm.BaseParceledListSlice +android.content.pm.ChangedPackages$1 +android.content.pm.ChangedPackages +android.content.pm.Checksum$1 +android.content.pm.Checksum +android.content.pm.ComponentInfo +android.content.pm.ConfigurationInfo$1 +android.content.pm.ConfigurationInfo +android.content.pm.CrossProfileApps +android.content.pm.CrossProfileAppsInternal +android.content.pm.DataLoaderManager +android.content.pm.DataLoaderParams +android.content.pm.DataLoaderParamsParcel$1 +android.content.pm.DataLoaderParamsParcel +android.content.pm.FallbackCategoryProvider +android.content.pm.FeatureGroupInfo$1 +android.content.pm.FeatureGroupInfo +android.content.pm.FeatureInfo$1 +android.content.pm.FeatureInfo +android.content.pm.FileSystemControlParcel$1 +android.content.pm.FileSystemControlParcel +android.content.pm.ICrossProfileApps$Stub$Proxy +android.content.pm.ICrossProfileApps$Stub +android.content.pm.ICrossProfileApps +android.content.pm.IDataLoader +android.content.pm.IDataLoaderManager$Stub$Proxy +android.content.pm.IDataLoaderManager$Stub +android.content.pm.IDataLoaderManager +android.content.pm.IDataLoaderStatusListener$Stub$Proxy +android.content.pm.IDataLoaderStatusListener$Stub +android.content.pm.IDataLoaderStatusListener +android.content.pm.IDexModuleRegisterCallback$Stub$Proxy +android.content.pm.IDexModuleRegisterCallback$Stub +android.content.pm.IDexModuleRegisterCallback +android.content.pm.ILauncherApps$Stub$Proxy +android.content.pm.ILauncherApps$Stub +android.content.pm.ILauncherApps +android.content.pm.IOnAppsChangedListener$Stub$Proxy +android.content.pm.IOnAppsChangedListener$Stub +android.content.pm.IOnAppsChangedListener +android.content.pm.IOnChecksumsReadyListener$Stub$Proxy +android.content.pm.IOnChecksumsReadyListener$Stub +android.content.pm.IOnChecksumsReadyListener +android.content.pm.IOtaDexopt$Stub +android.content.pm.IOtaDexopt +android.content.pm.IPackageChangeObserver$Stub$Proxy +android.content.pm.IPackageChangeObserver$Stub +android.content.pm.IPackageChangeObserver +android.content.pm.IPackageDataObserver$Stub$Proxy +android.content.pm.IPackageDataObserver$Stub +android.content.pm.IPackageDataObserver +android.content.pm.IPackageDeleteObserver$Stub$Proxy +android.content.pm.IPackageDeleteObserver$Stub +android.content.pm.IPackageDeleteObserver2$Stub$Proxy +android.content.pm.IPackageDeleteObserver2$Stub +android.content.pm.IPackageDeleteObserver2 +android.content.pm.IPackageDeleteObserver +android.content.pm.IPackageInstallObserver2$Stub +android.content.pm.IPackageInstallObserver2 +android.content.pm.IPackageInstaller$Stub$Proxy +android.content.pm.IPackageInstaller$Stub +android.content.pm.IPackageInstaller +android.content.pm.IPackageInstallerCallback$Stub$Proxy +android.content.pm.IPackageInstallerCallback$Stub +android.content.pm.IPackageInstallerCallback +android.content.pm.IPackageInstallerSession$Stub$Proxy +android.content.pm.IPackageInstallerSession$Stub +android.content.pm.IPackageInstallerSession +android.content.pm.IPackageManager$Stub$$ExternalSyntheticLambda0 +android.content.pm.IPackageManager$Stub$Proxy$$ExternalSyntheticLambda0 +android.content.pm.IPackageManager$Stub$Proxy +android.content.pm.IPackageManager$Stub +android.content.pm.IPackageManager +android.content.pm.IPackageManagerNative$Stub +android.content.pm.IPackageManagerNative +android.content.pm.IPackageMoveObserver$Stub$Proxy +android.content.pm.IPackageMoveObserver$Stub +android.content.pm.IPackageMoveObserver +android.content.pm.IPackageStatsObserver$Stub$Proxy +android.content.pm.IPackageStatsObserver$Stub +android.content.pm.IPackageStatsObserver +android.content.pm.IShortcutChangeCallback$Stub$Proxy +android.content.pm.IShortcutChangeCallback$Stub +android.content.pm.IShortcutChangeCallback +android.content.pm.IShortcutService$Stub$Proxy +android.content.pm.IShortcutService$Stub +android.content.pm.IShortcutService +android.content.pm.IncrementalStatesInfo$1 +android.content.pm.IncrementalStatesInfo +android.content.pm.InstallSourceInfo$1 +android.content.pm.InstallSourceInfo +android.content.pm.InstantAppIntentFilter$1 +android.content.pm.InstantAppIntentFilter +android.content.pm.InstantAppRequest +android.content.pm.InstantAppRequestInfo$1 +android.content.pm.InstantAppRequestInfo +android.content.pm.InstantAppResolveInfo$1 +android.content.pm.InstantAppResolveInfo$InstantAppDigest$1 +android.content.pm.InstantAppResolveInfo$InstantAppDigest +android.content.pm.InstantAppResolveInfo +android.content.pm.InstrumentationInfo$1 +android.content.pm.InstrumentationInfo +android.content.pm.IntentFilterVerificationInfo$1 +android.content.pm.IntentFilterVerificationInfo +android.content.pm.KeySet$1 +android.content.pm.KeySet +android.content.pm.LauncherActivityInfo +android.content.pm.LauncherActivityInfoInternal$1 +android.content.pm.LauncherActivityInfoInternal +android.content.pm.LauncherApps$1 +android.content.pm.LauncherApps$AppUsageLimit$1 +android.content.pm.LauncherApps$AppUsageLimit +android.content.pm.LauncherApps$Callback +android.content.pm.LauncherApps$CallbackMessageHandler$CallbackInfo +android.content.pm.LauncherApps$CallbackMessageHandler +android.content.pm.LauncherApps$ShortcutQuery$QueryFlags +android.content.pm.LauncherApps$ShortcutQuery +android.content.pm.LauncherApps +android.content.pm.ModuleInfo$1 +android.content.pm.ModuleInfo +android.content.pm.PackageChangeEvent$1 +android.content.pm.PackageChangeEvent +android.content.pm.PackageInfo$1 +android.content.pm.PackageInfo +android.content.pm.PackageInfoLite$1 +android.content.pm.PackageInfoLite +android.content.pm.PackageInstaller$Session +android.content.pm.PackageInstaller$SessionCallback +android.content.pm.PackageInstaller$SessionCallbackDelegate$$ExternalSyntheticLambda0 +android.content.pm.PackageInstaller$SessionCallbackDelegate$$ExternalSyntheticLambda1 +android.content.pm.PackageInstaller$SessionCallbackDelegate$$ExternalSyntheticLambda2 +android.content.pm.PackageInstaller$SessionCallbackDelegate$$ExternalSyntheticLambda3 +android.content.pm.PackageInstaller$SessionCallbackDelegate$$ExternalSyntheticLambda4 +android.content.pm.PackageInstaller$SessionCallbackDelegate +android.content.pm.PackageInstaller$SessionInfo$1 +android.content.pm.PackageInstaller$SessionInfo +android.content.pm.PackageInstaller$SessionParams$1 +android.content.pm.PackageInstaller$SessionParams +android.content.pm.PackageInstaller +android.content.pm.PackageItemInfo +android.content.pm.PackageManager$1 +android.content.pm.PackageManager$2 +android.content.pm.PackageManager$ApplicationInfoFlags +android.content.pm.PackageManager$ApplicationInfoQuery +android.content.pm.PackageManager$ComponentEnabledSetting +android.content.pm.PackageManager$Flags +android.content.pm.PackageManager$MoveCallback +android.content.pm.PackageManager$NameNotFoundException +android.content.pm.PackageManager$OnPermissionsChangedListener +android.content.pm.PackageManager$PackageInfoFlags +android.content.pm.PackageManager$PackageInfoQuery +android.content.pm.PackageManager$Property$1 +android.content.pm.PackageManager$Property +android.content.pm.PackageManager$ResolveInfoFlags +android.content.pm.PackageManager +android.content.pm.PackageParser$Activity$1 +android.content.pm.PackageParser$Activity +android.content.pm.PackageParser$ActivityIntentInfo +android.content.pm.PackageParser$ApkLite +android.content.pm.PackageParser$CachedComponentArgs +android.content.pm.PackageParser$Callback +android.content.pm.PackageParser$CallbackImpl +android.content.pm.PackageParser$Component +android.content.pm.PackageParser$Instrumentation$1 +android.content.pm.PackageParser$Instrumentation +android.content.pm.PackageParser$IntentInfo +android.content.pm.PackageParser$NewPermissionInfo +android.content.pm.PackageParser$Package$1 +android.content.pm.PackageParser$Package +android.content.pm.PackageParser$PackageLite +android.content.pm.PackageParser$PackageParserException +android.content.pm.PackageParser$ParseComponentArgs +android.content.pm.PackageParser$ParsePackageItemArgs +android.content.pm.PackageParser$Permission$1 +android.content.pm.PackageParser$Permission +android.content.pm.PackageParser$PermissionGroup$1 +android.content.pm.PackageParser$PermissionGroup +android.content.pm.PackageParser$Provider$1 +android.content.pm.PackageParser$Provider +android.content.pm.PackageParser$ProviderIntentInfo +android.content.pm.PackageParser$Service$1 +android.content.pm.PackageParser$Service +android.content.pm.PackageParser$ServiceIntentInfo +android.content.pm.PackageParser$SigningDetails$1 +android.content.pm.PackageParser$SigningDetails$Builder +android.content.pm.PackageParser$SigningDetails +android.content.pm.PackageParser$SplitDependencyLoader$IllegalDependencyException +android.content.pm.PackageParser$SplitNameComparator +android.content.pm.PackageParser +android.content.pm.PackageParserCacheHelper$ReadHelper +android.content.pm.PackageParserCacheHelper$WriteHelper +android.content.pm.PackagePartitions$DeferredCanonicalFile +android.content.pm.PackagePartitions$SystemPartition +android.content.pm.PackagePartitions +android.content.pm.PackageStats$1 +android.content.pm.PackageStats +android.content.pm.ParceledListSlice$1 +android.content.pm.ParceledListSlice +android.content.pm.PathPermission$1 +android.content.pm.PathPermission +android.content.pm.PermissionGroupInfo$1 +android.content.pm.PermissionGroupInfo +android.content.pm.PermissionInfo$1 +android.content.pm.PermissionInfo +android.content.pm.ProviderInfo$1 +android.content.pm.ProviderInfo +android.content.pm.ProviderInfoList$1 +android.content.pm.ProviderInfoList +android.content.pm.RegisteredServicesCache$1 +android.content.pm.RegisteredServicesCache$2 +android.content.pm.RegisteredServicesCache$3 +android.content.pm.RegisteredServicesCache$ServiceInfo +android.content.pm.RegisteredServicesCache$UserServices +android.content.pm.RegisteredServicesCache +android.content.pm.RegisteredServicesCacheListener +android.content.pm.ResolveInfo$1 +android.content.pm.ResolveInfo +android.content.pm.ServiceInfo$1 +android.content.pm.ServiceInfo +android.content.pm.SharedLibraryInfo$1 +android.content.pm.SharedLibraryInfo +android.content.pm.ShortcutInfo$1 +android.content.pm.ShortcutInfo$Builder +android.content.pm.ShortcutInfo +android.content.pm.ShortcutManager$ShareShortcutInfo$1 +android.content.pm.ShortcutManager$ShareShortcutInfo +android.content.pm.ShortcutManager +android.content.pm.ShortcutQueryWrapper$1 +android.content.pm.ShortcutQueryWrapper +android.content.pm.ShortcutServiceInternal$ShortcutChangeListener +android.content.pm.ShortcutServiceInternal +android.content.pm.Signature$1 +android.content.pm.Signature +android.content.pm.SigningDetails$1 +android.content.pm.SigningDetails +android.content.pm.SigningInfo$1 +android.content.pm.SigningInfo +android.content.pm.StringParceledListSlice$1 +android.content.pm.StringParceledListSlice +android.content.pm.SuspendDialogInfo$1 +android.content.pm.SuspendDialogInfo$Builder +android.content.pm.SuspendDialogInfo +android.content.pm.UserInfo$1 +android.content.pm.UserInfo +android.content.pm.VerifierDeviceIdentity$1 +android.content.pm.VerifierDeviceIdentity +android.content.pm.VerifierInfo$1 +android.content.pm.VerifierInfo +android.content.pm.VersionedPackage$1 +android.content.pm.VersionedPackage +android.content.pm.XmlSerializerAndParser +android.content.pm.dex.ArtManager$SnapshotRuntimeProfileCallbackDelegate +android.content.pm.dex.ArtManager +android.content.pm.dex.ArtManagerInternal +android.content.pm.dex.DexMetadataHelper +android.content.pm.dex.IArtManager$Stub$Proxy +android.content.pm.dex.IArtManager$Stub +android.content.pm.dex.IArtManager +android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub$Proxy +android.content.pm.dex.ISnapshotRuntimeProfileCallback$Stub +android.content.pm.dex.ISnapshotRuntimeProfileCallback +android.content.pm.dex.PackageOptimizationInfo +android.content.pm.overlay.OverlayPaths +android.content.pm.parsing.ApkLite +android.content.pm.parsing.ApkLiteParseUtils$SplitNameComparator +android.content.pm.parsing.ApkLiteParseUtils +android.content.pm.parsing.FrameworkParsingPackageUtils +android.content.pm.parsing.PackageLite +android.content.pm.parsing.result.ParseInput$Callback +android.content.pm.parsing.result.ParseInput +android.content.pm.parsing.result.ParseResult +android.content.pm.parsing.result.ParseTypeImpl$$ExternalSyntheticLambda1 +android.content.pm.parsing.result.ParseTypeImpl +android.content.pm.permission.SplitPermissionInfoParcelable$1 +android.content.pm.permission.SplitPermissionInfoParcelable +android.content.pm.split.SplitDependencyLoader$IllegalDependencyException +android.content.pm.split.SplitDependencyLoader +android.content.pm.verify.domain.DomainVerificationManager +android.content.res.ApkAssets +android.content.res.AssetFileDescriptor$1 +android.content.res.AssetFileDescriptor$AutoCloseInputStream +android.content.res.AssetFileDescriptor +android.content.res.AssetManager$AssetInputStream +android.content.res.AssetManager$Builder +android.content.res.AssetManager +android.content.res.ColorStateList$1 +android.content.res.ColorStateList$ColorStateListFactory +android.content.res.ColorStateList +android.content.res.CompatResources +android.content.res.CompatibilityInfo$1 +android.content.res.CompatibilityInfo$2 +android.content.res.CompatibilityInfo$Translator +android.content.res.CompatibilityInfo +android.content.res.ComplexColor +android.content.res.Configuration$1 +android.content.res.Configuration +android.content.res.ConfigurationBoundResourceCache +android.content.res.ConstantState +android.content.res.DrawableCache +android.content.res.FontResourcesParser$FamilyResourceEntry +android.content.res.FontResourcesParser$FontFamilyFilesResourceEntry +android.content.res.FontResourcesParser$FontFileResourceEntry +android.content.res.FontResourcesParser$ProviderResourceEntry +android.content.res.FontResourcesParser +android.content.res.GradientColor$GradientColorFactory +android.content.res.GradientColor +android.content.res.ObbInfo$1 +android.content.res.ObbInfo +android.content.res.ObbScanner +android.content.res.ResourceId +android.content.res.Resources$$ExternalSyntheticLambda0 +android.content.res.Resources$AssetManagerUpdateHandler +android.content.res.Resources$NotFoundException +android.content.res.Resources$Theme +android.content.res.Resources$ThemeKey +android.content.res.Resources$UpdateCallbacks +android.content.res.Resources +android.content.res.ResourcesImpl$$ExternalSyntheticLambda0 +android.content.res.ResourcesImpl$$ExternalSyntheticLambda1 +android.content.res.ResourcesImpl$LookupStack +android.content.res.ResourcesImpl$ThemeImpl +android.content.res.ResourcesImpl +android.content.res.ResourcesKey +android.content.res.StringBlock$Height +android.content.res.StringBlock$StyleIDs +android.content.res.StringBlock +android.content.res.ThemedResourceCache +android.content.res.TypedArray +android.content.res.XmlBlock$Parser +android.content.res.XmlBlock +android.content.res.XmlResourceParser +android.content.res.loader.AssetsProvider +android.content.res.loader.ResourcesLoader$UpdateCallbacks +android.content.res.loader.ResourcesLoader +android.content.res.loader.ResourcesProvider +android.content.rollback.IRollbackManager$Stub$Proxy +android.content.rollback.IRollbackManager$Stub +android.content.rollback.IRollbackManager +android.content.rollback.PackageRollbackInfo$1 +android.content.rollback.PackageRollbackInfo +android.content.rollback.RollbackInfo$1 +android.content.rollback.RollbackInfo +android.content.rollback.RollbackManager +android.content.rollback.RollbackManagerFrameworkInitializer$$ExternalSyntheticLambda0 +android.content.rollback.RollbackManagerFrameworkInitializer +android.content.type.DefaultMimeMapFactory$$ExternalSyntheticLambda0 +android.content.type.DefaultMimeMapFactory +android.database.AbstractCursor$SelfContentObserver +android.database.AbstractCursor +android.database.AbstractWindowedCursor +android.database.BulkCursorDescriptor$1 +android.database.BulkCursorDescriptor +android.database.BulkCursorNative +android.database.BulkCursorProxy +android.database.BulkCursorToCursorAdaptor +android.database.CharArrayBuffer +android.database.ContentObservable +android.database.ContentObserver$$ExternalSyntheticLambda0 +android.database.ContentObserver$Transport +android.database.ContentObserver +android.database.CrossProcessCursor +android.database.CrossProcessCursorWrapper +android.database.Cursor +android.database.CursorIndexOutOfBoundsException +android.database.CursorToBulkCursorAdaptor$ContentObserverProxy +android.database.CursorToBulkCursorAdaptor +android.database.CursorWindow$1 +android.database.CursorWindow +android.database.CursorWrapper +android.database.DataSetObservable +android.database.DataSetObserver +android.database.DatabaseErrorHandler +android.database.DatabaseUtils$InsertHelper +android.database.DatabaseUtils +android.database.DefaultDatabaseErrorHandler +android.database.IBulkCursor +android.database.IContentObserver$Stub$Proxy +android.database.IContentObserver$Stub +android.database.IContentObserver +android.database.MatrixCursor$RowBuilder +android.database.MatrixCursor +android.database.MergeCursor$1 +android.database.MergeCursor +android.database.Observable +android.database.SQLException +android.database.StaleDataException +android.database.sqlite.DatabaseObjectNotClosedException +android.database.sqlite.SQLiteAbortException +android.database.sqlite.SQLiteAccessPermException +android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException +android.database.sqlite.SQLiteBlobTooBigException +android.database.sqlite.SQLiteCantOpenDatabaseException +android.database.sqlite.SQLiteClosable +android.database.sqlite.SQLiteCompatibilityWalFlags +android.database.sqlite.SQLiteConnection$Operation +android.database.sqlite.SQLiteConnection$OperationLog +android.database.sqlite.SQLiteConnection$PreparedStatement +android.database.sqlite.SQLiteConnection$PreparedStatementCache +android.database.sqlite.SQLiteConnection +android.database.sqlite.SQLiteConnectionPool$1 +android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus +android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter +android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler +android.database.sqlite.SQLiteConnectionPool +android.database.sqlite.SQLiteConstraintException +android.database.sqlite.SQLiteCursor +android.database.sqlite.SQLiteCursorDriver +android.database.sqlite.SQLiteCustomFunction +android.database.sqlite.SQLiteDatabase$$ExternalSyntheticLambda0 +android.database.sqlite.SQLiteDatabase$$ExternalSyntheticLambda1 +android.database.sqlite.SQLiteDatabase$1 +android.database.sqlite.SQLiteDatabase$CursorFactory +android.database.sqlite.SQLiteDatabase$OpenParams$Builder +android.database.sqlite.SQLiteDatabase$OpenParams +android.database.sqlite.SQLiteDatabase +android.database.sqlite.SQLiteDatabaseConfiguration +android.database.sqlite.SQLiteDatabaseCorruptException +android.database.sqlite.SQLiteDatabaseLockedException +android.database.sqlite.SQLiteDebug$DbStats +android.database.sqlite.SQLiteDebug$PagerStats +android.database.sqlite.SQLiteDebug +android.database.sqlite.SQLiteDirectCursorDriver +android.database.sqlite.SQLiteDiskIOException +android.database.sqlite.SQLiteDoneException +android.database.sqlite.SQLiteException +android.database.sqlite.SQLiteFullException +android.database.sqlite.SQLiteGlobal +android.database.sqlite.SQLiteOpenHelper +android.database.sqlite.SQLiteOutOfMemoryException +android.database.sqlite.SQLiteProgram +android.database.sqlite.SQLiteQuery +android.database.sqlite.SQLiteQueryBuilder +android.database.sqlite.SQLiteSession$Transaction +android.database.sqlite.SQLiteSession +android.database.sqlite.SQLiteStatement +android.database.sqlite.SQLiteStatementInfo +android.database.sqlite.SQLiteTableLockedException +android.database.sqlite.SQLiteTokenizer +android.database.sqlite.SQLiteTransactionListener +android.database.sqlite.SqliteWrapper +android.ddm.DdmHandle +android.ddm.DdmHandleAppName$Names +android.ddm.DdmHandleAppName +android.ddm.DdmHandleExit +android.ddm.DdmHandleHeap +android.ddm.DdmHandleHello +android.ddm.DdmHandleNativeHeap +android.ddm.DdmHandleProfiling +android.ddm.DdmHandleViewDebug +android.ddm.DdmRegister +android.debug.AdbManager +android.debug.AdbManagerInternal +android.debug.IAdbManager$Stub$Proxy +android.debug.IAdbManager$Stub +android.debug.IAdbManager +android.debug.IAdbTransport$Stub +android.debug.IAdbTransport +android.graphics.BLASTBufferQueue +android.graphics.BaseCanvas +android.graphics.BaseRecordingCanvas +android.graphics.Bitmap$1 +android.graphics.Bitmap$2 +android.graphics.Bitmap$CompressFormat +android.graphics.Bitmap$Config +android.graphics.Bitmap +android.graphics.BitmapFactory$Options +android.graphics.BitmapFactory +android.graphics.BitmapRegionDecoder +android.graphics.BitmapShader +android.graphics.BlendMode$1 +android.graphics.BlendMode +android.graphics.BlendModeColorFilter +android.graphics.BlurMaskFilter$Blur +android.graphics.BlurMaskFilter +android.graphics.Camera +android.graphics.Canvas$EdgeType +android.graphics.Canvas$NoImagePreloadHolder +android.graphics.Canvas +android.graphics.CanvasProperty +android.graphics.Color +android.graphics.ColorFilter$NoImagePreloadHolder +android.graphics.ColorFilter +android.graphics.ColorMatrixColorFilter +android.graphics.ColorSpace$$ExternalSyntheticLambda0 +android.graphics.ColorSpace$$ExternalSyntheticLambda1 +android.graphics.ColorSpace$Adaptation +android.graphics.ColorSpace$Connector +android.graphics.ColorSpace$Lab +android.graphics.ColorSpace$Model +android.graphics.ColorSpace$Named +android.graphics.ColorSpace$RenderIntent +android.graphics.ColorSpace$Rgb$$ExternalSyntheticLambda0 +android.graphics.ColorSpace$Rgb$$ExternalSyntheticLambda1 +android.graphics.ColorSpace$Rgb$$ExternalSyntheticLambda2 +android.graphics.ColorSpace$Rgb$$ExternalSyntheticLambda3 +android.graphics.ColorSpace$Rgb$$ExternalSyntheticLambda4 +android.graphics.ColorSpace$Rgb$$ExternalSyntheticLambda5 +android.graphics.ColorSpace$Rgb$$ExternalSyntheticLambda6 +android.graphics.ColorSpace$Rgb$NoImagePreloadHolder +android.graphics.ColorSpace$Rgb$TransferParameters +android.graphics.ColorSpace$Rgb +android.graphics.ColorSpace$Xyz +android.graphics.ColorSpace +android.graphics.Compatibility +android.graphics.ComposePathEffect +android.graphics.ComposeShader +android.graphics.CornerPathEffect +android.graphics.DashPathEffect +android.graphics.DiscretePathEffect +android.graphics.DrawFilter +android.graphics.EmbossMaskFilter +android.graphics.FontFamily +android.graphics.FontListParser +android.graphics.FrameInfo +android.graphics.GraphicBuffer$1 +android.graphics.GraphicBuffer +android.graphics.GraphicsProtos +android.graphics.GraphicsStatsService$1 +android.graphics.GraphicsStatsService$ActiveBuffer +android.graphics.GraphicsStatsService$BufferInfo +android.graphics.GraphicsStatsService$HistoricalBuffer +android.graphics.GraphicsStatsService +android.graphics.HardwareRenderer$ASurfaceTransactionCallback +android.graphics.HardwareRenderer$DestroyContextRunnable +android.graphics.HardwareRenderer$FrameCommitCallback +android.graphics.HardwareRenderer$FrameCompleteCallback +android.graphics.HardwareRenderer$FrameDrawingCallback +android.graphics.HardwareRenderer$FrameRenderRequest +android.graphics.HardwareRenderer$PrepareSurfaceControlForWebviewCallback +android.graphics.HardwareRenderer$ProcessInitializer$$ExternalSyntheticLambda0 +android.graphics.HardwareRenderer$ProcessInitializer$1 +android.graphics.HardwareRenderer$ProcessInitializer$Dataspace$$ExternalSyntheticLambda0 +android.graphics.HardwareRenderer$ProcessInitializer$Dataspace +android.graphics.HardwareRenderer$ProcessInitializer +android.graphics.HardwareRenderer +android.graphics.HardwareRendererObserver$$ExternalSyntheticLambda0 +android.graphics.HardwareRendererObserver$OnFrameMetricsAvailableListener +android.graphics.HardwareRendererObserver +android.graphics.ImageDecoder$AssetInputStreamSource +android.graphics.ImageDecoder$ByteArraySource +android.graphics.ImageDecoder$DecodeException +android.graphics.ImageDecoder$ImageInfo +android.graphics.ImageDecoder$InputStreamSource +android.graphics.ImageDecoder$OnHeaderDecodedListener +android.graphics.ImageDecoder$Source +android.graphics.ImageDecoder +android.graphics.ImageFormat +android.graphics.Insets$1 +android.graphics.Insets +android.graphics.Interpolator$Result +android.graphics.Interpolator +android.graphics.LeakyTypefaceStorage +android.graphics.LightingColorFilter +android.graphics.LinearGradient +android.graphics.MaskFilter +android.graphics.Matrix$1 +android.graphics.Matrix$NoImagePreloadHolder +android.graphics.Matrix$ScaleToFit +android.graphics.Matrix +android.graphics.Movie +android.graphics.NinePatch$InsetStruct +android.graphics.NinePatch +android.graphics.Outline +android.graphics.Paint$Align +android.graphics.Paint$Cap +android.graphics.Paint$FontMetrics +android.graphics.Paint$FontMetricsInt +android.graphics.Paint$Join +android.graphics.Paint$NoImagePreloadHolder +android.graphics.Paint$Style +android.graphics.Paint +android.graphics.PaintFlagsDrawFilter +android.graphics.Path$Direction +android.graphics.Path$FillType +android.graphics.Path$Op +android.graphics.Path +android.graphics.PathDashPathEffect +android.graphics.PathEffect +android.graphics.PathMeasure +android.graphics.Picture$PictureCanvas +android.graphics.Picture +android.graphics.PixelFormat +android.graphics.Point$1 +android.graphics.Point +android.graphics.PointF$1 +android.graphics.PointF +android.graphics.PorterDuff$Mode +android.graphics.PorterDuff +android.graphics.PorterDuffColorFilter +android.graphics.PorterDuffXfermode +android.graphics.PostProcessor +android.graphics.RadialGradient +android.graphics.RecordingCanvas +android.graphics.Rect$1 +android.graphics.Rect$UnflattenHelper +android.graphics.Rect +android.graphics.RectF$1 +android.graphics.RectF +android.graphics.Region$1 +android.graphics.Region$Op +android.graphics.Region +android.graphics.RegionIterator +android.graphics.RenderEffect$RenderEffectHolder +android.graphics.RenderEffect +android.graphics.RenderNode$AnimationHost +android.graphics.RenderNode$CompositePositionUpdateListener +android.graphics.RenderNode$NoImagePreloadHolder +android.graphics.RenderNode$PositionUpdateListener +android.graphics.RenderNode +android.graphics.RuntimeShader$NoImagePreloadHolder +android.graphics.RuntimeShader +android.graphics.Shader$NoImagePreloadHolder +android.graphics.Shader$TileMode +android.graphics.Shader +android.graphics.SumPathEffect +android.graphics.SurfaceTexture$1 +android.graphics.SurfaceTexture$OnFrameAvailableListener +android.graphics.SurfaceTexture +android.graphics.SweepGradient +android.graphics.TableMaskFilter +android.graphics.TemporaryBuffer +android.graphics.TextureLayer +android.graphics.Typeface$Builder +android.graphics.Typeface$CustomFallbackBuilder +android.graphics.Typeface +android.graphics.Xfermode +android.graphics.YuvImage +android.graphics.animation.FallbackLUTInterpolator +android.graphics.animation.HasNativeInterpolator +android.graphics.animation.NativeInterpolator +android.graphics.animation.NativeInterpolatorFactory +android.graphics.animation.RenderNodeAnimator$$ExternalSyntheticLambda0 +android.graphics.animation.RenderNodeAnimator$DelayedAnimationHelper +android.graphics.animation.RenderNodeAnimator$ViewListener +android.graphics.animation.RenderNodeAnimator +android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable +android.graphics.drawable.AdaptiveIconDrawable$LayerState +android.graphics.drawable.AdaptiveIconDrawable +android.graphics.drawable.Animatable2$AnimationCallback +android.graphics.drawable.Animatable2 +android.graphics.drawable.Animatable +android.graphics.drawable.AnimatedImageDrawable$State +android.graphics.drawable.AnimatedImageDrawable +android.graphics.drawable.AnimatedRotateDrawable$1 +android.graphics.drawable.AnimatedRotateDrawable$AnimatedRotateState +android.graphics.drawable.AnimatedRotateDrawable +android.graphics.drawable.AnimatedStateListDrawable$AnimatableTransition +android.graphics.drawable.AnimatedStateListDrawable$AnimatedStateListState +android.graphics.drawable.AnimatedStateListDrawable$AnimatedVectorDrawableTransition +android.graphics.drawable.AnimatedStateListDrawable$AnimationDrawableTransition +android.graphics.drawable.AnimatedStateListDrawable$FrameInterpolator +android.graphics.drawable.AnimatedStateListDrawable$Transition +android.graphics.drawable.AnimatedStateListDrawable +android.graphics.drawable.AnimatedVectorDrawable$1 +android.graphics.drawable.AnimatedVectorDrawable$2 +android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator +android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState +android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator +android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT$$ExternalSyntheticLambda0 +android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT +android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorUI +android.graphics.drawable.AnimatedVectorDrawable +android.graphics.drawable.AnimationDrawable$AnimationState +android.graphics.drawable.AnimationDrawable +android.graphics.drawable.BitmapDrawable$$ExternalSyntheticLambda2 +android.graphics.drawable.BitmapDrawable$BitmapState +android.graphics.drawable.BitmapDrawable +android.graphics.drawable.ClipDrawable$ClipState +android.graphics.drawable.ClipDrawable +android.graphics.drawable.ColorDrawable$ColorState +android.graphics.drawable.ColorDrawable +android.graphics.drawable.ColorStateListDrawable$ColorStateListDrawableState +android.graphics.drawable.ColorStateListDrawable +android.graphics.drawable.Drawable$Callback +android.graphics.drawable.Drawable$ConstantState +android.graphics.drawable.Drawable +android.graphics.drawable.DrawableContainer$1 +android.graphics.drawable.DrawableContainer$BlockInvalidateCallback +android.graphics.drawable.DrawableContainer$DrawableContainerState +android.graphics.drawable.DrawableContainer +android.graphics.drawable.DrawableInflater +android.graphics.drawable.DrawableWrapper$DrawableWrapperState +android.graphics.drawable.DrawableWrapper +android.graphics.drawable.GradientDrawable$1 +android.graphics.drawable.GradientDrawable$GradientState +android.graphics.drawable.GradientDrawable$Orientation +android.graphics.drawable.GradientDrawable +android.graphics.drawable.Icon$1 +android.graphics.drawable.Icon$LoadDrawableTask +android.graphics.drawable.Icon +android.graphics.drawable.InsetDrawable$InsetState +android.graphics.drawable.InsetDrawable$InsetValue +android.graphics.drawable.InsetDrawable +android.graphics.drawable.LayerDrawable$ChildDrawable +android.graphics.drawable.LayerDrawable$LayerState +android.graphics.drawable.LayerDrawable +android.graphics.drawable.LevelListDrawable$LevelListState +android.graphics.drawable.LevelListDrawable +android.graphics.drawable.NinePatchDrawable$$ExternalSyntheticLambda0 +android.graphics.drawable.NinePatchDrawable$NinePatchState +android.graphics.drawable.NinePatchDrawable +android.graphics.drawable.PaintDrawable +android.graphics.drawable.RippleAnimationSession$2 +android.graphics.drawable.RippleAnimationSession$3 +android.graphics.drawable.RippleAnimationSession$AnimationProperties +android.graphics.drawable.RippleAnimationSession$AnimatorListener +android.graphics.drawable.RippleAnimationSession +android.graphics.drawable.RippleBackground$1 +android.graphics.drawable.RippleBackground$BackgroundProperty +android.graphics.drawable.RippleBackground +android.graphics.drawable.RippleComponent +android.graphics.drawable.RippleDrawable$$ExternalSyntheticLambda0 +android.graphics.drawable.RippleDrawable$$ExternalSyntheticLambda1 +android.graphics.drawable.RippleDrawable$$ExternalSyntheticLambda2 +android.graphics.drawable.RippleDrawable$RippleState +android.graphics.drawable.RippleDrawable +android.graphics.drawable.RippleForeground$1 +android.graphics.drawable.RippleForeground$2 +android.graphics.drawable.RippleForeground$3 +android.graphics.drawable.RippleForeground$4 +android.graphics.drawable.RippleForeground +android.graphics.drawable.RippleShader +android.graphics.drawable.RotateDrawable$RotateState +android.graphics.drawable.RotateDrawable +android.graphics.drawable.ScaleDrawable$ScaleState +android.graphics.drawable.ScaleDrawable +android.graphics.drawable.ShapeDrawable$ShaderFactory +android.graphics.drawable.ShapeDrawable$ShapeState +android.graphics.drawable.ShapeDrawable +android.graphics.drawable.StateListDrawable$StateListState +android.graphics.drawable.StateListDrawable +android.graphics.drawable.TransitionDrawable$TransitionState +android.graphics.drawable.TransitionDrawable +android.graphics.drawable.VectorDrawable$VClipPath +android.graphics.drawable.VectorDrawable$VFullPath$10 +android.graphics.drawable.VectorDrawable$VFullPath$1 +android.graphics.drawable.VectorDrawable$VFullPath$2 +android.graphics.drawable.VectorDrawable$VFullPath$3 +android.graphics.drawable.VectorDrawable$VFullPath$4 +android.graphics.drawable.VectorDrawable$VFullPath$5 +android.graphics.drawable.VectorDrawable$VFullPath$6 +android.graphics.drawable.VectorDrawable$VFullPath$7 +android.graphics.drawable.VectorDrawable$VFullPath$8 +android.graphics.drawable.VectorDrawable$VFullPath$9 +android.graphics.drawable.VectorDrawable$VFullPath +android.graphics.drawable.VectorDrawable$VGroup$1 +android.graphics.drawable.VectorDrawable$VGroup$2 +android.graphics.drawable.VectorDrawable$VGroup$3 +android.graphics.drawable.VectorDrawable$VGroup$4 +android.graphics.drawable.VectorDrawable$VGroup$5 +android.graphics.drawable.VectorDrawable$VGroup$6 +android.graphics.drawable.VectorDrawable$VGroup$7 +android.graphics.drawable.VectorDrawable$VGroup$8 +android.graphics.drawable.VectorDrawable$VGroup$9 +android.graphics.drawable.VectorDrawable$VGroup +android.graphics.drawable.VectorDrawable$VObject +android.graphics.drawable.VectorDrawable$VPath$1 +android.graphics.drawable.VectorDrawable$VPath +android.graphics.drawable.VectorDrawable$VectorDrawableState$1 +android.graphics.drawable.VectorDrawable$VectorDrawableState +android.graphics.drawable.VectorDrawable +android.graphics.drawable.shapes.OvalShape +android.graphics.drawable.shapes.PathShape +android.graphics.drawable.shapes.RectShape +android.graphics.drawable.shapes.RoundRectShape +android.graphics.drawable.shapes.Shape +android.graphics.fonts.Font$Builder +android.graphics.fonts.Font +android.graphics.fonts.FontCustomizationParser$Result +android.graphics.fonts.FontCustomizationParser +android.graphics.fonts.FontFamily$Builder +android.graphics.fonts.FontFamily +android.graphics.fonts.FontFileUtil +android.graphics.fonts.FontManager +android.graphics.fonts.FontStyle +android.graphics.fonts.FontVariationAxis +android.graphics.fonts.SystemFonts +android.graphics.pdf.PdfDocument +android.graphics.pdf.PdfEditor +android.graphics.pdf.PdfRenderer +android.graphics.text.LineBreaker$Builder +android.graphics.text.LineBreaker$ParagraphConstraints +android.graphics.text.LineBreaker$Result +android.graphics.text.LineBreaker +android.graphics.text.MeasuredText$Builder +android.graphics.text.MeasuredText +android.graphics.text.PositionedGlyphs +android.graphics.text.TextRunShaper +android.gsi.AvbPublicKey$1 +android.gsi.AvbPublicKey +android.gsi.GsiProgress$1 +android.gsi.GsiProgress +android.gsi.IGsiService$Stub$Proxy +android.gsi.IGsiService$Stub +android.gsi.IGsiService +android.hardware.Camera$CameraInfo +android.hardware.Camera$Face +android.hardware.Camera +android.hardware.CameraSessionStats$1 +android.hardware.CameraSessionStats +android.hardware.CameraStatus$1 +android.hardware.CameraStatus +android.hardware.ConsumerIrManager +android.hardware.GeomagneticField$LegendreTable +android.hardware.GeomagneticField +android.hardware.HardwareBuffer$1 +android.hardware.HardwareBuffer +android.hardware.ICameraService$Stub$Proxy +android.hardware.ICameraService$Stub +android.hardware.ICameraService +android.hardware.ICameraServiceListener$Stub +android.hardware.ICameraServiceListener +android.hardware.ICameraServiceProxy$Stub +android.hardware.ICameraServiceProxy +android.hardware.IConsumerIrService$Stub +android.hardware.IConsumerIrService +android.hardware.ISensorPrivacyListener$Stub$Proxy +android.hardware.ISensorPrivacyListener$Stub +android.hardware.ISensorPrivacyListener +android.hardware.ISensorPrivacyManager$Stub$Proxy +android.hardware.ISensorPrivacyManager$Stub +android.hardware.ISensorPrivacyManager +android.hardware.ISerialManager$Stub +android.hardware.ISerialManager +android.hardware.Sensor +android.hardware.SensorAdditionalInfo +android.hardware.SensorEvent +android.hardware.SensorEventCallback +android.hardware.SensorEventListener2 +android.hardware.SensorEventListener +android.hardware.SensorListener +android.hardware.SensorManager +android.hardware.SensorPrivacyManager$1 +android.hardware.SensorPrivacyManager +android.hardware.SerialManager +android.hardware.SerialPort +android.hardware.SyncFence +android.hardware.SystemSensorManager$BaseEventQueue +android.hardware.SystemSensorManager$SensorEventQueue +android.hardware.SystemSensorManager$TriggerEventQueue +android.hardware.SystemSensorManager +android.hardware.TriggerEvent +android.hardware.TriggerEventListener +android.hardware.biometrics.BiometricAuthenticator$AuthenticationCallback +android.hardware.biometrics.BiometricAuthenticator$Identifier +android.hardware.biometrics.BiometricAuthenticator +android.hardware.biometrics.BiometricFaceConstants +android.hardware.biometrics.BiometricFingerprintConstants +android.hardware.biometrics.BiometricManager +android.hardware.biometrics.BiometricSourceType$1 +android.hardware.biometrics.BiometricSourceType +android.hardware.biometrics.CryptoObject +android.hardware.biometrics.IAuthService$Stub$Proxy +android.hardware.biometrics.IAuthService$Stub +android.hardware.biometrics.IAuthService +android.hardware.biometrics.IBiometricAuthenticator$Stub$Proxy +android.hardware.biometrics.IBiometricAuthenticator$Stub +android.hardware.biometrics.IBiometricAuthenticator +android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub$Proxy +android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback$Stub +android.hardware.biometrics.IBiometricEnabledOnKeyguardCallback +android.hardware.biometrics.IBiometricSensorReceiver$Stub +android.hardware.biometrics.IBiometricSensorReceiver +android.hardware.biometrics.IBiometricService$Stub$Proxy +android.hardware.biometrics.IBiometricService$Stub +android.hardware.biometrics.IBiometricService +android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub$Proxy +android.hardware.biometrics.IBiometricServiceLockoutResetCallback$Stub +android.hardware.biometrics.IBiometricServiceLockoutResetCallback +android.hardware.biometrics.IBiometricServiceReceiver$Stub$Proxy +android.hardware.biometrics.IBiometricServiceReceiver$Stub +android.hardware.biometrics.IBiometricServiceReceiver +android.hardware.biometrics.IBiometricSysuiReceiver$Stub$Proxy +android.hardware.biometrics.IBiometricSysuiReceiver$Stub +android.hardware.biometrics.IBiometricSysuiReceiver +android.hardware.biometrics.IInvalidationCallback$Stub +android.hardware.biometrics.IInvalidationCallback +android.hardware.biometrics.ITestSession +android.hardware.biometrics.PromptInfo$1 +android.hardware.biometrics.PromptInfo +android.hardware.biometrics.SensorPropertiesInternal$1 +android.hardware.biometrics.SensorPropertiesInternal +android.hardware.camera2.CameraAccessException +android.hardware.camera2.CameraCaptureSession$StateCallback +android.hardware.camera2.CameraCharacteristics$1 +android.hardware.camera2.CameraCharacteristics$2 +android.hardware.camera2.CameraCharacteristics$3 +android.hardware.camera2.CameraCharacteristics$4 +android.hardware.camera2.CameraCharacteristics$5 +android.hardware.camera2.CameraCharacteristics$6 +android.hardware.camera2.CameraCharacteristics$7 +android.hardware.camera2.CameraCharacteristics$Key +android.hardware.camera2.CameraCharacteristics +android.hardware.camera2.CameraDevice$StateCallback +android.hardware.camera2.CameraDevice +android.hardware.camera2.CameraManager$AvailabilityCallback +android.hardware.camera2.CameraManager$CameraManagerGlobal$1 +android.hardware.camera2.CameraManager$CameraManagerGlobal$3 +android.hardware.camera2.CameraManager$CameraManagerGlobal$4 +android.hardware.camera2.CameraManager$CameraManagerGlobal$5 +android.hardware.camera2.CameraManager$CameraManagerGlobal$6 +android.hardware.camera2.CameraManager$CameraManagerGlobal$7 +android.hardware.camera2.CameraManager$CameraManagerGlobal +android.hardware.camera2.CameraManager$DeviceStateListener +android.hardware.camera2.CameraManager$TorchCallback +android.hardware.camera2.CameraManager +android.hardware.camera2.CameraMetadata +android.hardware.camera2.CaptureRequest$1 +android.hardware.camera2.CaptureRequest$2 +android.hardware.camera2.CaptureRequest$Key +android.hardware.camera2.CaptureRequest +android.hardware.camera2.CaptureResult$1 +android.hardware.camera2.CaptureResult$2 +android.hardware.camera2.CaptureResult$3 +android.hardware.camera2.CaptureResult$Key +android.hardware.camera2.CaptureResult +android.hardware.camera2.DngCreator +android.hardware.camera2.extension.ICaptureProcessorImpl +android.hardware.camera2.impl.CameraDeviceImpl$CameraHandlerExecutor +android.hardware.camera2.impl.CameraDeviceImpl +android.hardware.camera2.impl.CameraExtensionJpegProcessor +android.hardware.camera2.impl.CameraMetadataNative$10 +android.hardware.camera2.impl.CameraMetadataNative$11 +android.hardware.camera2.impl.CameraMetadataNative$12 +android.hardware.camera2.impl.CameraMetadataNative$13 +android.hardware.camera2.impl.CameraMetadataNative$14 +android.hardware.camera2.impl.CameraMetadataNative$15 +android.hardware.camera2.impl.CameraMetadataNative$16 +android.hardware.camera2.impl.CameraMetadataNative$17 +android.hardware.camera2.impl.CameraMetadataNative$18 +android.hardware.camera2.impl.CameraMetadataNative$19 +android.hardware.camera2.impl.CameraMetadataNative$1 +android.hardware.camera2.impl.CameraMetadataNative$20 +android.hardware.camera2.impl.CameraMetadataNative$21 +android.hardware.camera2.impl.CameraMetadataNative$22 +android.hardware.camera2.impl.CameraMetadataNative$23 +android.hardware.camera2.impl.CameraMetadataNative$24 +android.hardware.camera2.impl.CameraMetadataNative$25 +android.hardware.camera2.impl.CameraMetadataNative$26 +android.hardware.camera2.impl.CameraMetadataNative$27 +android.hardware.camera2.impl.CameraMetadataNative$28 +android.hardware.camera2.impl.CameraMetadataNative$29 +android.hardware.camera2.impl.CameraMetadataNative$2 +android.hardware.camera2.impl.CameraMetadataNative$30 +android.hardware.camera2.impl.CameraMetadataNative$31 +android.hardware.camera2.impl.CameraMetadataNative$32 +android.hardware.camera2.impl.CameraMetadataNative$33 +android.hardware.camera2.impl.CameraMetadataNative$34 +android.hardware.camera2.impl.CameraMetadataNative$35 +android.hardware.camera2.impl.CameraMetadataNative$3 +android.hardware.camera2.impl.CameraMetadataNative$4 +android.hardware.camera2.impl.CameraMetadataNative$5 +android.hardware.camera2.impl.CameraMetadataNative$6 +android.hardware.camera2.impl.CameraMetadataNative$7 +android.hardware.camera2.impl.CameraMetadataNative$8 +android.hardware.camera2.impl.CameraMetadataNative$9 +android.hardware.camera2.impl.CameraMetadataNative$Key +android.hardware.camera2.impl.CameraMetadataNative +android.hardware.camera2.impl.GetCommand +android.hardware.camera2.impl.SetCommand +android.hardware.camera2.marshal.MarshalHelpers +android.hardware.camera2.marshal.MarshalQueryable +android.hardware.camera2.marshal.MarshalRegistry$MarshalToken +android.hardware.camera2.marshal.MarshalRegistry +android.hardware.camera2.marshal.Marshaler +android.hardware.camera2.marshal.impl.MarshalQueryableArray$MarshalerArray +android.hardware.camera2.marshal.impl.MarshalQueryableArray$PrimitiveArrayFiller +android.hardware.camera2.marshal.impl.MarshalQueryableArray +android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern +android.hardware.camera2.marshal.impl.MarshalQueryableBoolean$MarshalerBoolean +android.hardware.camera2.marshal.impl.MarshalQueryableBoolean +android.hardware.camera2.marshal.impl.MarshalQueryableColorSpaceTransform +android.hardware.camera2.marshal.impl.MarshalQueryableEnum +android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration$MarshalerHighSpeedVideoConfiguration +android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration +android.hardware.camera2.marshal.impl.MarshalQueryableMeteringRectangle +android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger +android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger +android.hardware.camera2.marshal.impl.MarshalQueryablePair +android.hardware.camera2.marshal.impl.MarshalQueryableParcelable +android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive$MarshalerPrimitive +android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive +android.hardware.camera2.marshal.impl.MarshalQueryableRange +android.hardware.camera2.marshal.impl.MarshalQueryableRecommendedStreamConfiguration +android.hardware.camera2.marshal.impl.MarshalQueryableRect +android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap$MarshalerReprocessFormatsMap +android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap +android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector +android.hardware.camera2.marshal.impl.MarshalQueryableSize$MarshalerSize +android.hardware.camera2.marshal.impl.MarshalQueryableSize +android.hardware.camera2.marshal.impl.MarshalQueryableSizeF +android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration$MarshalerStreamConfiguration +android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration +android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration$MarshalerStreamConfigurationDuration +android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration +android.hardware.camera2.marshal.impl.MarshalQueryableString +android.hardware.camera2.params.BlackLevelPattern +android.hardware.camera2.params.Capability +android.hardware.camera2.params.ColorSpaceTransform +android.hardware.camera2.params.DeviceStateSensorOrientationMap +android.hardware.camera2.params.DynamicRangeProfiles +android.hardware.camera2.params.Face +android.hardware.camera2.params.HighSpeedVideoConfiguration +android.hardware.camera2.params.LensShadingMap +android.hardware.camera2.params.MandatoryStreamCombination$ReprocessType +android.hardware.camera2.params.MandatoryStreamCombination$SizeThreshold +android.hardware.camera2.params.MandatoryStreamCombination$StreamCombinationTemplate +android.hardware.camera2.params.MandatoryStreamCombination$StreamTemplate +android.hardware.camera2.params.MandatoryStreamCombination +android.hardware.camera2.params.MeteringRectangle +android.hardware.camera2.params.MultiResolutionStreamConfigurationMap +android.hardware.camera2.params.OisSample +android.hardware.camera2.params.RecommendedStreamConfiguration +android.hardware.camera2.params.ReprocessFormatsMap +android.hardware.camera2.params.RggbChannelVector +android.hardware.camera2.params.StreamConfiguration +android.hardware.camera2.params.StreamConfigurationDuration +android.hardware.camera2.params.StreamConfigurationMap +android.hardware.camera2.params.TonemapCurve +android.hardware.camera2.utils.ArrayUtils +android.hardware.camera2.utils.ConcurrentCameraIdCombination$1 +android.hardware.camera2.utils.ConcurrentCameraIdCombination +android.hardware.camera2.utils.HashCodeHelpers +android.hardware.camera2.utils.SurfaceUtils +android.hardware.camera2.utils.TypeReference$SpecializedBaseTypeReference +android.hardware.camera2.utils.TypeReference$SpecializedTypeReference +android.hardware.camera2.utils.TypeReference +android.hardware.contexthub.V1_0.ContextHub +android.hardware.contexthub.V1_0.ContextHubMsg +android.hardware.contexthub.V1_0.HubAppInfo +android.hardware.contexthub.V1_0.IContexthub$Proxy +android.hardware.contexthub.V1_0.IContexthub +android.hardware.contexthub.V1_0.IContexthubCallback$Stub +android.hardware.contexthub.V1_0.IContexthubCallback +android.hardware.contexthub.V1_0.MemRange +android.hardware.contexthub.V1_0.NanoAppBinary +android.hardware.contexthub.V1_0.PhysicalSensor +android.hardware.devicestate.DeviceStateManager +android.hardware.devicestate.IDeviceStateManager$Stub +android.hardware.devicestate.IDeviceStateManager +android.hardware.display.AmbientBrightnessDayStats$1 +android.hardware.display.AmbientBrightnessDayStats +android.hardware.display.AmbientDisplayConfiguration +android.hardware.display.BrightnessChangeEvent$1 +android.hardware.display.BrightnessChangeEvent$Builder +android.hardware.display.BrightnessChangeEvent +android.hardware.display.BrightnessConfiguration$1 +android.hardware.display.BrightnessConfiguration$Builder +android.hardware.display.BrightnessConfiguration +android.hardware.display.BrightnessCorrection$1 +android.hardware.display.BrightnessCorrection$BrightnessCorrectionImplementation +android.hardware.display.BrightnessCorrection$ScaleAndTranslateLog +android.hardware.display.BrightnessCorrection +android.hardware.display.BrightnessInfo$1 +android.hardware.display.BrightnessInfo +android.hardware.display.ColorDisplayManager$ColorDisplayManagerInternal +android.hardware.display.ColorDisplayManager +android.hardware.display.Curve$1 +android.hardware.display.Curve +android.hardware.display.DeviceProductInfo$1 +android.hardware.display.DeviceProductInfo$ManufactureDate$1 +android.hardware.display.DeviceProductInfo$ManufactureDate +android.hardware.display.DeviceProductInfo +android.hardware.display.DisplayManager$DisplayListener +android.hardware.display.DisplayManager +android.hardware.display.DisplayManagerGlobal$1 +android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate +android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback +android.hardware.display.DisplayManagerGlobal +android.hardware.display.DisplayManagerInternal$DisplayPowerCallbacks +android.hardware.display.DisplayManagerInternal$DisplayPowerRequest +android.hardware.display.DisplayManagerInternal +android.hardware.display.DisplayViewport +android.hardware.display.DisplayedContentSample +android.hardware.display.DisplayedContentSamplingAttributes +android.hardware.display.IColorDisplayManager$Stub$Proxy +android.hardware.display.IColorDisplayManager$Stub +android.hardware.display.IColorDisplayManager +android.hardware.display.IDisplayManager$Stub$Proxy +android.hardware.display.IDisplayManager$Stub +android.hardware.display.IDisplayManager +android.hardware.display.IDisplayManagerCallback$Stub$Proxy +android.hardware.display.IDisplayManagerCallback$Stub +android.hardware.display.IDisplayManagerCallback +android.hardware.display.IVirtualDisplayCallback$Stub$Proxy +android.hardware.display.IVirtualDisplayCallback$Stub +android.hardware.display.IVirtualDisplayCallback +android.hardware.display.NightDisplayListener$1 +android.hardware.display.NightDisplayListener$Callback +android.hardware.display.NightDisplayListener +android.hardware.display.Time$1 +android.hardware.display.Time +android.hardware.display.VirtualDisplayConfig$1 +android.hardware.display.VirtualDisplayConfig +android.hardware.display.WifiDisplay$1 +android.hardware.display.WifiDisplay +android.hardware.display.WifiDisplaySessionInfo$1 +android.hardware.display.WifiDisplaySessionInfo +android.hardware.display.WifiDisplayStatus$1 +android.hardware.display.WifiDisplayStatus +android.hardware.face.Face$1 +android.hardware.face.Face +android.hardware.face.FaceManager$1 +android.hardware.face.FaceManager$AuthenticationCallback +android.hardware.face.FaceManager$AuthenticationResult +android.hardware.face.FaceManager$EnrollmentCallback +android.hardware.face.FaceManager$FaceDetectionCallback +android.hardware.face.FaceManager$GenerateChallengeCallback +android.hardware.face.FaceManager$GetFeatureCallback +android.hardware.face.FaceManager$LockoutResetCallback +android.hardware.face.FaceManager$MyHandler +android.hardware.face.FaceManager$OnAuthenticationCancelListener +android.hardware.face.FaceManager$RemovalCallback +android.hardware.face.FaceManager$SetFeatureCallback +android.hardware.face.FaceManager +android.hardware.face.FaceSensorPropertiesInternal$1 +android.hardware.face.FaceSensorPropertiesInternal +android.hardware.face.IFaceService$Stub$Proxy +android.hardware.face.IFaceService$Stub +android.hardware.face.IFaceService +android.hardware.face.IFaceServiceReceiver$Stub$Proxy +android.hardware.face.IFaceServiceReceiver$Stub +android.hardware.face.IFaceServiceReceiver +android.hardware.fingerprint.Fingerprint$1 +android.hardware.fingerprint.Fingerprint +android.hardware.fingerprint.FingerprintManager$1 +android.hardware.fingerprint.FingerprintManager$2 +android.hardware.fingerprint.FingerprintManager$AuthenticationCallback +android.hardware.fingerprint.FingerprintManager$LockoutResetCallback +android.hardware.fingerprint.FingerprintManager$MyHandler +android.hardware.fingerprint.FingerprintManager +android.hardware.fingerprint.FingerprintSensorPropertiesInternal$1 +android.hardware.fingerprint.FingerprintSensorPropertiesInternal +android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub$Proxy +android.hardware.fingerprint.IFingerprintClientActiveCallback$Stub +android.hardware.fingerprint.IFingerprintClientActiveCallback +android.hardware.fingerprint.IFingerprintService$Stub$Proxy +android.hardware.fingerprint.IFingerprintService$Stub +android.hardware.fingerprint.IFingerprintService +android.hardware.fingerprint.IFingerprintServiceReceiver$Stub$Proxy +android.hardware.fingerprint.IFingerprintServiceReceiver$Stub +android.hardware.fingerprint.IFingerprintServiceReceiver +android.hardware.graphics.common.DisplayDecorationSupport$1 +android.hardware.graphics.common.DisplayDecorationSupport +android.hardware.hdmi.HdmiControlManager +android.hardware.hdmi.HdmiPlaybackClient$DisplayStatusCallback +android.hardware.input.IInputDevicesChangedListener$Stub$Proxy +android.hardware.input.IInputDevicesChangedListener$Stub +android.hardware.input.IInputDevicesChangedListener +android.hardware.input.IInputManager$Stub$Proxy +android.hardware.input.IInputManager$Stub +android.hardware.input.IInputManager +android.hardware.input.IInputSensorEventListener$Stub +android.hardware.input.IInputSensorEventListener +android.hardware.input.ITabletModeChangedListener$Stub$Proxy +android.hardware.input.ITabletModeChangedListener$Stub +android.hardware.input.ITabletModeChangedListener +android.hardware.input.InputDeviceIdentifier$1 +android.hardware.input.InputDeviceIdentifier +android.hardware.input.InputManager$InputDeviceListener +android.hardware.input.InputManager$InputDeviceListenerDelegate +android.hardware.input.InputManager$InputDevicesChangedListener +android.hardware.input.InputManager +android.hardware.input.InputManagerInternal +android.hardware.input.KeyboardLayout$1 +android.hardware.input.KeyboardLayout +android.hardware.input.TouchCalibration$1 +android.hardware.input.TouchCalibration +android.hardware.iris.IrisManager +android.hardware.lights.ILightsManager$Stub +android.hardware.lights.ILightsManager +android.hardware.lights.LightsManager +android.hardware.location.ActivityRecognitionHardware +android.hardware.location.ContextHubClient +android.hardware.location.ContextHubClientCallback +android.hardware.location.ContextHubInfo$1 +android.hardware.location.ContextHubInfo +android.hardware.location.ContextHubManager$2 +android.hardware.location.ContextHubManager$3$$ExternalSyntheticLambda7 +android.hardware.location.ContextHubManager$3 +android.hardware.location.ContextHubManager$4 +android.hardware.location.ContextHubManager$Callback +android.hardware.location.ContextHubManager$ICallback +android.hardware.location.ContextHubManager +android.hardware.location.ContextHubMessage$1 +android.hardware.location.ContextHubMessage +android.hardware.location.ContextHubTransaction$$ExternalSyntheticLambda1 +android.hardware.location.ContextHubTransaction$OnCompleteListener +android.hardware.location.ContextHubTransaction$Response +android.hardware.location.ContextHubTransaction +android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper +android.hardware.location.GeofenceHardware +android.hardware.location.GeofenceHardwareCallback +android.hardware.location.GeofenceHardwareImpl$1 +android.hardware.location.GeofenceHardwareImpl$2 +android.hardware.location.GeofenceHardwareImpl$3 +android.hardware.location.GeofenceHardwareImpl$GeofenceTransition +android.hardware.location.GeofenceHardwareImpl$Reaper +android.hardware.location.GeofenceHardwareImpl +android.hardware.location.GeofenceHardwareMonitorCallback +android.hardware.location.GeofenceHardwareMonitorEvent$1 +android.hardware.location.GeofenceHardwareMonitorEvent +android.hardware.location.GeofenceHardwareRequest +android.hardware.location.GeofenceHardwareRequestParcelable$1 +android.hardware.location.GeofenceHardwareRequestParcelable +android.hardware.location.GeofenceHardwareService$1 +android.hardware.location.GeofenceHardwareService +android.hardware.location.IActivityRecognitionHardware$Stub$Proxy +android.hardware.location.IActivityRecognitionHardware$Stub +android.hardware.location.IActivityRecognitionHardware +android.hardware.location.IActivityRecognitionHardwareClient$Stub$Proxy +android.hardware.location.IActivityRecognitionHardwareClient$Stub +android.hardware.location.IActivityRecognitionHardwareClient +android.hardware.location.IContextHubCallback$Stub$Proxy +android.hardware.location.IContextHubCallback$Stub +android.hardware.location.IContextHubCallback +android.hardware.location.IContextHubClient$Stub$Proxy +android.hardware.location.IContextHubClient$Stub +android.hardware.location.IContextHubClient +android.hardware.location.IContextHubClientCallback$Stub$Proxy +android.hardware.location.IContextHubClientCallback$Stub +android.hardware.location.IContextHubClientCallback +android.hardware.location.IContextHubService$Stub$Proxy +android.hardware.location.IContextHubService$Stub +android.hardware.location.IContextHubService +android.hardware.location.IContextHubTransactionCallback$Stub$Proxy +android.hardware.location.IContextHubTransactionCallback$Stub +android.hardware.location.IContextHubTransactionCallback +android.hardware.location.IGeofenceHardware$Stub$Proxy +android.hardware.location.IGeofenceHardware$Stub +android.hardware.location.IGeofenceHardware +android.hardware.location.IGeofenceHardwareCallback$Stub$Proxy +android.hardware.location.IGeofenceHardwareCallback$Stub +android.hardware.location.IGeofenceHardwareCallback +android.hardware.location.IGeofenceHardwareMonitorCallback$Stub$Proxy +android.hardware.location.IGeofenceHardwareMonitorCallback$Stub +android.hardware.location.IGeofenceHardwareMonitorCallback +android.hardware.location.MemoryRegion$1 +android.hardware.location.MemoryRegion +android.hardware.location.NanoApp$1 +android.hardware.location.NanoApp +android.hardware.location.NanoAppBinary$1 +android.hardware.location.NanoAppBinary +android.hardware.location.NanoAppFilter$1 +android.hardware.location.NanoAppFilter +android.hardware.location.NanoAppInstanceInfo$1 +android.hardware.location.NanoAppInstanceInfo +android.hardware.location.NanoAppMessage$1 +android.hardware.location.NanoAppMessage +android.hardware.location.NanoAppState$1 +android.hardware.location.NanoAppState +android.hardware.radio.ITuner$Stub +android.hardware.radio.ITuner +android.hardware.radio.ITunerCallback +android.hardware.radio.ProgramSelector$1 +android.hardware.radio.ProgramSelector$Identifier$1 +android.hardware.radio.ProgramSelector$Identifier +android.hardware.radio.ProgramSelector +android.hardware.radio.RadioManager$AmBandConfig$1 +android.hardware.radio.RadioManager$AmBandConfig +android.hardware.radio.RadioManager$AmBandDescriptor$1 +android.hardware.radio.RadioManager$AmBandDescriptor +android.hardware.radio.RadioManager$BandConfig$1 +android.hardware.radio.RadioManager$BandConfig +android.hardware.radio.RadioManager$BandDescriptor$1 +android.hardware.radio.RadioManager$BandDescriptor +android.hardware.radio.RadioManager$FmBandConfig$1 +android.hardware.radio.RadioManager$FmBandConfig +android.hardware.radio.RadioManager$FmBandDescriptor$1 +android.hardware.radio.RadioManager$FmBandDescriptor +android.hardware.radio.RadioManager$ModuleProperties$1 +android.hardware.radio.RadioManager$ModuleProperties +android.hardware.radio.RadioManager$ProgramInfo$1 +android.hardware.radio.RadioManager$ProgramInfo +android.hardware.radio.RadioManager +android.hardware.radio.RadioMetadata$1 +android.hardware.radio.RadioMetadata +android.hardware.radio.V1_0.ActivityStatsInfo +android.hardware.radio.V1_0.AppStatus +android.hardware.radio.V1_0.Call +android.hardware.radio.V1_0.CallForwardInfo +android.hardware.radio.V1_0.CardState +android.hardware.radio.V1_0.CardStatus +android.hardware.radio.V1_0.Carrier +android.hardware.radio.V1_0.CarrierRestrictions +android.hardware.radio.V1_0.CdmaBroadcastSmsConfigInfo +android.hardware.radio.V1_0.CdmaCallWaiting +android.hardware.radio.V1_0.CdmaDisplayInfoRecord +android.hardware.radio.V1_0.CdmaInformationRecord +android.hardware.radio.V1_0.CdmaInformationRecords +android.hardware.radio.V1_0.CdmaLineControlInfoRecord +android.hardware.radio.V1_0.CdmaNumberInfoRecord +android.hardware.radio.V1_0.CdmaRedirectingNumberInfoRecord +android.hardware.radio.V1_0.CdmaSignalInfoRecord +android.hardware.radio.V1_0.CdmaSignalStrength +android.hardware.radio.V1_0.CdmaSmsAck +android.hardware.radio.V1_0.CdmaSmsAddress +android.hardware.radio.V1_0.CdmaSmsMessage +android.hardware.radio.V1_0.CdmaSmsSubaddress +android.hardware.radio.V1_0.CdmaSmsWriteArgs +android.hardware.radio.V1_0.CdmaT53AudioControlInfoRecord +android.hardware.radio.V1_0.CdmaT53ClirInfoRecord +android.hardware.radio.V1_0.CellIdentity +android.hardware.radio.V1_0.CellIdentityCdma +android.hardware.radio.V1_0.CellIdentityGsm +android.hardware.radio.V1_0.CellIdentityLte +android.hardware.radio.V1_0.CellIdentityTdscdma +android.hardware.radio.V1_0.CellIdentityWcdma +android.hardware.radio.V1_0.CellInfo +android.hardware.radio.V1_0.CellInfoCdma +android.hardware.radio.V1_0.CellInfoGsm +android.hardware.radio.V1_0.CellInfoLte +android.hardware.radio.V1_0.CellInfoTdscdma +android.hardware.radio.V1_0.CellInfoType +android.hardware.radio.V1_0.CellInfoWcdma +android.hardware.radio.V1_0.CfData +android.hardware.radio.V1_0.DataCallFailCause +android.hardware.radio.V1_0.DataProfileInfo +android.hardware.radio.V1_0.DataRegStateResult +android.hardware.radio.V1_0.Dial +android.hardware.radio.V1_0.EvdoSignalStrength +android.hardware.radio.V1_0.GsmBroadcastSmsConfigInfo +android.hardware.radio.V1_0.GsmSignalStrength +android.hardware.radio.V1_0.GsmSmsMessage +android.hardware.radio.V1_0.HardwareConfig +android.hardware.radio.V1_0.HardwareConfigModem +android.hardware.radio.V1_0.HardwareConfigSim +android.hardware.radio.V1_0.IRadio +android.hardware.radio.V1_0.IRadioIndication +android.hardware.radio.V1_0.IRadioResponse +android.hardware.radio.V1_0.IccIo +android.hardware.radio.V1_0.IccIoResult +android.hardware.radio.V1_0.ImsSmsMessage +android.hardware.radio.V1_0.LastCallFailCauseInfo +android.hardware.radio.V1_0.LceDataInfo +android.hardware.radio.V1_0.LceStatusInfo +android.hardware.radio.V1_0.LteSignalStrength +android.hardware.radio.V1_0.NeighboringCell +android.hardware.radio.V1_0.NvWriteItem +android.hardware.radio.V1_0.OperatorInfo +android.hardware.radio.V1_0.PcoDataInfo +android.hardware.radio.V1_0.RadioCapability +android.hardware.radio.V1_0.RadioResponseInfo +android.hardware.radio.V1_0.RegState +android.hardware.radio.V1_0.SelectUiccSub +android.hardware.radio.V1_0.SendSmsResult +android.hardware.radio.V1_0.SetupDataCallResult +android.hardware.radio.V1_0.SignalStrength +android.hardware.radio.V1_0.SimApdu +android.hardware.radio.V1_0.SimRefreshResult +android.hardware.radio.V1_0.SmsWriteArgs +android.hardware.radio.V1_0.SsInfoData +android.hardware.radio.V1_0.StkCcUnsolSsResult +android.hardware.radio.V1_0.SuppSvcNotification +android.hardware.radio.V1_0.TdScdmaSignalStrength +android.hardware.radio.V1_0.UusInfo +android.hardware.radio.V1_0.VoiceRegStateResult +android.hardware.radio.V1_0.WcdmaSignalStrength +android.hardware.radio.V1_1.IRadio$Proxy +android.hardware.radio.V1_1.IRadio +android.hardware.radio.V1_1.IRadioIndication +android.hardware.radio.V1_1.IRadioResponse +android.hardware.radio.V1_1.ImsiEncryptionInfo +android.hardware.radio.V1_1.KeepaliveRequest +android.hardware.radio.V1_1.KeepaliveStatus +android.hardware.radio.V1_1.NetworkScanRequest +android.hardware.radio.V1_1.NetworkScanResult +android.hardware.radio.V1_1.RadioAccessSpecifier +android.hardware.radio.V1_2.Call +android.hardware.radio.V1_2.CardStatus +android.hardware.radio.V1_2.CellIdentity +android.hardware.radio.V1_2.CellIdentityCdma +android.hardware.radio.V1_2.CellIdentityGsm +android.hardware.radio.V1_2.CellIdentityLte +android.hardware.radio.V1_2.CellIdentityOperatorNames +android.hardware.radio.V1_2.CellIdentityTdscdma +android.hardware.radio.V1_2.CellIdentityWcdma +android.hardware.radio.V1_2.CellInfo +android.hardware.radio.V1_2.CellInfoCdma +android.hardware.radio.V1_2.CellInfoGsm +android.hardware.radio.V1_2.CellInfoLte +android.hardware.radio.V1_2.CellInfoTdscdma +android.hardware.radio.V1_2.CellInfoWcdma +android.hardware.radio.V1_2.DataRegStateResult +android.hardware.radio.V1_2.IRadio +android.hardware.radio.V1_2.IRadioIndication +android.hardware.radio.V1_2.IRadioResponse +android.hardware.radio.V1_2.LinkCapacityEstimate +android.hardware.radio.V1_2.NetworkScanRequest +android.hardware.radio.V1_2.NetworkScanResult +android.hardware.radio.V1_2.PhysicalChannelConfig +android.hardware.radio.V1_2.SignalStrength +android.hardware.radio.V1_2.TdscdmaSignalStrength +android.hardware.radio.V1_2.VoiceRegStateResult +android.hardware.radio.V1_2.WcdmaSignalStrength +android.hardware.radio.V1_3.IRadio$Proxy +android.hardware.radio.V1_3.IRadio +android.hardware.radio.V1_3.IRadioIndication +android.hardware.radio.V1_3.IRadioResponse +android.hardware.radio.V1_4.CardStatus +android.hardware.radio.V1_4.CarrierRestrictionsWithPriority +android.hardware.radio.V1_4.CellConfigLte +android.hardware.radio.V1_4.CellIdentityNr +android.hardware.radio.V1_4.CellInfo$Info +android.hardware.radio.V1_4.CellInfo +android.hardware.radio.V1_4.CellInfoLte +android.hardware.radio.V1_4.CellInfoNr +android.hardware.radio.V1_4.DataProfileInfo +android.hardware.radio.V1_4.DataRegStateResult$VopsInfo$hidl_discriminator +android.hardware.radio.V1_4.DataRegStateResult$VopsInfo +android.hardware.radio.V1_4.DataRegStateResult +android.hardware.radio.V1_4.EmergencyNumber +android.hardware.radio.V1_4.IRadio$Proxy +android.hardware.radio.V1_4.IRadio +android.hardware.radio.V1_4.IRadioIndication$Stub +android.hardware.radio.V1_4.IRadioIndication +android.hardware.radio.V1_4.IRadioResponse$Stub +android.hardware.radio.V1_4.IRadioResponse +android.hardware.radio.V1_4.LteVopsInfo +android.hardware.radio.V1_4.NetworkScanResult +android.hardware.radio.V1_4.NrIndicators +android.hardware.radio.V1_4.NrSignalStrength +android.hardware.radio.V1_4.PhysicalChannelConfig +android.hardware.radio.V1_4.RadioFrequencyInfo +android.hardware.radio.V1_4.SetupDataCallResult +android.hardware.radio.V1_4.SignalStrength +android.hardware.radio.V1_5.AppStatus +android.hardware.radio.V1_5.CardStatus +android.hardware.radio.V1_5.CellIdentity +android.hardware.radio.V1_5.CellIdentityGsm +android.hardware.radio.V1_5.CellIdentityLte +android.hardware.radio.V1_5.CellIdentityNr +android.hardware.radio.V1_5.CellIdentityTdscdma +android.hardware.radio.V1_5.CellIdentityWcdma +android.hardware.radio.V1_5.CellInfo +android.hardware.radio.V1_5.ClosedSubscriberGroupInfo +android.hardware.radio.V1_5.DataProfileInfo +android.hardware.radio.V1_5.IRadio +android.hardware.radio.V1_5.IRadioIndication$Stub +android.hardware.radio.V1_5.IRadioIndication +android.hardware.radio.V1_5.IRadioResponse$Stub +android.hardware.radio.V1_5.IRadioResponse +android.hardware.radio.V1_5.LinkAddress +android.hardware.radio.V1_5.NetworkScanRequest +android.hardware.radio.V1_5.NetworkScanResult +android.hardware.radio.V1_5.OptionalCsgInfo +android.hardware.radio.V1_5.RadioAccessSpecifier$Bands +android.hardware.radio.V1_5.RadioAccessSpecifier +android.hardware.radio.V1_5.RegStateResult$AccessTechnologySpecificInfo$Cdma2000RegistrationInfo +android.hardware.radio.V1_5.RegStateResult$AccessTechnologySpecificInfo$EutranRegistrationInfo +android.hardware.radio.V1_5.RegStateResult$AccessTechnologySpecificInfo +android.hardware.radio.V1_5.RegStateResult +android.hardware.radio.V1_5.SetupDataCallResult +android.hardware.radio.V1_5.SignalThresholdInfo +android.hardware.radio.V1_6.Call +android.hardware.radio.V1_6.CellInfo +android.hardware.radio.V1_6.IRadio +android.hardware.radio.V1_6.IRadioIndication$Stub +android.hardware.radio.V1_6.IRadioIndication +android.hardware.radio.V1_6.IRadioResponse$Stub +android.hardware.radio.V1_6.IRadioResponse +android.hardware.radio.V1_6.ImsiEncryptionInfo +android.hardware.radio.V1_6.LinkCapacityEstimate +android.hardware.radio.V1_6.NetworkScanResult +android.hardware.radio.V1_6.NrVopsInfo +android.hardware.radio.V1_6.OptionalDnn +android.hardware.radio.V1_6.OptionalOsAppId +android.hardware.radio.V1_6.OptionalSliceInfo +android.hardware.radio.V1_6.OptionalTrafficDescriptor +android.hardware.radio.V1_6.OsAppId +android.hardware.radio.V1_6.PhonebookCapacity +android.hardware.radio.V1_6.PhonebookRecordInfo +android.hardware.radio.V1_6.PhysicalChannelConfig$Band +android.hardware.radio.V1_6.PhysicalChannelConfig +android.hardware.radio.V1_6.Qos +android.hardware.radio.V1_6.QosSession +android.hardware.radio.V1_6.RadioResponseInfo +android.hardware.radio.V1_6.RegStateResult$AccessTechnologySpecificInfo +android.hardware.radio.V1_6.RegStateResult +android.hardware.radio.V1_6.SetupDataCallResult +android.hardware.radio.V1_6.SignalStrength +android.hardware.radio.V1_6.SliceInfo +android.hardware.radio.V1_6.SlicingConfig +android.hardware.radio.V1_6.TrafficDescriptor +android.hardware.radio.config.V1_0.IRadioConfig$Proxy +android.hardware.radio.config.V1_0.IRadioConfig +android.hardware.radio.config.V1_0.IRadioConfigIndication +android.hardware.radio.config.V1_0.IRadioConfigResponse +android.hardware.radio.config.V1_0.SimSlotStatus +android.hardware.radio.config.V1_0.SlotState +android.hardware.radio.config.V1_1.IRadioConfig$Proxy +android.hardware.radio.config.V1_1.IRadioConfig +android.hardware.radio.config.V1_1.IRadioConfigResponse +android.hardware.radio.config.V1_1.ModemInfo +android.hardware.radio.config.V1_1.ModemsConfig +android.hardware.radio.config.V1_1.PhoneCapability +android.hardware.radio.config.V1_2.IRadioConfigIndication$Stub +android.hardware.radio.config.V1_2.IRadioConfigIndication +android.hardware.radio.config.V1_2.IRadioConfigResponse +android.hardware.radio.config.V1_2.SimSlotStatus +android.hardware.radio.config.V1_3.IRadioConfig$Proxy +android.hardware.radio.config.V1_3.IRadioConfig +android.hardware.radio.config.V1_3.IRadioConfigResponse$Stub +android.hardware.radio.config.V1_3.IRadioConfigResponse +android.hardware.security.keymint.KeyParameter$1 +android.hardware.security.keymint.KeyParameter +android.hardware.security.keymint.KeyParameterValue$1 +android.hardware.security.keymint.KeyParameterValue +android.hardware.sidekick.SidekickInternal +android.hardware.soundtrigger.ConversionUtil +android.hardware.soundtrigger.IRecognitionStatusCallback$Stub$Proxy +android.hardware.soundtrigger.IRecognitionStatusCallback$Stub +android.hardware.soundtrigger.IRecognitionStatusCallback +android.hardware.soundtrigger.KeyphraseEnrollmentInfo +android.hardware.soundtrigger.KeyphraseMetadata$1 +android.hardware.soundtrigger.KeyphraseMetadata +android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1 +android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel +android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1 +android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent +android.hardware.soundtrigger.SoundTrigger$GenericSoundModel$1 +android.hardware.soundtrigger.SoundTrigger$GenericSoundModel +android.hardware.soundtrigger.SoundTrigger$Keyphrase$1 +android.hardware.soundtrigger.SoundTrigger$Keyphrase +android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent$1 +android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent +android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1 +android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra +android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1 +android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel +android.hardware.soundtrigger.SoundTrigger$ModelParamRange$1 +android.hardware.soundtrigger.SoundTrigger$ModelParamRange +android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1 +android.hardware.soundtrigger.SoundTrigger$ModuleProperties +android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1 +android.hardware.soundtrigger.SoundTrigger$RecognitionConfig +android.hardware.soundtrigger.SoundTrigger$RecognitionEvent$1 +android.hardware.soundtrigger.SoundTrigger$RecognitionEvent +android.hardware.soundtrigger.SoundTrigger$SoundModel +android.hardware.soundtrigger.SoundTrigger$StatusListener +android.hardware.soundtrigger.SoundTrigger +android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate$1 +android.hardware.soundtrigger.SoundTriggerModule$EventHandlerDelegate +android.hardware.soundtrigger.SoundTriggerModule +android.hardware.thermal.V1_0.IThermal +android.hardware.thermal.V1_0.ThermalStatus +android.hardware.thermal.V2_0.CoolingDevice +android.hardware.thermal.V2_0.IThermal$Proxy +android.hardware.thermal.V2_0.IThermal$getCurrentCoolingDevicesCallback +android.hardware.thermal.V2_0.IThermal$getCurrentTemperaturesCallback +android.hardware.thermal.V2_0.IThermal$getTemperatureThresholdsCallback +android.hardware.thermal.V2_0.IThermal +android.hardware.thermal.V2_0.IThermalChangedCallback$Stub +android.hardware.thermal.V2_0.IThermalChangedCallback +android.hardware.thermal.V2_0.Temperature +android.hardware.thermal.V2_0.TemperatureThreshold +android.hardware.usb.AccessoryFilter +android.hardware.usb.DeviceFilter +android.hardware.usb.IUsbManager$Stub$Proxy +android.hardware.usb.IUsbManager$Stub +android.hardware.usb.IUsbManager +android.hardware.usb.IUsbSerialReader$Stub +android.hardware.usb.IUsbSerialReader +android.hardware.usb.ParcelableUsbPort$1 +android.hardware.usb.ParcelableUsbPort +android.hardware.usb.UsbAccessory$2 +android.hardware.usb.UsbAccessory +android.hardware.usb.UsbConfiguration$1 +android.hardware.usb.UsbConfiguration +android.hardware.usb.UsbDevice$1 +android.hardware.usb.UsbDevice$Builder +android.hardware.usb.UsbDevice +android.hardware.usb.UsbDeviceConnection +android.hardware.usb.UsbInterface$1 +android.hardware.usb.UsbInterface +android.hardware.usb.UsbManager +android.hardware.usb.UsbPort +android.hardware.usb.UsbPortStatus$1 +android.hardware.usb.UsbPortStatus +android.hardware.usb.UsbRequest +android.hardware.usb.gadget.V1_0.IUsbGadget$Proxy +android.hardware.usb.gadget.V1_0.IUsbGadget +android.hardware.usb.gadget.V1_0.IUsbGadgetCallback$Stub +android.hardware.usb.gadget.V1_0.IUsbGadgetCallback +android.icu.impl.Assert +android.icu.impl.BMPSet +android.icu.impl.CSCharacterIterator +android.icu.impl.CacheBase +android.icu.impl.CacheValue$NullValue +android.icu.impl.CacheValue$SoftValue +android.icu.impl.CacheValue$Strength +android.icu.impl.CacheValue$StrongValue +android.icu.impl.CacheValue +android.icu.impl.CalType +android.icu.impl.CalendarAstronomer$1 +android.icu.impl.CalendarAstronomer$2 +android.icu.impl.CalendarAstronomer$3 +android.icu.impl.CalendarAstronomer$4 +android.icu.impl.CalendarAstronomer$AngleFunc +android.icu.impl.CalendarAstronomer$CoordFunc +android.icu.impl.CalendarAstronomer$Ecliptic +android.icu.impl.CalendarAstronomer$Equatorial +android.icu.impl.CalendarAstronomer$Horizon +android.icu.impl.CalendarAstronomer$MoonAge +android.icu.impl.CalendarAstronomer$SolarLongitude +android.icu.impl.CalendarAstronomer +android.icu.impl.CalendarCache +android.icu.impl.CalendarUtil$CalendarPreferences +android.icu.impl.CalendarUtil +android.icu.impl.CaseMapImpl$GreekUpper +android.icu.impl.CaseMapImpl$StringContextIterator +android.icu.impl.CaseMapImpl$WholeStringBreakIterator +android.icu.impl.CaseMapImpl +android.icu.impl.CharTrie +android.icu.impl.CharacterIteration +android.icu.impl.CharacterIteratorWrapper +android.icu.impl.CharacterPropertiesImpl +android.icu.impl.ClassLoaderUtil$1 +android.icu.impl.ClassLoaderUtil$BootstrapClassLoader +android.icu.impl.ClassLoaderUtil +android.icu.impl.CollectionSet +android.icu.impl.CurrencyData$1 +android.icu.impl.CurrencyData$CurrencyDisplayInfo +android.icu.impl.CurrencyData$CurrencyDisplayInfoProvider +android.icu.impl.CurrencyData$CurrencyFormatInfo +android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern +android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType +android.icu.impl.CurrencyData$CurrencySpacingInfo +android.icu.impl.CurrencyData$DefaultInfo +android.icu.impl.CurrencyData +android.icu.impl.DateNumberFormat +android.icu.impl.DayPeriodRules$CutoffType +android.icu.impl.DayPeriodRules$DayPeriod +android.icu.impl.DayPeriodRules$DayPeriodRulesCountSink +android.icu.impl.DayPeriodRules$DayPeriodRulesData +android.icu.impl.DayPeriodRules$DayPeriodRulesDataSink +android.icu.impl.DayPeriodRules +android.icu.impl.DontCareFieldPosition +android.icu.impl.EraRules +android.icu.impl.FormattedStringBuilder$FieldWrapper +android.icu.impl.FormattedStringBuilder +android.icu.impl.FormattedValueFieldPositionIteratorImpl$FieldWithValue +android.icu.impl.FormattedValueFieldPositionIteratorImpl +android.icu.impl.FormattedValueStringBuilderImpl$NullField +android.icu.impl.FormattedValueStringBuilderImpl$SpanFieldPlaceholder +android.icu.impl.FormattedValueStringBuilderImpl +android.icu.impl.Grego +android.icu.impl.ICUBinary$Authenticate +android.icu.impl.ICUBinary$DatPackageReader$IsAcceptable +android.icu.impl.ICUBinary$DatPackageReader +android.icu.impl.ICUBinary$DataFile +android.icu.impl.ICUBinary$PackageDataFile +android.icu.impl.ICUBinary$SingleDataFile +android.icu.impl.ICUBinary +android.icu.impl.ICUCache +android.icu.impl.ICUConfig$1 +android.icu.impl.ICUConfig +android.icu.impl.ICUCurrencyDisplayInfoProvider$1 +android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink$EntrypointTable +android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink +android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$FormattingData +android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$ParsingData +android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$VariantSymbol +android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo +android.icu.impl.ICUCurrencyDisplayInfoProvider +android.icu.impl.ICUCurrencyMetaInfo$Collector +android.icu.impl.ICUCurrencyMetaInfo$CurrencyCollector +android.icu.impl.ICUCurrencyMetaInfo$InfoCollector +android.icu.impl.ICUCurrencyMetaInfo$RegionCollector +android.icu.impl.ICUCurrencyMetaInfo$UniqueList +android.icu.impl.ICUCurrencyMetaInfo +android.icu.impl.ICUData$1 +android.icu.impl.ICUData$2 +android.icu.impl.ICUData$3 +android.icu.impl.ICUData +android.icu.impl.ICUDataVersion +android.icu.impl.ICUDebug +android.icu.impl.ICULangDataTables +android.icu.impl.ICULocaleService$ICUResourceBundleFactory +android.icu.impl.ICULocaleService$LocaleKey +android.icu.impl.ICULocaleService$LocaleKeyFactory +android.icu.impl.ICULocaleService$SimpleLocaleKeyFactory +android.icu.impl.ICULocaleService +android.icu.impl.ICUNotifier$NotifyThread +android.icu.impl.ICUNotifier +android.icu.impl.ICURWLock$Stats +android.icu.impl.ICURWLock +android.icu.impl.ICURegionDataTables +android.icu.impl.ICUResourceBundle$1 +android.icu.impl.ICUResourceBundle$1AllChildrenSink +android.icu.impl.ICUResourceBundle$2$1 +android.icu.impl.ICUResourceBundle$2 +android.icu.impl.ICUResourceBundle$3 +android.icu.impl.ICUResourceBundle$4 +android.icu.impl.ICUResourceBundle$AvailEntry +android.icu.impl.ICUResourceBundle$AvailableLocalesSink +android.icu.impl.ICUResourceBundle$Loader +android.icu.impl.ICUResourceBundle$OpenType +android.icu.impl.ICUResourceBundle$WholeBundle +android.icu.impl.ICUResourceBundle +android.icu.impl.ICUResourceBundleImpl$ResourceArray +android.icu.impl.ICUResourceBundleImpl$ResourceBinary +android.icu.impl.ICUResourceBundleImpl$ResourceContainer +android.icu.impl.ICUResourceBundleImpl$ResourceInt +android.icu.impl.ICUResourceBundleImpl$ResourceIntVector +android.icu.impl.ICUResourceBundleImpl$ResourceString +android.icu.impl.ICUResourceBundleImpl$ResourceTable +android.icu.impl.ICUResourceBundleImpl +android.icu.impl.ICUResourceBundleReader$Array16 +android.icu.impl.ICUResourceBundleReader$Array32 +android.icu.impl.ICUResourceBundleReader$Array +android.icu.impl.ICUResourceBundleReader$Container +android.icu.impl.ICUResourceBundleReader$IsAcceptable +android.icu.impl.ICUResourceBundleReader$ReaderCache +android.icu.impl.ICUResourceBundleReader$ReaderCacheKey +android.icu.impl.ICUResourceBundleReader$ReaderValue +android.icu.impl.ICUResourceBundleReader$ResourceCache$Level +android.icu.impl.ICUResourceBundleReader$ResourceCache +android.icu.impl.ICUResourceBundleReader$Table1632 +android.icu.impl.ICUResourceBundleReader$Table16 +android.icu.impl.ICUResourceBundleReader$Table32 +android.icu.impl.ICUResourceBundleReader$Table +android.icu.impl.ICUResourceBundleReader +android.icu.impl.ICUResourceTableAccess +android.icu.impl.ICUService$CacheEntry +android.icu.impl.ICUService$Factory +android.icu.impl.ICUService$Key +android.icu.impl.ICUService$LocaleRef +android.icu.impl.ICUService$ServiceListener +android.icu.impl.ICUService$SimpleFactory +android.icu.impl.ICUService +android.icu.impl.IDNA2003 +android.icu.impl.IllegalIcuArgumentException +android.icu.impl.IntTrie +android.icu.impl.IntTrieBuilder +android.icu.impl.InvalidFormatException +android.icu.impl.IterableComparator +android.icu.impl.JavaTimeZone +android.icu.impl.LocaleDisplayNamesImpl$1 +android.icu.impl.LocaleDisplayNamesImpl$Cache +android.icu.impl.LocaleDisplayNamesImpl$CapitalizationContextSink +android.icu.impl.LocaleDisplayNamesImpl$CapitalizationContextUsage +android.icu.impl.LocaleDisplayNamesImpl$DataTable +android.icu.impl.LocaleDisplayNamesImpl$DataTableType +android.icu.impl.LocaleDisplayNamesImpl$DataTables$1 +android.icu.impl.LocaleDisplayNamesImpl$DataTables +android.icu.impl.LocaleDisplayNamesImpl$ICUDataTable +android.icu.impl.LocaleDisplayNamesImpl$ICUDataTables +android.icu.impl.LocaleDisplayNamesImpl$LangDataTables +android.icu.impl.LocaleDisplayNamesImpl$RegionDataTables +android.icu.impl.LocaleDisplayNamesImpl +android.icu.impl.LocaleIDParser$1 +android.icu.impl.LocaleIDParser +android.icu.impl.LocaleIDs +android.icu.impl.LocaleUtility +android.icu.impl.Norm2AllModes$1 +android.icu.impl.Norm2AllModes$ComposeNormalizer2 +android.icu.impl.Norm2AllModes$DecomposeNormalizer2 +android.icu.impl.Norm2AllModes$FCDNormalizer2 +android.icu.impl.Norm2AllModes$NFCSingleton +android.icu.impl.Norm2AllModes$NFKCSingleton +android.icu.impl.Norm2AllModes$NFKC_CFSingleton +android.icu.impl.Norm2AllModes$NoopNormalizer2 +android.icu.impl.Norm2AllModes$Norm2AllModesSingleton +android.icu.impl.Norm2AllModes$Normalizer2WithImpl +android.icu.impl.Norm2AllModes +android.icu.impl.Normalizer2Impl$1 +android.icu.impl.Normalizer2Impl$Hangul +android.icu.impl.Normalizer2Impl$IsAcceptable +android.icu.impl.Normalizer2Impl$ReorderingBuffer +android.icu.impl.Normalizer2Impl$UTF16Plus +android.icu.impl.Normalizer2Impl +android.icu.impl.OlsonTimeZone +android.icu.impl.PVecToTrieCompactHandler +android.icu.impl.Pair +android.icu.impl.PatternProps +android.icu.impl.PatternTokenizer +android.icu.impl.PluralRulesLoader +android.icu.impl.PropsVectors$1 +android.icu.impl.PropsVectors$CompactHandler +android.icu.impl.PropsVectors$DefaultGetFoldedValue +android.icu.impl.PropsVectors$DefaultGetFoldingOffset +android.icu.impl.PropsVectors +android.icu.impl.Punycode +android.icu.impl.RBBIDataWrapper$IsAcceptable +android.icu.impl.RBBIDataWrapper$RBBIDataHeader +android.icu.impl.RBBIDataWrapper$RBBIStateTable +android.icu.impl.RBBIDataWrapper +android.icu.impl.Relation$SimpleEntry +android.icu.impl.Relation +android.icu.impl.RelativeDateFormat$RelDateFmtDataSink +android.icu.impl.RelativeDateFormat$URelativeString +android.icu.impl.RelativeDateFormat +android.icu.impl.ReplaceableUCharacterIterator +android.icu.impl.ResourceBundleWrapper$1 +android.icu.impl.ResourceBundleWrapper$2$1 +android.icu.impl.ResourceBundleWrapper$2 +android.icu.impl.ResourceBundleWrapper$Loader +android.icu.impl.ResourceBundleWrapper +android.icu.impl.Row$R2 +android.icu.impl.Row$R3 +android.icu.impl.Row$R4 +android.icu.impl.Row$R5 +android.icu.impl.Row +android.icu.impl.RuleCharacterIterator$Position +android.icu.impl.RuleCharacterIterator +android.icu.impl.SimpleCache +android.icu.impl.SimpleFilteredSentenceBreakIterator$Builder +android.icu.impl.SimpleFilteredSentenceBreakIterator +android.icu.impl.SimpleFormatterImpl$IterInternal +android.icu.impl.SimpleFormatterImpl +android.icu.impl.SoftCache +android.icu.impl.SortedSetRelation +android.icu.impl.StandardPlural +android.icu.impl.StaticUnicodeSets$Key +android.icu.impl.StaticUnicodeSets$ParseDataSink +android.icu.impl.StaticUnicodeSets +android.icu.impl.StringPrepDataReader +android.icu.impl.StringRange$1 +android.icu.impl.StringRange$Adder +android.icu.impl.StringRange$Range +android.icu.impl.StringRange$Ranges +android.icu.impl.StringRange +android.icu.impl.StringSegment +android.icu.impl.TZDBTimeZoneNames$1 +android.icu.impl.TZDBTimeZoneNames$TZDBNameInfo +android.icu.impl.TZDBTimeZoneNames$TZDBNameSearchHandler +android.icu.impl.TZDBTimeZoneNames$TZDBNames +android.icu.impl.TZDBTimeZoneNames +android.icu.impl.TextTrieMap$CharIterator +android.icu.impl.TextTrieMap$LongestMatchHandler +android.icu.impl.TextTrieMap$Node +android.icu.impl.TextTrieMap$Output +android.icu.impl.TextTrieMap$ResultHandler +android.icu.impl.TextTrieMap +android.icu.impl.TimeZoneAdapter +android.icu.impl.TimeZoneGenericNames$1 +android.icu.impl.TimeZoneGenericNames$Cache +android.icu.impl.TimeZoneGenericNames$GenericMatchInfo +android.icu.impl.TimeZoneGenericNames$GenericNameSearchHandler +android.icu.impl.TimeZoneGenericNames$GenericNameType +android.icu.impl.TimeZoneGenericNames$NameInfo +android.icu.impl.TimeZoneGenericNames$Pattern +android.icu.impl.TimeZoneGenericNames +android.icu.impl.TimeZoneNamesFactoryImpl +android.icu.impl.TimeZoneNamesImpl$1 +android.icu.impl.TimeZoneNamesImpl$MZ2TZsCache +android.icu.impl.TimeZoneNamesImpl$MZMapEntry +android.icu.impl.TimeZoneNamesImpl$NameInfo +android.icu.impl.TimeZoneNamesImpl$NameSearchHandler +android.icu.impl.TimeZoneNamesImpl$TZ2MZsCache +android.icu.impl.TimeZoneNamesImpl$ZNames$NameTypeIndex +android.icu.impl.TimeZoneNamesImpl$ZNames +android.icu.impl.TimeZoneNamesImpl$ZNamesLoader +android.icu.impl.TimeZoneNamesImpl$ZoneStringsLoader +android.icu.impl.TimeZoneNamesImpl +android.icu.impl.Trie$DataManipulate +android.icu.impl.Trie$DefaultGetFoldingOffset +android.icu.impl.Trie2$1 +android.icu.impl.Trie2$2 +android.icu.impl.Trie2$CharSequenceIterator +android.icu.impl.Trie2$CharSequenceValues +android.icu.impl.Trie2$Range +android.icu.impl.Trie2$Trie2Iterator +android.icu.impl.Trie2$UTrie2Header +android.icu.impl.Trie2$ValueMapper +android.icu.impl.Trie2$ValueWidth +android.icu.impl.Trie2 +android.icu.impl.Trie2Writable$1 +android.icu.impl.Trie2Writable +android.icu.impl.Trie2_16 +android.icu.impl.Trie2_32 +android.icu.impl.Trie +android.icu.impl.TrieBuilder$DataManipulate +android.icu.impl.TrieBuilder +android.icu.impl.TrieIterator +android.icu.impl.UBiDiProps$IsAcceptable +android.icu.impl.UBiDiProps +android.icu.impl.UCaseProps$ContextIterator +android.icu.impl.UCaseProps$IsAcceptable +android.icu.impl.UCaseProps$LatinCase +android.icu.impl.UCaseProps +android.icu.impl.UCharArrayIterator +android.icu.impl.UCharacterIteratorWrapper +android.icu.impl.UCharacterName$AlgorithmName +android.icu.impl.UCharacterName +android.icu.impl.UCharacterNameChoice +android.icu.impl.UCharacterNameReader +android.icu.impl.UCharacterProperty$10 +android.icu.impl.UCharacterProperty$11 +android.icu.impl.UCharacterProperty$12 +android.icu.impl.UCharacterProperty$13 +android.icu.impl.UCharacterProperty$14 +android.icu.impl.UCharacterProperty$15 +android.icu.impl.UCharacterProperty$16 +android.icu.impl.UCharacterProperty$17 +android.icu.impl.UCharacterProperty$18 +android.icu.impl.UCharacterProperty$19 +android.icu.impl.UCharacterProperty$1 +android.icu.impl.UCharacterProperty$20 +android.icu.impl.UCharacterProperty$21 +android.icu.impl.UCharacterProperty$22 +android.icu.impl.UCharacterProperty$23 +android.icu.impl.UCharacterProperty$24 +android.icu.impl.UCharacterProperty$25 +android.icu.impl.UCharacterProperty$26 +android.icu.impl.UCharacterProperty$27 +android.icu.impl.UCharacterProperty$2 +android.icu.impl.UCharacterProperty$3 +android.icu.impl.UCharacterProperty$4 +android.icu.impl.UCharacterProperty$5 +android.icu.impl.UCharacterProperty$6 +android.icu.impl.UCharacterProperty$7 +android.icu.impl.UCharacterProperty$8 +android.icu.impl.UCharacterProperty$9 +android.icu.impl.UCharacterProperty$BiDiIntProperty +android.icu.impl.UCharacterProperty$BinaryProperty +android.icu.impl.UCharacterProperty$CaseBinaryProperty +android.icu.impl.UCharacterProperty$CombiningClassIntProperty +android.icu.impl.UCharacterProperty$EmojiBinaryProperty +android.icu.impl.UCharacterProperty$IntProperty +android.icu.impl.UCharacterProperty$IsAcceptable +android.icu.impl.UCharacterProperty$LayoutProps$IsAcceptable +android.icu.impl.UCharacterProperty$LayoutProps +android.icu.impl.UCharacterProperty$NormInertBinaryProperty +android.icu.impl.UCharacterProperty$NormQuickCheckIntProperty +android.icu.impl.UCharacterProperty +android.icu.impl.UCharacterUtility +android.icu.impl.UPropertyAliases$IsAcceptable +android.icu.impl.UPropertyAliases +android.icu.impl.URLHandler$FileURLHandler +android.icu.impl.URLHandler$JarURLHandler +android.icu.impl.URLHandler$URLVisitor +android.icu.impl.URLHandler +android.icu.impl.UResource$Array +android.icu.impl.UResource$Key +android.icu.impl.UResource$Sink +android.icu.impl.UResource$Table +android.icu.impl.UResource$Value +android.icu.impl.UResource +android.icu.impl.USerializedSet +android.icu.impl.UTS46 +android.icu.impl.UnicodeRegex$1 +android.icu.impl.UnicodeRegex +android.icu.impl.UnicodeSetStringSpan$OffsetList +android.icu.impl.UnicodeSetStringSpan +android.icu.impl.Utility +android.icu.impl.UtilityExtensions +android.icu.impl.ValidIdentifiers$Datasubtype +android.icu.impl.ValidIdentifiers$Datatype +android.icu.impl.ValidIdentifiers$ValidityData +android.icu.impl.ValidIdentifiers$ValiditySet +android.icu.impl.ValidIdentifiers +android.icu.impl.ZoneMeta$1 +android.icu.impl.ZoneMeta$CustomTimeZoneCache +android.icu.impl.ZoneMeta$SystemTimeZoneCache +android.icu.impl.ZoneMeta +android.icu.impl.breakiter.DictionaryBreakEngine$DequeI +android.icu.impl.breakiter.DictionaryBreakEngine +android.icu.impl.breakiter.LanguageBreakEngine +android.icu.impl.breakiter.UnhandledBreakEngine +android.icu.impl.coll.BOCSU +android.icu.impl.coll.Collation +android.icu.impl.coll.CollationBuilder$1 +android.icu.impl.coll.CollationBuilder$BundleImporter +android.icu.impl.coll.CollationBuilder$CEFinalizer +android.icu.impl.coll.CollationBuilder +android.icu.impl.coll.CollationCompare +android.icu.impl.coll.CollationData +android.icu.impl.coll.CollationDataBuilder$CEModifier +android.icu.impl.coll.CollationDataBuilder$ConditionalCE32 +android.icu.impl.coll.CollationDataBuilder$CopyHelper +android.icu.impl.coll.CollationDataBuilder$DataBuilderCollationIterator +android.icu.impl.coll.CollationDataBuilder +android.icu.impl.coll.CollationDataReader$IsAcceptable +android.icu.impl.coll.CollationDataReader +android.icu.impl.coll.CollationFCD +android.icu.impl.coll.CollationFastLatin +android.icu.impl.coll.CollationFastLatinBuilder +android.icu.impl.coll.CollationIterator$CEBuffer +android.icu.impl.coll.CollationIterator$SkippedState +android.icu.impl.coll.CollationIterator +android.icu.impl.coll.CollationKeys$LevelCallback +android.icu.impl.coll.CollationKeys$SortKeyByteSink +android.icu.impl.coll.CollationKeys$SortKeyLevel +android.icu.impl.coll.CollationKeys +android.icu.impl.coll.CollationLoader$ASCII +android.icu.impl.coll.CollationLoader +android.icu.impl.coll.CollationRoot +android.icu.impl.coll.CollationRootElements +android.icu.impl.coll.CollationRuleParser$Importer +android.icu.impl.coll.CollationRuleParser$Position +android.icu.impl.coll.CollationRuleParser$Sink +android.icu.impl.coll.CollationRuleParser +android.icu.impl.coll.CollationSettings +android.icu.impl.coll.CollationTailoring +android.icu.impl.coll.CollationWeights$WeightRange +android.icu.impl.coll.CollationWeights +android.icu.impl.coll.ContractionsAndExpansions$CESink +android.icu.impl.coll.ContractionsAndExpansions +android.icu.impl.coll.FCDIterCollationIterator$State +android.icu.impl.coll.FCDIterCollationIterator +android.icu.impl.coll.FCDUTF16CollationIterator +android.icu.impl.coll.IterCollationIterator +android.icu.impl.coll.SharedObject$Reference +android.icu.impl.coll.SharedObject +android.icu.impl.coll.TailoredSet +android.icu.impl.coll.UTF16CollationIterator +android.icu.impl.coll.UVector32 +android.icu.impl.coll.UVector64 +android.icu.impl.data.HolidayBundle +android.icu.impl.data.HolidayBundle_da +android.icu.impl.data.HolidayBundle_da_DK +android.icu.impl.data.HolidayBundle_de +android.icu.impl.data.HolidayBundle_de_AT +android.icu.impl.data.HolidayBundle_de_DE +android.icu.impl.data.HolidayBundle_el +android.icu.impl.data.HolidayBundle_el_GR +android.icu.impl.data.HolidayBundle_en +android.icu.impl.data.HolidayBundle_en_CA +android.icu.impl.data.HolidayBundle_en_GB +android.icu.impl.data.HolidayBundle_en_US +android.icu.impl.data.HolidayBundle_es +android.icu.impl.data.HolidayBundle_es_MX +android.icu.impl.data.HolidayBundle_fr +android.icu.impl.data.HolidayBundle_fr_CA +android.icu.impl.data.HolidayBundle_fr_FR +android.icu.impl.data.HolidayBundle_it +android.icu.impl.data.HolidayBundle_it_IT +android.icu.impl.data.HolidayBundle_iw +android.icu.impl.data.HolidayBundle_iw_IL +android.icu.impl.data.HolidayBundle_ja_JP +android.icu.impl.data.ResourceReader +android.icu.impl.data.TokenIterator +android.icu.impl.duration.BasicDurationFormat +android.icu.impl.duration.BasicDurationFormatter +android.icu.impl.duration.BasicDurationFormatterFactory +android.icu.impl.duration.BasicPeriodBuilderFactory$Settings +android.icu.impl.duration.BasicPeriodBuilderFactory +android.icu.impl.duration.BasicPeriodFormatter +android.icu.impl.duration.BasicPeriodFormatterFactory$Customizations +android.icu.impl.duration.BasicPeriodFormatterFactory +android.icu.impl.duration.BasicPeriodFormatterService +android.icu.impl.duration.DateFormatter +android.icu.impl.duration.DurationFormatter +android.icu.impl.duration.DurationFormatterFactory +android.icu.impl.duration.FixedUnitBuilder +android.icu.impl.duration.MultiUnitBuilder +android.icu.impl.duration.OneOrTwoUnitBuilder +android.icu.impl.duration.Period +android.icu.impl.duration.PeriodBuilder +android.icu.impl.duration.PeriodBuilderFactory +android.icu.impl.duration.PeriodBuilderImpl +android.icu.impl.duration.PeriodFormatter +android.icu.impl.duration.PeriodFormatterFactory +android.icu.impl.duration.PeriodFormatterService +android.icu.impl.duration.SingleUnitBuilder +android.icu.impl.duration.TimeUnit +android.icu.impl.duration.TimeUnitConstants +android.icu.impl.duration.impl.DataRecord$ECountVariant +android.icu.impl.duration.impl.DataRecord$EDecimalHandling +android.icu.impl.duration.impl.DataRecord$EFractionHandling +android.icu.impl.duration.impl.DataRecord$EGender +android.icu.impl.duration.impl.DataRecord$EHalfPlacement +android.icu.impl.duration.impl.DataRecord$EHalfSupport +android.icu.impl.duration.impl.DataRecord$EMilliSupport +android.icu.impl.duration.impl.DataRecord$ENumberSystem +android.icu.impl.duration.impl.DataRecord$EPluralization +android.icu.impl.duration.impl.DataRecord$ESeparatorVariant +android.icu.impl.duration.impl.DataRecord$ETimeDirection +android.icu.impl.duration.impl.DataRecord$ETimeLimit +android.icu.impl.duration.impl.DataRecord$EUnitVariant +android.icu.impl.duration.impl.DataRecord$EZeroHandling +android.icu.impl.duration.impl.DataRecord$ScopeData +android.icu.impl.duration.impl.DataRecord +android.icu.impl.duration.impl.PeriodFormatterData +android.icu.impl.duration.impl.PeriodFormatterDataService +android.icu.impl.duration.impl.RecordReader +android.icu.impl.duration.impl.RecordWriter +android.icu.impl.duration.impl.ResourceBasedPeriodFormatterDataService +android.icu.impl.duration.impl.Utils$ChineseDigits +android.icu.impl.duration.impl.Utils +android.icu.impl.duration.impl.XMLRecordReader +android.icu.impl.duration.impl.XMLRecordWriter +android.icu.impl.locale.AsciiUtil$CaseInsensitiveKey +android.icu.impl.locale.AsciiUtil +android.icu.impl.locale.BaseLocale$Cache +android.icu.impl.locale.BaseLocale$Key +android.icu.impl.locale.BaseLocale +android.icu.impl.locale.Extension +android.icu.impl.locale.InternalLocaleBuilder$CaseInsensitiveChar +android.icu.impl.locale.InternalLocaleBuilder$CaseInsensitiveString +android.icu.impl.locale.InternalLocaleBuilder +android.icu.impl.locale.KeyTypeData$1 +android.icu.impl.locale.KeyTypeData$CodepointsTypeHandler +android.icu.impl.locale.KeyTypeData$KeyData +android.icu.impl.locale.KeyTypeData$KeyInfoType +android.icu.impl.locale.KeyTypeData$PrivateUseKeyValueTypeHandler +android.icu.impl.locale.KeyTypeData$ReorderCodeTypeHandler +android.icu.impl.locale.KeyTypeData$RgKeyValueTypeHandler +android.icu.impl.locale.KeyTypeData$ScriptCodeTypeHandler +android.icu.impl.locale.KeyTypeData$SpecialType +android.icu.impl.locale.KeyTypeData$SpecialTypeHandler +android.icu.impl.locale.KeyTypeData$SubdivisionKeyValueTypeHandler +android.icu.impl.locale.KeyTypeData$Type +android.icu.impl.locale.KeyTypeData$TypeInfoType +android.icu.impl.locale.KeyTypeData$ValueType +android.icu.impl.locale.KeyTypeData +android.icu.impl.locale.LSR +android.icu.impl.locale.LanguageTag +android.icu.impl.locale.LocaleDistance$Data +android.icu.impl.locale.LocaleDistance +android.icu.impl.locale.LocaleExtensions +android.icu.impl.locale.LocaleObjectCache$CacheEntry +android.icu.impl.locale.LocaleObjectCache +android.icu.impl.locale.LocaleSyntaxException +android.icu.impl.locale.LocaleValidityChecker$1 +android.icu.impl.locale.LocaleValidityChecker$SpecialCase +android.icu.impl.locale.LocaleValidityChecker$Where +android.icu.impl.locale.LocaleValidityChecker +android.icu.impl.locale.ParseStatus +android.icu.impl.locale.StringTokenIterator +android.icu.impl.locale.UnicodeLocaleExtension +android.icu.impl.locale.XCldrStub$CollectionUtilities +android.icu.impl.locale.XCldrStub$FileUtilities +android.icu.impl.locale.XCldrStub$HashMultimap +android.icu.impl.locale.XCldrStub$ImmutableMap +android.icu.impl.locale.XCldrStub$ImmutableMultimap +android.icu.impl.locale.XCldrStub$ImmutableSet +android.icu.impl.locale.XCldrStub$Joiner +android.icu.impl.locale.XCldrStub$LinkedHashMultimap +android.icu.impl.locale.XCldrStub$Multimap +android.icu.impl.locale.XCldrStub$MultimapIterator +android.icu.impl.locale.XCldrStub$Multimaps +android.icu.impl.locale.XCldrStub$Predicate +android.icu.impl.locale.XCldrStub$RegexUtilities +android.icu.impl.locale.XCldrStub$ReusableEntry +android.icu.impl.locale.XCldrStub$Splitter +android.icu.impl.locale.XCldrStub$TreeMultimap +android.icu.impl.locale.XCldrStub +android.icu.impl.locale.XLikelySubtags$1 +android.icu.impl.locale.XLikelySubtags$Data +android.icu.impl.locale.XLikelySubtags +android.icu.impl.number.AdoptingModifierStore$1 +android.icu.impl.number.AdoptingModifierStore +android.icu.impl.number.AffixPatternProvider$Flags +android.icu.impl.number.AffixPatternProvider +android.icu.impl.number.AffixUtils$SymbolProvider +android.icu.impl.number.AffixUtils$TokenConsumer +android.icu.impl.number.AffixUtils +android.icu.impl.number.CompactData$CompactDataSink +android.icu.impl.number.CompactData$CompactType +android.icu.impl.number.CompactData +android.icu.impl.number.ConstantAffixModifier +android.icu.impl.number.ConstantMultiFieldModifier +android.icu.impl.number.CurrencyPluralInfoAffixProvider +android.icu.impl.number.CurrencySpacingEnabledModifier +android.icu.impl.number.CustomSymbolCurrency +android.icu.impl.number.DecimalFormatProperties$ParseMode +android.icu.impl.number.DecimalFormatProperties +android.icu.impl.number.DecimalQuantity +android.icu.impl.number.DecimalQuantity_AbstractBCD$1 +android.icu.impl.number.DecimalQuantity_AbstractBCD +android.icu.impl.number.DecimalQuantity_DualStorageBCD +android.icu.impl.number.Grouper$1 +android.icu.impl.number.Grouper +android.icu.impl.number.LocalizedNumberFormatterAsFormat$Proxy +android.icu.impl.number.LocalizedNumberFormatterAsFormat +android.icu.impl.number.LongNameHandler$PluralTableSink +android.icu.impl.number.LongNameHandler +android.icu.impl.number.LongNameMultiplexer$ParentlessMicroPropsGenerator +android.icu.impl.number.LongNameMultiplexer +android.icu.impl.number.MacroProps +android.icu.impl.number.MicroProps +android.icu.impl.number.MicroPropsGenerator +android.icu.impl.number.MicroPropsMutator +android.icu.impl.number.MixedUnitLongNameHandler +android.icu.impl.number.Modifier$Parameters +android.icu.impl.number.Modifier$Signum +android.icu.impl.number.Modifier +android.icu.impl.number.ModifierStore +android.icu.impl.number.MultiplierFormatHandler +android.icu.impl.number.MultiplierProducer +android.icu.impl.number.MutablePatternModifier$1 +android.icu.impl.number.MutablePatternModifier$ImmutablePatternModifier +android.icu.impl.number.MutablePatternModifier +android.icu.impl.number.Padder$1 +android.icu.impl.number.Padder$PadPosition +android.icu.impl.number.Padder +android.icu.impl.number.PatternStringParser$ParsedPatternInfo +android.icu.impl.number.PatternStringParser$ParsedSubpatternInfo +android.icu.impl.number.PatternStringParser$ParserState +android.icu.impl.number.PatternStringParser +android.icu.impl.number.PatternStringUtils$1 +android.icu.impl.number.PatternStringUtils$PatternSignType +android.icu.impl.number.PatternStringUtils +android.icu.impl.number.Properties +android.icu.impl.number.PropertiesAffixPatternProvider +android.icu.impl.number.RoundingUtils +android.icu.impl.number.SimpleModifier +android.icu.impl.number.UnitConversionHandler +android.icu.impl.number.UsagePrefsHandler +android.icu.impl.number.parse.AffixMatcher$1 +android.icu.impl.number.parse.AffixMatcher +android.icu.impl.number.parse.AffixPatternMatcher +android.icu.impl.number.parse.AffixTokenMatcherFactory +android.icu.impl.number.parse.CodePointMatcher +android.icu.impl.number.parse.CombinedCurrencyMatcher +android.icu.impl.number.parse.DecimalMatcher +android.icu.impl.number.parse.IgnorablesMatcher +android.icu.impl.number.parse.InfinityMatcher +android.icu.impl.number.parse.MinusSignMatcher +android.icu.impl.number.parse.MultiplierParseHandler +android.icu.impl.number.parse.NanMatcher +android.icu.impl.number.parse.NumberParseMatcher$Flexible +android.icu.impl.number.parse.NumberParseMatcher +android.icu.impl.number.parse.NumberParserImpl +android.icu.impl.number.parse.PaddingMatcher +android.icu.impl.number.parse.ParsedNumber$1 +android.icu.impl.number.parse.ParsedNumber +android.icu.impl.number.parse.ParsingUtils +android.icu.impl.number.parse.PercentMatcher +android.icu.impl.number.parse.PermilleMatcher +android.icu.impl.number.parse.PlusSignMatcher +android.icu.impl.number.parse.RequireAffixValidator +android.icu.impl.number.parse.RequireCurrencyValidator +android.icu.impl.number.parse.RequireDecimalSeparatorValidator +android.icu.impl.number.parse.RequireNumberValidator +android.icu.impl.number.parse.ScientificMatcher +android.icu.impl.number.parse.SeriesMatcher +android.icu.impl.number.parse.SymbolMatcher +android.icu.impl.number.parse.ValidationMatcher +android.icu.impl.number.range.PrefixInfixSuffixLengthHelper +android.icu.impl.number.range.RangeMacroProps +android.icu.impl.number.range.StandardPluralRanges$PluralRangeSetsDataSink +android.icu.impl.number.range.StandardPluralRanges$PluralRangesDataSink +android.icu.impl.number.range.StandardPluralRanges +android.icu.impl.text.RbnfScannerProviderImpl$RbnfLenientScannerImpl +android.icu.impl.text.RbnfScannerProviderImpl +android.icu.impl.units.ComplexUnitsConverter +android.icu.impl.units.ConversionRates$ConversionRateInfo +android.icu.impl.units.ConversionRates$ConversionRatesSink +android.icu.impl.units.ConversionRates +android.icu.impl.units.MeasureUnitImpl$1 +android.icu.impl.units.MeasureUnitImpl$CompoundPart +android.icu.impl.units.MeasureUnitImpl$InitialCompoundPart +android.icu.impl.units.MeasureUnitImpl$MeasureUnitImplComparator +android.icu.impl.units.MeasureUnitImpl$PowerPart +android.icu.impl.units.MeasureUnitImpl$SingleUnitComparator +android.icu.impl.units.MeasureUnitImpl$UnitsParser$Token$Type +android.icu.impl.units.MeasureUnitImpl$UnitsParser$Token +android.icu.impl.units.MeasureUnitImpl$UnitsParser +android.icu.impl.units.MeasureUnitImpl +android.icu.impl.units.SingleUnitImpl +android.icu.impl.units.UnitPreferences$UnitPreference +android.icu.impl.units.UnitPreferences$UnitPreferencesSink +android.icu.impl.units.UnitPreferences +android.icu.impl.units.UnitsData$Categories +android.icu.impl.units.UnitsData$CategoriesSink +android.icu.impl.units.UnitsData$Constants +android.icu.impl.units.UnitsData$SimpleUnitIdentifiersSink +android.icu.impl.units.UnitsData +android.icu.impl.units.UnitsRouter$ConverterPreference +android.icu.impl.units.UnitsRouter$RouteResult +android.icu.impl.units.UnitsRouter +android.icu.lang.CharSequences +android.icu.lang.CharacterProperties +android.icu.lang.UCharacter$BidiPairedBracketType +android.icu.lang.UCharacter$DecompositionType +android.icu.lang.UCharacter$DummyValueIterator +android.icu.lang.UCharacter$EastAsianWidth +android.icu.lang.UCharacter$GraphemeClusterBreak +android.icu.lang.UCharacter$HangulSyllableType +android.icu.lang.UCharacter$IndicPositionalCategory +android.icu.lang.UCharacter$IndicSyllabicCategory +android.icu.lang.UCharacter$JoiningGroup +android.icu.lang.UCharacter$JoiningType +android.icu.lang.UCharacter$LineBreak +android.icu.lang.UCharacter$NumericType +android.icu.lang.UCharacter$SentenceBreak +android.icu.lang.UCharacter$UCharacterTypeIterator$MaskType +android.icu.lang.UCharacter$UCharacterTypeIterator +android.icu.lang.UCharacter$UnicodeBlock +android.icu.lang.UCharacter$VerticalOrientation +android.icu.lang.UCharacter$WordBreak +android.icu.lang.UCharacter +android.icu.lang.UCharacterCategory +android.icu.lang.UCharacterDirection +android.icu.lang.UCharacterEnums$ECharacterCategory +android.icu.lang.UCharacterEnums$ECharacterDirection +android.icu.lang.UCharacterEnums +android.icu.lang.UCharacterNameIterator +android.icu.lang.UProperty$NameChoice +android.icu.lang.UProperty +android.icu.lang.UScript$ScriptMetadata +android.icu.lang.UScript$ScriptUsage +android.icu.lang.UScript +android.icu.lang.UScriptRun$ParenStackEntry +android.icu.lang.UScriptRun +android.icu.math.BigDecimal +android.icu.math.MathContext +android.icu.number.CompactNotation$CompactHandler +android.icu.number.CompactNotation +android.icu.number.CurrencyPrecision +android.icu.number.FormattedNumber +android.icu.number.FormattedNumberRange +android.icu.number.FractionPrecision +android.icu.number.IntegerWidth +android.icu.number.LocalizedNumberFormatter +android.icu.number.LocalizedNumberRangeFormatter +android.icu.number.Notation +android.icu.number.NumberFormatter$DecimalSeparatorDisplay +android.icu.number.NumberFormatter$GroupingStrategy +android.icu.number.NumberFormatter$RoundingPriority +android.icu.number.NumberFormatter$SignDisplay +android.icu.number.NumberFormatter$TrailingZeroDisplay +android.icu.number.NumberFormatter$UnitWidth +android.icu.number.NumberFormatter +android.icu.number.NumberFormatterImpl +android.icu.number.NumberFormatterSettings +android.icu.number.NumberPropertyMapper +android.icu.number.NumberRangeFormatter$RangeCollapse +android.icu.number.NumberRangeFormatter$RangeIdentityFallback +android.icu.number.NumberRangeFormatter$RangeIdentityResult +android.icu.number.NumberRangeFormatter +android.icu.number.NumberRangeFormatterImpl$1 +android.icu.number.NumberRangeFormatterImpl$NumberRangeDataSink +android.icu.number.NumberRangeFormatterImpl +android.icu.number.NumberRangeFormatterSettings +android.icu.number.NumberSkeletonImpl$1 +android.icu.number.NumberSkeletonImpl$2 +android.icu.number.NumberSkeletonImpl$BlueprintHelpers +android.icu.number.NumberSkeletonImpl$EnumToStemString +android.icu.number.NumberSkeletonImpl$GeneratorHelpers +android.icu.number.NumberSkeletonImpl$ParseState +android.icu.number.NumberSkeletonImpl$StemEnum +android.icu.number.NumberSkeletonImpl$StemToObject +android.icu.number.NumberSkeletonImpl +android.icu.number.Precision$BogusRounder +android.icu.number.Precision$CurrencyRounderImpl +android.icu.number.Precision$FracSigRounderImpl +android.icu.number.Precision$FractionRounderImpl +android.icu.number.Precision$IncrementFiveRounderImpl +android.icu.number.Precision$IncrementOneRounderImpl +android.icu.number.Precision$IncrementRounderImpl +android.icu.number.Precision$InfiniteRounderImpl +android.icu.number.Precision$SignificantRounderImpl +android.icu.number.Precision +android.icu.number.Scale +android.icu.number.ScientificNotation$ScientificHandler +android.icu.number.ScientificNotation$ScientificModifier +android.icu.number.ScientificNotation +android.icu.number.SimpleNotation +android.icu.number.SkeletonSyntaxException +android.icu.number.UnlocalizedNumberFormatter +android.icu.number.UnlocalizedNumberRangeFormatter +android.icu.platform.AndroidDataFiles +android.icu.text.AbsoluteValueSubstitution +android.icu.text.AlphabeticIndex$1 +android.icu.text.AlphabeticIndex$Bucket$LabelType +android.icu.text.AlphabeticIndex$Bucket +android.icu.text.AlphabeticIndex$BucketList +android.icu.text.AlphabeticIndex$ImmutableIndex +android.icu.text.AlphabeticIndex$Record +android.icu.text.AlphabeticIndex +android.icu.text.AnyTransliterator$ScriptRunIterator +android.icu.text.AnyTransliterator +android.icu.text.ArabicShaping +android.icu.text.ArabicShapingException +android.icu.text.Bidi$BracketData +android.icu.text.Bidi$ImpTabPair +android.icu.text.Bidi$InsertPoints +android.icu.text.Bidi$IsoRun +android.icu.text.Bidi$Isolate +android.icu.text.Bidi$LevState +android.icu.text.Bidi$Opening +android.icu.text.Bidi$Point +android.icu.text.Bidi +android.icu.text.BidiClassifier +android.icu.text.BidiLine +android.icu.text.BidiRun +android.icu.text.BidiTransform$Mirroring +android.icu.text.BidiTransform$Order +android.icu.text.BidiTransform$ReorderingScheme$10 +android.icu.text.BidiTransform$ReorderingScheme$11 +android.icu.text.BidiTransform$ReorderingScheme$12 +android.icu.text.BidiTransform$ReorderingScheme$13 +android.icu.text.BidiTransform$ReorderingScheme$14 +android.icu.text.BidiTransform$ReorderingScheme$15 +android.icu.text.BidiTransform$ReorderingScheme$16 +android.icu.text.BidiTransform$ReorderingScheme$1 +android.icu.text.BidiTransform$ReorderingScheme$2 +android.icu.text.BidiTransform$ReorderingScheme$3 +android.icu.text.BidiTransform$ReorderingScheme$4 +android.icu.text.BidiTransform$ReorderingScheme$5 +android.icu.text.BidiTransform$ReorderingScheme$6 +android.icu.text.BidiTransform$ReorderingScheme$7 +android.icu.text.BidiTransform$ReorderingScheme$8 +android.icu.text.BidiTransform$ReorderingScheme$9 +android.icu.text.BidiTransform$ReorderingScheme +android.icu.text.BidiTransform +android.icu.text.BidiWriter +android.icu.text.BreakIterator$BreakIteratorCache +android.icu.text.BreakIterator$BreakIteratorServiceShim +android.icu.text.BreakIterator +android.icu.text.BreakIteratorFactory$BFService$1RBBreakIteratorFactory +android.icu.text.BreakIteratorFactory$BFService +android.icu.text.BreakIteratorFactory +android.icu.text.BreakTransliterator$ReplaceableCharacterIterator +android.icu.text.BreakTransliterator +android.icu.text.CanonicalIterator +android.icu.text.CaseFoldTransliterator$1 +android.icu.text.CaseFoldTransliterator$2 +android.icu.text.CaseFoldTransliterator +android.icu.text.CaseMap$Fold +android.icu.text.CaseMap$Lower +android.icu.text.CaseMap$Title +android.icu.text.CaseMap$Upper +android.icu.text.CaseMap +android.icu.text.CharsetDetector$CSRecognizerInfo +android.icu.text.CharsetDetector +android.icu.text.CharsetMatch +android.icu.text.CharsetRecog_2022$CharsetRecog_2022CN +android.icu.text.CharsetRecog_2022$CharsetRecog_2022JP +android.icu.text.CharsetRecog_2022$CharsetRecog_2022KR +android.icu.text.CharsetRecog_2022 +android.icu.text.CharsetRecog_UTF8 +android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_16_BE +android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_16_LE +android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_32 +android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_32_BE +android.icu.text.CharsetRecog_Unicode$CharsetRecog_UTF_32_LE +android.icu.text.CharsetRecog_Unicode +android.icu.text.CharsetRecog_mbcs$CharsetRecog_big5 +android.icu.text.CharsetRecog_mbcs$CharsetRecog_euc$CharsetRecog_euc_jp +android.icu.text.CharsetRecog_mbcs$CharsetRecog_euc$CharsetRecog_euc_kr +android.icu.text.CharsetRecog_mbcs$CharsetRecog_euc +android.icu.text.CharsetRecog_mbcs$CharsetRecog_gb_18030 +android.icu.text.CharsetRecog_mbcs$CharsetRecog_sjis +android.icu.text.CharsetRecog_mbcs$iteratedChar +android.icu.text.CharsetRecog_mbcs +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_1 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_2 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_5 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_5_ru +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_6 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_6_ar +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_7 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_7_el +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_8 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_8_I_he +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_8_he +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_9 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_8859_9_tr +android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM420_ar +android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM420_ar_ltr +android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM420_ar_rtl +android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM424_he +android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM424_he_ltr +android.icu.text.CharsetRecog_sbcs$CharsetRecog_IBM424_he_rtl +android.icu.text.CharsetRecog_sbcs$CharsetRecog_KOI8_R +android.icu.text.CharsetRecog_sbcs$CharsetRecog_windows_1251 +android.icu.text.CharsetRecog_sbcs$CharsetRecog_windows_1256 +android.icu.text.CharsetRecog_sbcs$NGramParser +android.icu.text.CharsetRecog_sbcs$NGramParser_IBM420 +android.icu.text.CharsetRecog_sbcs$NGramsPlusLang +android.icu.text.CharsetRecog_sbcs +android.icu.text.CharsetRecognizer +android.icu.text.ChineseDateFormat$Field +android.icu.text.ChineseDateFormat +android.icu.text.ChineseDateFormatSymbols +android.icu.text.CollationElementIterator$MaxExpSink +android.icu.text.CollationElementIterator +android.icu.text.CollationKey$BoundMode +android.icu.text.CollationKey +android.icu.text.Collator$ASCII +android.icu.text.Collator$CollatorFactory +android.icu.text.Collator$KeywordsSink +android.icu.text.Collator$ReorderCodes +android.icu.text.Collator$ServiceShim +android.icu.text.Collator +android.icu.text.CollatorServiceShim$1CFactory +android.icu.text.CollatorServiceShim$CService$1CollatorFactory +android.icu.text.CollatorServiceShim$CService +android.icu.text.CollatorServiceShim +android.icu.text.CompactDecimalFormat$CompactStyle +android.icu.text.CompactDecimalFormat +android.icu.text.ComposedCharIter +android.icu.text.CompoundTransliterator +android.icu.text.ConstrainedFieldPosition$1 +android.icu.text.ConstrainedFieldPosition$ConstraintType +android.icu.text.ConstrainedFieldPosition +android.icu.text.CurrencyDisplayNames +android.icu.text.CurrencyFormat +android.icu.text.CurrencyMetaInfo$CurrencyDigits +android.icu.text.CurrencyMetaInfo$CurrencyFilter +android.icu.text.CurrencyMetaInfo$CurrencyInfo +android.icu.text.CurrencyMetaInfo +android.icu.text.CurrencyPluralInfo +android.icu.text.DateFormat$BooleanAttribute +android.icu.text.DateFormat$Field +android.icu.text.DateFormat$HourCycle +android.icu.text.DateFormat +android.icu.text.DateFormatSymbols$1 +android.icu.text.DateFormatSymbols$AospExtendedDateFormatSymbols +android.icu.text.DateFormatSymbols$CalendarDataSink$AliasType +android.icu.text.DateFormatSymbols$CalendarDataSink +android.icu.text.DateFormatSymbols$CapitalizationContextUsage +android.icu.text.DateFormatSymbols +android.icu.text.DateIntervalFormat$BestMatchInfo +android.icu.text.DateIntervalFormat$FormatOutput +android.icu.text.DateIntervalFormat$FormattedDateInterval +android.icu.text.DateIntervalFormat$SkeletonAndItsBestMatch +android.icu.text.DateIntervalFormat$SpanField +android.icu.text.DateIntervalFormat +android.icu.text.DateIntervalInfo$DateIntervalSink +android.icu.text.DateIntervalInfo$PatternInfo +android.icu.text.DateIntervalInfo +android.icu.text.DateTimePatternGenerator$AppendItemFormatsSink +android.icu.text.DateTimePatternGenerator$AppendItemNamesSink +android.icu.text.DateTimePatternGenerator$AvailableFormatsSink +android.icu.text.DateTimePatternGenerator$DTPGflags +android.icu.text.DateTimePatternGenerator$DateTimeMatcher +android.icu.text.DateTimePatternGenerator$DayPeriodAllowedHoursSink +android.icu.text.DateTimePatternGenerator$DisplayWidth +android.icu.text.DateTimePatternGenerator$DistanceInfo +android.icu.text.DateTimePatternGenerator$FormatParser +android.icu.text.DateTimePatternGenerator$PatternInfo +android.icu.text.DateTimePatternGenerator$PatternWithMatcher +android.icu.text.DateTimePatternGenerator$PatternWithSkeletonFlag +android.icu.text.DateTimePatternGenerator$SkeletonFields +android.icu.text.DateTimePatternGenerator$VariableField +android.icu.text.DateTimePatternGenerator +android.icu.text.DecimalFormat$PropertySetter +android.icu.text.DecimalFormat +android.icu.text.DecimalFormatSymbols$1 +android.icu.text.DecimalFormatSymbols$CacheData +android.icu.text.DecimalFormatSymbols$DecFmtDataSink +android.icu.text.DecimalFormatSymbols +android.icu.text.DisplayContext$Type +android.icu.text.DisplayContext +android.icu.text.DurationFormat +android.icu.text.Edits$Iterator +android.icu.text.Edits +android.icu.text.EscapeTransliterator$1 +android.icu.text.EscapeTransliterator$2 +android.icu.text.EscapeTransliterator$3 +android.icu.text.EscapeTransliterator$4 +android.icu.text.EscapeTransliterator$5 +android.icu.text.EscapeTransliterator$6 +android.icu.text.EscapeTransliterator$7 +android.icu.text.EscapeTransliterator$8 +android.icu.text.EscapeTransliterator +android.icu.text.FilteredBreakIteratorBuilder +android.icu.text.FilteredNormalizer2 +android.icu.text.FormattedValue +android.icu.text.FractionalPartSubstitution +android.icu.text.FunctionReplacer +android.icu.text.IDNA$Error +android.icu.text.IDNA$Info +android.icu.text.IDNA +android.icu.text.IntegralPartSubstitution +android.icu.text.ListFormatter$1 +android.icu.text.ListFormatter$Cache +android.icu.text.ListFormatter$ContextualHandler +android.icu.text.ListFormatter$Field +android.icu.text.ListFormatter$FormattedList +android.icu.text.ListFormatter$FormattedListBuilder +android.icu.text.ListFormatter$PatternHandler +android.icu.text.ListFormatter$SpanField +android.icu.text.ListFormatter$StaticHandler +android.icu.text.ListFormatter$Type +android.icu.text.ListFormatter$Width +android.icu.text.ListFormatter +android.icu.text.LocaleDisplayNames$DialectHandling +android.icu.text.LocaleDisplayNames$LastResortLocaleDisplayNames +android.icu.text.LocaleDisplayNames$UiListItem$UiListItemComparator +android.icu.text.LocaleDisplayNames$UiListItem +android.icu.text.LocaleDisplayNames +android.icu.text.LowercaseTransliterator$1 +android.icu.text.LowercaseTransliterator$2 +android.icu.text.LowercaseTransliterator +android.icu.text.MeasureFormat$FormatWidth +android.icu.text.MeasureFormat$MeasureProxy +android.icu.text.MeasureFormat$NumberFormatterCacheEntry +android.icu.text.MeasureFormat$NumericFormatters +android.icu.text.MeasureFormat +android.icu.text.MessageFormat$AppendableWrapper +android.icu.text.MessageFormat$AttributeAndPosition +android.icu.text.MessageFormat$Field +android.icu.text.MessageFormat$PluralSelectorContext +android.icu.text.MessageFormat$PluralSelectorProvider +android.icu.text.MessageFormat +android.icu.text.MessagePattern$ApostropheMode +android.icu.text.MessagePattern$ArgType +android.icu.text.MessagePattern$Part$Type +android.icu.text.MessagePattern$Part +android.icu.text.MessagePattern +android.icu.text.MessagePatternUtil$1 +android.icu.text.MessagePatternUtil$ArgNode +android.icu.text.MessagePatternUtil$ComplexArgStyleNode +android.icu.text.MessagePatternUtil$MessageContentsNode$Type +android.icu.text.MessagePatternUtil$MessageContentsNode +android.icu.text.MessagePatternUtil$MessageNode +android.icu.text.MessagePatternUtil$Node +android.icu.text.MessagePatternUtil$TextNode +android.icu.text.MessagePatternUtil$VariantNode +android.icu.text.MessagePatternUtil +android.icu.text.ModulusSubstitution +android.icu.text.MultiplierSubstitution +android.icu.text.NFRule +android.icu.text.NFRuleSet +android.icu.text.NFSubstitution +android.icu.text.NameUnicodeTransliterator$1 +android.icu.text.NameUnicodeTransliterator +android.icu.text.NormalizationTransliterator$1 +android.icu.text.NormalizationTransliterator$2 +android.icu.text.NormalizationTransliterator$3 +android.icu.text.NormalizationTransliterator$4 +android.icu.text.NormalizationTransliterator$5 +android.icu.text.NormalizationTransliterator$6 +android.icu.text.NormalizationTransliterator$NormalizingTransform +android.icu.text.NormalizationTransliterator +android.icu.text.Normalizer$CharsAppendable +android.icu.text.Normalizer$CmpEquivLevel +android.icu.text.Normalizer$FCD32ModeImpl +android.icu.text.Normalizer$FCDMode +android.icu.text.Normalizer$FCDModeImpl +android.icu.text.Normalizer$Mode +android.icu.text.Normalizer$ModeImpl +android.icu.text.Normalizer$NFC32ModeImpl +android.icu.text.Normalizer$NFCMode +android.icu.text.Normalizer$NFCModeImpl +android.icu.text.Normalizer$NFD32ModeImpl +android.icu.text.Normalizer$NFDMode +android.icu.text.Normalizer$NFDModeImpl +android.icu.text.Normalizer$NFKC32ModeImpl +android.icu.text.Normalizer$NFKCMode +android.icu.text.Normalizer$NFKCModeImpl +android.icu.text.Normalizer$NFKD32ModeImpl +android.icu.text.Normalizer$NFKDMode +android.icu.text.Normalizer$NFKDModeImpl +android.icu.text.Normalizer$NONEMode +android.icu.text.Normalizer$QuickCheckResult +android.icu.text.Normalizer$Unicode32 +android.icu.text.Normalizer2$1 +android.icu.text.Normalizer2$Mode +android.icu.text.Normalizer2 +android.icu.text.Normalizer +android.icu.text.NullTransliterator +android.icu.text.NumberFormat$Field +android.icu.text.NumberFormat$NumberFormatFactory +android.icu.text.NumberFormat$NumberFormatShim +android.icu.text.NumberFormat$SimpleNumberFormatFactory +android.icu.text.NumberFormat +android.icu.text.NumberFormatServiceShim$NFFactory +android.icu.text.NumberFormatServiceShim$NFService$1RBNumberFormatFactory +android.icu.text.NumberFormatServiceShim$NFService +android.icu.text.NumberFormatServiceShim +android.icu.text.NumberingSystem$1 +android.icu.text.NumberingSystem$2 +android.icu.text.NumberingSystem$LocaleLookupData +android.icu.text.NumberingSystem +android.icu.text.NumeratorSubstitution +android.icu.text.PluralFormat$PluralSelector +android.icu.text.PluralFormat$PluralSelectorAdapter +android.icu.text.PluralFormat +android.icu.text.PluralRules$1 +android.icu.text.PluralRules$2 +android.icu.text.PluralRules$AndConstraint +android.icu.text.PluralRules$BinaryConstraint +android.icu.text.PluralRules$Constraint +android.icu.text.PluralRules$Factory +android.icu.text.PluralRules$FixedDecimal +android.icu.text.PluralRules$FixedDecimalRange +android.icu.text.PluralRules$FixedDecimalSamples +android.icu.text.PluralRules$IFixedDecimal +android.icu.text.PluralRules$KeywordStatus +android.icu.text.PluralRules$Operand +android.icu.text.PluralRules$OrConstraint +android.icu.text.PluralRules$PluralType +android.icu.text.PluralRules$RangeConstraint +android.icu.text.PluralRules$Rule +android.icu.text.PluralRules$RuleList +android.icu.text.PluralRules$SampleType +android.icu.text.PluralRules$SimpleTokenizer +android.icu.text.PluralRules +android.icu.text.PluralRulesSerialProxy +android.icu.text.PluralSamples +android.icu.text.Quantifier +android.icu.text.QuantityFormatter +android.icu.text.RBBINode +android.icu.text.RBBIRuleBuilder$IntPair +android.icu.text.RBBIRuleBuilder +android.icu.text.RBBIRuleParseTable$RBBIRuleTableElement +android.icu.text.RBBIRuleParseTable +android.icu.text.RBBIRuleScanner$RBBIRuleChar +android.icu.text.RBBIRuleScanner$RBBISetTableEl +android.icu.text.RBBIRuleScanner +android.icu.text.RBBISetBuilder$RangeDescriptor +android.icu.text.RBBISetBuilder +android.icu.text.RBBISymbolTable$RBBISymbolTableEntry +android.icu.text.RBBISymbolTable +android.icu.text.RBBITableBuilder$RBBIStateDescriptor +android.icu.text.RBBITableBuilder +android.icu.text.RBNFChinesePostProcessor +android.icu.text.RBNFPostProcessor +android.icu.text.RawCollationKey +android.icu.text.RbnfLenientScanner +android.icu.text.RbnfLenientScannerProvider +android.icu.text.RelativeDateTimeFormatter$1 +android.icu.text.RelativeDateTimeFormatter$AbsoluteUnit +android.icu.text.RelativeDateTimeFormatter$Cache$1 +android.icu.text.RelativeDateTimeFormatter$Cache +android.icu.text.RelativeDateTimeFormatter$Direction +android.icu.text.RelativeDateTimeFormatter$Field +android.icu.text.RelativeDateTimeFormatter$FormattedRelativeDateTime +android.icu.text.RelativeDateTimeFormatter$Loader +android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink$DateTimeUnit +android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink +android.icu.text.RelativeDateTimeFormatter$RelativeDateTimeFormatterData +android.icu.text.RelativeDateTimeFormatter$RelativeDateTimeUnit +android.icu.text.RelativeDateTimeFormatter$RelativeUnit +android.icu.text.RelativeDateTimeFormatter$Style +android.icu.text.RelativeDateTimeFormatter +android.icu.text.RemoveTransliterator$1 +android.icu.text.RemoveTransliterator +android.icu.text.Replaceable +android.icu.text.ReplaceableContextIterator +android.icu.text.ReplaceableString +android.icu.text.RuleBasedBreakIterator$BreakCache +android.icu.text.RuleBasedBreakIterator$DictionaryCache +android.icu.text.RuleBasedBreakIterator +android.icu.text.RuleBasedCollator$CollationBuffer +android.icu.text.RuleBasedCollator$CollationKeyByteSink +android.icu.text.RuleBasedCollator$FCDUTF16NFDIterator +android.icu.text.RuleBasedCollator$NFDIterator +android.icu.text.RuleBasedCollator$UTF16NFDIterator +android.icu.text.RuleBasedCollator +android.icu.text.RuleBasedNumberFormat +android.icu.text.RuleBasedTransliterator$Data +android.icu.text.RuleBasedTransliterator +android.icu.text.SCSU +android.icu.text.SameValueSubstitution +android.icu.text.ScientificNumberFormatter$MarkupStyle +android.icu.text.ScientificNumberFormatter$Style +android.icu.text.ScientificNumberFormatter$SuperscriptStyle +android.icu.text.ScientificNumberFormatter +android.icu.text.SearchIterator$ElementComparisonType +android.icu.text.SearchIterator$Search +android.icu.text.SearchIterator +android.icu.text.SelectFormat +android.icu.text.SimpleDateFormat$1 +android.icu.text.SimpleDateFormat$ContextValue +android.icu.text.SimpleDateFormat$PatternItem +android.icu.text.SimpleDateFormat +android.icu.text.SimpleFormatter +android.icu.text.SourceTargetUtility +android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder$SPUString +android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder$SPUStringComparator +android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder$SPUStringPool +android.icu.text.SpoofChecker$Builder$ConfusabledataBuilder +android.icu.text.SpoofChecker$Builder +android.icu.text.SpoofChecker$CheckResult +android.icu.text.SpoofChecker$ConfusableDataUtils +android.icu.text.SpoofChecker$RestrictionLevel +android.icu.text.SpoofChecker$ScriptSet +android.icu.text.SpoofChecker$SpoofData$DefaultData +android.icu.text.SpoofChecker$SpoofData$IsAcceptable +android.icu.text.SpoofChecker$SpoofData +android.icu.text.SpoofChecker +android.icu.text.StringCharacterIterator +android.icu.text.StringMatcher +android.icu.text.StringPrep$Values +android.icu.text.StringPrep +android.icu.text.StringPrepParseException +android.icu.text.StringReplacer +android.icu.text.StringSearch$CEBuffer +android.icu.text.StringSearch$CEI +android.icu.text.StringSearch$CollationPCE$PCEBuffer +android.icu.text.StringSearch$CollationPCE$PCEI +android.icu.text.StringSearch$CollationPCE$RCEBuffer +android.icu.text.StringSearch$CollationPCE$RCEI +android.icu.text.StringSearch$CollationPCE$Range +android.icu.text.StringSearch$CollationPCE +android.icu.text.StringSearch$Match +android.icu.text.StringSearch$Pattern +android.icu.text.StringSearch +android.icu.text.StringTransform +android.icu.text.SymbolTable +android.icu.text.TimeUnitFormat$TimeUnitFormatSetupSink +android.icu.text.TimeUnitFormat +android.icu.text.TimeZoneFormat$1 +android.icu.text.TimeZoneFormat$GMTOffsetField +android.icu.text.TimeZoneFormat$GMTOffsetPatternType +android.icu.text.TimeZoneFormat$OffsetFields +android.icu.text.TimeZoneFormat$ParseOption +android.icu.text.TimeZoneFormat$Style +android.icu.text.TimeZoneFormat$TimeType +android.icu.text.TimeZoneFormat$TimeZoneFormatCache +android.icu.text.TimeZoneFormat +android.icu.text.TimeZoneNames$Cache +android.icu.text.TimeZoneNames$DefaultTimeZoneNames$FactoryImpl +android.icu.text.TimeZoneNames$DefaultTimeZoneNames +android.icu.text.TimeZoneNames$Factory +android.icu.text.TimeZoneNames$MatchInfo +android.icu.text.TimeZoneNames$NameType +android.icu.text.TimeZoneNames +android.icu.text.TitlecaseTransliterator$1 +android.icu.text.TitlecaseTransliterator$2 +android.icu.text.TitlecaseTransliterator +android.icu.text.Transform +android.icu.text.TransliterationRule +android.icu.text.TransliterationRuleSet +android.icu.text.Transliterator$Factory +android.icu.text.Transliterator$Position +android.icu.text.Transliterator +android.icu.text.TransliteratorIDParser$SingleID +android.icu.text.TransliteratorIDParser$Specs +android.icu.text.TransliteratorIDParser +android.icu.text.TransliteratorParser$ParseData +android.icu.text.TransliteratorParser$RuleArray +android.icu.text.TransliteratorParser$RuleBody +android.icu.text.TransliteratorParser$RuleHalf +android.icu.text.TransliteratorParser +android.icu.text.TransliteratorRegistry$AliasEntry +android.icu.text.TransliteratorRegistry$CompoundRBTEntry +android.icu.text.TransliteratorRegistry$IDEnumeration +android.icu.text.TransliteratorRegistry$LocaleEntry +android.icu.text.TransliteratorRegistry$ResourceEntry +android.icu.text.TransliteratorRegistry$Spec +android.icu.text.TransliteratorRegistry +android.icu.text.UCharacterIterator +android.icu.text.UFieldPosition +android.icu.text.UFormat$SpanField +android.icu.text.UFormat +android.icu.text.UForwardCharacterIterator +android.icu.text.UTF16$StringComparator +android.icu.text.UTF16 +android.icu.text.UnescapeTransliterator$1 +android.icu.text.UnescapeTransliterator$2 +android.icu.text.UnescapeTransliterator$3 +android.icu.text.UnescapeTransliterator$4 +android.icu.text.UnescapeTransliterator$5 +android.icu.text.UnescapeTransliterator$6 +android.icu.text.UnescapeTransliterator$7 +android.icu.text.UnescapeTransliterator +android.icu.text.UnicodeCompressor +android.icu.text.UnicodeDecompressor +android.icu.text.UnicodeFilter +android.icu.text.UnicodeMatcher +android.icu.text.UnicodeNameTransliterator$1 +android.icu.text.UnicodeNameTransliterator +android.icu.text.UnicodeReplacer +android.icu.text.UnicodeSet$ComparisonStyle +android.icu.text.UnicodeSet$EntryRange +android.icu.text.UnicodeSet$EntryRangeIterable +android.icu.text.UnicodeSet$EntryRangeIterator +android.icu.text.UnicodeSet$Filter +android.icu.text.UnicodeSet$GeneralCategoryMaskFilter +android.icu.text.UnicodeSet$IntPropertyFilter +android.icu.text.UnicodeSet$NumericValueFilter +android.icu.text.UnicodeSet$ScriptExtensionsFilter +android.icu.text.UnicodeSet$SpanCondition +android.icu.text.UnicodeSet$UnicodeSetIterator2 +android.icu.text.UnicodeSet$VersionFilter +android.icu.text.UnicodeSet$XSymbolTable +android.icu.text.UnicodeSet +android.icu.text.UnicodeSetIterator +android.icu.text.UnicodeSetSpanner$CountMethod +android.icu.text.UnicodeSetSpanner$TrimOption +android.icu.text.UnicodeSetSpanner +android.icu.text.UppercaseTransliterator$1 +android.icu.text.UppercaseTransliterator$2 +android.icu.text.UppercaseTransliterator +android.icu.util.AnnualTimeZoneRule +android.icu.util.BasicTimeZone$LocalOption +android.icu.util.BasicTimeZone +android.icu.util.BuddhistCalendar +android.icu.util.ByteArrayWrapper +android.icu.util.BytesTrie$Entry +android.icu.util.BytesTrie$Iterator +android.icu.util.BytesTrie$Result +android.icu.util.BytesTrie$State +android.icu.util.BytesTrie +android.icu.util.BytesTrieBuilder$BytesAsCharSequence +android.icu.util.BytesTrieBuilder +android.icu.util.CECalendar +android.icu.util.Calendar$1 +android.icu.util.Calendar$FormatConfiguration +android.icu.util.Calendar$PatternData +android.icu.util.Calendar$WeekData +android.icu.util.Calendar$WeekDataCache +android.icu.util.Calendar +android.icu.util.CaseInsensitiveString +android.icu.util.CharsTrie$Entry +android.icu.util.CharsTrie$Iterator +android.icu.util.CharsTrie$State +android.icu.util.CharsTrie +android.icu.util.CharsTrieBuilder +android.icu.util.ChineseCalendar +android.icu.util.CodePointMap$Range +android.icu.util.CodePointMap$RangeIterator +android.icu.util.CodePointMap$RangeOption +android.icu.util.CodePointMap$StringIterator +android.icu.util.CodePointMap$ValueFilter +android.icu.util.CodePointMap +android.icu.util.CodePointTrie$1 +android.icu.util.CodePointTrie$Data16 +android.icu.util.CodePointTrie$Data32 +android.icu.util.CodePointTrie$Data8 +android.icu.util.CodePointTrie$Data +android.icu.util.CodePointTrie$Fast$FastStringIterator +android.icu.util.CodePointTrie$Fast16 +android.icu.util.CodePointTrie$Fast32 +android.icu.util.CodePointTrie$Fast8 +android.icu.util.CodePointTrie$Fast +android.icu.util.CodePointTrie$Small$SmallStringIterator +android.icu.util.CodePointTrie$Small16 +android.icu.util.CodePointTrie$Small32 +android.icu.util.CodePointTrie$Small8 +android.icu.util.CodePointTrie$Small +android.icu.util.CodePointTrie$Type +android.icu.util.CodePointTrie$ValueWidth +android.icu.util.CodePointTrie +android.icu.util.CompactByteArray +android.icu.util.CompactCharArray +android.icu.util.CopticCalendar +android.icu.util.Currency$1 +android.icu.util.Currency$CurrencyNameResultHandler +android.icu.util.Currency$CurrencyStringInfo +android.icu.util.Currency$CurrencyUsage +android.icu.util.Currency$ServiceShim +android.icu.util.Currency +android.icu.util.CurrencyAmount +android.icu.util.CurrencyServiceShim$CFService$1CurrencyFactory +android.icu.util.CurrencyServiceShim$CFService +android.icu.util.CurrencyServiceShim +android.icu.util.DangiCalendar +android.icu.util.DateInterval +android.icu.util.DateRule +android.icu.util.DateTimeRule +android.icu.util.EasterHoliday +android.icu.util.EasterRule +android.icu.util.EthiopicCalendar +android.icu.util.Freezable +android.icu.util.GenderInfo$1 +android.icu.util.GenderInfo$Cache +android.icu.util.GenderInfo$Gender +android.icu.util.GenderInfo$ListGenderStyle +android.icu.util.GenderInfo +android.icu.util.GlobalizationPreferences +android.icu.util.GregorianCalendar +android.icu.util.HebrewCalendar +android.icu.util.HebrewHoliday +android.icu.util.Holiday +android.icu.util.ICUCloneNotSupportedException +android.icu.util.ICUException +android.icu.util.ICUInputTooLongException +android.icu.util.ICUUncheckedIOException +android.icu.util.IllformedLocaleException +android.icu.util.IndianCalendar +android.icu.util.InitialTimeZoneRule +android.icu.util.IslamicCalendar$CalculationType +android.icu.util.IslamicCalendar +android.icu.util.JapaneseCalendar +android.icu.util.LocaleData$MeasurementSystem +android.icu.util.LocaleData$PaperSize +android.icu.util.LocaleData +android.icu.util.LocaleMatcher$Builder +android.icu.util.LocaleMatcher$Demotion +android.icu.util.LocaleMatcher$Direction +android.icu.util.LocaleMatcher$FavorSubtag +android.icu.util.LocaleMatcher$LocaleLsrIterator +android.icu.util.LocaleMatcher$LsrIterator +android.icu.util.LocaleMatcher$Result +android.icu.util.LocaleMatcher$ULocaleLsrIterator +android.icu.util.LocaleMatcher +android.icu.util.LocalePriorityList$1 +android.icu.util.LocalePriorityList$Builder +android.icu.util.LocalePriorityList +android.icu.util.Measure +android.icu.util.MeasureUnit$1 +android.icu.util.MeasureUnit$2 +android.icu.util.MeasureUnit$3 +android.icu.util.MeasureUnit$Complexity +android.icu.util.MeasureUnit$CurrencyNumericCodeSink +android.icu.util.MeasureUnit$Factory +android.icu.util.MeasureUnit$MeasureUnitProxy +android.icu.util.MeasureUnit$MeasureUnitSink +android.icu.util.MeasureUnit +android.icu.util.MutableCodePointTrie$1 +android.icu.util.MutableCodePointTrie$AllSameBlocks +android.icu.util.MutableCodePointTrie$MixedBlocks +android.icu.util.MutableCodePointTrie +android.icu.util.NoUnit +android.icu.util.Output +android.icu.util.OutputInt +android.icu.util.PersianCalendar +android.icu.util.Range +android.icu.util.RangeDateRule +android.icu.util.RangeValueIterator$Element +android.icu.util.RangeValueIterator +android.icu.util.Region$RegionType +android.icu.util.Region +android.icu.util.RuleBasedTimeZone +android.icu.util.STZInfo +android.icu.util.SimpleDateRule +android.icu.util.SimpleHoliday +android.icu.util.SimpleTimeZone +android.icu.util.StringTokenizer +android.icu.util.StringTrieBuilder$1 +android.icu.util.StringTrieBuilder$BranchHeadNode +android.icu.util.StringTrieBuilder$BranchNode +android.icu.util.StringTrieBuilder$DynamicBranchNode +android.icu.util.StringTrieBuilder$IntermediateValueNode +android.icu.util.StringTrieBuilder$LinearMatchNode +android.icu.util.StringTrieBuilder$ListBranchNode +android.icu.util.StringTrieBuilder$Node +android.icu.util.StringTrieBuilder$Option +android.icu.util.StringTrieBuilder$SplitBranchNode +android.icu.util.StringTrieBuilder$State +android.icu.util.StringTrieBuilder$ValueNode +android.icu.util.StringTrieBuilder +android.icu.util.TaiwanCalendar +android.icu.util.TimeArrayTimeZoneRule +android.icu.util.TimeUnit +android.icu.util.TimeUnitAmount +android.icu.util.TimeZone$ConstantZone +android.icu.util.TimeZone$SystemTimeZoneType +android.icu.util.TimeZone +android.icu.util.TimeZoneRule +android.icu.util.TimeZoneTransition +android.icu.util.ULocale$1 +android.icu.util.ULocale$2 +android.icu.util.ULocale$3 +android.icu.util.ULocale$AliasReplacer +android.icu.util.ULocale$AvailableType +android.icu.util.ULocale$Builder +android.icu.util.ULocale$Category +android.icu.util.ULocale$JDKLocaleHelper +android.icu.util.ULocale$Minimize +android.icu.util.ULocale$Type +android.icu.util.ULocale +android.icu.util.UResourceBundle$1 +android.icu.util.UResourceBundle$RootType +android.icu.util.UResourceBundle +android.icu.util.UResourceBundleIterator +android.icu.util.UResourceTypeMismatchException +android.icu.util.UniversalTimeScale$TimeScaleData +android.icu.util.UniversalTimeScale +android.icu.util.VTimeZone +android.icu.util.ValueIterator$Element +android.icu.util.ValueIterator +android.icu.util.VersionInfo +android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl +android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl +android.inputmethodservice.AbstractInputMethodService +android.inputmethodservice.ExtractEditText +android.inputmethodservice.IInputMethodSessionWrapper$ImeInputEventReceiver +android.inputmethodservice.IInputMethodSessionWrapper +android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper +android.inputmethodservice.IInputMethodWrapper +android.inputmethodservice.InputMethodService$InputMethodImpl +android.inputmethodservice.InputMethodService$InputMethodSessionImpl +android.inputmethodservice.InputMethodService$Insets +android.inputmethodservice.InputMethodService$SettingsObserver +android.inputmethodservice.InputMethodService +android.inputmethodservice.SoftInputWindow +android.internal.hidl.base.V1_0.DebugInfo +android.internal.hidl.base.V1_0.IBase +android.internal.hidl.safe_union.V1_0.Monostate +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda0 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda10 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda11 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda12 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda13 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda14 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda1 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda2 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda3 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda4 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda5 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda6 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda7 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda8 +android.internal.telephony.sysprop.TelephonyProperties$$ExternalSyntheticLambda9 +android.internal.telephony.sysprop.TelephonyProperties +android.location.Address$1 +android.location.Address +android.location.Country$1 +android.location.Country +android.location.CountryDetector$ListenerTransport +android.location.CountryDetector +android.location.CountryListener +android.location.Criteria$1 +android.location.Criteria +android.location.FusedBatchOptions$SourceTechnologies +android.location.Geocoder +android.location.GeocoderParams$1 +android.location.GeocoderParams +android.location.Geofence$1 +android.location.Geofence +android.location.GnssAntennaInfo$PhaseCenterOffset$1 +android.location.GnssAntennaInfo$PhaseCenterOffset +android.location.GnssAntennaInfo$SphericalCorrections$1 +android.location.GnssAntennaInfo$SphericalCorrections +android.location.GnssCapabilities$1 +android.location.GnssCapabilities +android.location.GnssClock$1 +android.location.GnssClock +android.location.GnssMeasurement$1 +android.location.GnssMeasurement +android.location.GnssMeasurementCorrections$1 +android.location.GnssMeasurementCorrections +android.location.GnssMeasurementRequest$1 +android.location.GnssMeasurementRequest +android.location.GnssMeasurementsEvent$1 +android.location.GnssMeasurementsEvent +android.location.GnssNavigationMessage$1 +android.location.GnssNavigationMessage +android.location.GnssReflectingPlane$1 +android.location.GnssReflectingPlane +android.location.GnssRequest$1 +android.location.GnssRequest +android.location.GnssSingleSatCorrection$1 +android.location.GnssSingleSatCorrection +android.location.GnssStatus$1 +android.location.GnssStatus$Callback +android.location.GnssStatus +android.location.GpsSatellite +android.location.GpsStatus$Listener +android.location.GpsStatus$SatelliteIterator +android.location.GpsStatus +android.location.ICountryDetector$Stub$Proxy +android.location.ICountryDetector$Stub +android.location.ICountryDetector +android.location.ICountryListener$Stub$Proxy +android.location.ICountryListener$Stub +android.location.ICountryListener +android.location.IFusedGeofenceHardware$Stub$Proxy +android.location.IFusedGeofenceHardware$Stub +android.location.IFusedGeofenceHardware +android.location.IGeocodeListener$Stub$Proxy +android.location.IGeocodeListener$Stub +android.location.IGeocodeListener +android.location.IGeocodeProvider$Stub$Proxy +android.location.IGeocodeProvider$Stub +android.location.IGeocodeProvider +android.location.IGeofenceProvider$Stub$Proxy +android.location.IGeofenceProvider$Stub +android.location.IGeofenceProvider +android.location.IGnssAntennaInfoListener$Stub$Proxy +android.location.IGnssAntennaInfoListener$Stub +android.location.IGnssAntennaInfoListener +android.location.IGnssMeasurementsListener$Stub$Proxy +android.location.IGnssMeasurementsListener$Stub +android.location.IGnssMeasurementsListener +android.location.IGnssNavigationMessageListener$Stub$Proxy +android.location.IGnssNavigationMessageListener$Stub +android.location.IGnssNavigationMessageListener +android.location.IGnssNmeaListener$Stub +android.location.IGnssNmeaListener +android.location.IGnssStatusListener$Stub$Proxy +android.location.IGnssStatusListener$Stub +android.location.IGnssStatusListener +android.location.IGpsGeofenceHardware$Stub$Proxy +android.location.IGpsGeofenceHardware$Stub +android.location.IGpsGeofenceHardware +android.location.ILocationCallback$Stub$Proxy +android.location.ILocationCallback$Stub +android.location.ILocationCallback +android.location.ILocationListener$Stub$Proxy +android.location.ILocationListener$Stub +android.location.ILocationListener +android.location.ILocationManager$Stub$Proxy +android.location.ILocationManager$Stub +android.location.ILocationManager +android.location.INetInitiatedListener$Stub +android.location.INetInitiatedListener +android.location.LastLocationRequest$1 +android.location.LastLocationRequest$Builder +android.location.LastLocationRequest +android.location.Location$$ExternalSyntheticLambda0 +android.location.Location$1 +android.location.Location$BearingDistanceCache +android.location.Location +android.location.LocationListener +android.location.LocationManager$LocationEnabledCache +android.location.LocationManager$LocationListenerTransport$$ExternalSyntheticLambda1 +android.location.LocationManager$LocationListenerTransport$$ExternalSyntheticLambda2 +android.location.LocationManager$LocationListenerTransport$$ExternalSyntheticLambda3 +android.location.LocationManager$LocationListenerTransport$$ExternalSyntheticLambda4 +android.location.LocationManager$LocationListenerTransport$1 +android.location.LocationManager$LocationListenerTransport +android.location.LocationManager$ProviderRequestTransportManager +android.location.LocationManager +android.location.LocationManagerInternal +android.location.LocationProvider +android.location.LocationRequest$1 +android.location.LocationRequest$Builder +android.location.LocationRequest +android.location.LocationResult$1 +android.location.LocationResult +android.location.LocationTime$1 +android.location.LocationTime +android.location.OnNmeaMessageListener +android.location.provider.ProviderProperties$1 +android.location.provider.ProviderProperties +android.location.util.identity.CallerIdentity +android.media.AudioAttributes$1 +android.media.AudioAttributes$Builder +android.media.AudioAttributes +android.media.AudioDescriptor$1 +android.media.AudioDescriptor +android.media.AudioDeviceAttributes$1 +android.media.AudioDeviceAttributes +android.media.AudioDeviceCallback +android.media.AudioDeviceInfo +android.media.AudioDevicePort +android.media.AudioDevicePortConfig +android.media.AudioFocusInfo$1 +android.media.AudioFocusInfo +android.media.AudioFocusRequest$Builder +android.media.AudioFocusRequest +android.media.AudioFormat$1 +android.media.AudioFormat$Builder +android.media.AudioFormat +android.media.AudioGain +android.media.AudioGainConfig +android.media.AudioHandle +android.media.AudioManager$1 +android.media.AudioManager$2 +android.media.AudioManager$3 +android.media.AudioManager$4 +android.media.AudioManager$5 +android.media.AudioManager$AudioPlaybackCallback +android.media.AudioManager$AudioPlaybackCallbackInfo +android.media.AudioManager$AudioRecordingCallback +android.media.AudioManager$AudioRecordingCallbackInfo +android.media.AudioManager$BlockingFocusResultReceiver +android.media.AudioManager$DevRoleListeners +android.media.AudioManager$FocusRequestInfo +android.media.AudioManager$NativeEventHandlerDelegate$1 +android.media.AudioManager$NativeEventHandlerDelegate +android.media.AudioManager$OnAmPortUpdateListener +android.media.AudioManager$OnAudioFocusChangeListener +android.media.AudioManager$OnAudioPortUpdateListener +android.media.AudioManager$PlaybackConfigChangeCallbackData +android.media.AudioManager$RecordConfigChangeCallbackData +android.media.AudioManager$SafeWaitObject +android.media.AudioManager$ServiceEventHandlerDelegate$1 +android.media.AudioManager$ServiceEventHandlerDelegate +android.media.AudioManager +android.media.AudioManagerInternal$RingerModeDelegate +android.media.AudioManagerInternal +android.media.AudioMetadata +android.media.AudioMixPort +android.media.AudioMixPortConfig +android.media.AudioPatch +android.media.AudioPlaybackConfiguration$1 +android.media.AudioPlaybackConfiguration$IPlayerShell +android.media.AudioPlaybackConfiguration$PlayerDeathMonitor +android.media.AudioPlaybackConfiguration +android.media.AudioPort$$ExternalSyntheticLambda0 +android.media.AudioPort +android.media.AudioPortConfig +android.media.AudioPortEventHandler$1 +android.media.AudioPortEventHandler +android.media.AudioPresentation +android.media.AudioProfile$1 +android.media.AudioProfile +android.media.AudioRecord$NativeEventHandler +android.media.AudioRecord$OnRecordPositionUpdateListener +android.media.AudioRecord +android.media.AudioRecordRoutingProxy +android.media.AudioRecordingConfiguration$1 +android.media.AudioRecordingConfiguration +android.media.AudioRecordingMonitor +android.media.AudioRecordingMonitorClient +android.media.AudioRecordingMonitorImpl$1 +android.media.AudioRecordingMonitorImpl +android.media.AudioRoutesInfo$1 +android.media.AudioRoutesInfo +android.media.AudioRouting +android.media.AudioSystem$AudioRecordingCallback +android.media.AudioSystem$DynamicPolicyCallback +android.media.AudioSystem$ErrorCallback +android.media.AudioSystem +android.media.AudioTimestamp +android.media.AudioTrack$1 +android.media.AudioTrack$2 +android.media.AudioTrack$NativePositionEventHandlerDelegate +android.media.AudioTrack$TunerConfiguration +android.media.AudioTrack +android.media.AudioTrackRoutingProxy +android.media.CallbackUtil$LazyListenerManager +android.media.CamcorderProfile +android.media.CameraProfile +android.media.DecoderCapabilities +android.media.DrmInitData$SchemeInitData +android.media.DrmInitData +android.media.EncoderCapabilities +android.media.ExifInterface$ByteOrderedDataInputStream +android.media.ExifInterface$ByteOrderedDataOutputStream +android.media.ExifInterface$ExifAttribute +android.media.ExifInterface$ExifTag +android.media.ExifInterface$Rational +android.media.ExifInterface +android.media.ExifInterfaceUtils +android.media.ExternalRingtonesCursorWrapper +android.media.IAudioFocusDispatcher$Stub$Proxy +android.media.IAudioFocusDispatcher$Stub +android.media.IAudioFocusDispatcher +android.media.IAudioRoutesObserver$Stub$Proxy +android.media.IAudioRoutesObserver$Stub +android.media.IAudioRoutesObserver +android.media.IAudioServerStateDispatcher$Stub$Proxy +android.media.IAudioServerStateDispatcher$Stub +android.media.IAudioServerStateDispatcher +android.media.IAudioService$Stub$Proxy +android.media.IAudioService$Stub +android.media.IAudioService +android.media.ICapturePresetDevicesRoleDispatcher$Stub$Proxy +android.media.ICapturePresetDevicesRoleDispatcher$Stub +android.media.ICapturePresetDevicesRoleDispatcher +android.media.ICommunicationDeviceDispatcher$Stub +android.media.ICommunicationDeviceDispatcher +android.media.IMediaHTTPConnection$Stub +android.media.IMediaHTTPConnection +android.media.IMediaHTTPService$Stub +android.media.IMediaHTTPService +android.media.IMediaResourceMonitor$Stub +android.media.IMediaResourceMonitor +android.media.IMediaRoute2ProviderService$Stub$Proxy +android.media.IMediaRoute2ProviderService$Stub +android.media.IMediaRoute2ProviderService +android.media.IMediaRoute2ProviderServiceCallback$Stub +android.media.IMediaRoute2ProviderServiceCallback +android.media.IMediaRouter2$Stub$Proxy +android.media.IMediaRouter2$Stub +android.media.IMediaRouter2 +android.media.IMediaRouter2Manager$Stub$Proxy +android.media.IMediaRouter2Manager$Stub +android.media.IMediaRouter2Manager +android.media.IMediaRouterClient$Stub$Proxy +android.media.IMediaRouterClient$Stub +android.media.IMediaRouterClient +android.media.IMediaRouterService$Stub$Proxy +android.media.IMediaRouterService$Stub +android.media.IMediaRouterService +android.media.IPlaybackConfigDispatcher$Stub$Proxy +android.media.IPlaybackConfigDispatcher$Stub +android.media.IPlaybackConfigDispatcher +android.media.IPlayer$Stub$Proxy +android.media.IPlayer$Stub +android.media.IPlayer +android.media.IRecordingConfigDispatcher$Stub$Proxy +android.media.IRecordingConfigDispatcher$Stub +android.media.IRecordingConfigDispatcher +android.media.IRemoteSessionCallback$Stub +android.media.IRemoteSessionCallback +android.media.IRemoteVolumeObserver$Stub +android.media.IRemoteVolumeObserver +android.media.IRingtonePlayer$Stub$Proxy +android.media.IRingtonePlayer$Stub +android.media.IRingtonePlayer +android.media.IStrategyPreferredDevicesDispatcher$Stub$Proxy +android.media.IStrategyPreferredDevicesDispatcher$Stub +android.media.IStrategyPreferredDevicesDispatcher +android.media.IVolumeController$Stub$Proxy +android.media.IVolumeController$Stub +android.media.IVolumeController +android.media.Image$Plane +android.media.Image +android.media.ImageReader$ImagePlane +android.media.ImageReader$ListenerHandler +android.media.ImageReader$OnImageAvailableListener +android.media.ImageReader$SurfaceImage$SurfacePlane +android.media.ImageReader$SurfaceImage +android.media.ImageReader +android.media.ImageUtils +android.media.ImageWriter$WriterSurfaceImage$SurfacePlane +android.media.ImageWriter$WriterSurfaceImage +android.media.ImageWriter +android.media.JetPlayer +android.media.MediaCodec$BufferInfo +android.media.MediaCodec$BufferMap$CodecBuffer +android.media.MediaCodec$BufferMap +android.media.MediaCodec$Callback +android.media.MediaCodec$CodecException +android.media.MediaCodec$CryptoException +android.media.MediaCodec$CryptoInfo$Pattern +android.media.MediaCodec$CryptoInfo +android.media.MediaCodec$EventHandler +android.media.MediaCodec$IncompatibleWithBlockModelException +android.media.MediaCodec$LinearBlock +android.media.MediaCodec$OnFrameRenderedListener +android.media.MediaCodec$OutputFrame +android.media.MediaCodec$ParameterDescriptor +android.media.MediaCodec$PersistentSurface +android.media.MediaCodec$QueueRequest +android.media.MediaCodecInfo$AudioCapabilities +android.media.MediaCodecInfo$CodecCapabilities +android.media.MediaCodecInfo$CodecProfileLevel +android.media.MediaCodecInfo$EncoderCapabilities +android.media.MediaCodecInfo$Feature +android.media.MediaCodecInfo$VideoCapabilities$$ExternalSyntheticLambda0 +android.media.MediaCodecInfo$VideoCapabilities$PerformancePoint +android.media.MediaCodecInfo$VideoCapabilities +android.media.MediaCodecList +android.media.MediaCrypto +android.media.MediaCryptoException +android.media.MediaDescrambler +android.media.MediaDescription$1 +android.media.MediaDescription$Builder +android.media.MediaDescription +android.media.MediaDrm$Certificate +android.media.MediaDrm$CryptoSession +android.media.MediaDrm$KeyRequest +android.media.MediaDrm$KeyStatus +android.media.MediaDrm$ListenerWithExecutor +android.media.MediaDrm$LogMessage +android.media.MediaDrm$MediaDrmStateException +android.media.MediaDrm$OnEventListener +android.media.MediaDrm$ProvisionRequest +android.media.MediaDrm$SessionException +android.media.MediaDrm +android.media.MediaDrmException +android.media.MediaExtractor +android.media.MediaFile +android.media.MediaFormat +android.media.MediaFrameworkPlatformInitializer$$ExternalSyntheticLambda0 +android.media.MediaFrameworkPlatformInitializer +android.media.MediaHTTPConnection +android.media.MediaHTTPService +android.media.MediaMetadata$1 +android.media.MediaMetadata$Builder +android.media.MediaMetadata +android.media.MediaMetadataRetriever$BitmapParams +android.media.MediaMetadataRetriever +android.media.MediaMetrics$1 +android.media.MediaMetrics$Item +android.media.MediaMetrics$Key +android.media.MediaMetrics$Property +android.media.MediaMetrics +android.media.MediaMuxer +android.media.MediaPlayer$1 +android.media.MediaPlayer$2$1 +android.media.MediaPlayer$2 +android.media.MediaPlayer$3 +android.media.MediaPlayer$6 +android.media.MediaPlayer$7 +android.media.MediaPlayer$DrmInfo +android.media.MediaPlayer$EventHandler$$ExternalSyntheticLambda0 +android.media.MediaPlayer$EventHandler$1 +android.media.MediaPlayer$EventHandler$2 +android.media.MediaPlayer$EventHandler +android.media.MediaPlayer$OnBufferingUpdateListener +android.media.MediaPlayer$OnCompletionListener +android.media.MediaPlayer$OnDrmConfigHelper +android.media.MediaPlayer$OnDrmInfoHandlerDelegate +android.media.MediaPlayer$OnDrmPreparedHandlerDelegate +android.media.MediaPlayer$OnErrorListener +android.media.MediaPlayer$OnInfoListener +android.media.MediaPlayer$OnMediaTimeDiscontinuityListener +android.media.MediaPlayer$OnPreparedListener +android.media.MediaPlayer$OnRtpRxNoticeListener +android.media.MediaPlayer$OnSeekCompleteListener +android.media.MediaPlayer$OnSubtitleDataListener +android.media.MediaPlayer$OnTimedMetaDataAvailableListener +android.media.MediaPlayer$OnTimedTextListener +android.media.MediaPlayer$OnVideoSizeChangedListener +android.media.MediaPlayer$ProvisioningThread +android.media.MediaPlayer$TimeProvider$EventHandler +android.media.MediaPlayer$TimeProvider +android.media.MediaPlayer$TrackInfo$1 +android.media.MediaPlayer$TrackInfo +android.media.MediaPlayer +android.media.MediaRecorder +android.media.MediaRoute2Info$1 +android.media.MediaRoute2Info$Builder +android.media.MediaRoute2Info +android.media.MediaRoute2ProviderInfo$1 +android.media.MediaRoute2ProviderInfo$Builder +android.media.MediaRoute2ProviderInfo +android.media.MediaRouter$Callback +android.media.MediaRouter$CallbackInfo +android.media.MediaRouter$RouteCategory +android.media.MediaRouter$RouteGroup +android.media.MediaRouter$RouteInfo$1 +android.media.MediaRouter$RouteInfo +android.media.MediaRouter$SimpleCallback +android.media.MediaRouter$Static$1$1 +android.media.MediaRouter$Static$1 +android.media.MediaRouter$Static$Client$$ExternalSyntheticLambda0 +android.media.MediaRouter$Static$Client$$ExternalSyntheticLambda1 +android.media.MediaRouter$Static$Client$1 +android.media.MediaRouter$Static$Client +android.media.MediaRouter$Static +android.media.MediaRouter$UserRouteInfo$SessionVolumeProvider +android.media.MediaRouter$UserRouteInfo +android.media.MediaRouter$VolumeCallback +android.media.MediaRouter$VolumeCallbackInfo +android.media.MediaRouter$VolumeChangeReceiver +android.media.MediaRouter$WifiDisplayStatusChangedReceiver +android.media.MediaRouter2$$ExternalSyntheticLambda7 +android.media.MediaRouter2$$ExternalSyntheticLambda8 +android.media.MediaRouter2Manager$Callback +android.media.MediaRouter2Manager$CallbackRecord +android.media.MediaRouter2Manager$Client$$ExternalSyntheticLambda5 +android.media.MediaRouter2Manager$Client$$ExternalSyntheticLambda7 +android.media.MediaRouter2Manager$Client +android.media.MediaRouter2Manager$TransferRequest +android.media.MediaRouter2Manager +android.media.MediaRouter2Utils +android.media.MediaRouter +android.media.MediaRouterClientState$1 +android.media.MediaRouterClientState$RouteInfo$1 +android.media.MediaRouterClientState$RouteInfo +android.media.MediaRouterClientState +android.media.MediaScanner +android.media.MediaScannerConnection$MediaScannerConnectionClient +android.media.MediaScannerConnection$OnScanCompletedListener +android.media.MediaServiceManager$ServiceRegisterer +android.media.MediaServiceManager +android.media.MediaSync +android.media.MediaTimeProvider$OnMediaTimeListener +android.media.MediaTimeProvider +android.media.MediaTimestamp +android.media.MicrophoneDirection +android.media.MicrophoneInfo$Coordinate3F +android.media.MicrophoneInfo +android.media.NativeRoutingEventHandlerDelegate +android.media.NotProvisionedException +android.media.PlaybackParams$1 +android.media.PlaybackParams +android.media.PlayerBase$IPlayerWrapper +android.media.PlayerBase$PlayerIdCard$1 +android.media.PlayerBase$PlayerIdCard +android.media.PlayerBase +android.media.PublicFormatUtils +android.media.Rating$1 +android.media.Rating +android.media.RemoteControlClient +android.media.RemoteDisplay +android.media.ResampleInputStream +android.media.Ringtone$MyOnCompletionListener +android.media.Ringtone +android.media.RingtoneManager +android.media.RouteDiscoveryPreference$1 +android.media.RouteDiscoveryPreference$Builder$$ExternalSyntheticLambda0 +android.media.RouteDiscoveryPreference$Builder +android.media.RouteDiscoveryPreference +android.media.RoutingSessionInfo$1 +android.media.RoutingSessionInfo$Builder +android.media.RoutingSessionInfo +android.media.SoundPool$Builder +android.media.SoundPool$EventHandler +android.media.SoundPool$OnLoadCompleteListener +android.media.SoundPool +android.media.SubtitleController$1 +android.media.SubtitleController$2 +android.media.SubtitleController$Anchor +android.media.SubtitleController$Listener +android.media.SubtitleController +android.media.SubtitleData +android.media.SubtitleTrack +android.media.SyncParams +android.media.ThumbnailUtils$Resizer +android.media.ThumbnailUtils$SizedThumbnailBitmap +android.media.ThumbnailUtils +android.media.TimedMetaData +android.media.TimedText +android.media.ToneGenerator +android.media.Utils$1 +android.media.Utils$2 +android.media.Utils$ListenerList +android.media.Utils +android.media.VolumeAutomation +android.media.VolumePolicy$1 +android.media.VolumePolicy +android.media.VolumeProvider$Callback +android.media.VolumeProvider +android.media.VolumeShaper$Configuration$1 +android.media.VolumeShaper$Configuration$Builder +android.media.VolumeShaper$Configuration +android.media.VolumeShaper$Operation$1 +android.media.VolumeShaper$Operation$Builder +android.media.VolumeShaper$Operation +android.media.VolumeShaper$State$1 +android.media.VolumeShaper$State +android.media.VolumeShaper +android.media.audio.common.AidlConversion +android.media.audiofx.AudioEffect$Descriptor +android.media.audiofx.AudioEffect +android.media.audiofx.DefaultEffect +android.media.audiofx.SourceDefaultEffect +android.media.audiofx.StreamDefaultEffect +android.media.audiofx.Visualizer$MeasurementPeakRms +android.media.audiofx.Visualizer +android.media.audiopolicy.AudioMix$Builder +android.media.audiopolicy.AudioMix +android.media.audiopolicy.AudioMixingRule$AudioMixMatchCriterion +android.media.audiopolicy.AudioMixingRule$Builder +android.media.audiopolicy.AudioMixingRule +android.media.audiopolicy.AudioPolicy$1 +android.media.audiopolicy.AudioPolicy$AudioPolicyStatusListener +android.media.audiopolicy.AudioPolicy$EventHandler +android.media.audiopolicy.AudioPolicy +android.media.audiopolicy.AudioPolicyConfig$1 +android.media.audiopolicy.AudioPolicyConfig +android.media.audiopolicy.AudioProductStrategy$1 +android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup$1 +android.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup +android.media.audiopolicy.AudioProductStrategy +android.media.audiopolicy.AudioVolumeGroup$1 +android.media.audiopolicy.AudioVolumeGroup +android.media.audiopolicy.AudioVolumeGroupChangeHandler +android.media.audiopolicy.IAudioPolicyCallback$Stub$Proxy +android.media.audiopolicy.IAudioPolicyCallback$Stub +android.media.audiopolicy.IAudioPolicyCallback +android.media.browse.MediaBrowser$1 +android.media.browse.MediaBrowser$2 +android.media.browse.MediaBrowser$6 +android.media.browse.MediaBrowser$7 +android.media.browse.MediaBrowser$8 +android.media.browse.MediaBrowser$ConnectionCallback +android.media.browse.MediaBrowser$MediaItem$1 +android.media.browse.MediaBrowser$MediaItem +android.media.browse.MediaBrowser$MediaServiceConnection$1 +android.media.browse.MediaBrowser$MediaServiceConnection +android.media.browse.MediaBrowser$ServiceCallbacks +android.media.browse.MediaBrowser$Subscription +android.media.browse.MediaBrowser$SubscriptionCallback +android.media.browse.MediaBrowser +android.media.browse.MediaBrowserUtils +android.media.metrics.LogSessionId +android.media.metrics.MediaMetricsManager +android.media.midi.IMidiDeviceListener$Stub$Proxy +android.media.midi.IMidiDeviceListener$Stub +android.media.midi.IMidiDeviceListener +android.media.midi.IMidiDeviceOpenCallback$Stub$Proxy +android.media.midi.IMidiDeviceOpenCallback$Stub +android.media.midi.IMidiDeviceOpenCallback +android.media.midi.IMidiDeviceServer$Stub$Proxy +android.media.midi.IMidiDeviceServer$Stub +android.media.midi.IMidiDeviceServer +android.media.midi.IMidiManager$Stub +android.media.midi.IMidiManager +android.media.midi.MidiDevice +android.media.midi.MidiDeviceInfo$1 +android.media.midi.MidiDeviceInfo +android.media.midi.MidiDeviceStatus$1 +android.media.midi.MidiDeviceStatus +android.media.midi.MidiManager +android.media.musicrecognition.IMusicRecognitionManager$Stub +android.media.musicrecognition.IMusicRecognitionManager +android.media.musicrecognition.IMusicRecognitionServiceCallback$Stub +android.media.musicrecognition.IMusicRecognitionServiceCallback +android.media.musicrecognition.MusicRecognitionManager +android.media.permission.ClearCallingIdentityContext +android.media.permission.CompositeSafeCloseable +android.media.permission.Identity$1 +android.media.permission.Identity +android.media.permission.IdentityContext +android.media.permission.PermissionUtil +android.media.permission.SafeCloseable +android.media.projection.IMediaProjection$Stub$Proxy +android.media.projection.IMediaProjection$Stub +android.media.projection.IMediaProjection +android.media.projection.IMediaProjectionManager$Stub$Proxy +android.media.projection.IMediaProjectionManager$Stub +android.media.projection.IMediaProjectionManager +android.media.projection.IMediaProjectionWatcherCallback$Stub$Proxy +android.media.projection.IMediaProjectionWatcherCallback$Stub +android.media.projection.IMediaProjectionWatcherCallback +android.media.projection.MediaProjection +android.media.projection.MediaProjectionInfo$1 +android.media.projection.MediaProjectionInfo +android.media.projection.MediaProjectionManager$Callback +android.media.projection.MediaProjectionManager$CallbackDelegate +android.media.projection.MediaProjectionManager +android.media.session.IActiveSessionsListener$Stub$Proxy +android.media.session.IActiveSessionsListener$Stub +android.media.session.IActiveSessionsListener +android.media.session.IOnMediaKeyEventDispatchedListener$Stub$Proxy +android.media.session.IOnMediaKeyEventDispatchedListener$Stub +android.media.session.IOnMediaKeyEventDispatchedListener +android.media.session.IOnMediaKeyEventSessionChangedListener$Stub$Proxy +android.media.session.IOnMediaKeyEventSessionChangedListener$Stub +android.media.session.IOnMediaKeyEventSessionChangedListener +android.media.session.IOnMediaKeyListener$Stub$Proxy +android.media.session.IOnMediaKeyListener$Stub +android.media.session.IOnMediaKeyListener +android.media.session.IOnVolumeKeyLongPressListener$Stub$Proxy +android.media.session.IOnVolumeKeyLongPressListener$Stub +android.media.session.IOnVolumeKeyLongPressListener +android.media.session.ISession$Stub$Proxy +android.media.session.ISession$Stub +android.media.session.ISession2TokensListener$Stub$Proxy +android.media.session.ISession2TokensListener$Stub +android.media.session.ISession2TokensListener +android.media.session.ISession +android.media.session.ISessionCallback$Stub$Proxy +android.media.session.ISessionCallback$Stub +android.media.session.ISessionCallback +android.media.session.ISessionController$Stub$Proxy +android.media.session.ISessionController$Stub +android.media.session.ISessionController +android.media.session.ISessionControllerCallback$Stub$Proxy +android.media.session.ISessionControllerCallback$Stub +android.media.session.ISessionControllerCallback +android.media.session.ISessionManager$Stub$Proxy +android.media.session.ISessionManager$Stub +android.media.session.ISessionManager +android.media.session.MediaController$Callback +android.media.session.MediaController$CallbackStub +android.media.session.MediaController$MessageHandler +android.media.session.MediaController$PlaybackInfo$1 +android.media.session.MediaController$PlaybackInfo +android.media.session.MediaController$TransportControls +android.media.session.MediaController +android.media.session.MediaSession$Callback +android.media.session.MediaSession$CallbackMessageHandler +android.media.session.MediaSession$CallbackStub +android.media.session.MediaSession$QueueItem$1 +android.media.session.MediaSession$QueueItem +android.media.session.MediaSession$Token$1 +android.media.session.MediaSession$Token +android.media.session.MediaSession +android.media.session.MediaSessionLegacyHelper +android.media.session.MediaSessionManager$OnActiveSessionsChangedListener +android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListener +android.media.session.MediaSessionManager$OnMediaKeyEventDispatchedListenerStub +android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListener +android.media.session.MediaSessionManager$OnMediaKeyEventSessionChangedListenerStub +android.media.session.MediaSessionManager$OnMediaKeyListener +android.media.session.MediaSessionManager$OnMediaKeyListenerImpl +android.media.session.MediaSessionManager$OnSession2TokensChangedListener +android.media.session.MediaSessionManager$OnVolumeKeyLongPressListener +android.media.session.MediaSessionManager$OnVolumeKeyLongPressListenerImpl +android.media.session.MediaSessionManager$RemoteSessionCallbackStub +android.media.session.MediaSessionManager$RemoteUserInfo +android.media.session.MediaSessionManager$Session2TokensChangedWrapper +android.media.session.MediaSessionManager$SessionsChangedWrapper$1$$ExternalSyntheticLambda0 +android.media.session.MediaSessionManager$SessionsChangedWrapper$1 +android.media.session.MediaSessionManager$SessionsChangedWrapper +android.media.session.MediaSessionManager +android.media.session.ParcelableListBinder +android.media.session.PlaybackState$1 +android.media.session.PlaybackState$Builder +android.media.session.PlaybackState$CustomAction$1 +android.media.session.PlaybackState$CustomAction +android.media.session.PlaybackState +android.media.soundtrigger.ISoundTriggerDetectionServiceClient$Stub +android.media.soundtrigger.ISoundTriggerDetectionServiceClient +android.media.soundtrigger.SoundTriggerManager +android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub$Proxy +android.media.soundtrigger_middleware.ISoundTriggerCallback$Stub +android.media.soundtrigger_middleware.ISoundTriggerCallback +android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService$Stub$Proxy +android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService$Stub +android.media.soundtrigger_middleware.ISoundTriggerMiddlewareService +android.media.soundtrigger_middleware.ISoundTriggerModule$Stub +android.media.soundtrigger_middleware.ISoundTriggerModule +android.media.soundtrigger_middleware.SoundTriggerModuleDescriptor$1 +android.media.soundtrigger_middleware.SoundTriggerModuleDescriptor +android.media.tv.TvInputHardwareInfo$Builder +android.media.tv.TvInputManager +android.media.tv.TvStreamConfig$1 +android.media.tv.TvStreamConfig$Builder +android.media.tv.TvStreamConfig +android.media.tv.interactive.TvInteractiveAppManager +android.media.tv.tunerresourcemanager.TunerResourceManager +android.metrics.LogMaker +android.metrics.MetricsReader$Event +android.metrics.MetricsReader$LogReader +android.metrics.MetricsReader +android.mtp.MtpDatabase$1 +android.mtp.MtpDatabase$2 +android.mtp.MtpDatabase +android.mtp.MtpDevice +android.mtp.MtpDeviceInfo +android.mtp.MtpEvent +android.mtp.MtpObjectInfo +android.mtp.MtpPropertyGroup +android.mtp.MtpPropertyList +android.mtp.MtpServer +android.mtp.MtpStorage +android.mtp.MtpStorageInfo +android.mtp.MtpStorageManager$MtpNotifier +android.mtp.MtpStorageManager$MtpObject +android.mtp.MtpStorageManager +android.net.ConnectivityMetricsEvent$1 +android.net.ConnectivityMetricsEvent +android.net.Credentials +android.net.EventLogTags +android.net.IIpConnectivityMetrics$Stub$Proxy +android.net.IIpConnectivityMetrics$Stub +android.net.IIpConnectivityMetrics +android.net.INetdEventCallback$Stub$Proxy +android.net.INetdEventCallback$Stub +android.net.INetdEventCallback +android.net.INetworkManagementEventObserver$Stub$Proxy +android.net.INetworkManagementEventObserver$Stub +android.net.INetworkManagementEventObserver +android.net.INetworkPolicyListener$Stub$Proxy +android.net.INetworkPolicyListener$Stub +android.net.INetworkPolicyListener +android.net.INetworkPolicyManager$Stub$Proxy +android.net.INetworkPolicyManager$Stub +android.net.INetworkPolicyManager +android.net.INetworkRecommendationProvider$Stub$Proxy +android.net.INetworkRecommendationProvider$Stub +android.net.INetworkRecommendationProvider +android.net.INetworkScoreCache$Stub$Proxy +android.net.INetworkScoreCache$Stub +android.net.INetworkScoreCache +android.net.INetworkScoreService$Stub$Proxy +android.net.INetworkScoreService$Stub +android.net.INetworkScoreService +android.net.ITetheringStatsProvider$Stub$Proxy +android.net.ITetheringStatsProvider$Stub +android.net.ITetheringStatsProvider +android.net.InterfaceConfiguration$1 +android.net.InterfaceConfiguration +android.net.LocalServerSocket +android.net.LocalSocket +android.net.LocalSocketAddress$Namespace +android.net.LocalSocketAddress +android.net.LocalSocketImpl$SocketInputStream +android.net.LocalSocketImpl$SocketOutputStream +android.net.LocalSocketImpl +android.net.MatchAllNetworkSpecifier$1 +android.net.MatchAllNetworkSpecifier +android.net.NetworkKey$1 +android.net.NetworkKey +android.net.NetworkPolicy$1 +android.net.NetworkPolicy +android.net.NetworkPolicyManager$1 +android.net.NetworkPolicyManager$Listener +android.net.NetworkPolicyManager$SubscriptionCallback +android.net.NetworkPolicyManager$SubscriptionCallbackProxy +android.net.NetworkPolicyManager +android.net.NetworkQuotaInfo$1 +android.net.NetworkQuotaInfo +android.net.NetworkRecommendationProvider$ServiceWrapper$1 +android.net.NetworkRecommendationProvider$ServiceWrapper +android.net.NetworkRecommendationProvider +android.net.NetworkScoreManager$NetworkScoreCallback +android.net.NetworkScoreManager$NetworkScoreCallbackProxy +android.net.NetworkScoreManager +android.net.NetworkScorerAppData$1 +android.net.NetworkScorerAppData +android.net.NetworkSpecifier +android.net.NetworkStack +android.net.NetworkWatchlistManager +android.net.PacProxyManager +android.net.PacProxySelector +android.net.PrivateDnsConnectivityChecker +android.net.Proxy +android.net.RssiCurve$1 +android.net.RssiCurve +android.net.SSLCertificateSocketFactory$1 +android.net.SSLCertificateSocketFactory +android.net.SSLSessionCache +android.net.ScoredNetwork$1 +android.net.ScoredNetwork +android.net.SntpClient$InvalidServerReplyException +android.net.SntpClient +android.net.StringNetworkSpecifier$1 +android.net.StringNetworkSpecifier +android.net.TelephonyNetworkSpecifier$1 +android.net.TelephonyNetworkSpecifier$Builder +android.net.TelephonyNetworkSpecifier +android.net.Uri$1 +android.net.Uri$AbstractHierarchicalUri +android.net.Uri$AbstractPart +android.net.Uri$Builder +android.net.Uri$HierarchicalUri +android.net.Uri$NotCachedHolder +android.net.Uri$OpaqueUri +android.net.Uri$Part$EmptyPart +android.net.Uri$Part +android.net.Uri$PathPart +android.net.Uri$PathSegments +android.net.Uri$PathSegmentsBuilder +android.net.Uri$StringUri +android.net.Uri +android.net.UriCodec +android.net.VpnManager +android.net.WebAddress +android.net.WifiKey$1 +android.net.WifiKey +android.net.http.HttpResponseCache +android.net.http.X509TrustManagerExtensions +android.net.lowpan.LowpanManager +android.net.metrics.ApfProgramEvent$1 +android.net.metrics.ApfProgramEvent$Decoder +android.net.metrics.ApfProgramEvent +android.net.metrics.ApfStats$1 +android.net.metrics.ApfStats +android.net.metrics.ConnectStats +android.net.metrics.DefaultNetworkEvent +android.net.metrics.DhcpClientEvent$1 +android.net.metrics.DhcpClientEvent +android.net.metrics.DhcpErrorEvent$1 +android.net.metrics.DhcpErrorEvent$Decoder +android.net.metrics.DhcpErrorEvent +android.net.metrics.DnsEvent +android.net.metrics.IpConnectivityLog$Event +android.net.metrics.IpConnectivityLog +android.net.metrics.IpManagerEvent$1 +android.net.metrics.IpManagerEvent$Decoder +android.net.metrics.IpManagerEvent +android.net.metrics.IpReachabilityEvent$1 +android.net.metrics.IpReachabilityEvent$Decoder +android.net.metrics.IpReachabilityEvent +android.net.metrics.NetworkEvent$1 +android.net.metrics.NetworkEvent$Decoder +android.net.metrics.NetworkEvent +android.net.metrics.NetworkMetrics$Metrics +android.net.metrics.NetworkMetrics$Summary +android.net.metrics.NetworkMetrics +android.net.metrics.RaEvent$1 +android.net.metrics.RaEvent +android.net.metrics.ValidationProbeEvent$1 +android.net.metrics.ValidationProbeEvent$Decoder +android.net.metrics.ValidationProbeEvent +android.net.metrics.WakeupEvent +android.net.metrics.WakeupStats +android.net.rtp.AudioCodec +android.net.rtp.AudioGroup +android.net.rtp.AudioStream +android.net.rtp.RtpStream +android.net.sip.ISipService$Default +android.net.sip.ISipService$Stub$Proxy +android.net.sip.ISipService$Stub +android.net.sip.ISipService +android.net.sip.ISipSession$Default +android.net.sip.ISipSession$Stub$Proxy +android.net.sip.ISipSession$Stub +android.net.sip.ISipSession +android.net.sip.ISipSessionListener$Default +android.net.sip.ISipSessionListener$Stub$Proxy +android.net.sip.ISipSessionListener$Stub +android.net.sip.ISipSessionListener +android.net.sip.SimpleSessionDescription$Fields +android.net.sip.SimpleSessionDescription$Media +android.net.sip.SimpleSessionDescription +android.net.sip.SipAudioCall$1 +android.net.sip.SipAudioCall$Listener +android.net.sip.SipAudioCall +android.net.sip.SipErrorCode +android.net.sip.SipException +android.net.sip.SipManager$ListenerRelay +android.net.sip.SipManager +android.net.sip.SipProfile$1 +android.net.sip.SipProfile$Builder +android.net.sip.SipProfile +android.net.sip.SipRegistrationListener +android.net.sip.SipSession$1 +android.net.sip.SipSession$Listener +android.net.sip.SipSession$State +android.net.sip.SipSession +android.net.sip.SipSessionAdapter +android.net.util.SocketUtils +android.net.vcn.VcnManager$VcnNetworkPolicyChangeListener +android.net.vcn.VcnManager$VcnUnderlyingNetworkPolicyListener +android.net.vcn.VcnManager +android.net.vcn.VcnNetworkPolicyResult +android.net.vcn.VcnUnderlyingNetworkPolicy$1 +android.net.vcn.VcnUnderlyingNetworkPolicy +android.net.wifi.SoftApConfToXmlMigrationUtil +android.net.wifi.WifiMigration$1 +android.net.wifi.WifiMigration +android.net.wifi.WifiNetworkScoreCache$CacheListener$1 +android.net.wifi.WifiNetworkScoreCache$CacheListener +android.net.wifi.WifiNetworkScoreCache +android.net.wifi.nl80211.ChannelSettings$1 +android.net.wifi.nl80211.ChannelSettings +android.net.wifi.nl80211.DeviceWiphyCapabilities$1 +android.net.wifi.nl80211.DeviceWiphyCapabilities +android.net.wifi.nl80211.HiddenNetwork$1 +android.net.wifi.nl80211.HiddenNetwork +android.net.wifi.nl80211.IClientInterface$Stub$Proxy +android.net.wifi.nl80211.IClientInterface$Stub +android.net.wifi.nl80211.IClientInterface +android.net.wifi.nl80211.IPnoScanEvent$Stub +android.net.wifi.nl80211.IPnoScanEvent +android.net.wifi.nl80211.IScanEvent$Stub +android.net.wifi.nl80211.IScanEvent +android.net.wifi.nl80211.IWifiScannerImpl$Stub$Proxy +android.net.wifi.nl80211.IWifiScannerImpl$Stub +android.net.wifi.nl80211.IWifiScannerImpl +android.net.wifi.nl80211.IWificond$Stub$Proxy +android.net.wifi.nl80211.IWificond$Stub +android.net.wifi.nl80211.IWificond +android.net.wifi.nl80211.NativeScanResult$1 +android.net.wifi.nl80211.NativeScanResult +android.net.wifi.nl80211.RadioChainInfo$1 +android.net.wifi.nl80211.RadioChainInfo +android.net.wifi.nl80211.SingleScanSettings$1 +android.net.wifi.nl80211.SingleScanSettings +android.net.wifi.nl80211.WifiNl80211Manager$PnoScanEventHandler +android.net.wifi.nl80211.WifiNl80211Manager$ScanEventCallback +android.net.wifi.nl80211.WifiNl80211Manager$ScanEventHandler +android.net.wifi.nl80211.WifiNl80211Manager$SignalPollResult +android.net.wifi.nl80211.WifiNl80211Manager +android.nfc.BeamShareData$1 +android.nfc.BeamShareData +android.nfc.IAppCallback$Stub$Proxy +android.nfc.IAppCallback$Stub +android.nfc.IAppCallback +android.nfc.INfcAdapter$Stub$Proxy +android.nfc.INfcAdapter$Stub +android.nfc.INfcAdapter +android.nfc.INfcAdapterExtras +android.nfc.INfcCardEmulation$Stub$Proxy +android.nfc.INfcCardEmulation$Stub +android.nfc.INfcCardEmulation +android.nfc.INfcControllerAlwaysOnListener$Stub +android.nfc.INfcControllerAlwaysOnListener +android.nfc.INfcDta +android.nfc.INfcFCardEmulation$Stub$Proxy +android.nfc.INfcFCardEmulation$Stub +android.nfc.INfcFCardEmulation +android.nfc.INfcTag$Stub$Proxy +android.nfc.INfcTag$Stub +android.nfc.INfcTag +android.nfc.INfcUnlockHandler$Stub$Proxy +android.nfc.INfcUnlockHandler$Stub +android.nfc.INfcUnlockHandler +android.nfc.ITagRemovedCallback$Stub$Proxy +android.nfc.ITagRemovedCallback$Stub +android.nfc.ITagRemovedCallback +android.nfc.NfcActivityManager$NfcActivityState +android.nfc.NfcActivityManager$NfcApplicationState +android.nfc.NfcActivityManager +android.nfc.NfcAdapter$1 +android.nfc.NfcAdapter$CreateNdefMessageCallback +android.nfc.NfcAdapter +android.nfc.NfcControllerAlwaysOnListener +android.nfc.NfcManager +android.nfc.Tag$1 +android.nfc.Tag +android.nfc.TechListParcel$1 +android.nfc.TechListParcel +android.nfc.cardemulation.AidGroup$1 +android.nfc.cardemulation.AidGroup +android.nfc.cardemulation.ApduServiceInfo$1 +android.nfc.cardemulation.ApduServiceInfo +android.nfc.cardemulation.CardEmulation +android.nfc.cardemulation.HostApduService$MsgHandler +android.nfc.cardemulation.HostApduService +android.opengl.EGL14 +android.opengl.EGL15 +android.opengl.EGLConfig +android.opengl.EGLContext +android.opengl.EGLDisplay +android.opengl.EGLExt +android.opengl.EGLImage +android.opengl.EGLLogWrapper +android.opengl.EGLObjectHandle +android.opengl.EGLSurface +android.opengl.EGLSync +android.opengl.ETC1 +android.opengl.GLES10 +android.opengl.GLES10Ext +android.opengl.GLES11 +android.opengl.GLES11Ext +android.opengl.GLES20 +android.opengl.GLES30 +android.opengl.GLES31 +android.opengl.GLES31Ext +android.opengl.GLES32 +android.opengl.GLSurfaceView$BaseConfigChooser +android.opengl.GLSurfaceView$ComponentSizeChooser +android.opengl.GLSurfaceView$DefaultContextFactory +android.opengl.GLSurfaceView$DefaultWindowSurfaceFactory +android.opengl.GLSurfaceView$EGLConfigChooser +android.opengl.GLSurfaceView$EGLContextFactory +android.opengl.GLSurfaceView$EGLWindowSurfaceFactory +android.opengl.GLSurfaceView$EglHelper +android.opengl.GLSurfaceView$GLThread +android.opengl.GLSurfaceView$GLThreadManager +android.opengl.GLSurfaceView$Renderer +android.opengl.GLSurfaceView$SimpleEGLConfigChooser +android.opengl.GLSurfaceView +android.opengl.GLUtils +android.opengl.Matrix +android.opengl.Visibility +android.os.AppZygote +android.os.AsyncResult +android.os.AsyncTask$1 +android.os.AsyncTask$2 +android.os.AsyncTask$3 +android.os.AsyncTask$4 +android.os.AsyncTask$5 +android.os.AsyncTask$AsyncTaskResult +android.os.AsyncTask$InternalHandler +android.os.AsyncTask$SerialExecutor$1 +android.os.AsyncTask$SerialExecutor +android.os.AsyncTask$Status +android.os.AsyncTask$WorkerRunnable +android.os.AsyncTask +android.os.BadParcelableException +android.os.BadTypeParcelableException +android.os.BaseBundle$NoImagePreloadHolder +android.os.BaseBundle +android.os.BatteryConsumer$Key +android.os.BatteryManager +android.os.BatteryManagerInternal +android.os.BatteryProperty$1 +android.os.BatteryProperty +android.os.BatterySaverPolicyConfig$1 +android.os.BatterySaverPolicyConfig +android.os.BatteryStats$$ExternalSyntheticLambda0 +android.os.BatteryStats$$ExternalSyntheticLambda1 +android.os.BatteryStats$1 +android.os.BatteryStats$BitDescription +android.os.BatteryStats$ControllerActivityCounter +android.os.BatteryStats$Counter +android.os.BatteryStats$DailyItem +android.os.BatteryStats$HistoryEventTracker +android.os.BatteryStats$HistoryItem +android.os.BatteryStats$HistoryPrinter +android.os.BatteryStats$HistoryStepDetails +android.os.BatteryStats$HistoryTag +android.os.BatteryStats$IntToString +android.os.BatteryStats$LevelStepTracker +android.os.BatteryStats$LongCounter +android.os.BatteryStats$LongCounterArray +android.os.BatteryStats$PackageChange +android.os.BatteryStats$Timer +android.os.BatteryStats$TimerEntry +android.os.BatteryStats$Uid$Pid +android.os.BatteryStats$Uid$Pkg$Serv +android.os.BatteryStats$Uid$Pkg +android.os.BatteryStats$Uid$Proc$ExcessivePower +android.os.BatteryStats$Uid$Proc +android.os.BatteryStats$Uid$Sensor +android.os.BatteryStats$Uid$Wakelock +android.os.BatteryStats$Uid +android.os.BatteryStats +android.os.BatteryStatsManager +android.os.BatteryUsageStats$1 +android.os.BatteryUsageStats +android.os.BatteryUsageStatsQuery$1 +android.os.BatteryUsageStatsQuery +android.os.BestClock +android.os.Binder$$ExternalSyntheticLambda0 +android.os.Binder$$ExternalSyntheticLambda1 +android.os.Binder$NoImagePreloadHolder +android.os.Binder$PropagateWorkSourceTransactListener +android.os.Binder$ProxyTransactListener +android.os.Binder +android.os.BinderProxy$BinderProxyMapSizeException +android.os.BinderProxy$NoImagePreloadHolder +android.os.BinderProxy$ProxyMap +android.os.BinderProxy +android.os.BluetoothServiceManager$ServiceRegisterer +android.os.BluetoothServiceManager +android.os.BugreportManager +android.os.Build$$ExternalSyntheticLambda0 +android.os.Build$VERSION +android.os.Build +android.os.Bundle$1 +android.os.Bundle +android.os.CancellationSignal$OnCancelListener +android.os.CancellationSignal$Transport +android.os.CancellationSignal +android.os.CarrierAssociatedAppEntry$1 +android.os.CarrierAssociatedAppEntry +android.os.ChildZygoteProcess +android.os.CombinedVibration$1 +android.os.CombinedVibration$Mono +android.os.CombinedVibration +android.os.ConditionVariable +android.os.CoolingDevice$1 +android.os.CoolingDevice +android.os.CountDownTimer$1 +android.os.CountDownTimer +android.os.CpuUsageInfo$1 +android.os.CpuUsageInfo +android.os.CreateAppDataArgs$1 +android.os.CreateAppDataArgs +android.os.CreateAppDataResult$1 +android.os.CreateAppDataResult +android.os.DeadObjectException +android.os.DeadSystemException +android.os.Debug$MemoryInfo$1 +android.os.Debug$MemoryInfo +android.os.Debug +android.os.DeviceIdleManager +android.os.DropBoxManager$Entry$1 +android.os.DropBoxManager$Entry +android.os.DropBoxManager +android.os.Environment$UserEnvironment +android.os.Environment +android.os.EventLogTags +android.os.ExternalVibration$1 +android.os.ExternalVibration +android.os.FactoryTest +android.os.FileBridge$FileBridgeOutputStream +android.os.FileBridge +android.os.FileObserver$ObserverThread +android.os.FileUtils$$ExternalSyntheticLambda0 +android.os.FileUtils$$ExternalSyntheticLambda1 +android.os.FileUtils$$ExternalSyntheticLambda4 +android.os.FileUtils$$ExternalSyntheticLambda5 +android.os.FileUtils$1 +android.os.FileUtils +android.os.GraphicsEnvironment$1 +android.os.GraphicsEnvironment +android.os.Handler$BlockingRunnable +android.os.Handler$Callback +android.os.Handler$MessengerImpl +android.os.Handler +android.os.HandlerExecutor +android.os.HandlerThread +android.os.HardwarePropertiesManager +android.os.HidlMemory +android.os.HidlMemoryUtil +android.os.HidlSupport$Mutable +android.os.HidlSupport +android.os.HwBinder +android.os.HwBlob +android.os.HwParcel +android.os.HwRemoteBinder +android.os.IBatteryPropertiesRegistrar$Stub$Proxy +android.os.IBatteryPropertiesRegistrar$Stub +android.os.IBatteryPropertiesRegistrar +android.os.IBinder$DeathRecipient +android.os.IBinder +android.os.ICancellationSignal$Stub$Proxy +android.os.ICancellationSignal$Stub +android.os.ICancellationSignal +android.os.IDeviceIdentifiersPolicyService$Stub$Proxy +android.os.IDeviceIdentifiersPolicyService$Stub +android.os.IDeviceIdentifiersPolicyService +android.os.IDeviceIdleController$Stub$Proxy +android.os.IDeviceIdleController$Stub +android.os.IDeviceIdleController +android.os.IDumpstate$Stub$Proxy +android.os.IDumpstate$Stub +android.os.IDumpstate +android.os.IDumpstateListener$Stub$Proxy +android.os.IDumpstateListener$Stub +android.os.IDumpstateListener +android.os.IExternalVibratorService$Stub +android.os.IExternalVibratorService +android.os.IHardwarePropertiesManager$Stub$Proxy +android.os.IHardwarePropertiesManager$Stub +android.os.IHardwarePropertiesManager +android.os.IHintManager$Stub$Proxy +android.os.IHintManager$Stub +android.os.IHintManager +android.os.IHintSession$Stub$Proxy +android.os.IHintSession$Stub +android.os.IHintSession +android.os.IHwBinder$DeathRecipient +android.os.IHwBinder +android.os.IHwInterface +android.os.IIncidentAuthListener$Stub$Proxy +android.os.IIncidentAuthListener$Stub +android.os.IIncidentAuthListener +android.os.IIncidentCompanion$Stub$Proxy +android.os.IIncidentCompanion$Stub +android.os.IIncidentCompanion +android.os.IIncidentManager$Stub$Proxy +android.os.IIncidentManager$Stub +android.os.IIncidentManager +android.os.IInstalld$Stub$Proxy +android.os.IInstalld$Stub +android.os.IInstalld +android.os.IInterface +android.os.IMessenger$Stub$Proxy +android.os.IMessenger$Stub +android.os.IMessenger +android.os.INetworkManagementService$Stub$Proxy +android.os.INetworkManagementService$Stub +android.os.INetworkManagementService +android.os.IPermissionController$Stub +android.os.IPermissionController +android.os.IPowerManager$Stub$Proxy +android.os.IPowerManager$Stub +android.os.IPowerManager +android.os.IProcessInfoService$Stub +android.os.IProcessInfoService +android.os.IProgressListener$Stub$Proxy +android.os.IProgressListener$Stub +android.os.IProgressListener +android.os.IRecoverySystem$Stub +android.os.IRecoverySystem +android.os.IRecoverySystemProgressListener$Stub$Proxy +android.os.IRecoverySystemProgressListener$Stub +android.os.IRecoverySystemProgressListener +android.os.IRemoteCallback$Stub$Proxy +android.os.IRemoteCallback$Stub +android.os.IRemoteCallback +android.os.ISchedulingPolicyService$Stub +android.os.ISchedulingPolicyService +android.os.IServiceManager$Stub$Proxy +android.os.IServiceManager$Stub +android.os.IServiceManager +android.os.IStoraged$Stub$Proxy +android.os.IStoraged$Stub +android.os.IStoraged +android.os.ISystemConfig$Stub$Proxy +android.os.ISystemConfig$Stub +android.os.ISystemConfig +android.os.ISystemUpdateManager$Stub$Proxy +android.os.ISystemUpdateManager$Stub +android.os.ISystemUpdateManager +android.os.IThermalEventListener$Stub$Proxy +android.os.IThermalEventListener$Stub +android.os.IThermalEventListener +android.os.IThermalService$Stub$Proxy +android.os.IThermalService$Stub +android.os.IThermalService +android.os.IThermalStatusListener$Stub$Proxy +android.os.IThermalStatusListener$Stub +android.os.IThermalStatusListener +android.os.IUpdateEngine$Stub$Proxy +android.os.IUpdateEngine$Stub +android.os.IUpdateEngine +android.os.IUpdateEngineCallback$Stub +android.os.IUpdateEngineCallback +android.os.IUpdateLock$Stub +android.os.IUpdateLock +android.os.IUserManager$Stub$Proxy +android.os.IUserManager$Stub +android.os.IUserManager +android.os.IUserRestrictionsListener$Stub$Proxy +android.os.IUserRestrictionsListener$Stub +android.os.IUserRestrictionsListener +android.os.IVibratorManagerService$Stub$Proxy +android.os.IVibratorManagerService$Stub +android.os.IVibratorManagerService +android.os.IVibratorStateListener$Stub$Proxy +android.os.IVibratorStateListener$Stub +android.os.IVibratorStateListener +android.os.IVold$Stub$Proxy +android.os.IVold$Stub +android.os.IVold +android.os.IVoldListener$Stub +android.os.IVoldListener +android.os.IVoldMountCallback$Stub +android.os.IVoldMountCallback +android.os.IVoldTaskListener$Stub$Proxy +android.os.IVoldTaskListener$Stub +android.os.IVoldTaskListener +android.os.IWakeLockCallback$Stub +android.os.IWakeLockCallback +android.os.IncidentManager$IncidentReport$1 +android.os.IncidentManager$IncidentReport +android.os.IncidentManager +android.os.IpcDataCache$Config +android.os.IpcDataCache$QueryHandler +android.os.IpcDataCache$RemoteCall +android.os.IpcDataCache$SystemServerCallHandler +android.os.IpcDataCache +android.os.LocaleList$1 +android.os.LocaleList +android.os.Looper$Observer +android.os.Looper +android.os.MemoryFile +android.os.Message$1 +android.os.Message +android.os.MessageQueue$FileDescriptorRecord +android.os.MessageQueue$IdleHandler +android.os.MessageQueue$OnFileDescriptorEventListener +android.os.MessageQueue +android.os.Messenger$1 +android.os.Messenger +android.os.NativeHandle +android.os.NetworkOnMainThreadException +android.os.OperationCanceledException +android.os.OutcomeReceiver +android.os.Parcel$1 +android.os.Parcel$2 +android.os.Parcel$LazyValue +android.os.Parcel$ReadWriteHelper +android.os.Parcel$SquashReadHelper +android.os.Parcel +android.os.ParcelDuration$1 +android.os.ParcelDuration +android.os.ParcelFileDescriptor$1 +android.os.ParcelFileDescriptor$2 +android.os.ParcelFileDescriptor$AutoCloseInputStream +android.os.ParcelFileDescriptor$AutoCloseOutputStream +android.os.ParcelFileDescriptor$OnCloseListener +android.os.ParcelFileDescriptor$Status +android.os.ParcelFileDescriptor +android.os.ParcelFormatException +android.os.ParcelUuid$1 +android.os.ParcelUuid +android.os.Parcelable$ClassLoaderCreator +android.os.Parcelable$Creator +android.os.Parcelable +android.os.ParcelableException$1 +android.os.ParcelableException +android.os.ParcelableParcel$1 +android.os.ParcelableParcel +android.os.PatternMatcher$1 +android.os.PatternMatcher +android.os.PerformanceHintManager$Session +android.os.PerformanceHintManager +android.os.PersistableBundle$1 +android.os.PersistableBundle$MyReadMapCallback +android.os.PersistableBundle +android.os.PooledStringReader +android.os.PooledStringWriter +android.os.PowerExemptionManager +android.os.PowerManager$1 +android.os.PowerManager$2 +android.os.PowerManager$3$$ExternalSyntheticLambda0 +android.os.PowerManager$3 +android.os.PowerManager$OnThermalStatusChangedListener +android.os.PowerManager$WakeData +android.os.PowerManager$WakeLock$$ExternalSyntheticLambda0 +android.os.PowerManager$WakeLock +android.os.PowerManager +android.os.PowerManagerInternal$1 +android.os.PowerManagerInternal$LowPowerModeListener +android.os.PowerManagerInternal +android.os.PowerSaveState$1 +android.os.PowerSaveState$Builder +android.os.PowerSaveState +android.os.PowerWhitelistManager +android.os.Process$ProcessStartResult +android.os.Process +android.os.ProxyFileDescriptorCallback +android.os.RecoverySystem$1 +android.os.RecoverySystem$2 +android.os.RecoverySystem$3 +android.os.RecoverySystem$4 +android.os.RecoverySystem$5 +android.os.RecoverySystem$ProgressListener +android.os.RecoverySystem +android.os.Registrant +android.os.RegistrantList +android.os.RemoteCallback$1 +android.os.RemoteCallback$2 +android.os.RemoteCallback$3 +android.os.RemoteCallback$OnResultListener +android.os.RemoteCallback +android.os.RemoteCallbackList$Callback +android.os.RemoteCallbackList +android.os.RemoteException +android.os.ResultReceiver$1 +android.os.ResultReceiver$MyResultReceiver +android.os.ResultReceiver$MyRunnable +android.os.ResultReceiver +android.os.SELinux +android.os.ServiceManager$ServiceNotFoundException +android.os.ServiceManager +android.os.ServiceManagerNative +android.os.ServiceManagerProxy +android.os.ServiceSpecificException +android.os.SharedMemory$1 +android.os.SharedMemory$Closer +android.os.SharedMemory$MemoryRegistration +android.os.SharedMemory$Unmapper +android.os.SharedMemory +android.os.ShellCallback$1 +android.os.ShellCallback +android.os.ShellCommand +android.os.SimpleClock +android.os.StatFs +android.os.StatsServiceManager$ServiceRegisterer +android.os.StatsServiceManager +android.os.StrictMode$$ExternalSyntheticLambda0 +android.os.StrictMode$$ExternalSyntheticLambda1 +android.os.StrictMode$$ExternalSyntheticLambda2 +android.os.StrictMode$$ExternalSyntheticLambda3 +android.os.StrictMode$1 +android.os.StrictMode$2 +android.os.StrictMode$3 +android.os.StrictMode$4 +android.os.StrictMode$5 +android.os.StrictMode$6 +android.os.StrictMode$7 +android.os.StrictMode$8 +android.os.StrictMode$9 +android.os.StrictMode$AndroidBlockGuardPolicy$$ExternalSyntheticLambda0 +android.os.StrictMode$AndroidBlockGuardPolicy$$ExternalSyntheticLambda1 +android.os.StrictMode$AndroidBlockGuardPolicy +android.os.StrictMode$AndroidCloseGuardReporter +android.os.StrictMode$InstanceTracker +android.os.StrictMode$OnThreadViolationListener +android.os.StrictMode$OnVmViolationListener +android.os.StrictMode$Span +android.os.StrictMode$ThreadPolicy$Builder +android.os.StrictMode$ThreadPolicy +android.os.StrictMode$ThreadSpanState +android.os.StrictMode$ViolationInfo$1 +android.os.StrictMode$ViolationInfo +android.os.StrictMode$ViolationLogger +android.os.StrictMode$VmPolicy$Builder +android.os.StrictMode$VmPolicy +android.os.StrictMode +android.os.SynchronousResultReceiver$Result +android.os.SynchronousResultReceiver +android.os.SystemClock$1 +android.os.SystemClock$2 +android.os.SystemClock$3 +android.os.SystemClock +android.os.SystemConfigManager +android.os.SystemProperties$Handle +android.os.SystemProperties +android.os.SystemService$1 +android.os.SystemService$State +android.os.SystemService +android.os.SystemUpdateManager +android.os.SystemVibrator +android.os.SystemVibratorManager +android.os.TelephonyServiceManager$ServiceRegisterer +android.os.TelephonyServiceManager +android.os.Temperature$1 +android.os.Temperature +android.os.ThreadLocalWorkSource$$ExternalSyntheticLambda0 +android.os.ThreadLocalWorkSource +android.os.TimestampedValue$1 +android.os.TimestampedValue +android.os.TokenWatcher$1 +android.os.TokenWatcher$Death +android.os.TokenWatcher +android.os.Trace +android.os.TraceNameSupplier +android.os.TransactionTooLargeException +android.os.TransactionTracker +android.os.UEventObserver$UEvent +android.os.UEventObserver$UEventThread +android.os.UEventObserver +android.os.UpdateEngine$1$1 +android.os.UpdateEngine$1 +android.os.UpdateEngine +android.os.UpdateEngineCallback +android.os.UpdateLock +android.os.UserHandle$1 +android.os.UserHandle +android.os.UserManager$1 +android.os.UserManager$2 +android.os.UserManager$3 +android.os.UserManager$EnforcingUser$1 +android.os.UserManager$EnforcingUser +android.os.UserManager$UserOperationException +android.os.UserManager +android.os.VibrationAttributes$1 +android.os.VibrationAttributes$Builder +android.os.VibrationAttributes +android.os.VibrationEffect$1 +android.os.VibrationEffect$Composed$1 +android.os.VibrationEffect$Composed +android.os.VibrationEffect +android.os.Vibrator +android.os.VibratorInfo$1 +android.os.VibratorInfo$FrequencyProfile$1 +android.os.VibratorInfo$FrequencyProfile +android.os.VibratorInfo +android.os.VibratorManager +android.os.VintfObject +android.os.VintfRuntimeInfo +android.os.WorkSource$1 +android.os.WorkSource$WorkChain$1 +android.os.WorkSource$WorkChain +android.os.WorkSource +android.os.ZygoteProcess$ZygoteState +android.os.ZygoteProcess +android.os.ZygoteStartFailedEx +android.os.connectivity.CellularBatteryStats$1 +android.os.connectivity.CellularBatteryStats +android.os.connectivity.GpsBatteryStats$1 +android.os.connectivity.GpsBatteryStats +android.os.connectivity.WifiActivityEnergyInfo$1 +android.os.connectivity.WifiActivityEnergyInfo +android.os.connectivity.WifiBatteryStats$1 +android.os.connectivity.WifiBatteryStats +android.os.health.HealthKeys$Constant +android.os.health.HealthKeys$Constants +android.os.health.HealthKeys$SortedIntArray +android.os.health.HealthStats +android.os.health.HealthStatsParceler$1 +android.os.health.HealthStatsParceler +android.os.health.HealthStatsWriter +android.os.health.PackageHealthStats +android.os.health.PidHealthStats +android.os.health.ProcessHealthStats +android.os.health.ServiceHealthStats +android.os.health.SystemHealthManager +android.os.health.TimerStat$1 +android.os.health.TimerStat +android.os.health.UidHealthStats +android.os.image.DynamicSystemClient +android.os.image.DynamicSystemManager +android.os.image.IDynamicSystemService$Stub +android.os.image.IDynamicSystemService +android.os.incremental.IncrementalManager +android.os.incremental.V4Signature$HashingInfo +android.os.incremental.V4Signature$SigningInfo +android.os.incremental.V4Signature +android.os.storage.DiskInfo$1 +android.os.storage.DiskInfo +android.os.storage.IObbActionListener$Stub$Proxy +android.os.storage.IObbActionListener$Stub +android.os.storage.IObbActionListener +android.os.storage.IStorageEventListener$Stub$Proxy +android.os.storage.IStorageEventListener$Stub +android.os.storage.IStorageEventListener +android.os.storage.IStorageManager$Stub$Proxy +android.os.storage.IStorageManager$Stub +android.os.storage.IStorageManager +android.os.storage.IStorageShutdownObserver$Stub$Proxy +android.os.storage.IStorageShutdownObserver$Stub +android.os.storage.IStorageShutdownObserver +android.os.storage.OnObbStateChangeListener +android.os.storage.StorageEventListener +android.os.storage.StorageManager$1 +android.os.storage.StorageManager$ObbActionListener +android.os.storage.StorageManager$StorageEventListenerDelegate$$ExternalSyntheticLambda2 +android.os.storage.StorageManager$StorageEventListenerDelegate$$ExternalSyntheticLambda5 +android.os.storage.StorageManager$StorageEventListenerDelegate$$ExternalSyntheticLambda6 +android.os.storage.StorageManager$StorageEventListenerDelegate +android.os.storage.StorageManager$StorageVolumeCallback +android.os.storage.StorageManager +android.os.storage.StorageManagerInternal +android.os.storage.StorageVolume$1 +android.os.storage.StorageVolume +android.os.storage.VolumeInfo$1 +android.os.storage.VolumeInfo$2 +android.os.storage.VolumeInfo +android.os.storage.VolumeRecord$1 +android.os.storage.VolumeRecord +android.os.strictmode.ContentUriWithoutPermissionViolation +android.os.strictmode.CredentialProtectedWhileLockedViolation +android.os.strictmode.CustomViolation +android.os.strictmode.DiskReadViolation +android.os.strictmode.DiskWriteViolation +android.os.strictmode.ExplicitGcViolation +android.os.strictmode.ImplicitDirectBootViolation +android.os.strictmode.IncorrectContextUseViolation +android.os.strictmode.InstanceCountViolation +android.os.strictmode.IntentReceiverLeakedViolation +android.os.strictmode.LeakedClosableViolation +android.os.strictmode.NetworkViolation +android.os.strictmode.ResourceMismatchViolation +android.os.strictmode.ServiceConnectionLeakedViolation +android.os.strictmode.SqliteObjectLeakedViolation +android.os.strictmode.UnbufferedIoViolation +android.os.strictmode.UnsafeIntentLaunchViolation +android.os.strictmode.UntaggedSocketViolation +android.os.strictmode.Violation +android.os.strictmode.WebViewMethodCalledOnWrongThreadViolation +android.os.vibrator.PrebakedSegment$1 +android.os.vibrator.PrebakedSegment +android.os.vibrator.StepSegment$1 +android.os.vibrator.StepSegment +android.os.vibrator.VibrationEffectSegment$1 +android.os.vibrator.VibrationEffectSegment +android.permission.ILegacyPermissionManager$Stub$Proxy +android.permission.ILegacyPermissionManager$Stub +android.permission.ILegacyPermissionManager +android.permission.IOnPermissionsChangeListener$Stub$Proxy +android.permission.IOnPermissionsChangeListener$Stub +android.permission.IOnPermissionsChangeListener +android.permission.IPermissionChecker$Stub$Proxy +android.permission.IPermissionChecker$Stub +android.permission.IPermissionChecker +android.permission.IPermissionController$Stub$Proxy +android.permission.IPermissionController$Stub +android.permission.IPermissionController +android.permission.IPermissionManager$Stub$Proxy +android.permission.IPermissionManager$Stub +android.permission.IPermissionManager +android.permission.LegacyPermissionManager +android.permission.PermissionCheckerManager +android.permission.PermissionControllerManager$1 +android.permission.PermissionControllerManager +android.permission.PermissionManager$1 +android.permission.PermissionManager$2 +android.permission.PermissionManager$OnPermissionsChangeListenerDelegate +android.permission.PermissionManager$PackageNamePermissionQuery +android.permission.PermissionManager$PermissionQuery +android.permission.PermissionManager$SplitPermissionInfo +android.permission.PermissionManagerInternal +android.preference.GenericInflater$Parent +android.preference.GenericInflater +android.preference.Preference$OnPreferenceChangeListener +android.preference.Preference +android.preference.PreferenceActivity +android.preference.PreferenceFragment$OnPreferenceStartFragmentCallback +android.preference.PreferenceFragment +android.preference.PreferenceGroup +android.preference.PreferenceInflater +android.preference.PreferenceManager$OnPreferenceTreeClickListener +android.preference.PreferenceManager +android.preference.PreferenceScreen +android.print.IPrintDocumentAdapter$Stub$Proxy +android.print.IPrintDocumentAdapter$Stub +android.print.IPrintDocumentAdapter +android.print.IPrintJobStateChangeListener$Stub$Proxy +android.print.IPrintJobStateChangeListener$Stub +android.print.IPrintJobStateChangeListener +android.print.IPrintManager$Stub$Proxy +android.print.IPrintManager$Stub +android.print.IPrintManager +android.print.IPrintServicesChangeListener$Stub$Proxy +android.print.IPrintServicesChangeListener$Stub +android.print.IPrintServicesChangeListener +android.print.IPrintSpooler$Stub$Proxy +android.print.IPrintSpooler$Stub +android.print.IPrintSpooler +android.print.IPrintSpoolerCallbacks$Stub +android.print.IPrintSpoolerCallbacks +android.print.IPrintSpoolerClient$Stub +android.print.IPrintSpoolerClient +android.print.IPrinterDiscoveryObserver$Stub$Proxy +android.print.IPrinterDiscoveryObserver$Stub +android.print.IPrinterDiscoveryObserver +android.print.PrintAttributes$1 +android.print.PrintAttributes +android.print.PrintDocumentAdapter +android.print.PrintJobId$1 +android.print.PrintJobId +android.print.PrintJobInfo$1 +android.print.PrintJobInfo +android.print.PrintManager$1 +android.print.PrintManager +android.print.PrinterId$1 +android.print.PrinterId +android.printservice.IPrintServiceClient$Stub +android.printservice.IPrintServiceClient +android.printservice.PrintServiceInfo$1 +android.printservice.PrintServiceInfo +android.printservice.recommendation.IRecommendationsChangeListener$Stub$Proxy +android.printservice.recommendation.IRecommendationsChangeListener$Stub +android.printservice.recommendation.IRecommendationsChangeListener +android.privacy.DifferentialPrivacyConfig +android.privacy.DifferentialPrivacyEncoder +android.privacy.internal.longitudinalreporting.LongitudinalReportingConfig +android.privacy.internal.longitudinalreporting.LongitudinalReportingEncoder +android.privacy.internal.rappor.RapporConfig +android.privacy.internal.rappor.RapporEncoder +android.provider.BaseColumns +android.provider.BlockedNumberContract$BlockedNumbers +android.provider.BlockedNumberContract$SystemContract +android.provider.BlockedNumberContract +android.provider.CalendarContract$Attendees +android.provider.CalendarContract$AttendeesColumns +android.provider.CalendarContract$CalendarColumns +android.provider.CalendarContract$CalendarSyncColumns +android.provider.CalendarContract$Calendars +android.provider.CalendarContract$Events +android.provider.CalendarContract$EventsColumns +android.provider.CalendarContract$Instances +android.provider.CalendarContract$SyncColumns +android.provider.CalendarContract +android.provider.CallLog$CallComposerLoggingException +android.provider.CallLog$Calls +android.provider.CallLog +android.provider.ContactsContract$BaseSyncColumns +android.provider.ContactsContract$CommonDataKinds$BaseTypes +android.provider.ContactsContract$CommonDataKinds$Callable +android.provider.ContactsContract$CommonDataKinds$CommonColumns +android.provider.ContactsContract$CommonDataKinds$Email +android.provider.ContactsContract$CommonDataKinds$Event +android.provider.ContactsContract$CommonDataKinds$Im +android.provider.ContactsContract$CommonDataKinds$Phone +android.provider.ContactsContract$CommonDataKinds$Relation +android.provider.ContactsContract$CommonDataKinds$StructuredPostal +android.provider.ContactsContract$ContactCounts +android.provider.ContactsContract$ContactNameColumns +android.provider.ContactsContract$ContactOptionsColumns +android.provider.ContactsContract$ContactStatusColumns +android.provider.ContactsContract$Contacts +android.provider.ContactsContract$ContactsColumns +android.provider.ContactsContract$Data +android.provider.ContactsContract$DataColumns +android.provider.ContactsContract$DataColumnsWithJoins +android.provider.ContactsContract$DataUsageFeedback +android.provider.ContactsContract$DataUsageStatColumns +android.provider.ContactsContract$DeletedContacts +android.provider.ContactsContract$DeletedContactsColumns +android.provider.ContactsContract$Directory +android.provider.ContactsContract$DisplayPhoto +android.provider.ContactsContract$Groups +android.provider.ContactsContract$GroupsColumns +android.provider.ContactsContract$MetadataSync +android.provider.ContactsContract$MetadataSyncColumns +android.provider.ContactsContract$PhoneLookup +android.provider.ContactsContract$PhoneLookupColumns +android.provider.ContactsContract$Profile +android.provider.ContactsContract$ProviderStatus +android.provider.ContactsContract$RawContacts +android.provider.ContactsContract$RawContactsColumns +android.provider.ContactsContract$RawContactsEntity +android.provider.ContactsContract$Settings +android.provider.ContactsContract$SettingsColumns +android.provider.ContactsContract$StatusColumns +android.provider.ContactsContract$SyncColumns +android.provider.ContactsContract$SyncState +android.provider.ContactsContract +android.provider.DeviceConfig$$ExternalSyntheticLambda0 +android.provider.DeviceConfig$1 +android.provider.DeviceConfig$BadConfigException +android.provider.DeviceConfig$OnPropertiesChangedListener +android.provider.DeviceConfig$Properties$Builder +android.provider.DeviceConfig$Properties +android.provider.DeviceConfig +android.provider.DocumentsContract$Path$1 +android.provider.DocumentsContract$Path +android.provider.DocumentsContract +android.provider.DocumentsProvider +android.provider.Downloads$Impl +android.provider.Downloads +android.provider.FontRequest +android.provider.FontsContract$$ExternalSyntheticLambda0 +android.provider.FontsContract$$ExternalSyntheticLambda13 +android.provider.FontsContract$$ExternalSyntheticLambda1 +android.provider.FontsContract$1 +android.provider.FontsContract$FontFamilyResult +android.provider.FontsContract$FontInfo +android.provider.FontsContract +android.provider.OpenableColumns +android.provider.SearchIndexableData +android.provider.SearchIndexableResource +android.provider.SearchIndexablesContract +android.provider.SearchIndexablesProvider +android.provider.SearchRecentSuggestions +android.provider.Settings$Config +android.provider.Settings$ContentProviderHolder +android.provider.Settings$GenerationTracker +android.provider.Settings$Global +android.provider.Settings$NameValueCache$$ExternalSyntheticLambda0 +android.provider.Settings$NameValueCache$$ExternalSyntheticLambda1 +android.provider.Settings$NameValueCache +android.provider.Settings$NameValueTable +android.provider.Settings$Readable +android.provider.Settings$Secure +android.provider.Settings$SettingNotFoundException +android.provider.Settings$System +android.provider.Settings +android.provider.SyncStateContract$Columns +android.provider.Telephony$BaseMmsColumns +android.provider.Telephony$CarrierColumns +android.provider.Telephony$CarrierId$All +android.provider.Telephony$CarrierId +android.provider.Telephony$Carriers +android.provider.Telephony$Mms$Inbox +android.provider.Telephony$Mms$Sent +android.provider.Telephony$Mms +android.provider.Telephony$MmsSms +android.provider.Telephony$ServiceStateTable +android.provider.Telephony$SimInfo +android.provider.Telephony$Sms$Intents +android.provider.Telephony$Sms$Sent +android.provider.Telephony$Sms +android.provider.Telephony$TextBasedSmsColumns +android.provider.Telephony$Threads +android.provider.Telephony$ThreadsColumns +android.provider.UserDictionary$Words +android.provider.VoicemailContract$Status +android.provider.VoicemailContract$Voicemails +android.renderscript.Allocation +android.renderscript.BaseObj +android.renderscript.Element$1 +android.renderscript.Element$DataKind +android.renderscript.Element$DataType +android.renderscript.Element +android.renderscript.RSDriverException +android.renderscript.RSIllegalArgumentException +android.renderscript.RSInvalidStateException +android.renderscript.RSRuntimeException +android.renderscript.RenderScript$ContextType +android.renderscript.RenderScript$MessageThread +android.renderscript.RenderScript$RSErrorHandler +android.renderscript.RenderScript$RSMessageHandler +android.renderscript.RenderScript +android.renderscript.RenderScriptCacheDir +android.renderscript.Script +android.renderscript.ScriptIntrinsic +android.renderscript.ScriptIntrinsicBlur +android.security.AttestedKeyPair +android.security.CheckedRemoteRequest +android.security.Credentials +android.security.FileIntegrityManager +android.security.GateKeeper +android.security.IFileIntegrityService$Stub +android.security.IFileIntegrityService +android.security.IKeyChainAliasCallback$Stub +android.security.IKeyChainAliasCallback +android.security.IKeyChainService$Stub$Proxy +android.security.IKeyChainService$Stub +android.security.IKeyChainService +android.security.KeyChain$1 +android.security.KeyChain$AliasResponse +android.security.KeyChain$KeyChainConnection +android.security.KeyChain +android.security.KeyChainAliasCallback +android.security.KeyChainException +android.security.KeyPairGeneratorSpec +android.security.KeyStore$State +android.security.KeyStore2$$ExternalSyntheticLambda3 +android.security.KeyStore2$$ExternalSyntheticLambda4 +android.security.KeyStore2$CheckedRemoteRequest +android.security.KeyStore2 +android.security.KeyStore +android.security.KeyStoreException$PublicErrorInformation +android.security.KeyStoreException +android.security.KeyStoreOperation$$ExternalSyntheticLambda0 +android.security.KeyStoreOperation$$ExternalSyntheticLambda1 +android.security.KeyStoreOperation$$ExternalSyntheticLambda2 +android.security.KeyStoreOperation$$ExternalSyntheticLambda3 +android.security.KeyStoreOperation +android.security.KeyStoreSecurityLevel +android.security.NetworkSecurityPolicy +android.security.Scrypt +android.security.attestationverification.AttestationVerificationManager +android.security.keymaster.ExportResult$1 +android.security.keymaster.ExportResult +android.security.keymaster.IKeyAttestationApplicationIdProvider$Stub +android.security.keymaster.IKeyAttestationApplicationIdProvider +android.security.keymaster.KeyAttestationApplicationId$1 +android.security.keymaster.KeyAttestationApplicationId +android.security.keymaster.KeyAttestationPackageInfo$1 +android.security.keymaster.KeyAttestationPackageInfo +android.security.keymaster.KeyCharacteristics$1 +android.security.keymaster.KeyCharacteristics +android.security.keymaster.KeymasterArgument$1 +android.security.keymaster.KeymasterArgument +android.security.keymaster.KeymasterArguments$1 +android.security.keymaster.KeymasterArguments +android.security.keymaster.KeymasterBlob$1 +android.security.keymaster.KeymasterBlob +android.security.keymaster.KeymasterBlobArgument +android.security.keymaster.KeymasterBooleanArgument +android.security.keymaster.KeymasterCertificateChain$1 +android.security.keymaster.KeymasterCertificateChain +android.security.keymaster.KeymasterDateArgument +android.security.keymaster.KeymasterDefs +android.security.keymaster.KeymasterIntArgument +android.security.keymaster.KeymasterLongArgument +android.security.keymaster.OperationResult$1 +android.security.keymaster.OperationResult +android.security.keystore.AndroidKeyStoreProvider +android.security.keystore.ArrayUtils +android.security.keystore.AttestationUtils +android.security.keystore.BackendBusyException +android.security.keystore.DelegatingX509Certificate +android.security.keystore.DeviceIdAttestationException +android.security.keystore.KeyAttestationException +android.security.keystore.KeyExpiredException +android.security.keystore.KeyGenParameterSpec$Builder +android.security.keystore.KeyGenParameterSpec +android.security.keystore.KeyInfo +android.security.keystore.KeyNotYetValidException +android.security.keystore.KeyPermanentlyInvalidatedException +android.security.keystore.KeyProperties$BlockMode +android.security.keystore.KeyProperties$Digest +android.security.keystore.KeyProperties$EncryptionPadding +android.security.keystore.KeyProperties$KeyAlgorithm +android.security.keystore.KeyProperties$Origin +android.security.keystore.KeyProperties$Purpose +android.security.keystore.KeyProperties$SignaturePadding +android.security.keystore.KeyProperties +android.security.keystore.KeyProtection$Builder +android.security.keystore.KeyProtection +android.security.keystore.KeyStoreConnectException +android.security.keystore.KeyStoreCryptoOperation +android.security.keystore.KeystoreResponse$1 +android.security.keystore.KeystoreResponse +android.security.keystore.ParcelableKeyGenParameterSpec$1 +android.security.keystore.ParcelableKeyGenParameterSpec +android.security.keystore.SecureKeyImportUnavailableException +android.security.keystore.StrongBoxUnavailableException +android.security.keystore.UserAuthArgs +android.security.keystore.UserNotAuthenticatedException +android.security.keystore.Utils +android.security.keystore.WrappedKeyEntry +android.security.keystore.recovery.InternalRecoveryServiceException +android.security.keystore.recovery.KeyChainProtectionParams$1 +android.security.keystore.recovery.KeyChainProtectionParams$Builder +android.security.keystore.recovery.KeyChainProtectionParams +android.security.keystore.recovery.KeyChainSnapshot$1 +android.security.keystore.recovery.KeyChainSnapshot$Builder +android.security.keystore.recovery.KeyChainSnapshot +android.security.keystore.recovery.KeyDerivationParams$1 +android.security.keystore.recovery.KeyDerivationParams +android.security.keystore.recovery.LockScreenRequiredException +android.security.keystore.recovery.RecoveryCertPath$1 +android.security.keystore.recovery.RecoveryCertPath +android.security.keystore.recovery.RecoveryController +android.security.keystore.recovery.TrustedRootCertificates +android.security.keystore.recovery.WrappedApplicationKey$1 +android.security.keystore.recovery.WrappedApplicationKey$Builder +android.security.keystore.recovery.WrappedApplicationKey +android.security.keystore.recovery.X509CertificateParsingUtils +android.security.keystore2.AndroidKeyStoreAuthenticatedAESCipherSpi$AdditionalAuthenticationDataStream +android.security.keystore2.AndroidKeyStoreAuthenticatedAESCipherSpi$BufferAllOutputUntilDoFinalStreamer +android.security.keystore2.AndroidKeyStoreAuthenticatedAESCipherSpi$GCM$NoPadding +android.security.keystore2.AndroidKeyStoreAuthenticatedAESCipherSpi$GCM +android.security.keystore2.AndroidKeyStoreAuthenticatedAESCipherSpi +android.security.keystore2.AndroidKeyStoreBCWorkaroundProvider +android.security.keystore2.AndroidKeyStoreCipherSpiBase +android.security.keystore2.AndroidKeyStoreKey +android.security.keystore2.AndroidKeyStoreLoadStoreParameter +android.security.keystore2.AndroidKeyStorePrivateKey +android.security.keystore2.AndroidKeyStoreProvider +android.security.keystore2.AndroidKeyStorePublicKey +android.security.keystore2.AndroidKeyStoreSecretKey +android.security.keystore2.AndroidKeyStoreSpi +android.security.keystore2.KeyStore2ParameterUtils +android.security.keystore2.KeyStoreCryptoOperationChunkedStreamer$MainDataStream +android.security.keystore2.KeyStoreCryptoOperationChunkedStreamer$Stream +android.security.keystore2.KeyStoreCryptoOperationChunkedStreamer +android.security.keystore2.KeyStoreCryptoOperationStreamer +android.security.keystore2.KeyStoreCryptoOperationUtils +android.security.net.config.ApplicationConfig +android.security.net.config.CertificateSource +android.security.net.config.CertificatesEntryRef +android.security.net.config.ConfigNetworkSecurityPolicy +android.security.net.config.ConfigSource +android.security.net.config.DirectoryCertificateSource$1 +android.security.net.config.DirectoryCertificateSource$3 +android.security.net.config.DirectoryCertificateSource$CertSelector +android.security.net.config.DirectoryCertificateSource +android.security.net.config.Domain +android.security.net.config.KeyStoreCertificateSource +android.security.net.config.KeyStoreConfigSource +android.security.net.config.ManifestConfigSource$DefaultConfigSource +android.security.net.config.ManifestConfigSource +android.security.net.config.NetworkSecurityConfig$1 +android.security.net.config.NetworkSecurityConfig$Builder +android.security.net.config.NetworkSecurityConfig +android.security.net.config.NetworkSecurityConfigProvider +android.security.net.config.NetworkSecurityTrustManager +android.security.net.config.Pin +android.security.net.config.PinSet +android.security.net.config.ResourceCertificateSource +android.security.net.config.RootTrustManager +android.security.net.config.RootTrustManagerFactorySpi +android.security.net.config.SystemCertificateSource +android.security.net.config.TrustAnchor +android.security.net.config.TrustedCertificateStoreAdapter +android.security.net.config.UserCertificateSource +android.security.net.config.WfaCertificateSource +android.security.net.config.XmlConfigSource$ParserException +android.security.net.config.XmlConfigSource +android.service.appprediction.IPredictionService$Stub$Proxy +android.service.appprediction.IPredictionService$Stub +android.service.appprediction.IPredictionService +android.service.autofill.AutofillServiceInfo +android.service.autofill.Dataset$1 +android.service.autofill.Dataset +android.service.autofill.FieldClassificationUserData +android.service.autofill.FillContext$1 +android.service.autofill.FillContext +android.service.autofill.FillEventHistory$1 +android.service.autofill.FillEventHistory +android.service.autofill.FillRequest$1 +android.service.autofill.FillRequest +android.service.autofill.FillResponse$1 +android.service.autofill.FillResponse +android.service.autofill.IAutoFillService$Stub$Proxy +android.service.autofill.IAutoFillService$Stub +android.service.autofill.IAutoFillService +android.service.autofill.IFillCallback$Stub$Proxy +android.service.autofill.IFillCallback$Stub +android.service.autofill.IFillCallback +android.service.autofill.IInlineSuggestionRenderService$Stub$Proxy +android.service.autofill.IInlineSuggestionRenderService$Stub +android.service.autofill.IInlineSuggestionRenderService +android.service.autofill.ISaveCallback$Stub +android.service.autofill.ISaveCallback +android.service.autofill.SaveRequest$1 +android.service.autofill.SaveRequest +android.service.autofill.UserData$1 +android.service.autofill.UserData$Builder +android.service.autofill.UserData +android.service.autofill.augmented.Helper +android.service.autofill.augmented.IAugmentedAutofillService$Stub$Proxy +android.service.autofill.augmented.IAugmentedAutofillService$Stub +android.service.autofill.augmented.IAugmentedAutofillService +android.service.autofill.augmented.IFillCallback$Stub$Proxy +android.service.autofill.augmented.IFillCallback$Stub +android.service.autofill.augmented.IFillCallback +android.service.carrier.CarrierIdentifier$1 +android.service.carrier.CarrierIdentifier +android.service.carrier.CarrierMessagingServiceWrapper$CarrierMessagingCallback +android.service.carrier.CarrierMessagingServiceWrapper +android.service.carrier.ICarrierService$Stub$Proxy +android.service.carrier.ICarrierService$Stub +android.service.carrier.ICarrierService +android.service.carrier.MessagePdu$1 +android.service.carrier.MessagePdu +android.service.contentcapture.ActivityEvent$1 +android.service.contentcapture.ActivityEvent +android.service.contentcapture.ContentCaptureService +android.service.contentcapture.ContentCaptureServiceInfo +android.service.contentcapture.FlushMetrics$1 +android.service.contentcapture.FlushMetrics +android.service.contentcapture.IContentCaptureService$Stub$Proxy +android.service.contentcapture.IContentCaptureService$Stub +android.service.contentcapture.IContentCaptureService +android.service.contentcapture.IContentCaptureServiceCallback$Stub$Proxy +android.service.contentcapture.IContentCaptureServiceCallback$Stub +android.service.contentcapture.IContentCaptureServiceCallback +android.service.contentcapture.IDataShareCallback$Stub +android.service.contentcapture.IDataShareCallback +android.service.contentcapture.SnapshotData$1 +android.service.contentcapture.SnapshotData +android.service.contentsuggestions.IContentSuggestionsService$Stub$Proxy +android.service.contentsuggestions.IContentSuggestionsService$Stub +android.service.contentsuggestions.IContentSuggestionsService +android.service.dataloader.DataLoaderService +android.service.dreams.DreamActivity +android.service.dreams.DreamManagerInternal +android.service.dreams.DreamService$DreamServiceWrapper +android.service.dreams.DreamService +android.service.dreams.IDreamManager$Stub$Proxy +android.service.dreams.IDreamManager$Stub +android.service.dreams.IDreamManager +android.service.dreams.IDreamService$Stub$Proxy +android.service.dreams.IDreamService$Stub +android.service.dreams.IDreamService +android.service.euicc.DownloadSubscriptionResult$1 +android.service.euicc.DownloadSubscriptionResult +android.service.euicc.EuiccProfileInfo$1 +android.service.euicc.EuiccProfileInfo$Builder +android.service.euicc.EuiccProfileInfo +android.service.euicc.GetDefaultDownloadableSubscriptionListResult$1 +android.service.euicc.GetDefaultDownloadableSubscriptionListResult +android.service.euicc.GetDownloadableSubscriptionMetadataResult$1 +android.service.euicc.GetDownloadableSubscriptionMetadataResult +android.service.euicc.GetEuiccProfileInfoListResult$1 +android.service.euicc.GetEuiccProfileInfoListResult +android.service.euicc.IDeleteSubscriptionCallback$Stub +android.service.euicc.IDeleteSubscriptionCallback +android.service.euicc.IDownloadSubscriptionCallback$Stub +android.service.euicc.IDownloadSubscriptionCallback +android.service.euicc.IEraseSubscriptionsCallback$Stub +android.service.euicc.IEraseSubscriptionsCallback +android.service.euicc.IEuiccService$Stub$Proxy +android.service.euicc.IEuiccService$Stub +android.service.euicc.IEuiccService +android.service.euicc.IEuiccServiceDumpResultCallback$Stub +android.service.euicc.IEuiccServiceDumpResultCallback +android.service.euicc.IGetDefaultDownloadableSubscriptionListCallback$Stub +android.service.euicc.IGetDefaultDownloadableSubscriptionListCallback +android.service.euicc.IGetDownloadableSubscriptionMetadataCallback$Stub +android.service.euicc.IGetDownloadableSubscriptionMetadataCallback +android.service.euicc.IGetEidCallback$Stub +android.service.euicc.IGetEidCallback +android.service.euicc.IGetEuiccInfoCallback$Stub +android.service.euicc.IGetEuiccInfoCallback +android.service.euicc.IGetEuiccProfileInfoListCallback$Stub$Proxy +android.service.euicc.IGetEuiccProfileInfoListCallback$Stub +android.service.euicc.IGetEuiccProfileInfoListCallback +android.service.euicc.IGetOtaStatusCallback$Stub +android.service.euicc.IGetOtaStatusCallback +android.service.euicc.IOtaStatusChangedCallback$Stub +android.service.euicc.IOtaStatusChangedCallback +android.service.euicc.IRetainSubscriptionsForFactoryResetCallback$Stub +android.service.euicc.IRetainSubscriptionsForFactoryResetCallback +android.service.euicc.ISwitchToSubscriptionCallback$Stub +android.service.euicc.ISwitchToSubscriptionCallback +android.service.euicc.IUpdateSubscriptionNicknameCallback$Stub +android.service.euicc.IUpdateSubscriptionNicknameCallback +android.service.gatekeeper.GateKeeperResponse$1 +android.service.gatekeeper.GateKeeperResponse +android.service.gatekeeper.IGateKeeperService$Stub$Proxy +android.service.gatekeeper.IGateKeeperService$Stub +android.service.gatekeeper.IGateKeeperService +android.service.media.IMediaBrowserService$Stub$Proxy +android.service.media.IMediaBrowserService$Stub +android.service.media.IMediaBrowserService +android.service.media.IMediaBrowserServiceCallbacks$Stub$Proxy +android.service.media.IMediaBrowserServiceCallbacks$Stub +android.service.media.IMediaBrowserServiceCallbacks +android.service.media.MediaBrowserService$1 +android.service.media.MediaBrowserService$3 +android.service.media.MediaBrowserService$BrowserRoot +android.service.media.MediaBrowserService$ConnectionRecord +android.service.media.MediaBrowserService$Result +android.service.media.MediaBrowserService$ServiceBinder$1 +android.service.media.MediaBrowserService$ServiceBinder$2 +android.service.media.MediaBrowserService$ServiceBinder$3 +android.service.media.MediaBrowserService$ServiceBinder$4 +android.service.media.MediaBrowserService$ServiceBinder +android.service.media.MediaBrowserService +android.service.notification.Adjustment$1 +android.service.notification.Adjustment +android.service.notification.Condition$1 +android.service.notification.Condition +android.service.notification.ConditionProviderService$H +android.service.notification.ConditionProviderService$Provider +android.service.notification.ConditionProviderService +android.service.notification.IConditionProvider$Stub$Proxy +android.service.notification.IConditionProvider$Stub +android.service.notification.IConditionProvider +android.service.notification.INotificationListener$Stub$Proxy +android.service.notification.INotificationListener$Stub +android.service.notification.INotificationListener +android.service.notification.IStatusBarNotificationHolder$Stub$Proxy +android.service.notification.IStatusBarNotificationHolder$Stub +android.service.notification.IStatusBarNotificationHolder +android.service.notification.NotificationAssistantService$MyHandler +android.service.notification.NotificationAssistantService$NotificationAssistantServiceWrapper +android.service.notification.NotificationAssistantService +android.service.notification.NotificationListenerFilter$1 +android.service.notification.NotificationListenerFilter +android.service.notification.NotificationListenerService$MyHandler +android.service.notification.NotificationListenerService$NotificationListenerWrapper +android.service.notification.NotificationListenerService$Ranking +android.service.notification.NotificationListenerService$RankingMap$1 +android.service.notification.NotificationListenerService$RankingMap +android.service.notification.NotificationListenerService +android.service.notification.NotificationRankingUpdate$1 +android.service.notification.NotificationRankingUpdate +android.service.notification.NotificationStats$1 +android.service.notification.NotificationStats +android.service.notification.NotifyingApp$1 +android.service.notification.ScheduleCalendar +android.service.notification.SnoozeCriterion$1 +android.service.notification.SnoozeCriterion +android.service.notification.StatusBarNotification$1 +android.service.notification.StatusBarNotification +android.service.notification.ZenModeConfig$1 +android.service.notification.ZenModeConfig$Diff +android.service.notification.ZenModeConfig$EventInfo +android.service.notification.ZenModeConfig$ScheduleInfo +android.service.notification.ZenModeConfig$ZenRule$1 +android.service.notification.ZenModeConfig$ZenRule +android.service.notification.ZenModeConfig +android.service.notification.ZenPolicy$1 +android.service.notification.ZenPolicy$Builder +android.service.notification.ZenPolicy +android.service.oemlock.IOemLockService$Stub$Proxy +android.service.oemlock.IOemLockService$Stub +android.service.oemlock.IOemLockService +android.service.oemlock.OemLockManager +android.service.persistentdata.IPersistentDataBlockService$Stub$Proxy +android.service.persistentdata.IPersistentDataBlockService$Stub +android.service.persistentdata.IPersistentDataBlockService +android.service.persistentdata.PersistentDataBlockManager +android.service.quickaccesswallet.QuickAccessWalletClient +android.service.quickaccesswallet.QuickAccessWalletClientImpl +android.service.quickaccesswallet.QuickAccessWalletServiceInfo$ServiceMetadata +android.service.quickaccesswallet.QuickAccessWalletServiceInfo +android.service.quicksettings.IQSService$Stub +android.service.quicksettings.IQSService +android.service.quicksettings.Tile$1 +android.service.quicksettings.Tile +android.service.storage.IExternalStorageService$Stub$Proxy +android.service.storage.IExternalStorageService$Stub +android.service.storage.IExternalStorageService +android.service.textclassifier.ITextClassifierCallback$Stub$Proxy +android.service.textclassifier.ITextClassifierCallback$Stub +android.service.textclassifier.ITextClassifierCallback +android.service.textclassifier.ITextClassifierService$Stub$Proxy +android.service.textclassifier.ITextClassifierService$Stub +android.service.textclassifier.ITextClassifierService +android.service.textclassifier.TextClassifierService$1 +android.service.textclassifier.TextClassifierService +android.service.trust.ITrustAgentService$Stub$Proxy +android.service.trust.ITrustAgentService$Stub +android.service.trust.ITrustAgentService +android.service.trust.ITrustAgentServiceCallback$Stub$Proxy +android.service.trust.ITrustAgentServiceCallback$Stub +android.service.trust.ITrustAgentServiceCallback +android.service.trust.TrustAgentService$1 +android.service.trust.TrustAgentService$ConfigurationData +android.service.trust.TrustAgentService$TrustAgentServiceWrapper +android.service.trust.TrustAgentService +android.service.voice.IVoiceInteractionService$Stub$Proxy +android.service.voice.IVoiceInteractionService$Stub +android.service.voice.IVoiceInteractionService +android.service.voice.IVoiceInteractionSession$Stub$Proxy +android.service.voice.IVoiceInteractionSession$Stub +android.service.voice.IVoiceInteractionSession +android.service.voice.IVoiceInteractionSessionService$Stub$Proxy +android.service.voice.IVoiceInteractionSessionService$Stub +android.service.voice.IVoiceInteractionSessionService +android.service.voice.VoiceInteractionManagerInternal +android.service.voice.VoiceInteractionServiceInfo +android.service.vr.IPersistentVrStateCallbacks$Stub$Proxy +android.service.vr.IPersistentVrStateCallbacks$Stub +android.service.vr.IPersistentVrStateCallbacks +android.service.vr.IVrManager$Stub$Proxy +android.service.vr.IVrManager$Stub +android.service.vr.IVrManager +android.service.vr.IVrStateCallbacks$Stub$Proxy +android.service.vr.IVrStateCallbacks$Stub +android.service.vr.IVrStateCallbacks +android.service.wallpaper.IWallpaperConnection$Stub$Proxy +android.service.wallpaper.IWallpaperConnection$Stub +android.service.wallpaper.IWallpaperConnection +android.service.wallpaper.IWallpaperEngine$Stub$Proxy +android.service.wallpaper.IWallpaperEngine$Stub +android.service.wallpaper.IWallpaperEngine +android.service.wallpaper.IWallpaperService$Stub$Proxy +android.service.wallpaper.IWallpaperService$Stub +android.service.wallpaper.IWallpaperService +android.service.wallpaper.WallpaperService$Engine$1 +android.service.wallpaper.WallpaperService$Engine$2 +android.service.wallpaper.WallpaperService$Engine$3 +android.service.wallpaper.WallpaperService$Engine$WallpaperInputEventReceiver +android.service.wallpaper.WallpaperService$Engine +android.service.wallpaper.WallpaperService$IWallpaperEngineWrapper +android.service.wallpaper.WallpaperService$IWallpaperServiceWrapper +android.service.wallpaper.WallpaperService$WallpaperCommand +android.service.wallpaper.WallpaperService +android.service.watchdog.ExplicitHealthCheckService$PackageConfig$1 +android.service.watchdog.ExplicitHealthCheckService$PackageConfig +android.service.watchdog.IExplicitHealthCheckService$Stub$Proxy +android.service.watchdog.IExplicitHealthCheckService$Stub +android.service.watchdog.IExplicitHealthCheckService +android.speech.SpeechRecognizer +android.speech.tts.ITextToSpeechCallback$Stub +android.speech.tts.ITextToSpeechCallback +android.speech.tts.ITextToSpeechService$Stub$Proxy +android.speech.tts.ITextToSpeechService$Stub +android.speech.tts.ITextToSpeechService +android.speech.tts.TextToSpeech$$ExternalSyntheticLambda17 +android.speech.tts.TextToSpeech$$ExternalSyntheticLambda1 +android.speech.tts.TextToSpeech$Action +android.speech.tts.TextToSpeech$Connection$1 +android.speech.tts.TextToSpeech$DirectConnection +android.speech.tts.TextToSpeech$EngineInfo +android.speech.tts.TextToSpeech$OnInitListener +android.speech.tts.TextToSpeech$SystemConnection +android.speech.tts.TtsEngines$EngineInfoComparator +android.speech.tts.TtsEngines +android.speech.tts.UtteranceProgressListener +android.stats.devicepolicy.nano.StringList +android.sysprop.AdbProperties +android.sysprop.ApexProperties +android.sysprop.ContactsProperties +android.sysprop.CryptoProperties$state_values +android.sysprop.CryptoProperties$type_values +android.sysprop.CryptoProperties +android.sysprop.DeviceProperties +android.sysprop.DisplayProperties +android.sysprop.HdmiProperties +android.sysprop.InitProperties +android.sysprop.InputProperties +android.sysprop.PowerProperties +android.sysprop.SocProperties +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda0 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda10 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda11 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda1 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda3 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda4 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda5 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda6 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda7 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda8 +android.sysprop.TelephonyProperties$$ExternalSyntheticLambda9 +android.sysprop.TelephonyProperties +android.sysprop.VndkProperties +android.sysprop.VoldProperties +android.system.ErrnoException +android.system.GaiException +android.system.Int32Ref +android.system.Int64Ref +android.system.NetlinkSocketAddress +android.system.Os +android.system.OsConstants +android.system.PacketSocketAddress +android.system.StructAddrinfo +android.system.StructCapUserData +android.system.StructCapUserHeader +android.system.StructCmsghdr +android.system.StructGroupReq +android.system.StructIfaddrs +android.system.StructLinger +android.system.StructMsghdr +android.system.StructPasswd +android.system.StructPollfd +android.system.StructRlimit +android.system.StructStat +android.system.StructStatVfs +android.system.StructTimespec +android.system.StructTimeval +android.system.StructUcred +android.system.StructUtsname +android.system.UnixSocketAddress +android.system.VmSocketAddress +android.system.keystore2.Authorization$1 +android.system.keystore2.Authorization +android.system.keystore2.CreateOperationResponse$1 +android.system.keystore2.CreateOperationResponse +android.system.keystore2.IKeystoreOperation$Stub$Proxy +android.system.keystore2.IKeystoreOperation$Stub +android.system.keystore2.IKeystoreOperation +android.system.keystore2.IKeystoreSecurityLevel$Stub$Proxy +android.system.keystore2.IKeystoreSecurityLevel$Stub +android.system.keystore2.IKeystoreSecurityLevel +android.system.keystore2.IKeystoreService$Stub$Proxy +android.system.keystore2.IKeystoreService$Stub +android.system.keystore2.IKeystoreService +android.system.keystore2.KeyDescriptor$1 +android.system.keystore2.KeyDescriptor +android.system.keystore2.KeyEntryResponse$1 +android.system.keystore2.KeyEntryResponse +android.system.keystore2.KeyMetadata$1 +android.system.keystore2.KeyMetadata +android.system.keystore2.KeyParameters +android.system.keystore2.OperationChallenge +android.system.suspend.internal.ISuspendControlServiceInternal +android.telecom.AudioState$1 +android.telecom.AudioState +android.telecom.CallAudioState$$ExternalSyntheticLambda0 +android.telecom.CallAudioState$1 +android.telecom.CallAudioState +android.telecom.CallerInfo +android.telecom.CallerInfoAsyncQuery +android.telecom.Conference$Listener +android.telecom.Conference +android.telecom.Conferenceable +android.telecom.Connection$FailureSignalingConnection +android.telecom.Connection$Listener +android.telecom.Connection$RttTextStream +android.telecom.Connection$VideoProvider +android.telecom.Connection +android.telecom.ConnectionRequest$1 +android.telecom.ConnectionRequest$Builder +android.telecom.ConnectionRequest +android.telecom.ConnectionService$1 +android.telecom.ConnectionService$2 +android.telecom.ConnectionService$3 +android.telecom.ConnectionService$4 +android.telecom.ConnectionService$5 +android.telecom.ConnectionService +android.telecom.ConnectionServiceAdapter +android.telecom.DefaultDialerManager +android.telecom.DisconnectCause$1 +android.telecom.DisconnectCause +android.telecom.GatewayInfo$1 +android.telecom.GatewayInfo +android.telecom.Log +android.telecom.Logging.EventManager$Event +android.telecom.Logging.EventManager$EventListener +android.telecom.Logging.EventManager$EventRecord +android.telecom.Logging.EventManager$Loggable +android.telecom.Logging.EventManager$TimedEventPair +android.telecom.Logging.EventManager +android.telecom.Logging.Runnable$1 +android.telecom.Logging.Runnable +android.telecom.Logging.Session$Info$1 +android.telecom.Logging.Session$Info +android.telecom.Logging.Session +android.telecom.Logging.SessionManager$$ExternalSyntheticLambda0 +android.telecom.Logging.SessionManager$$ExternalSyntheticLambda1 +android.telecom.Logging.SessionManager$$ExternalSyntheticLambda2 +android.telecom.Logging.SessionManager$ICurrentThreadId +android.telecom.Logging.SessionManager$ISessionCleanupTimeoutMs +android.telecom.Logging.SessionManager$ISessionIdQueryHandler +android.telecom.Logging.SessionManager$ISessionListener +android.telecom.Logging.SessionManager +android.telecom.ParcelableCall$1 +android.telecom.ParcelableCall$ParcelableCallBuilder +android.telecom.ParcelableCall +android.telecom.ParcelableConference$1 +android.telecom.ParcelableConference +android.telecom.ParcelableConnection$1 +android.telecom.ParcelableConnection +android.telecom.ParcelableRttCall$1 +android.telecom.ParcelableRttCall +android.telecom.PhoneAccount$1 +android.telecom.PhoneAccount$Builder +android.telecom.PhoneAccount +android.telecom.PhoneAccountHandle$1 +android.telecom.PhoneAccountHandle +android.telecom.RemoteConnectionManager +android.telecom.StatusHints$1 +android.telecom.StatusHints +android.telecom.TelecomAnalytics$1 +android.telecom.TelecomAnalytics$SessionTiming$1 +android.telecom.TelecomAnalytics +android.telecom.TelecomManager$DeathRecipient +android.telecom.TelecomManager +android.telecom.TimedEvent +android.telecom.VideoProfile$1 +android.telecom.VideoProfile$CameraCapabilities$1 +android.telecom.VideoProfile$CameraCapabilities +android.telecom.VideoProfile +android.telephony.AccessNetworkConstants$AccessNetworkType +android.telephony.AccessNetworkConstants$TransportType +android.telephony.AccessNetworkConstants +android.telephony.AccessNetworkUtils +android.telephony.ActivityStatsTechSpecificInfo +android.telephony.AnomalyReporter +android.telephony.AvailableNetworkInfo$1 +android.telephony.AvailableNetworkInfo +android.telephony.BarringInfo$1 +android.telephony.BarringInfo$BarringServiceInfo$1 +android.telephony.BarringInfo$BarringServiceInfo +android.telephony.BarringInfo +android.telephony.BinderCacheManager$$ExternalSyntheticLambda0 +android.telephony.BinderCacheManager$BinderDeathTracker +android.telephony.BinderCacheManager$BinderInterfaceFactory +android.telephony.BinderCacheManager +android.telephony.CallAttributes$1 +android.telephony.CallAttributes +android.telephony.CallForwardingInfo$1 +android.telephony.CallForwardingInfo +android.telephony.CallQuality$1 +android.telephony.CallQuality +android.telephony.CarrierConfigManager$Apn +android.telephony.CarrierConfigManager$Gps +android.telephony.CarrierConfigManager$Ims +android.telephony.CarrierConfigManager$Wifi +android.telephony.CarrierConfigManager +android.telephony.CarrierRestrictionRules$1 +android.telephony.CarrierRestrictionRules$Builder +android.telephony.CarrierRestrictionRules +android.telephony.CellConfigLte$1 +android.telephony.CellConfigLte +android.telephony.CellIdentity$1 +android.telephony.CellIdentity +android.telephony.CellIdentityCdma$1 +android.telephony.CellIdentityCdma +android.telephony.CellIdentityGsm$1 +android.telephony.CellIdentityGsm +android.telephony.CellIdentityLte$1 +android.telephony.CellIdentityLte +android.telephony.CellIdentityNr$1 +android.telephony.CellIdentityNr +android.telephony.CellIdentityTdscdma$1 +android.telephony.CellIdentityTdscdma +android.telephony.CellIdentityWcdma$1 +android.telephony.CellIdentityWcdma +android.telephony.CellInfo$1 +android.telephony.CellInfo +android.telephony.CellInfoCdma$1 +android.telephony.CellInfoCdma +android.telephony.CellInfoGsm$1 +android.telephony.CellInfoGsm +android.telephony.CellInfoLte$1 +android.telephony.CellInfoLte +android.telephony.CellInfoNr$1 +android.telephony.CellInfoNr +android.telephony.CellInfoTdscdma$1 +android.telephony.CellInfoTdscdma +android.telephony.CellInfoWcdma$1 +android.telephony.CellInfoWcdma +android.telephony.CellLocation +android.telephony.CellSignalStrength +android.telephony.CellSignalStrengthCdma$1 +android.telephony.CellSignalStrengthCdma +android.telephony.CellSignalStrengthGsm$1 +android.telephony.CellSignalStrengthGsm +android.telephony.CellSignalStrengthLte$1 +android.telephony.CellSignalStrengthLte +android.telephony.CellSignalStrengthNr$1 +android.telephony.CellSignalStrengthNr +android.telephony.CellSignalStrengthTdscdma$1 +android.telephony.CellSignalStrengthTdscdma +android.telephony.CellSignalStrengthWcdma$1 +android.telephony.CellSignalStrengthWcdma +android.telephony.ClientRequestStats$1 +android.telephony.ClientRequestStats +android.telephony.ClosedSubscriberGroupInfo$1 +android.telephony.ClosedSubscriberGroupInfo +android.telephony.DataConnectionRealTimeInfo$1 +android.telephony.DataConnectionRealTimeInfo +android.telephony.DataFailCause$1 +android.telephony.DataFailCause +android.telephony.DataSpecificRegistrationInfo$1 +android.telephony.DataSpecificRegistrationInfo +android.telephony.DisconnectCause +android.telephony.IBootstrapAuthenticationCallback$Stub +android.telephony.IBootstrapAuthenticationCallback +android.telephony.ICellBroadcastService$Stub +android.telephony.ICellBroadcastService +android.telephony.ICellInfoCallback$Stub$Proxy +android.telephony.ICellInfoCallback$Stub +android.telephony.ICellInfoCallback +android.telephony.INetworkService$Stub$Proxy +android.telephony.INetworkService$Stub +android.telephony.INetworkService +android.telephony.INetworkServiceCallback$Stub$Proxy +android.telephony.INetworkServiceCallback$Stub +android.telephony.INetworkServiceCallback +android.telephony.IccOpenLogicalChannelResponse$1 +android.telephony.IccOpenLogicalChannelResponse +android.telephony.ImsiEncryptionInfo$1 +android.telephony.ImsiEncryptionInfo +android.telephony.JapanesePhoneNumberFormatter +android.telephony.LinkCapacityEstimate$1 +android.telephony.LinkCapacityEstimate +android.telephony.LocationAccessPolicy$LocationPermissionQuery$Builder +android.telephony.LocationAccessPolicy$LocationPermissionQuery +android.telephony.LocationAccessPolicy$LocationPermissionResult +android.telephony.LocationAccessPolicy +android.telephony.LteVopsSupportInfo$1 +android.telephony.LteVopsSupportInfo +android.telephony.MmsManager +android.telephony.ModemActivityInfo$1 +android.telephony.ModemActivityInfo +android.telephony.ModemInfo$1 +android.telephony.ModemInfo +android.telephony.NeighboringCellInfo$1 +android.telephony.NeighboringCellInfo +android.telephony.NetworkRegistrationInfo$$ExternalSyntheticLambda0 +android.telephony.NetworkRegistrationInfo$1 +android.telephony.NetworkRegistrationInfo$Builder +android.telephony.NetworkRegistrationInfo +android.telephony.NetworkScan +android.telephony.NetworkScanRequest$1 +android.telephony.NetworkScanRequest +android.telephony.NetworkService$INetworkServiceWrapper +android.telephony.NetworkService$NetworkServiceHandler +android.telephony.NetworkService$NetworkServiceProvider +android.telephony.NetworkService +android.telephony.NetworkServiceCallback +android.telephony.NrVopsSupportInfo$1 +android.telephony.NrVopsSupportInfo +android.telephony.NumberVerificationCallback +android.telephony.PcoData$1 +android.telephony.PcoData +android.telephony.PhoneCapability$1 +android.telephony.PhoneCapability +android.telephony.PhoneNumberRange$1 +android.telephony.PhoneNumberRange +android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex +android.telephony.PhoneNumberUtils +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda0 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda10 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda19 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda1 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda20 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda24 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda2 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda32 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda34 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda39 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda3 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda41 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda42 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda47 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda51 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda52 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda53 +android.telephony.PhoneStateListener$IPhoneStateListenerStub$$ExternalSyntheticLambda9 +android.telephony.PhoneStateListener$IPhoneStateListenerStub +android.telephony.PhoneStateListener +android.telephony.PhysicalChannelConfig$1 +android.telephony.PhysicalChannelConfig$Builder +android.telephony.PhysicalChannelConfig +android.telephony.PinResult$1 +android.telephony.PinResult +android.telephony.PreciseCallState$1 +android.telephony.PreciseCallState +android.telephony.PreciseDataConnectionState$1 +android.telephony.PreciseDataConnectionState$Builder +android.telephony.PreciseDataConnectionState +android.telephony.RadioAccessFamily$1 +android.telephony.RadioAccessFamily +android.telephony.RadioAccessSpecifier$1 +android.telephony.RadioAccessSpecifier +android.telephony.Rlog +android.telephony.ServiceState$$ExternalSyntheticLambda0 +android.telephony.ServiceState$1 +android.telephony.ServiceState +android.telephony.SignalStrength$1 +android.telephony.SignalStrength +android.telephony.SignalStrengthUpdateRequest$1 +android.telephony.SignalStrengthUpdateRequest +android.telephony.SignalThresholdInfo$1 +android.telephony.SignalThresholdInfo$Builder +android.telephony.SignalThresholdInfo +android.telephony.SmsCbCmasInfo$1 +android.telephony.SmsCbCmasInfo +android.telephony.SmsCbEtwsInfo$1 +android.telephony.SmsCbEtwsInfo +android.telephony.SmsCbLocation$1 +android.telephony.SmsCbLocation +android.telephony.SmsCbMessage$1 +android.telephony.SmsCbMessage +android.telephony.SmsManager$1 +android.telephony.SmsManager$2 +android.telephony.SmsManager$3 +android.telephony.SmsManager$4 +android.telephony.SmsManager$5 +android.telephony.SmsManager$6 +android.telephony.SmsManager$FinancialSmsCallback +android.telephony.SmsManager$SubscriptionResolverResult +android.telephony.SmsManager +android.telephony.SmsMessage$1 +android.telephony.SmsMessage$MessageClass +android.telephony.SmsMessage$NoEmsSupportConfig +android.telephony.SmsMessage +android.telephony.SubscriptionInfo$1 +android.telephony.SubscriptionInfo +android.telephony.SubscriptionManager$$ExternalSyntheticLambda0 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda10 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda11 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda12 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda13 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda14 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda16 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda3 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda4 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda5 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda6 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda7 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda8 +android.telephony.SubscriptionManager$$ExternalSyntheticLambda9 +android.telephony.SubscriptionManager$1 +android.telephony.SubscriptionManager$CallISubMethodHelper +android.telephony.SubscriptionManager$IntegerPropertyInvalidatedCache +android.telephony.SubscriptionManager$OnOpportunisticSubscriptionsChangedListener +android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$OnSubscriptionsChangedListenerHandler +android.telephony.SubscriptionManager$OnSubscriptionsChangedListener +android.telephony.SubscriptionManager$VoidPropertyInvalidatedCache +android.telephony.SubscriptionManager +android.telephony.SubscriptionPlan$1 +android.telephony.SubscriptionPlan +android.telephony.TelephonyCallback$ActiveDataSubscriptionIdListener +android.telephony.TelephonyCallback$AllowedNetworkTypesListener +android.telephony.TelephonyCallback$SignalStrengthsListener +android.telephony.TelephonyCallback +android.telephony.TelephonyDisplayInfo$1 +android.telephony.TelephonyDisplayInfo +android.telephony.TelephonyFrameworkInitializer$$ExternalSyntheticLambda0 +android.telephony.TelephonyFrameworkInitializer$$ExternalSyntheticLambda1 +android.telephony.TelephonyFrameworkInitializer$$ExternalSyntheticLambda2 +android.telephony.TelephonyFrameworkInitializer$$ExternalSyntheticLambda3 +android.telephony.TelephonyFrameworkInitializer$$ExternalSyntheticLambda4 +android.telephony.TelephonyFrameworkInitializer$$ExternalSyntheticLambda5 +android.telephony.TelephonyFrameworkInitializer$$ExternalSyntheticLambda6 +android.telephony.TelephonyFrameworkInitializer +android.telephony.TelephonyHistogram$1 +android.telephony.TelephonyHistogram +android.telephony.TelephonyLocalConnection +android.telephony.TelephonyManager$12 +android.telephony.TelephonyManager$13 +android.telephony.TelephonyManager$15 +android.telephony.TelephonyManager$17 +android.telephony.TelephonyManager$18 +android.telephony.TelephonyManager$19 +android.telephony.TelephonyManager$1 +android.telephony.TelephonyManager$2 +android.telephony.TelephonyManager$3 +android.telephony.TelephonyManager$4 +android.telephony.TelephonyManager$5 +android.telephony.TelephonyManager$6 +android.telephony.TelephonyManager$7 +android.telephony.TelephonyManager$8 +android.telephony.TelephonyManager$CellInfoCallback +android.telephony.TelephonyManager$DeathRecipient +android.telephony.TelephonyManager$ModemActivityInfoException +android.telephony.TelephonyManager$MultiSimVariants +android.telephony.TelephonyManager$UssdResponseCallback +android.telephony.TelephonyManager +android.telephony.TelephonyRegistryManager$$ExternalSyntheticLambda0 +android.telephony.TelephonyRegistryManager$1$$ExternalSyntheticLambda0 +android.telephony.TelephonyRegistryManager$1 +android.telephony.TelephonyRegistryManager$2 +android.telephony.TelephonyRegistryManager +android.telephony.TelephonyScanManager$NetworkScanCallback +android.telephony.TelephonyScanManager +android.telephony.UiccAccessRule$1 +android.telephony.UiccAccessRule +android.telephony.UiccCardInfo$1 +android.telephony.UiccCardInfo +android.telephony.UiccSlotInfo$1 +android.telephony.UiccSlotInfo +android.telephony.UssdResponse$1 +android.telephony.UssdResponse +android.telephony.VisualVoicemailSms$1 +android.telephony.VisualVoicemailSms$Builder +android.telephony.VisualVoicemailSms +android.telephony.VisualVoicemailSmsFilterSettings$1 +android.telephony.VisualVoicemailSmsFilterSettings$Builder +android.telephony.VisualVoicemailSmsFilterSettings +android.telephony.VoiceSpecificRegistrationInfo$1 +android.telephony.VoiceSpecificRegistrationInfo +android.telephony.VopsSupportInfo$1 +android.telephony.VopsSupportInfo +android.telephony.cdma.CdmaCellLocation +android.telephony.data.ApnSetting$1 +android.telephony.data.ApnSetting$Builder +android.telephony.data.ApnSetting +android.telephony.data.DataCallResponse$1 +android.telephony.data.DataCallResponse$Builder +android.telephony.data.DataCallResponse +android.telephony.data.DataProfile$1 +android.telephony.data.DataProfile$Builder +android.telephony.data.DataProfile +android.telephony.data.DataService$DataCallListChangedIndication +android.telephony.data.DataService$DataServiceHandler +android.telephony.data.DataService$DataServiceProvider +android.telephony.data.DataService$DeactivateDataCallRequest +android.telephony.data.DataService$IDataServiceWrapper +android.telephony.data.DataService$SetDataProfileRequest +android.telephony.data.DataService$SetInitialAttachApnRequest +android.telephony.data.DataService$SetupDataCallRequest +android.telephony.data.DataService +android.telephony.data.DataServiceCallback +android.telephony.data.EpsBearerQosSessionAttributes +android.telephony.data.EpsQos$1 +android.telephony.data.EpsQos +android.telephony.data.IDataService$Stub$Proxy +android.telephony.data.IDataService$Stub +android.telephony.data.IDataService +android.telephony.data.IDataServiceCallback$Stub$Proxy +android.telephony.data.IDataServiceCallback$Stub +android.telephony.data.IDataServiceCallback +android.telephony.data.IQualifiedNetworksService$Stub$Proxy +android.telephony.data.IQualifiedNetworksService$Stub +android.telephony.data.IQualifiedNetworksService +android.telephony.data.IQualifiedNetworksServiceCallback$Stub$Proxy +android.telephony.data.IQualifiedNetworksServiceCallback$Stub +android.telephony.data.IQualifiedNetworksServiceCallback +android.telephony.data.NetworkSliceInfo$1 +android.telephony.data.NetworkSliceInfo$Builder +android.telephony.data.NetworkSliceInfo +android.telephony.data.NetworkSlicingConfig$1 +android.telephony.data.NetworkSlicingConfig +android.telephony.data.NrQos$1 +android.telephony.data.NrQos +android.telephony.data.NrQosSessionAttributes +android.telephony.data.Qos$QosBandwidth$1 +android.telephony.data.Qos$QosBandwidth +android.telephony.data.Qos +android.telephony.data.QosBearerFilter$PortRange$1 +android.telephony.data.QosBearerFilter$PortRange +android.telephony.data.QosBearerFilter +android.telephony.data.QosBearerSession$1 +android.telephony.data.QosBearerSession +android.telephony.data.ThrottleStatus$1 +android.telephony.data.ThrottleStatus$Builder +android.telephony.data.ThrottleStatus +android.telephony.data.TrafficDescriptor$1 +android.telephony.data.TrafficDescriptor$Builder +android.telephony.data.TrafficDescriptor +android.telephony.emergency.EmergencyNumber$1 +android.telephony.emergency.EmergencyNumber +android.telephony.euicc.DownloadableSubscription$1 +android.telephony.euicc.DownloadableSubscription +android.telephony.euicc.EuiccCardManager$10 +android.telephony.euicc.EuiccCardManager$11 +android.telephony.euicc.EuiccCardManager$12 +android.telephony.euicc.EuiccCardManager$13 +android.telephony.euicc.EuiccCardManager$14 +android.telephony.euicc.EuiccCardManager$15 +android.telephony.euicc.EuiccCardManager$16 +android.telephony.euicc.EuiccCardManager$17 +android.telephony.euicc.EuiccCardManager$18 +android.telephony.euicc.EuiccCardManager$19 +android.telephony.euicc.EuiccCardManager$1 +android.telephony.euicc.EuiccCardManager$20 +android.telephony.euicc.EuiccCardManager$21 +android.telephony.euicc.EuiccCardManager$22 +android.telephony.euicc.EuiccCardManager$2 +android.telephony.euicc.EuiccCardManager$3 +android.telephony.euicc.EuiccCardManager$4 +android.telephony.euicc.EuiccCardManager$5 +android.telephony.euicc.EuiccCardManager$6 +android.telephony.euicc.EuiccCardManager$7 +android.telephony.euicc.EuiccCardManager$8 +android.telephony.euicc.EuiccCardManager$9 +android.telephony.euicc.EuiccCardManager$ResultCallback +android.telephony.euicc.EuiccCardManager +android.telephony.euicc.EuiccInfo$1 +android.telephony.euicc.EuiccInfo +android.telephony.euicc.EuiccManager +android.telephony.euicc.EuiccNotification$1 +android.telephony.euicc.EuiccNotification +android.telephony.euicc.EuiccRulesAuthTable$1 +android.telephony.euicc.EuiccRulesAuthTable$Builder +android.telephony.euicc.EuiccRulesAuthTable +android.telephony.gba.GbaAuthRequest$1 +android.telephony.gba.GbaAuthRequest +android.telephony.gba.IGbaService$Stub +android.telephony.gba.IGbaService +android.telephony.gsm.GsmCellLocation +android.telephony.gsm.SmsManager +android.telephony.gsm.SmsMessage$MessageClass +android.telephony.gsm.SmsMessage$SubmitPdu +android.telephony.gsm.SmsMessage +android.telephony.ims.AudioCodecAttributes$1 +android.telephony.ims.AudioCodecAttributes +android.telephony.ims.ImsCallForwardInfo$1 +android.telephony.ims.ImsCallForwardInfo +android.telephony.ims.ImsCallProfile$1 +android.telephony.ims.ImsCallProfile +android.telephony.ims.ImsCallSession$Listener +android.telephony.ims.ImsCallSession +android.telephony.ims.ImsConferenceState$1 +android.telephony.ims.ImsConferenceState +android.telephony.ims.ImsException +android.telephony.ims.ImsExternalCallState$1 +android.telephony.ims.ImsExternalCallState +android.telephony.ims.ImsManager$$ExternalSyntheticLambda0 +android.telephony.ims.ImsManager$$ExternalSyntheticLambda1 +android.telephony.ims.ImsManager +android.telephony.ims.ImsMmTelManager$$ExternalSyntheticLambda0 +android.telephony.ims.ImsMmTelManager$$ExternalSyntheticLambda1 +android.telephony.ims.ImsMmTelManager$1 +android.telephony.ims.ImsMmTelManager$2 +android.telephony.ims.ImsMmTelManager$3 +android.telephony.ims.ImsMmTelManager$4 +android.telephony.ims.ImsMmTelManager$CapabilityCallback$CapabilityBinder +android.telephony.ims.ImsMmTelManager$CapabilityCallback +android.telephony.ims.ImsMmTelManager$RegistrationCallback +android.telephony.ims.ImsMmTelManager +android.telephony.ims.ImsRcsManager +android.telephony.ims.ImsReasonInfo$1 +android.telephony.ims.ImsReasonInfo +android.telephony.ims.ImsRegistrationAttributes$1 +android.telephony.ims.ImsRegistrationAttributes +android.telephony.ims.ImsService$1 +android.telephony.ims.ImsService$Listener +android.telephony.ims.ImsService +android.telephony.ims.ImsSsData$1 +android.telephony.ims.ImsSsData +android.telephony.ims.ImsSsInfo$1 +android.telephony.ims.ImsSsInfo$Builder +android.telephony.ims.ImsSsInfo +android.telephony.ims.ImsStreamMediaProfile$1 +android.telephony.ims.ImsStreamMediaProfile +android.telephony.ims.ImsSuppServiceNotification$1 +android.telephony.ims.ImsSuppServiceNotification +android.telephony.ims.ImsUtListener +android.telephony.ims.ProvisioningManager$Callback$CallbackBinder +android.telephony.ims.ProvisioningManager$Callback +android.telephony.ims.ProvisioningManager +android.telephony.ims.RcsContactPresenceTuple$1 +android.telephony.ims.RcsContactPresenceTuple$Builder +android.telephony.ims.RcsContactPresenceTuple$ServiceCapabilities$1 +android.telephony.ims.RcsContactPresenceTuple$ServiceCapabilities$Builder +android.telephony.ims.RcsContactPresenceTuple$ServiceCapabilities +android.telephony.ims.RcsContactPresenceTuple +android.telephony.ims.RcsContactTerminatedReason$1 +android.telephony.ims.RcsContactTerminatedReason +android.telephony.ims.RcsContactUceCapability$1 +android.telephony.ims.RcsContactUceCapability$OptionsBuilder +android.telephony.ims.RcsContactUceCapability$PresenceBuilder +android.telephony.ims.RcsContactUceCapability +android.telephony.ims.RcsUceAdapter +android.telephony.ims.RegistrationManager$1 +android.telephony.ims.RegistrationManager$RegistrationCallback$RegistrationBinder$$ExternalSyntheticLambda1 +android.telephony.ims.RegistrationManager$RegistrationCallback$RegistrationBinder$$ExternalSyntheticLambda3 +android.telephony.ims.RegistrationManager$RegistrationCallback$RegistrationBinder +android.telephony.ims.RegistrationManager$RegistrationCallback +android.telephony.ims.RegistrationManager +android.telephony.ims.RtpHeaderExtension$1 +android.telephony.ims.RtpHeaderExtension +android.telephony.ims.RtpHeaderExtensionType$1 +android.telephony.ims.RtpHeaderExtensionType +android.telephony.ims.aidl.ICapabilityExchangeEventListener$Stub +android.telephony.ims.aidl.ICapabilityExchangeEventListener +android.telephony.ims.aidl.IImsCapabilityCallback$Stub$Proxy +android.telephony.ims.aidl.IImsCapabilityCallback$Stub +android.telephony.ims.aidl.IImsCapabilityCallback +android.telephony.ims.aidl.IImsConfig$Stub$Proxy +android.telephony.ims.aidl.IImsConfig$Stub +android.telephony.ims.aidl.IImsConfig +android.telephony.ims.aidl.IImsConfigCallback$Stub$Proxy +android.telephony.ims.aidl.IImsConfigCallback$Stub +android.telephony.ims.aidl.IImsConfigCallback +android.telephony.ims.aidl.IImsMmTelFeature$Stub$Proxy +android.telephony.ims.aidl.IImsMmTelFeature$Stub +android.telephony.ims.aidl.IImsMmTelFeature +android.telephony.ims.aidl.IImsMmTelListener$Stub$Proxy +android.telephony.ims.aidl.IImsMmTelListener$Stub +android.telephony.ims.aidl.IImsMmTelListener +android.telephony.ims.aidl.IImsRcsController$Stub +android.telephony.ims.aidl.IImsRcsController +android.telephony.ims.aidl.IImsRcsFeature$Stub +android.telephony.ims.aidl.IImsRcsFeature +android.telephony.ims.aidl.IImsRegistration$Stub$Proxy +android.telephony.ims.aidl.IImsRegistration$Stub +android.telephony.ims.aidl.IImsRegistration +android.telephony.ims.aidl.IImsRegistrationCallback$Stub$Proxy +android.telephony.ims.aidl.IImsRegistrationCallback$Stub +android.telephony.ims.aidl.IImsRegistrationCallback +android.telephony.ims.aidl.IImsServiceController$Stub$Proxy +android.telephony.ims.aidl.IImsServiceController$Stub +android.telephony.ims.aidl.IImsServiceController +android.telephony.ims.aidl.IImsServiceControllerListener$Stub$Proxy +android.telephony.ims.aidl.IImsServiceControllerListener$Stub +android.telephony.ims.aidl.IImsServiceControllerListener +android.telephony.ims.aidl.IImsSmsListener$Stub$Proxy +android.telephony.ims.aidl.IImsSmsListener$Stub +android.telephony.ims.aidl.IImsSmsListener +android.telephony.ims.aidl.IOptionsRequestCallback +android.telephony.ims.aidl.IOptionsResponseCallback$Stub +android.telephony.ims.aidl.IOptionsResponseCallback +android.telephony.ims.aidl.IPublishResponseCallback$Stub +android.telephony.ims.aidl.IPublishResponseCallback +android.telephony.ims.aidl.IRcsConfigCallback +android.telephony.ims.aidl.IRcsUceControllerCallback +android.telephony.ims.aidl.IRcsUcePublishStateCallback +android.telephony.ims.aidl.ISipTransport +android.telephony.ims.aidl.ISubscribeResponseCallback$Stub +android.telephony.ims.aidl.ISubscribeResponseCallback +android.telephony.ims.feature.CapabilityChangeRequest$1 +android.telephony.ims.feature.CapabilityChangeRequest$CapabilityPair +android.telephony.ims.feature.CapabilityChangeRequest +android.telephony.ims.feature.ImsFeature$1 +android.telephony.ims.feature.ImsFeature$2 +android.telephony.ims.feature.ImsFeature$Capabilities +android.telephony.ims.feature.ImsFeature$CapabilityCallbackProxy +android.telephony.ims.feature.ImsFeature +android.telephony.ims.feature.MmTelFeature$1 +android.telephony.ims.feature.MmTelFeature$Listener +android.telephony.ims.feature.MmTelFeature$MmTelCapabilities +android.telephony.ims.feature.MmTelFeature +android.telephony.ims.feature.RcsFeature$RcsImsCapabilities +android.telephony.ims.feature.RcsFeature +android.telephony.ims.stub.ImsCallSessionImplBase +android.telephony.ims.stub.ImsConfigImplBase$ImsConfigStub +android.telephony.ims.stub.ImsConfigImplBase +android.telephony.ims.stub.ImsEcbmImplBase$1 +android.telephony.ims.stub.ImsEcbmImplBase +android.telephony.ims.stub.ImsFeatureConfiguration$1 +android.telephony.ims.stub.ImsFeatureConfiguration$FeatureSlotPair +android.telephony.ims.stub.ImsFeatureConfiguration +android.telephony.ims.stub.ImsMultiEndpointImplBase$1 +android.telephony.ims.stub.ImsMultiEndpointImplBase +android.telephony.ims.stub.ImsRegistrationImplBase$1 +android.telephony.ims.stub.ImsRegistrationImplBase +android.telephony.ims.stub.ImsSmsImplBase +android.telephony.ims.stub.ImsUtImplBase$1 +android.telephony.ims.stub.ImsUtImplBase +android.text.AndroidBidi +android.text.AndroidCharacter +android.text.Annotation +android.text.AutoGrowArray$ByteArray +android.text.AutoGrowArray$FloatArray +android.text.AutoGrowArray$IntArray +android.text.AutoGrowArray +android.text.BidiFormatter$DirectionalityEstimator +android.text.BidiFormatter +android.text.BoringLayout$Metrics +android.text.BoringLayout +android.text.CharSequenceCharacterIterator +android.text.ClipboardManager +android.text.DynamicLayout$Builder +android.text.DynamicLayout$ChangeWatcher +android.text.DynamicLayout +android.text.Editable$Factory +android.text.Editable +android.text.Emoji +android.text.FontConfig$1 +android.text.FontConfig$Alias$1 +android.text.FontConfig$Alias +android.text.FontConfig$Font$1 +android.text.FontConfig$Font +android.text.FontConfig$FontFamily$1 +android.text.FontConfig$FontFamily +android.text.FontConfig +android.text.GetChars +android.text.GraphicsOperations +android.text.Html$HtmlParser +android.text.Html$ImageGetter +android.text.Html$TagHandler +android.text.Html +android.text.HtmlToSpannedConverter$Alignment +android.text.HtmlToSpannedConverter$Background +android.text.HtmlToSpannedConverter$Big +android.text.HtmlToSpannedConverter$Blockquote +android.text.HtmlToSpannedConverter$Bold +android.text.HtmlToSpannedConverter$Bullet +android.text.HtmlToSpannedConverter$Font +android.text.HtmlToSpannedConverter$Foreground +android.text.HtmlToSpannedConverter$Heading +android.text.HtmlToSpannedConverter$Href +android.text.HtmlToSpannedConverter$Italic +android.text.HtmlToSpannedConverter$Monospace +android.text.HtmlToSpannedConverter$Newline +android.text.HtmlToSpannedConverter$Small +android.text.HtmlToSpannedConverter$Strikethrough +android.text.HtmlToSpannedConverter$Sub +android.text.HtmlToSpannedConverter$Super +android.text.HtmlToSpannedConverter$Underline +android.text.HtmlToSpannedConverter +android.text.Hyphenator +android.text.InputFilter$LengthFilter +android.text.InputFilter +android.text.InputType +android.text.Layout$$ExternalSyntheticLambda0 +android.text.Layout$1 +android.text.Layout$Alignment +android.text.Layout$Directions +android.text.Layout$Ellipsizer +android.text.Layout$HorizontalMeasurementProvider +android.text.Layout$SelectionRectangleConsumer +android.text.Layout$SpannedEllipsizer +android.text.Layout$TabStops +android.text.Layout +android.text.MeasuredParagraph +android.text.NoCopySpan$Concrete +android.text.NoCopySpan +android.text.PackedIntVector +android.text.PackedObjectVector +android.text.ParcelableSpan +android.text.PrecomputedText$ParagraphInfo +android.text.PrecomputedText$Params$Builder +android.text.PrecomputedText$Params +android.text.PrecomputedText +android.text.Selection$END +android.text.Selection$MEMORY +android.text.Selection$MemoryTextWatcher +android.text.Selection$PositionIterator +android.text.Selection$START +android.text.Selection +android.text.SpanSet +android.text.SpanWatcher +android.text.Spannable$Factory +android.text.Spannable +android.text.SpannableString +android.text.SpannableStringBuilder +android.text.SpannableStringInternal +android.text.Spanned +android.text.SpannedString +android.text.StaticLayout$Builder +android.text.StaticLayout$LineBreaks +android.text.StaticLayout +android.text.TextDirectionHeuristic +android.text.TextDirectionHeuristics$AnyStrong +android.text.TextDirectionHeuristics$FirstStrong +android.text.TextDirectionHeuristics$TextDirectionAlgorithm +android.text.TextDirectionHeuristics$TextDirectionHeuristicImpl +android.text.TextDirectionHeuristics$TextDirectionHeuristicInternal +android.text.TextDirectionHeuristics$TextDirectionHeuristicLocale +android.text.TextDirectionHeuristics +android.text.TextLine$DecorationInfo +android.text.TextLine +android.text.TextPaint +android.text.TextUtils$1 +android.text.TextUtils$EllipsizeCallback +android.text.TextUtils$SimpleStringSplitter +android.text.TextUtils$StringSplitter +android.text.TextUtils$StringWithRemovedChars +android.text.TextUtils$TruncateAt +android.text.TextUtils +android.text.TextWatcher +android.text.format.DateFormat +android.text.format.DateIntervalFormat +android.text.format.DateTimeFormat$FormatterCache +android.text.format.DateTimeFormat +android.text.format.DateUtils +android.text.format.DateUtilsBridge +android.text.format.Formatter$BytesResult +android.text.format.Formatter +android.text.format.RelativeDateTimeFormatter$FormatterCache +android.text.format.RelativeDateTimeFormatter +android.text.format.Time$TimeCalculator +android.text.format.Time +android.text.format.TimeFormatter +android.text.format.TimeMigrationUtils +android.text.method.AllCapsTransformationMethod +android.text.method.ArrowKeyMovementMethod +android.text.method.BaseKeyListener$1 +android.text.method.BaseKeyListener +android.text.method.BaseMovementMethod +android.text.method.DateKeyListener +android.text.method.DateTimeKeyListener +android.text.method.DialerKeyListener +android.text.method.DigitsKeyListener +android.text.method.KeyListener +android.text.method.LinkMovementMethod +android.text.method.MetaKeyKeyListener +android.text.method.MovementMethod +android.text.method.MultiTapKeyListener +android.text.method.NumberKeyListener +android.text.method.PasswordTransformationMethod +android.text.method.QwertyKeyListener$Replaced +android.text.method.QwertyKeyListener +android.text.method.ReplacementTransformationMethod$ReplacementCharSequence +android.text.method.ReplacementTransformationMethod$SpannedReplacementCharSequence +android.text.method.ReplacementTransformationMethod +android.text.method.ScrollingMovementMethod +android.text.method.SingleLineTransformationMethod +android.text.method.TextKeyListener$Capitalize +android.text.method.TextKeyListener$NullKeyListener +android.text.method.TextKeyListener$SettingsObserver +android.text.method.TextKeyListener +android.text.method.TimeKeyListener +android.text.method.Touch$DragState +android.text.method.Touch +android.text.method.TransformationMethod2 +android.text.method.TransformationMethod +android.text.method.WordIterator +android.text.style.AbsoluteSizeSpan +android.text.style.AccessibilityClickableSpan$1 +android.text.style.AccessibilityClickableSpan +android.text.style.AccessibilityReplacementSpan$1 +android.text.style.AccessibilityReplacementSpan +android.text.style.AccessibilityURLSpan +android.text.style.AlignmentSpan$Standard +android.text.style.AlignmentSpan +android.text.style.BackgroundColorSpan +android.text.style.BulletSpan +android.text.style.CharacterStyle$Passthrough +android.text.style.CharacterStyle +android.text.style.ClickableSpan +android.text.style.DynamicDrawableSpan +android.text.style.EasyEditSpan +android.text.style.ForegroundColorSpan +android.text.style.ImageSpan +android.text.style.LeadingMarginSpan$LeadingMarginSpan2 +android.text.style.LeadingMarginSpan$Standard +android.text.style.LeadingMarginSpan +android.text.style.LineBackgroundSpan$Standard +android.text.style.LineBackgroundSpan +android.text.style.LineHeightSpan$Standard +android.text.style.LineHeightSpan$WithDensity +android.text.style.LineHeightSpan +android.text.style.LocaleSpan +android.text.style.MetricAffectingSpan$Passthrough +android.text.style.MetricAffectingSpan +android.text.style.ParagraphStyle +android.text.style.QuoteSpan +android.text.style.RelativeSizeSpan +android.text.style.ReplacementSpan +android.text.style.ScaleXSpan +android.text.style.SpellCheckSpan +android.text.style.StrikethroughSpan +android.text.style.StyleSpan +android.text.style.SubscriptSpan +android.text.style.SuggestionRangeSpan$1 +android.text.style.SuggestionRangeSpan +android.text.style.SuggestionSpan$1 +android.text.style.SuggestionSpan +android.text.style.SuperscriptSpan +android.text.style.TabStopSpan +android.text.style.TextAppearanceSpan +android.text.style.TtsSpan$Builder +android.text.style.TtsSpan$SemioticClassBuilder +android.text.style.TtsSpan$TelephoneBuilder +android.text.style.TtsSpan +android.text.style.TypefaceSpan +android.text.style.URLSpan +android.text.style.UnderlineSpan +android.text.style.UpdateAppearance +android.text.style.UpdateLayout +android.text.style.WrapTogetherSpan +android.text.util.LinkSpec +android.text.util.Linkify$$ExternalSyntheticLambda0 +android.text.util.Linkify$1 +android.text.util.Linkify$2 +android.text.util.Linkify$3 +android.text.util.Linkify$4 +android.text.util.Linkify$MatchFilter +android.text.util.Linkify$TransformFilter +android.text.util.Linkify +android.text.util.Rfc822Token +android.text.util.Rfc822Tokenizer +android.timezone.CountryTimeZones$OffsetResult +android.timezone.CountryTimeZones$TimeZoneMapping +android.timezone.CountryTimeZones +android.timezone.TelephonyLookup +android.timezone.TelephonyNetwork +android.timezone.TelephonyNetworkFinder +android.timezone.TimeZoneFinder +android.transition.ArcMotion +android.transition.AutoTransition +android.transition.ChangeBounds$10 +android.transition.ChangeBounds$1 +android.transition.ChangeBounds$2 +android.transition.ChangeBounds$3 +android.transition.ChangeBounds$4 +android.transition.ChangeBounds$5 +android.transition.ChangeBounds$6 +android.transition.ChangeBounds$7 +android.transition.ChangeBounds$8 +android.transition.ChangeBounds$9 +android.transition.ChangeBounds$ViewBounds +android.transition.ChangeBounds +android.transition.ChangeClipBounds +android.transition.ChangeImageTransform$1 +android.transition.ChangeImageTransform$2 +android.transition.ChangeImageTransform +android.transition.ChangeScroll +android.transition.ChangeTransform$1 +android.transition.ChangeTransform$2 +android.transition.ChangeTransform +android.transition.CircularPropagation +android.transition.Explode +android.transition.Fade$1 +android.transition.Fade$FadeAnimatorListener +android.transition.Fade +android.transition.PathMotion +android.transition.PatternPathMotion +android.transition.Recolor +android.transition.Scene +android.transition.Slide$1 +android.transition.Slide$2 +android.transition.Slide$3 +android.transition.Slide$4 +android.transition.Slide$5 +android.transition.Slide$6 +android.transition.Slide$CalculateSlide +android.transition.Slide$CalculateSlideHorizontal +android.transition.Slide$CalculateSlideVertical +android.transition.Slide +android.transition.Transition$1 +android.transition.Transition$2 +android.transition.Transition$3 +android.transition.Transition$AnimationInfo +android.transition.Transition$EpicenterCallback +android.transition.Transition$TransitionListener +android.transition.Transition +android.transition.TransitionInflater +android.transition.TransitionListenerAdapter +android.transition.TransitionManager$MultiListener$1 +android.transition.TransitionManager$MultiListener +android.transition.TransitionManager +android.transition.TransitionPropagation +android.transition.TransitionSet$1 +android.transition.TransitionSet$TransitionSetListener +android.transition.TransitionSet +android.transition.TransitionUtils +android.transition.TransitionValues +android.transition.TransitionValuesMaps +android.transition.Visibility$1 +android.transition.Visibility$DisappearListener +android.transition.Visibility$VisibilityInfo +android.transition.Visibility +android.transition.VisibilityPropagation +android.transparency.BinaryTransparencyManager +android.updatabledriver.UpdatableDriverProto$1 +android.updatabledriver.UpdatableDriverProto$Denylist +android.updatabledriver.UpdatableDriverProto$DenylistOrBuilder +android.updatabledriver.UpdatableDriverProto$Denylists$Builder +android.updatabledriver.UpdatableDriverProto$Denylists +android.updatabledriver.UpdatableDriverProto$DenylistsOrBuilder +android.util.AndroidException +android.util.AndroidRuntimeException +android.util.ArrayMap$1 +android.util.ArrayMap +android.util.ArraySet$1 +android.util.ArraySet +android.util.AtomicFile +android.util.AttributeSet +android.util.BackupUtils$BadVersionException +android.util.BackupUtils +android.util.Base64$Coder +android.util.Base64$Decoder +android.util.Base64$Encoder +android.util.Base64 +android.util.CharsetUtils +android.util.CloseGuard +android.util.ContainerHelpers +android.util.DataUnit$1 +android.util.DataUnit$2 +android.util.DataUnit$3 +android.util.DataUnit$4 +android.util.DataUnit$5 +android.util.DataUnit$6 +android.util.DataUnit +android.util.DebugUtils +android.util.DisplayMetrics +android.util.Dumpable +android.util.EventLog$Event +android.util.EventLog +android.util.ExceptionUtils +android.util.FastImmutableArraySet$FastIterator +android.util.FastImmutableArraySet +android.util.FeatureFlagUtils +android.util.FloatProperty +android.util.Half +android.util.IconDrawableFactory +android.util.IndentingPrintWriter +android.util.IntArray +android.util.IntProperty +android.util.JsonReader$1 +android.util.JsonReader +android.util.JsonScope +android.util.JsonToken +android.util.JsonWriter$1 +android.util.JsonWriter +android.util.KeyValueListParser$IntValue +android.util.KeyValueListParser +android.util.KeyValueSettingObserver$SettingObserver +android.util.KeyValueSettingObserver +android.util.LauncherIcons +android.util.LocalLog$ReadOnlyLocalLog +android.util.LocalLog +android.util.Log$1 +android.util.Log$ImmediateLogWriter +android.util.Log$PreloadHolder +android.util.Log$TerribleFailure +android.util.Log$TerribleFailureHandler +android.util.Log +android.util.LogPrinter +android.util.LogWriter +android.util.LongArray +android.util.LongArrayQueue +android.util.LongSparseArray$StringParcelling +android.util.LongSparseArray +android.util.LongSparseLongArray$Parcelling +android.util.LongSparseLongArray +android.util.LruCache +android.util.MapCollections$ArrayIterator +android.util.MapCollections$EntrySet +android.util.MapCollections$KeySet +android.util.MapCollections$MapIterator +android.util.MapCollections$ValuesCollection +android.util.MapCollections +android.util.MathUtils +android.util.MemoryIntArray$1 +android.util.MemoryIntArray +android.util.MergedConfiguration$1 +android.util.MergedConfiguration +android.util.MutableBoolean +android.util.MutableInt +android.util.MutableLong +android.util.NtpTrustedTime$1 +android.util.NtpTrustedTime$NtpConnectionInfo +android.util.NtpTrustedTime$TimeResult +android.util.NtpTrustedTime +android.util.PackageUtils +android.util.Pair +android.util.PathParser$PathData +android.util.PathParser +android.util.Patterns +android.util.Pools$Pool +android.util.Pools$SimplePool +android.util.Pools$SynchronizedPool +android.util.PrefixPrinter +android.util.PrintWriterPrinter +android.util.Printer +android.util.Property +android.util.Range +android.util.Rational +android.util.RecurrenceRule$1 +android.util.RecurrenceRule$NonrecurringIterator +android.util.RecurrenceRule$RecurringIterator +android.util.RecurrenceRule +android.util.Singleton +android.util.Size +android.util.SizeF$1 +android.util.SizeF +android.util.Slog +android.util.SparseArray +android.util.SparseArrayMap +android.util.SparseBooleanArray +android.util.SparseDoubleArray +android.util.SparseIntArray +android.util.SparseLongArray +android.util.SparseSetArray +android.util.Spline$LinearSpline +android.util.Spline$MonotoneCubicSpline +android.util.Spline +android.util.StateSet +android.util.StringBuilderPrinter +android.util.SuperNotCalledException +android.util.SystemConfigFileCommitEventLogger +android.util.TimeFormatException +android.util.TimeUtils +android.util.TimedRemoteCaller +android.util.TimingLogger +android.util.TimingsTraceLog +android.util.TrustedTime +android.util.TypedValue +android.util.TypedXmlPullParser +android.util.TypedXmlSerializer +android.util.UtilConfig +android.util.Xml$Encoding +android.util.Xml +android.util.XmlPullAttributes +android.util.apk.ApkSignatureSchemeV2Verifier$VerifiedSigner +android.util.apk.ApkSignatureSchemeV2Verifier +android.util.apk.ApkSignatureSchemeV3Verifier$PlatformNotSupportedException +android.util.apk.ApkSignatureSchemeV3Verifier$VerifiedSigner +android.util.apk.ApkSignatureSchemeV3Verifier +android.util.apk.ApkSignatureSchemeV4Verifier$VerifiedSigner +android.util.apk.ApkSignatureSchemeV4Verifier +android.util.apk.ApkSignatureVerifier$SigningDetailsWithDigests +android.util.apk.ApkSignatureVerifier +android.util.apk.ApkSigningBlockUtils$1 +android.util.apk.ApkSigningBlockUtils$MultipleDigestDataDigester +android.util.apk.ApkSigningBlockUtils$VerifiedProofOfRotation +android.util.apk.ApkSigningBlockUtils +android.util.apk.ByteBufferDataSource +android.util.apk.ByteBufferFactory +android.util.apk.DataDigester +android.util.apk.DataSource +android.util.apk.MemoryMappedFileDataSource +android.util.apk.SignatureInfo +android.util.apk.SignatureNotFoundException +android.util.apk.VerbatimX509Certificate +android.util.apk.VerityBuilder$BufferedDigester +android.util.apk.VerityBuilder$VerityResult +android.util.apk.VerityBuilder +android.util.apk.WrappedX509Certificate +android.util.apk.ZipUtils +android.util.jar.StrictJarFile$EntryIterator +android.util.jar.StrictJarFile$FDStream +android.util.jar.StrictJarFile$JarFileInputStream +android.util.jar.StrictJarFile$ZipInflaterInputStream +android.util.jar.StrictJarFile +android.util.jar.StrictJarManifest$Chunk +android.util.jar.StrictJarManifest +android.util.jar.StrictJarManifestReader +android.util.jar.StrictJarVerifier$VerifierEntry +android.util.jar.StrictJarVerifier +android.util.proto.EncodedBuffer +android.util.proto.ProtoInputStream +android.util.proto.ProtoOutputStream +android.util.proto.ProtoParseException +android.util.proto.ProtoStream +android.util.proto.ProtoUtils +android.util.proto.WireTypeMismatchException +android.view.AbsSavedState$1 +android.view.AbsSavedState$2 +android.view.AbsSavedState +android.view.AccessibilityInteractionController$AccessibilityNodePrefetcher +android.view.AccessibilityInteractionController$MessageHolder +android.view.AccessibilityInteractionController$PrivateHandler +android.view.AccessibilityInteractionController +android.view.ActionMode$Callback2 +android.view.ActionMode$Callback +android.view.ActionMode +android.view.ActionProvider$SubUiVisibilityListener +android.view.ActionProvider +android.view.AppTransitionAnimationSpec$1 +android.view.AppTransitionAnimationSpec +android.view.AttachedSurfaceControl +android.view.BatchedInputEventReceiver$BatchedInputRunnable +android.view.BatchedInputEventReceiver +android.view.Choreographer$1 +android.view.Choreographer$2 +android.view.Choreographer$3 +android.view.Choreographer$4 +android.view.Choreographer$CallbackQueue +android.view.Choreographer$CallbackRecord +android.view.Choreographer$FrameCallback +android.view.Choreographer$FrameData +android.view.Choreographer$FrameDisplayEventReceiver +android.view.Choreographer$FrameHandler +android.view.Choreographer +android.view.CompositionSamplingListener +android.view.ContextMenu$ContextMenuInfo +android.view.ContextMenu +android.view.ContextThemeWrapper +android.view.CrossWindowBlurListeners +android.view.CutoutSpecification$Parser +android.view.CutoutSpecification +android.view.Display$HdrCapabilities$1 +android.view.Display$HdrCapabilities +android.view.Display$Mode$1 +android.view.Display$Mode +android.view.Display +android.view.DisplayAddress$Network$1 +android.view.DisplayAddress$Network +android.view.DisplayAddress$Physical$1 +android.view.DisplayAddress$Physical +android.view.DisplayAddress +android.view.DisplayAdjustments +android.view.DisplayCutout$Bounds +android.view.DisplayCutout$CutoutPathParserInfo +android.view.DisplayCutout$ParcelableWrapper$1 +android.view.DisplayCutout$ParcelableWrapper +android.view.DisplayCutout +android.view.DisplayEventReceiver$FrameRateOverride +android.view.DisplayEventReceiver$VsyncEventData$FrameTimeline +android.view.DisplayEventReceiver$VsyncEventData +android.view.DisplayEventReceiver +android.view.DisplayInfo$1 +android.view.DisplayInfo +android.view.DragEvent$1 +android.view.DragEvent +android.view.FallbackEventHandler +android.view.FocusFinder$$ExternalSyntheticLambda0 +android.view.FocusFinder$$ExternalSyntheticLambda1 +android.view.FocusFinder$1 +android.view.FocusFinder$FocusSorter$$ExternalSyntheticLambda0 +android.view.FocusFinder$FocusSorter$$ExternalSyntheticLambda1 +android.view.FocusFinder$FocusSorter +android.view.FocusFinder$UserSpecifiedFocusComparator$NextFocusGetter +android.view.FocusFinder$UserSpecifiedFocusComparator +android.view.FocusFinder +android.view.FrameMetrics +android.view.FrameMetricsObserver +android.view.FrameStats +android.view.GestureDetector$GestureHandler +android.view.GestureDetector$OnContextClickListener +android.view.GestureDetector$OnDoubleTapListener +android.view.GestureDetector$OnGestureListener +android.view.GestureDetector$SimpleOnGestureListener +android.view.GestureDetector +android.view.GhostView +android.view.Gravity +android.view.HandlerActionQueue$HandlerAction +android.view.HandlerActionQueue +android.view.HandwritingInitiator +android.view.IAppTransitionAnimationSpecsFuture$Stub$Proxy +android.view.IAppTransitionAnimationSpecsFuture$Stub +android.view.IAppTransitionAnimationSpecsFuture +android.view.IDisplayFoldListener$Stub$Proxy +android.view.IDisplayFoldListener$Stub +android.view.IDisplayFoldListener +android.view.IDisplayWindowInsetsController$Stub$Proxy +android.view.IDisplayWindowInsetsController$Stub +android.view.IDisplayWindowInsetsController +android.view.IDisplayWindowListener$Stub$Proxy +android.view.IDisplayWindowListener$Stub +android.view.IDisplayWindowListener +android.view.IDockedStackListener$Stub$Proxy +android.view.IDockedStackListener$Stub +android.view.IDockedStackListener +android.view.IGraphicsStats$Stub$Proxy +android.view.IGraphicsStats$Stub +android.view.IGraphicsStats +android.view.IGraphicsStatsCallback$Stub$Proxy +android.view.IGraphicsStatsCallback$Stub +android.view.IGraphicsStatsCallback +android.view.IInputMonitorHost$Stub$Proxy +android.view.IInputMonitorHost$Stub +android.view.IInputMonitorHost +android.view.IOnKeyguardExitResult$Stub$Proxy +android.view.IOnKeyguardExitResult$Stub +android.view.IOnKeyguardExitResult +android.view.IRecentsAnimationController$Stub$Proxy +android.view.IRecentsAnimationController$Stub +android.view.IRecentsAnimationController +android.view.IRecentsAnimationRunner$Stub$Proxy +android.view.IRecentsAnimationRunner$Stub +android.view.IRecentsAnimationRunner +android.view.IRemoteAnimationFinishedCallback$Stub$Proxy +android.view.IRemoteAnimationFinishedCallback$Stub +android.view.IRemoteAnimationFinishedCallback +android.view.IRemoteAnimationRunner$Stub$Proxy +android.view.IRemoteAnimationRunner$Stub +android.view.IRemoteAnimationRunner +android.view.IRotationWatcher$Stub$Proxy +android.view.IRotationWatcher$Stub +android.view.IRotationWatcher +android.view.IScrollCaptureCallbacks$Stub$Proxy +android.view.IScrollCaptureCallbacks$Stub +android.view.IScrollCaptureCallbacks +android.view.IScrollCaptureResponseListener$Stub$Proxy +android.view.IScrollCaptureResponseListener$Stub +android.view.IScrollCaptureResponseListener +android.view.ISystemGestureExclusionListener$Stub$Proxy +android.view.ISystemGestureExclusionListener$Stub +android.view.ISystemGestureExclusionListener +android.view.IWallpaperVisibilityListener$Stub$Proxy +android.view.IWallpaperVisibilityListener$Stub +android.view.IWallpaperVisibilityListener +android.view.IWindow$Stub$Proxy +android.view.IWindow$Stub +android.view.IWindow +android.view.IWindowFocusObserver$Stub +android.view.IWindowFocusObserver +android.view.IWindowId$Stub$Proxy +android.view.IWindowId$Stub +android.view.IWindowId +android.view.IWindowManager$Stub$Proxy +android.view.IWindowManager$Stub +android.view.IWindowManager +android.view.IWindowSession$Stub$Proxy +android.view.IWindowSession$Stub +android.view.IWindowSession +android.view.IWindowSessionCallback$Stub$Proxy +android.view.IWindowSessionCallback$Stub +android.view.IWindowSessionCallback +android.view.ImeFocusController$InputMethodManagerDelegate +android.view.ImeFocusController +android.view.ImeInsetsSourceConsumer +android.view.InflateException +android.view.InputApplicationHandle +android.view.InputChannel$1 +android.view.InputChannel +android.view.InputDevice$1 +android.view.InputDevice$MotionRange +android.view.InputDevice +android.view.InputEvent$1 +android.view.InputEvent +android.view.InputEventAssigner +android.view.InputEventCompatProcessor +android.view.InputEventConsistencyVerifier +android.view.InputEventReceiver +android.view.InputEventSender +android.view.InputMonitor$1 +android.view.InputMonitor +android.view.InputQueue$Callback +android.view.InputQueue$FinishedInputEventCallback +android.view.InputQueue +android.view.InputWindowHandle +android.view.InsetsAnimationControlCallbacks +android.view.InsetsAnimationControlImpl$$ExternalSyntheticLambda0 +android.view.InsetsAnimationControlImpl +android.view.InsetsAnimationControlRunner +android.view.InsetsAnimationThread +android.view.InsetsAnimationThreadControlRunner$$ExternalSyntheticLambda0 +android.view.InsetsAnimationThreadControlRunner$$ExternalSyntheticLambda1 +android.view.InsetsAnimationThreadControlRunner$$ExternalSyntheticLambda2 +android.view.InsetsAnimationThreadControlRunner$1$$ExternalSyntheticLambda0 +android.view.InsetsAnimationThreadControlRunner$1$$ExternalSyntheticLambda1 +android.view.InsetsAnimationThreadControlRunner$1 +android.view.InsetsAnimationThreadControlRunner +android.view.InsetsController$$ExternalSyntheticLambda0 +android.view.InsetsController$$ExternalSyntheticLambda10 +android.view.InsetsController$$ExternalSyntheticLambda1 +android.view.InsetsController$$ExternalSyntheticLambda2 +android.view.InsetsController$$ExternalSyntheticLambda3 +android.view.InsetsController$$ExternalSyntheticLambda4 +android.view.InsetsController$$ExternalSyntheticLambda5 +android.view.InsetsController$$ExternalSyntheticLambda6 +android.view.InsetsController$$ExternalSyntheticLambda7 +android.view.InsetsController$$ExternalSyntheticLambda8 +android.view.InsetsController$$ExternalSyntheticLambda9 +android.view.InsetsController$Host +android.view.InsetsController$InternalAnimationControlListener$$ExternalSyntheticLambda0 +android.view.InsetsController$InternalAnimationControlListener$$ExternalSyntheticLambda1 +android.view.InsetsController$InternalAnimationControlListener$$ExternalSyntheticLambda2 +android.view.InsetsController$InternalAnimationControlListener$$ExternalSyntheticLambda3 +android.view.InsetsController$InternalAnimationControlListener$$ExternalSyntheticLambda4 +android.view.InsetsController$InternalAnimationControlListener$1 +android.view.InsetsController$InternalAnimationControlListener$2 +android.view.InsetsController$InternalAnimationControlListener +android.view.InsetsController$PendingControlRequest +android.view.InsetsController$RunningAnimation +android.view.InsetsController +android.view.InsetsFlags +android.view.InsetsSource$1 +android.view.InsetsSource +android.view.InsetsSourceConsumer +android.view.InsetsSourceControl$1 +android.view.InsetsSourceControl +android.view.InsetsState$1 +android.view.InsetsState +android.view.InsetsVisibilities +android.view.InternalInsetsAnimationController +android.view.KeyCharacterMap$1 +android.view.KeyCharacterMap$FallbackAction +android.view.KeyCharacterMap$UnavailableException +android.view.KeyCharacterMap +android.view.KeyEvent$1 +android.view.KeyEvent$Callback +android.view.KeyEvent$DispatcherState +android.view.KeyEvent +android.view.LayoutInflater$BlinkLayout$1 +android.view.LayoutInflater$BlinkLayout +android.view.LayoutInflater$Factory2 +android.view.LayoutInflater$Factory +android.view.LayoutInflater$FactoryMerger +android.view.LayoutInflater$Filter +android.view.LayoutInflater +android.view.MagnificationSpec$1 +android.view.MagnificationSpec +android.view.Menu +android.view.MenuInflater$InflatedOnMenuItemClickListener +android.view.MenuInflater$MenuState +android.view.MenuInflater +android.view.MenuItem$OnActionExpandListener +android.view.MenuItem$OnMenuItemClickListener +android.view.MenuItem +android.view.MotionEvent$1 +android.view.MotionEvent$PointerCoords +android.view.MotionEvent$PointerProperties +android.view.MotionEvent +android.view.NativeVectorDrawableAnimator +android.view.NotificationHeaderView$1 +android.view.NotificationHeaderView$HeaderTouchListener +android.view.NotificationHeaderView +android.view.NotificationTopLineView +android.view.OnReceiveContentListener +android.view.OrientationEventListener$SensorEventListenerImpl +android.view.OrientationEventListener +android.view.OrientationListener +android.view.PendingInsetsController$PendingRequest +android.view.PendingInsetsController +android.view.PixelCopy$1 +android.view.PixelCopy$OnPixelCopyFinishedListener +android.view.PixelCopy +android.view.PointerIcon$1 +android.view.PointerIcon$2 +android.view.PointerIcon +android.view.PrivacyIndicatorBounds$1 +android.view.PrivacyIndicatorBounds +android.view.RemotableViewMethod +android.view.RemoteAccessibilityController$RemoteAccessibilityEmbeddedConnection +android.view.RemoteAccessibilityController +android.view.RemoteAnimationAdapter$1 +android.view.RemoteAnimationAdapter +android.view.RemoteAnimationDefinition$1 +android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry$1 +android.view.RemoteAnimationDefinition$RemoteAnimationAdapterEntry +android.view.RemoteAnimationDefinition +android.view.RemoteAnimationTarget$1 +android.view.RemoteAnimationTarget +android.view.RenderNodeAnimator +android.view.RoundScrollbarRenderer +android.view.RoundedCorner$1 +android.view.RoundedCorner +android.view.RoundedCorners$1 +android.view.RoundedCorners +android.view.ScaleGestureDetector$1 +android.view.ScaleGestureDetector$OnScaleGestureListener +android.view.ScaleGestureDetector$SimpleOnScaleGestureListener +android.view.ScaleGestureDetector +android.view.SearchEvent +android.view.SoundEffectConstants +android.view.SubMenu +android.view.Surface$1 +android.view.Surface$CompatibleCanvas +android.view.Surface$HwuiContext +android.view.Surface$OutOfResourcesException +android.view.Surface +android.view.SurfaceControl$1 +android.view.SurfaceControl$Builder +android.view.SurfaceControl$CaptureArgs$Builder +android.view.SurfaceControl$CaptureArgs +android.view.SurfaceControl$CieXyz +android.view.SurfaceControl$DesiredDisplayModeSpecs +android.view.SurfaceControl$DisplayCaptureArgs$Builder +android.view.SurfaceControl$DisplayCaptureArgs +android.view.SurfaceControl$DisplayMode +android.view.SurfaceControl$DisplayPrimaries +android.view.SurfaceControl$DynamicDisplayInfo +android.view.SurfaceControl$GlobalTransactionWrapper +android.view.SurfaceControl$JankData +android.view.SurfaceControl$LayerCaptureArgs$Builder +android.view.SurfaceControl$LayerCaptureArgs +android.view.SurfaceControl$OnJankDataListener +android.view.SurfaceControl$OnReparentListener +android.view.SurfaceControl$ScreenCaptureListener +android.view.SurfaceControl$ScreenshotHardwareBuffer +android.view.SurfaceControl$StaticDisplayInfo +android.view.SurfaceControl$SyncScreenCaptureListener +android.view.SurfaceControl$Transaction$1 +android.view.SurfaceControl$Transaction +android.view.SurfaceControl$TransactionCommittedListener +android.view.SurfaceControl +android.view.SurfaceControlHdrLayerInfoListener +android.view.SurfaceControlViewHost$SurfacePackage$1 +android.view.SurfaceControlViewHost$SurfacePackage +android.view.SurfaceHolder$Callback2 +android.view.SurfaceHolder$Callback +android.view.SurfaceHolder +android.view.SurfaceSession +android.view.SurfaceView$$ExternalSyntheticLambda0 +android.view.SurfaceView$$ExternalSyntheticLambda1 +android.view.SurfaceView$$ExternalSyntheticLambda2 +android.view.SurfaceView$$ExternalSyntheticLambda3 +android.view.SurfaceView$$ExternalSyntheticLambda4 +android.view.SurfaceView$$ExternalSyntheticLambda5 +android.view.SurfaceView$$ExternalSyntheticLambda6 +android.view.SurfaceView$1 +android.view.SurfaceView$SurfaceViewPositionUpdateListener +android.view.SurfaceView$SyncBufferTransactionCallback +android.view.SurfaceView +android.view.SyncRtSurfaceTransactionApplier$SurfaceParams$Builder +android.view.SyncRtSurfaceTransactionApplier$SurfaceParams +android.view.SyncRtSurfaceTransactionApplier +android.view.TextureView$$ExternalSyntheticLambda0 +android.view.TextureView$SurfaceTextureListener +android.view.TextureView +android.view.ThreadedRenderer$1 +android.view.ThreadedRenderer$DrawCallbacks +android.view.ThreadedRenderer$WebViewOverlayProvider +android.view.ThreadedRenderer +android.view.TouchDelegate +android.view.TunnelModeEnabledListener +android.view.VelocityTracker$Estimator +android.view.VelocityTracker +android.view.VerifiedInputEvent$1 +android.view.VerifiedInputEvent +android.view.VerifiedKeyEvent$1 +android.view.VerifiedKeyEvent +android.view.VerifiedMotionEvent$1 +android.view.VerifiedMotionEvent +android.view.View$$ExternalSyntheticLambda0 +android.view.View$$ExternalSyntheticLambda10 +android.view.View$$ExternalSyntheticLambda11 +android.view.View$$ExternalSyntheticLambda13 +android.view.View$$ExternalSyntheticLambda1 +android.view.View$$ExternalSyntheticLambda2 +android.view.View$$ExternalSyntheticLambda3 +android.view.View$$ExternalSyntheticLambda4 +android.view.View$$ExternalSyntheticLambda7 +android.view.View$$ExternalSyntheticLambda8 +android.view.View$$ExternalSyntheticLambda9 +android.view.View$10 +android.view.View$11 +android.view.View$12 +android.view.View$13 +android.view.View$1 +android.view.View$2 +android.view.View$3 +android.view.View$4 +android.view.View$5 +android.view.View$6 +android.view.View$7 +android.view.View$8 +android.view.View$9 +android.view.View$AccessibilityDelegate +android.view.View$AttachInfo$Callbacks +android.view.View$AttachInfo$InvalidateInfo +android.view.View$AttachInfo +android.view.View$BaseSavedState$1 +android.view.View$BaseSavedState +android.view.View$CheckForLongPress +android.view.View$CheckForTap +android.view.View$DeclaredOnClickListener +android.view.View$ForegroundInfo +android.view.View$ListenerInfo +android.view.View$MatchIdPredicate +android.view.View$MatchLabelForPredicate +android.view.View$MeasureSpec +android.view.View$OnApplyWindowInsetsListener +android.view.View$OnAttachStateChangeListener +android.view.View$OnClickListener +android.view.View$OnCreateContextMenuListener +android.view.View$OnDragListener +android.view.View$OnFocusChangeListener +android.view.View$OnGenericMotionListener +android.view.View$OnHoverListener +android.view.View$OnKeyListener +android.view.View$OnLayoutChangeListener +android.view.View$OnLongClickListener +android.view.View$OnScrollChangeListener +android.view.View$OnSystemUiVisibilityChangeListener +android.view.View$OnTouchListener +android.view.View$PerformClick +android.view.View$ScrollabilityCache +android.view.View$SendAccessibilityEventThrottle +android.view.View$SendViewScrolledAccessibilityEvent +android.view.View$TintInfo +android.view.View$TooltipInfo +android.view.View$TransformationInfo +android.view.View$UnsetPressedState +android.view.View$VisibilityChangeForAutofillHandler +android.view.View +android.view.ViewAnimationHostBridge +android.view.ViewAnimationUtils +android.view.ViewConfiguration +android.view.ViewDebug$ExportedProperty +android.view.ViewDebug$FlagToString +android.view.ViewDebug$HierarchyHandler +android.view.ViewDebug$IntToString +android.view.ViewDebug +android.view.ViewFrameInfo +android.view.ViewGroup$1 +android.view.ViewGroup$2 +android.view.ViewGroup$4 +android.view.ViewGroup$ChildListForAccessibility +android.view.ViewGroup$ChildListForAutoFillOrContentCapture +android.view.ViewGroup$HoverTarget +android.view.ViewGroup$LayoutParams +android.view.ViewGroup$MarginLayoutParams +android.view.ViewGroup$OnHierarchyChangeListener +android.view.ViewGroup$TouchTarget +android.view.ViewGroup$ViewLocationHolder +android.view.ViewGroup +android.view.ViewGroupOverlay +android.view.ViewManager +android.view.ViewOutlineProvider$1 +android.view.ViewOutlineProvider$2 +android.view.ViewOutlineProvider$3 +android.view.ViewOutlineProvider +android.view.ViewOverlay$OverlayViewGroup +android.view.ViewOverlay +android.view.ViewParent +android.view.ViewPropertyAnimator$1 +android.view.ViewPropertyAnimator$2 +android.view.ViewPropertyAnimator$3 +android.view.ViewPropertyAnimator$AnimatorEventListener +android.view.ViewPropertyAnimator$NameValuesHolder +android.view.ViewPropertyAnimator$PropertyBundle +android.view.ViewPropertyAnimator +android.view.ViewRootImpl$$ExternalSyntheticLambda0 +android.view.ViewRootImpl$$ExternalSyntheticLambda10 +android.view.ViewRootImpl$$ExternalSyntheticLambda11 +android.view.ViewRootImpl$$ExternalSyntheticLambda12 +android.view.ViewRootImpl$$ExternalSyntheticLambda14 +android.view.ViewRootImpl$$ExternalSyntheticLambda1 +android.view.ViewRootImpl$$ExternalSyntheticLambda2 +android.view.ViewRootImpl$$ExternalSyntheticLambda3 +android.view.ViewRootImpl$$ExternalSyntheticLambda5 +android.view.ViewRootImpl$$ExternalSyntheticLambda7 +android.view.ViewRootImpl$$ExternalSyntheticLambda9 +android.view.ViewRootImpl$1 +android.view.ViewRootImpl$2 +android.view.ViewRootImpl$3 +android.view.ViewRootImpl$4 +android.view.ViewRootImpl$5 +android.view.ViewRootImpl$6 +android.view.ViewRootImpl$7 +android.view.ViewRootImpl$8 +android.view.ViewRootImpl$AccessibilityInteractionConnection +android.view.ViewRootImpl$AccessibilityInteractionConnectionManager +android.view.ViewRootImpl$ActivityConfigCallback +android.view.ViewRootImpl$AsyncInputStage +android.view.ViewRootImpl$CalledFromWrongThreadException +android.view.ViewRootImpl$ConfigChangedCallback +android.view.ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable +android.view.ViewRootImpl$ConsumeBatchedInputRunnable +android.view.ViewRootImpl$EarlyPostImeInputStage +android.view.ViewRootImpl$GfxInfo +android.view.ViewRootImpl$HighContrastTextManager +android.view.ViewRootImpl$ImeInputStage +android.view.ViewRootImpl$InputMetricsListener +android.view.ViewRootImpl$InputStage +android.view.ViewRootImpl$InvalidateOnAnimationRunnable +android.view.ViewRootImpl$NativePostImeInputStage +android.view.ViewRootImpl$NativePreImeInputStage +android.view.ViewRootImpl$QueuedInputEvent +android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent +android.view.ViewRootImpl$SurfaceChangedCallback +android.view.ViewRootImpl$SyntheticInputStage +android.view.ViewRootImpl$SyntheticJoystickHandler$JoystickAxesState +android.view.ViewRootImpl$SyntheticJoystickHandler +android.view.ViewRootImpl$SyntheticKeyboardHandler +android.view.ViewRootImpl$SyntheticTouchNavigationHandler$1 +android.view.ViewRootImpl$SyntheticTouchNavigationHandler +android.view.ViewRootImpl$SyntheticTrackballHandler +android.view.ViewRootImpl$SystemUiVisibilityInfo +android.view.ViewRootImpl$TakenSurfaceHolder +android.view.ViewRootImpl$TrackballAxis +android.view.ViewRootImpl$TraversalRunnable +android.view.ViewRootImpl$UnhandledKeyManager +android.view.ViewRootImpl$ViewPostImeInputStage +android.view.ViewRootImpl$ViewPreImeInputStage +android.view.ViewRootImpl$ViewRootHandler +android.view.ViewRootImpl$W +android.view.ViewRootImpl$WindowInputEventReceiver +android.view.ViewRootImpl +android.view.ViewRootInsetsControllerHost +android.view.ViewRootRectTracker +android.view.ViewStructure$HtmlInfo$Builder +android.view.ViewStructure$HtmlInfo +android.view.ViewStructure +android.view.ViewStub$OnInflateListener +android.view.ViewStub$ViewReplaceRunnable +android.view.ViewStub +android.view.ViewTreeObserver$CopyOnWriteArray$Access +android.view.ViewTreeObserver$CopyOnWriteArray +android.view.ViewTreeObserver$InternalInsetsInfo +android.view.ViewTreeObserver$OnComputeInternalInsetsListener +android.view.ViewTreeObserver$OnDrawListener +android.view.ViewTreeObserver$OnEnterAnimationCompleteListener +android.view.ViewTreeObserver$OnGlobalFocusChangeListener +android.view.ViewTreeObserver$OnGlobalLayoutListener +android.view.ViewTreeObserver$OnPreDrawListener +android.view.ViewTreeObserver$OnScrollChangedListener +android.view.ViewTreeObserver$OnTouchModeChangeListener +android.view.ViewTreeObserver$OnWindowAttachListener +android.view.ViewTreeObserver$OnWindowFocusChangeListener +android.view.ViewTreeObserver$OnWindowShownListener +android.view.ViewTreeObserver +android.view.Window$Callback +android.view.Window$DecorCallback +android.view.Window$OnContentApplyWindowInsetsListener +android.view.Window$OnFrameMetricsAvailableListener +android.view.Window$OnWindowDismissedCallback +android.view.Window$OnWindowSwipeDismissedCallback +android.view.Window$WindowControllerCallback +android.view.Window +android.view.WindowAnimationFrameStats$1 +android.view.WindowAnimationFrameStats +android.view.WindowCallbacks +android.view.WindowContentFrameStats$1 +android.view.WindowContentFrameStats +android.view.WindowId$1 +android.view.WindowId +android.view.WindowInsets$Builder +android.view.WindowInsets$Side +android.view.WindowInsets$Type +android.view.WindowInsets +android.view.WindowInsetsAnimation$Bounds +android.view.WindowInsetsAnimation$Callback +android.view.WindowInsetsAnimation +android.view.WindowInsetsAnimationControlListener +android.view.WindowInsetsAnimationController +android.view.WindowInsetsController$OnControllableInsetsChangedListener +android.view.WindowInsetsController +android.view.WindowLayout +android.view.WindowLeaked +android.view.WindowManager$BadTokenException +android.view.WindowManager$InvalidDisplayException +android.view.WindowManager$LayoutParams$1 +android.view.WindowManager$LayoutParams +android.view.WindowManager +android.view.WindowManagerGlobal$$ExternalSyntheticLambda0 +android.view.WindowManagerGlobal$1 +android.view.WindowManagerGlobal$2 +android.view.WindowManagerGlobal +android.view.WindowManagerImpl +android.view.WindowManagerPolicyConstants$PointerEventListener +android.view.WindowManagerPolicyConstants +android.view.WindowMetrics +android.view.accessibility.AccessibilityCache$AccessibilityNodeRefresher +android.view.accessibility.AccessibilityCache +android.view.accessibility.AccessibilityEvent$1 +android.view.accessibility.AccessibilityEvent +android.view.accessibility.AccessibilityEventSource +android.view.accessibility.AccessibilityInteractionClient +android.view.accessibility.AccessibilityManager$$ExternalSyntheticLambda1 +android.view.accessibility.AccessibilityManager$1$$ExternalSyntheticLambda0 +android.view.accessibility.AccessibilityManager$1 +android.view.accessibility.AccessibilityManager$AccessibilityPolicy +android.view.accessibility.AccessibilityManager$AccessibilityServicesStateChangeListener +android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener +android.view.accessibility.AccessibilityManager$HighTextContrastChangeListener +android.view.accessibility.AccessibilityManager$MyCallback +android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener +android.view.accessibility.AccessibilityManager +android.view.accessibility.AccessibilityNodeIdManager +android.view.accessibility.AccessibilityNodeInfo$1 +android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction$1 +android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction +android.view.accessibility.AccessibilityNodeInfo$CollectionInfo +android.view.accessibility.AccessibilityNodeInfo$CollectionItemInfo +android.view.accessibility.AccessibilityNodeInfo$ExtraRenderingInfo +android.view.accessibility.AccessibilityNodeInfo$RangeInfo +android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo$1 +android.view.accessibility.AccessibilityNodeInfo$TouchDelegateInfo +android.view.accessibility.AccessibilityNodeInfo +android.view.accessibility.AccessibilityNodeProvider +android.view.accessibility.AccessibilityRecord +android.view.accessibility.AccessibilityRequestPreparer +android.view.accessibility.CaptioningManager$1 +android.view.accessibility.CaptioningManager$CaptionStyle +android.view.accessibility.CaptioningManager$CaptioningChangeListener +android.view.accessibility.CaptioningManager$MyContentObserver +android.view.accessibility.CaptioningManager +android.view.accessibility.IAccessibilityEmbeddedConnection +android.view.accessibility.IAccessibilityInteractionConnection$Stub$Proxy +android.view.accessibility.IAccessibilityInteractionConnection$Stub +android.view.accessibility.IAccessibilityInteractionConnection +android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub$Proxy +android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub +android.view.accessibility.IAccessibilityInteractionConnectionCallback +android.view.accessibility.IAccessibilityManager$Stub$Proxy +android.view.accessibility.IAccessibilityManager$Stub +android.view.accessibility.IAccessibilityManager +android.view.accessibility.IAccessibilityManagerClient$Stub$Proxy +android.view.accessibility.IAccessibilityManagerClient$Stub +android.view.accessibility.IAccessibilityManagerClient +android.view.accessibility.IWindowMagnificationConnection$Stub$Proxy +android.view.accessibility.IWindowMagnificationConnection$Stub +android.view.accessibility.IWindowMagnificationConnection +android.view.accessibility.WeakSparseArray$WeakReferenceWithId +android.view.accessibility.WeakSparseArray +android.view.animation.AccelerateDecelerateInterpolator +android.view.animation.AccelerateInterpolator +android.view.animation.AlphaAnimation +android.view.animation.Animation$1 +android.view.animation.Animation$2 +android.view.animation.Animation$3 +android.view.animation.Animation$AnimationListener +android.view.animation.Animation$Description +android.view.animation.Animation$NoImagePreloadHolder +android.view.animation.Animation +android.view.animation.AnimationSet +android.view.animation.AnimationUtils$1 +android.view.animation.AnimationUtils$AnimationState +android.view.animation.AnimationUtils +android.view.animation.AnticipateInterpolator +android.view.animation.AnticipateOvershootInterpolator +android.view.animation.BaseInterpolator +android.view.animation.BounceInterpolator +android.view.animation.ClipRectAnimation +android.view.animation.CycleInterpolator +android.view.animation.DecelerateInterpolator +android.view.animation.ExtendAnimation +android.view.animation.GridLayoutAnimationController +android.view.animation.Interpolator +android.view.animation.LayoutAnimationController +android.view.animation.LinearInterpolator +android.view.animation.OvershootInterpolator +android.view.animation.PathInterpolator +android.view.animation.RotateAnimation +android.view.animation.ScaleAnimation +android.view.animation.Transformation +android.view.animation.TranslateAnimation +android.view.autofill.AutofillClientController +android.view.autofill.AutofillId$1 +android.view.autofill.AutofillId +android.view.autofill.AutofillManager$$ExternalSyntheticLambda0 +android.view.autofill.AutofillManager$$ExternalSyntheticLambda1 +android.view.autofill.AutofillManager$$ExternalSyntheticLambda5 +android.view.autofill.AutofillManager$AugmentedAutofillManagerClient +android.view.autofill.AutofillManager$AutofillCallback +android.view.autofill.AutofillManager$AutofillClient +android.view.autofill.AutofillManager$AutofillManagerClient$$ExternalSyntheticLambda10 +android.view.autofill.AutofillManager$AutofillManagerClient$$ExternalSyntheticLambda13 +android.view.autofill.AutofillManager$AutofillManagerClient$$ExternalSyntheticLambda16 +android.view.autofill.AutofillManager$AutofillManagerClient +android.view.autofill.AutofillManager$CompatibilityBridge +android.view.autofill.AutofillManager$TrackedViews +android.view.autofill.AutofillManager +android.view.autofill.AutofillManagerInternal +android.view.autofill.AutofillPopupWindow +android.view.autofill.AutofillValue$1 +android.view.autofill.AutofillValue +android.view.autofill.Helper +android.view.autofill.IAugmentedAutofillManagerClient$Stub +android.view.autofill.IAugmentedAutofillManagerClient +android.view.autofill.IAutoFillManager$Stub$Proxy +android.view.autofill.IAutoFillManager$Stub +android.view.autofill.IAutoFillManager +android.view.autofill.IAutoFillManagerClient$Stub$Proxy +android.view.autofill.IAutoFillManagerClient$Stub +android.view.autofill.IAutoFillManagerClient +android.view.autofill.IAutofillWindowPresenter$Stub$Proxy +android.view.autofill.IAutofillWindowPresenter$Stub +android.view.autofill.IAutofillWindowPresenter +android.view.autofill.ParcelableMap$1 +android.view.autofill.ParcelableMap +android.view.contentcapture.ContentCaptureCondition$1 +android.view.contentcapture.ContentCaptureCondition +android.view.contentcapture.ContentCaptureContext$1 +android.view.contentcapture.ContentCaptureContext$Builder +android.view.contentcapture.ContentCaptureContext +android.view.contentcapture.ContentCaptureEvent$1 +android.view.contentcapture.ContentCaptureEvent +android.view.contentcapture.ContentCaptureHelper +android.view.contentcapture.ContentCaptureManager$ContentCaptureClient +android.view.contentcapture.ContentCaptureManager$LocalDataShareAdapterResourceManager +android.view.contentcapture.ContentCaptureManager +android.view.contentcapture.ContentCaptureSession +android.view.contentcapture.ContentCaptureSessionId$1 +android.view.contentcapture.ContentCaptureSessionId +android.view.contentcapture.DataRemovalRequest$1 +android.view.contentcapture.DataRemovalRequest$LocusIdRequest +android.view.contentcapture.DataRemovalRequest +android.view.contentcapture.DataShareRequest$1 +android.view.contentcapture.DataShareRequest +android.view.contentcapture.IContentCaptureDirectManager$Stub$Proxy +android.view.contentcapture.IContentCaptureDirectManager$Stub +android.view.contentcapture.IContentCaptureDirectManager +android.view.contentcapture.IContentCaptureManager$Stub$Proxy +android.view.contentcapture.IContentCaptureManager$Stub +android.view.contentcapture.IContentCaptureManager +android.view.contentcapture.IContentCaptureOptionsCallback$Stub +android.view.contentcapture.IContentCaptureOptionsCallback +android.view.contentcapture.IDataShareWriteAdapter$Stub$Proxy +android.view.contentcapture.IDataShareWriteAdapter$Stub +android.view.contentcapture.IDataShareWriteAdapter +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda0 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda10 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda11 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda12 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda13 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda1 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda2 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda3 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda4 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda6 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda8 +android.view.contentcapture.MainContentCaptureSession$$ExternalSyntheticLambda9 +android.view.contentcapture.MainContentCaptureSession$SessionStateReceiver$$ExternalSyntheticLambda0 +android.view.contentcapture.MainContentCaptureSession$SessionStateReceiver$$ExternalSyntheticLambda1 +android.view.contentcapture.MainContentCaptureSession$SessionStateReceiver +android.view.contentcapture.MainContentCaptureSession +android.view.contentcapture.ViewNode$ViewNodeText +android.view.contentcapture.ViewNode$ViewStructureImpl +android.view.contentcapture.ViewNode +android.view.displayhash.DisplayHashManager +android.view.inputmethod.BaseInputConnection +android.view.inputmethod.CompletionInfo$1 +android.view.inputmethod.CompletionInfo +android.view.inputmethod.ComposingText +android.view.inputmethod.CorrectionInfo$1 +android.view.inputmethod.CorrectionInfo +android.view.inputmethod.CursorAnchorInfo$1 +android.view.inputmethod.CursorAnchorInfo$Builder +android.view.inputmethod.CursorAnchorInfo +android.view.inputmethod.DumpableInputConnection +android.view.inputmethod.EditorBoundsInfo$Builder +android.view.inputmethod.EditorBoundsInfo +android.view.inputmethod.EditorInfo$1 +android.view.inputmethod.EditorInfo +android.view.inputmethod.ExtractedText$1 +android.view.inputmethod.ExtractedText +android.view.inputmethod.ExtractedTextRequest$1 +android.view.inputmethod.ExtractedTextRequest +android.view.inputmethod.IAccessibilityInputMethodSessionInvoker +android.view.inputmethod.InlineSuggestionsRequest$1 +android.view.inputmethod.InlineSuggestionsRequest +android.view.inputmethod.InlineSuggestionsResponse$1 +android.view.inputmethod.InlineSuggestionsResponse +android.view.inputmethod.InputBinding$1 +android.view.inputmethod.InputBinding +android.view.inputmethod.InputConnection +android.view.inputmethod.InputConnectionWrapper +android.view.inputmethod.InputContentInfo$1 +android.view.inputmethod.InputContentInfo +android.view.inputmethod.InputMethod$SessionCallback +android.view.inputmethod.InputMethod +android.view.inputmethod.InputMethodInfo$1 +android.view.inputmethod.InputMethodInfo +android.view.inputmethod.InputMethodManager$$ExternalSyntheticLambda0 +android.view.inputmethod.InputMethodManager$$ExternalSyntheticLambda1 +android.view.inputmethod.InputMethodManager$$ExternalSyntheticLambda2 +android.view.inputmethod.InputMethodManager$$ExternalSyntheticLambda3 +android.view.inputmethod.InputMethodManager$1 +android.view.inputmethod.InputMethodManager$DelegateImpl +android.view.inputmethod.InputMethodManager$FinishedInputEventCallback +android.view.inputmethod.InputMethodManager$H$$ExternalSyntheticLambda0 +android.view.inputmethod.InputMethodManager$H +android.view.inputmethod.InputMethodManager$ImeInputEventSender +android.view.inputmethod.InputMethodManager$PendingEvent +android.view.inputmethod.InputMethodManager +android.view.inputmethod.InputMethodSession$EventCallback +android.view.inputmethod.InputMethodSession +android.view.inputmethod.InputMethodSessionWrapper +android.view.inputmethod.InputMethodSubtype$1 +android.view.inputmethod.InputMethodSubtype$InputMethodSubtypeBuilder +android.view.inputmethod.InputMethodSubtype +android.view.inputmethod.InputMethodSubtypeArray +android.view.inputmethod.SparseRectFArray$1 +android.view.inputmethod.SparseRectFArray$SparseRectFArrayBuilder +android.view.inputmethod.SparseRectFArray +android.view.inputmethod.SurroundingText$1 +android.view.inputmethod.SurroundingText +android.view.inputmethod.TextAttribute +android.view.textclassifier.ConversationAction$1 +android.view.textclassifier.ConversationAction$Builder +android.view.textclassifier.ConversationAction +android.view.textclassifier.ConversationActions$1 +android.view.textclassifier.ConversationActions$Message$1 +android.view.textclassifier.ConversationActions$Message$Builder +android.view.textclassifier.ConversationActions$Message +android.view.textclassifier.ConversationActions$Request$1 +android.view.textclassifier.ConversationActions$Request$Builder +android.view.textclassifier.ConversationActions$Request +android.view.textclassifier.ConversationActions +android.view.textclassifier.EntityConfidence$$ExternalSyntheticLambda0 +android.view.textclassifier.EntityConfidence$1 +android.view.textclassifier.EntityConfidence +android.view.textclassifier.ExtrasUtils +android.view.textclassifier.Log +android.view.textclassifier.SelectionEvent$1 +android.view.textclassifier.SelectionEvent +android.view.textclassifier.SelectionSessionLogger$SignatureParser +android.view.textclassifier.SelectionSessionLogger +android.view.textclassifier.SystemTextClassifier$BlockingCallback +android.view.textclassifier.SystemTextClassifier$ResponseReceiver +android.view.textclassifier.SystemTextClassifier +android.view.textclassifier.SystemTextClassifierMetadata$1 +android.view.textclassifier.SystemTextClassifierMetadata +android.view.textclassifier.TextClassification$$ExternalSyntheticLambda0 +android.view.textclassifier.TextClassification$1 +android.view.textclassifier.TextClassification$Builder +android.view.textclassifier.TextClassification$Request$1 +android.view.textclassifier.TextClassification$Request$Builder +android.view.textclassifier.TextClassification$Request +android.view.textclassifier.TextClassification +android.view.textclassifier.TextClassificationConstants +android.view.textclassifier.TextClassificationContext$1 +android.view.textclassifier.TextClassificationContext$Builder +android.view.textclassifier.TextClassificationContext +android.view.textclassifier.TextClassificationManager$$ExternalSyntheticLambda0 +android.view.textclassifier.TextClassificationManager +android.view.textclassifier.TextClassificationSession$CleanerRunnable +android.view.textclassifier.TextClassificationSession$SelectionEventHelper +android.view.textclassifier.TextClassificationSession +android.view.textclassifier.TextClassificationSessionFactory +android.view.textclassifier.TextClassificationSessionId$1 +android.view.textclassifier.TextClassificationSessionId +android.view.textclassifier.TextClassifier$1 +android.view.textclassifier.TextClassifier$EntityConfig$1 +android.view.textclassifier.TextClassifier$EntityConfig$Builder +android.view.textclassifier.TextClassifier$EntityConfig +android.view.textclassifier.TextClassifier$Utils +android.view.textclassifier.TextClassifier +android.view.textclassifier.TextClassifierEvent$1 +android.view.textclassifier.TextClassifierEvent$Builder +android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent$1 +android.view.textclassifier.TextClassifierEvent$ConversationActionsEvent +android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent$1 +android.view.textclassifier.TextClassifierEvent$LanguageDetectionEvent +android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent$1 +android.view.textclassifier.TextClassifierEvent$TextLinkifyEvent +android.view.textclassifier.TextClassifierEvent$TextSelectionEvent$1 +android.view.textclassifier.TextClassifierEvent$TextSelectionEvent +android.view.textclassifier.TextClassifierEvent +android.view.textclassifier.TextLanguage$1 +android.view.textclassifier.TextLanguage$Builder +android.view.textclassifier.TextLanguage$Request$1 +android.view.textclassifier.TextLanguage$Request$Builder +android.view.textclassifier.TextLanguage$Request +android.view.textclassifier.TextLanguage +android.view.textclassifier.TextLinks$1 +android.view.textclassifier.TextLinks$Builder +android.view.textclassifier.TextLinks$Request$1 +android.view.textclassifier.TextLinks$Request +android.view.textclassifier.TextLinks$TextLink$1 +android.view.textclassifier.TextLinks$TextLink +android.view.textclassifier.TextLinks$TextLinkSpan +android.view.textclassifier.TextLinks +android.view.textclassifier.TextSelection$1 +android.view.textclassifier.TextSelection$Request$1 +android.view.textclassifier.TextSelection$Request +android.view.textclassifier.TextSelection +android.view.textservice.SentenceSuggestionsInfo$1 +android.view.textservice.SentenceSuggestionsInfo +android.view.textservice.SpellCheckerInfo$1 +android.view.textservice.SpellCheckerInfo +android.view.textservice.SpellCheckerSession$InternalListener +android.view.textservice.SpellCheckerSession$SpellCheckerSessionListener +android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$1 +android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$SpellCheckerParams +android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl +android.view.textservice.SpellCheckerSession$SpellCheckerSessionParams$Builder +android.view.textservice.SpellCheckerSession$SpellCheckerSessionParams +android.view.textservice.SpellCheckerSession +android.view.textservice.SpellCheckerSubtype$1 +android.view.textservice.SpellCheckerSubtype +android.view.textservice.SuggestionsInfo$1 +android.view.textservice.SuggestionsInfo +android.view.textservice.TextInfo$1 +android.view.textservice.TextInfo +android.view.textservice.TextServicesManager +android.view.translation.TranslationManager +android.view.translation.TranslationSpec$1 +android.view.translation.TranslationSpec +android.view.translation.Translator$ServiceBinderReceiver$TimeoutException +android.view.translation.UiTranslationController +android.view.translation.UiTranslationManager +android.view.translation.UiTranslationSpec$1 +android.view.translation.UiTranslationSpec +android.view.translation.ViewTranslationCallback +android.webkit.ConsoleMessage$MessageLevel +android.webkit.ConsoleMessage +android.webkit.CookieManager +android.webkit.CookieSyncManager +android.webkit.DownloadListener +android.webkit.FindAddress$ZipRange +android.webkit.FindAddress +android.webkit.GeolocationPermissions +android.webkit.IWebViewUpdateService$Stub$Proxy +android.webkit.IWebViewUpdateService$Stub +android.webkit.IWebViewUpdateService +android.webkit.JavascriptInterface +android.webkit.MimeTypeMap +android.webkit.PacProcessor +android.webkit.ServiceWorkerClient +android.webkit.ServiceWorkerController +android.webkit.ServiceWorkerWebSettings +android.webkit.TokenBindingService +android.webkit.TracingController +android.webkit.URLUtil +android.webkit.UserPackage +android.webkit.ValueCallback +android.webkit.WebBackForwardList +android.webkit.WebChromeClient$CustomViewCallback +android.webkit.WebChromeClient +android.webkit.WebIconDatabase +android.webkit.WebMessage +android.webkit.WebMessagePort +android.webkit.WebResourceError +android.webkit.WebResourceRequest +android.webkit.WebResourceResponse +android.webkit.WebSettings$PluginState +android.webkit.WebSettings +android.webkit.WebStorage +android.webkit.WebSyncManager +android.webkit.WebView$FindListener +android.webkit.WebView$HitTestResult +android.webkit.WebView$PictureListener +android.webkit.WebView$PrivateAccess +android.webkit.WebView$VisualStateCallback +android.webkit.WebView +android.webkit.WebViewClient +android.webkit.WebViewDatabase +android.webkit.WebViewDelegate$1 +android.webkit.WebViewDelegate$OnTraceEnabledChangeListener +android.webkit.WebViewDelegate +android.webkit.WebViewFactory$MissingWebViewPackageException +android.webkit.WebViewFactory$StartupTimestamps +android.webkit.WebViewFactory +android.webkit.WebViewFactoryProvider$Statics +android.webkit.WebViewFactoryProvider +android.webkit.WebViewLibraryLoader$1 +android.webkit.WebViewLibraryLoader$RelroFileCreator +android.webkit.WebViewLibraryLoader +android.webkit.WebViewProvider$ScrollDelegate +android.webkit.WebViewProvider$ViewDelegate +android.webkit.WebViewProvider +android.webkit.WebViewProviderInfo$1 +android.webkit.WebViewProviderInfo +android.webkit.WebViewProviderResponse$1 +android.webkit.WebViewProviderResponse +android.webkit.WebViewZygote +android.widget.AbsListView$1 +android.widget.AbsListView$2 +android.widget.AbsListView$3 +android.widget.AbsListView$4 +android.widget.AbsListView$AbsPositionScroller +android.widget.AbsListView$AdapterDataSetObserver +android.widget.AbsListView$CheckForKeyLongPress +android.widget.AbsListView$CheckForLongPress +android.widget.AbsListView$CheckForTap +android.widget.AbsListView$FlingRunnable$1 +android.widget.AbsListView$FlingRunnable +android.widget.AbsListView$LayoutParams +android.widget.AbsListView$ListItemAccessibilityDelegate +android.widget.AbsListView$MultiChoiceModeListener +android.widget.AbsListView$MultiChoiceModeWrapper +android.widget.AbsListView$OnScrollListener +android.widget.AbsListView$PerformClick +android.widget.AbsListView$RecycleBin +android.widget.AbsListView$RecyclerListener +android.widget.AbsListView$SavedState$1 +android.widget.AbsListView$SavedState +android.widget.AbsListView$SelectionBoundsAdjuster +android.widget.AbsListView$WindowRunnnable +android.widget.AbsListView +android.widget.AbsSeekBar +android.widget.AbsSpinner$RecycleBin +android.widget.AbsSpinner$SavedState$1 +android.widget.AbsSpinner$SavedState +android.widget.AbsSpinner +android.widget.AbsoluteLayout$LayoutParams +android.widget.AbsoluteLayout +android.widget.ActionMenuPresenter$1 +android.widget.ActionMenuPresenter$2 +android.widget.ActionMenuPresenter$ActionButtonSubmenu +android.widget.ActionMenuPresenter$ActionMenuPopupCallback +android.widget.ActionMenuPresenter$OpenOverflowRunnable +android.widget.ActionMenuPresenter$OverflowMenuButton$1 +android.widget.ActionMenuPresenter$OverflowMenuButton +android.widget.ActionMenuPresenter$OverflowPopup +android.widget.ActionMenuPresenter$PopupPresenterCallback +android.widget.ActionMenuPresenter +android.widget.ActionMenuView$ActionMenuChildView +android.widget.ActionMenuView$ActionMenuPresenterCallback +android.widget.ActionMenuView$LayoutParams +android.widget.ActionMenuView$MenuBuilderCallback +android.widget.ActionMenuView$OnMenuItemClickListener +android.widget.ActionMenuView +android.widget.Adapter +android.widget.AdapterView$AdapterDataSetObserver +android.widget.AdapterView$OnItemClickListener +android.widget.AdapterView$OnItemLongClickListener +android.widget.AdapterView$OnItemSelectedListener +android.widget.AdapterView$SelectionNotifier +android.widget.AdapterView +android.widget.ArrayAdapter +android.widget.AutoCompleteTextView$DropDownItemClickListener +android.widget.AutoCompleteTextView$MyWatcher +android.widget.AutoCompleteTextView$PassThroughClickListener +android.widget.AutoCompleteTextView$Validator +android.widget.AutoCompleteTextView +android.widget.BaseAdapter +android.widget.Button +android.widget.CheckBox +android.widget.Checkable +android.widget.CheckedTextView +android.widget.Chronometer$1 +android.widget.Chronometer$OnChronometerTickListener +android.widget.Chronometer +android.widget.CompoundButton$OnCheckedChangeListener +android.widget.CompoundButton$SavedState$1 +android.widget.CompoundButton$SavedState +android.widget.CompoundButton +android.widget.DateTimeView$ReceiverInfo$1 +android.widget.DateTimeView$ReceiverInfo$2 +android.widget.DateTimeView$ReceiverInfo +android.widget.DateTimeView +android.widget.DropDownListView +android.widget.EdgeEffect +android.widget.EditText +android.widget.Editor$$ExternalSyntheticLambda1 +android.widget.Editor$$ExternalSyntheticLambda2 +android.widget.Editor$1 +android.widget.Editor$2 +android.widget.Editor$3 +android.widget.Editor$5 +android.widget.Editor$AccessibilitySmartActions +android.widget.Editor$Blink +android.widget.Editor$CorrectionHighlighter +android.widget.Editor$CursorAnchorInfoNotifier +android.widget.Editor$CursorController +android.widget.Editor$EasyEditDeleteListener +android.widget.Editor$EasyEditPopupWindow +android.widget.Editor$EditOperation$1 +android.widget.Editor$EditOperation +android.widget.Editor$ErrorPopup +android.widget.Editor$HandleView +android.widget.Editor$InputContentType +android.widget.Editor$InputMethodState +android.widget.Editor$InsertionHandleView$1 +android.widget.Editor$InsertionHandleView +android.widget.Editor$InsertionPointCursorController$1 +android.widget.Editor$InsertionPointCursorController +android.widget.Editor$MagnifierMotionAnimator +android.widget.Editor$PinnedPopupWindow +android.widget.Editor$PositionListener +android.widget.Editor$ProcessTextIntentActionsHandler +android.widget.Editor$SelectionHandleView +android.widget.Editor$SelectionModifierCursorController +android.widget.Editor$SpanController$1 +android.widget.Editor$SpanController$2 +android.widget.Editor$SpanController +android.widget.Editor$SuggestionHelper$SuggestionSpanComparator +android.widget.Editor$SuggestionHelper +android.widget.Editor$SuggestionsPopupWindow +android.widget.Editor$TextRenderNode +android.widget.Editor$TextViewPositionListener +android.widget.Editor$UndoInputFilter +android.widget.Editor +android.widget.EditorTouchState +android.widget.FastScroller$1 +android.widget.FastScroller$2 +android.widget.FastScroller$3 +android.widget.FastScroller$4 +android.widget.FastScroller$5 +android.widget.FastScroller$6 +android.widget.FastScroller +android.widget.Filter$Delayer +android.widget.Filter$FilterListener +android.widget.Filter$FilterResults +android.widget.Filter$RequestArguments +android.widget.Filter$RequestHandler +android.widget.Filter$ResultsHandler +android.widget.Filter +android.widget.Filterable +android.widget.ForwardingListener +android.widget.FrameLayout$LayoutParams +android.widget.FrameLayout +android.widget.GridLayout$1 +android.widget.GridLayout$2 +android.widget.GridLayout$3 +android.widget.GridLayout$4 +android.widget.GridLayout$5 +android.widget.GridLayout$6 +android.widget.GridLayout$7$1 +android.widget.GridLayout$7 +android.widget.GridLayout$8 +android.widget.GridLayout$Alignment +android.widget.GridLayout$Arc +android.widget.GridLayout$Assoc +android.widget.GridLayout$Axis$1 +android.widget.GridLayout$Axis +android.widget.GridLayout$Bounds +android.widget.GridLayout$Interval +android.widget.GridLayout$LayoutParams +android.widget.GridLayout$MutableInt +android.widget.GridLayout$PackedMap +android.widget.GridLayout$Spec +android.widget.GridLayout +android.widget.HeaderViewListAdapter +android.widget.HorizontalScrollView$SavedState$1 +android.widget.HorizontalScrollView$SavedState +android.widget.HorizontalScrollView +android.widget.ImageButton +android.widget.ImageView$ImageDrawableCallback +android.widget.ImageView$ScaleType +android.widget.ImageView +android.widget.LinearLayout$LayoutParams +android.widget.LinearLayout +android.widget.ListAdapter +android.widget.ListPopupWindow$ListSelectorHider +android.widget.ListPopupWindow$PopupDataSetObserver +android.widget.ListPopupWindow$PopupScrollListener +android.widget.ListPopupWindow$PopupTouchInterceptor +android.widget.ListPopupWindow$ResizePopupRunnable +android.widget.ListPopupWindow +android.widget.ListView$ArrowScrollFocusResult +android.widget.ListView$FixedViewInfo +android.widget.ListView$FocusSelector +android.widget.ListView +android.widget.Magnifier$Builder +android.widget.Magnifier$InternalPopupWindow +android.widget.MediaController$MediaPlayerControl +android.widget.MultiAutoCompleteTextView$Tokenizer +android.widget.MultiAutoCompleteTextView +android.widget.OverScroller$SplineOverScroller +android.widget.OverScroller +android.widget.PopupMenu$1 +android.widget.PopupMenu$2 +android.widget.PopupMenu$OnMenuItemClickListener +android.widget.PopupMenu +android.widget.PopupWindow$$ExternalSyntheticLambda0 +android.widget.PopupWindow$$ExternalSyntheticLambda1 +android.widget.PopupWindow$1 +android.widget.PopupWindow$2 +android.widget.PopupWindow$3 +android.widget.PopupWindow$OnDismissListener +android.widget.PopupWindow$PopupBackgroundView +android.widget.PopupWindow$PopupDecorView$1$1 +android.widget.PopupWindow$PopupDecorView$1 +android.widget.PopupWindow$PopupDecorView$2 +android.widget.PopupWindow$PopupDecorView$3 +android.widget.PopupWindow$PopupDecorView$4 +android.widget.PopupWindow$PopupDecorView +android.widget.PopupWindow +android.widget.ProgressBar$1 +android.widget.ProgressBar$2 +android.widget.ProgressBar$ProgressTintInfo +android.widget.ProgressBar$RefreshData +android.widget.ProgressBar$RefreshProgressRunnable +android.widget.ProgressBar$SavedState$1 +android.widget.ProgressBar$SavedState +android.widget.ProgressBar +android.widget.RadioButton +android.widget.RadioGroup$OnCheckedChangeListener +android.widget.RatingBar +android.widget.RelativeLayout$DependencyGraph$Node +android.widget.RelativeLayout$DependencyGraph +android.widget.RelativeLayout$LayoutParams +android.widget.RelativeLayout$TopToBottomLeftToRightComparator +android.widget.RelativeLayout +android.widget.RemoteViews$$ExternalSyntheticLambda0 +android.widget.RemoteViews$$ExternalSyntheticLambda1 +android.widget.RemoteViews$1 +android.widget.RemoteViews$2 +android.widget.RemoteViews$Action +android.widget.RemoteViews$ActionException +android.widget.RemoteViews$ApplicationInfoCache +android.widget.RemoteViews$AsyncApplyTask +android.widget.RemoteViews$AttributeReflectionAction +android.widget.RemoteViews$BaseReflectionAction +android.widget.RemoteViews$BitmapCache +android.widget.RemoteViews$BitmapReflectionAction +android.widget.RemoteViews$ComplexUnitDimensionReflectionAction +android.widget.RemoteViews$HierarchyRootData +android.widget.RemoteViews$InteractionHandler +android.widget.RemoteViews$LayoutParamAction +android.widget.RemoteViews$MethodArgs +android.widget.RemoteViews$MethodKey +android.widget.RemoteViews$NightModeReflectionAction +android.widget.RemoteViews$OnViewAppliedListener +android.widget.RemoteViews$OverrideTextColorsAction +android.widget.RemoteViews$ReflectionAction +android.widget.RemoteViews$RemoteCollectionItems +android.widget.RemoteViews$RemoteResponse +android.widget.RemoteViews$RemoteView +android.widget.RemoteViews$RemoteViewsContextWrapper +android.widget.RemoteViews$RemoveFromParentAction +android.widget.RemoteViews$ResourceReflectionAction +android.widget.RemoteViews$RunnableAction +android.widget.RemoteViews$RuntimeAction +android.widget.RemoteViews$SetCompoundButtonCheckedAction +android.widget.RemoteViews$SetDrawableTint +android.widget.RemoteViews$SetEmptyView +android.widget.RemoteViews$SetIntTagAction +android.widget.RemoteViews$SetOnCheckedChangeResponse +android.widget.RemoteViews$SetOnClickResponse +android.widget.RemoteViews$SetPendingIntentTemplate +android.widget.RemoteViews$SetRadioGroupCheckedAction +android.widget.RemoteViews$SetRemoteCollectionItemListAdapterAction +android.widget.RemoteViews$SetRemoteInputsAction +android.widget.RemoteViews$SetRemoteViewsAdapterIntent +android.widget.RemoteViews$SetRemoteViewsAdapterList +android.widget.RemoteViews$SetRippleDrawableColor +android.widget.RemoteViews$SetViewOutlinePreferredRadiusAction +android.widget.RemoteViews$TextViewDrawableAction +android.widget.RemoteViews$TextViewSizeAction +android.widget.RemoteViews$ViewContentNavigation +android.widget.RemoteViews$ViewGroupActionAdd$1 +android.widget.RemoteViews$ViewGroupActionAdd +android.widget.RemoteViews$ViewGroupActionRemove$1 +android.widget.RemoteViews$ViewGroupActionRemove +android.widget.RemoteViews$ViewPaddingAction +android.widget.RemoteViews$ViewTree +android.widget.RemoteViews +android.widget.RemoteViewsAdapter$RemoteAdapterConnectionCallback +android.widget.RemoteViewsAdapter +android.widget.RemoteViewsService +android.widget.RtlSpacingHelper +android.widget.ScrollBarDrawable +android.widget.ScrollView$SavedState$1 +android.widget.ScrollView$SavedState +android.widget.ScrollView +android.widget.Scroller$ViscousFluidInterpolator +android.widget.Scroller +android.widget.SectionIndexer +android.widget.SeekBar$OnSeekBarChangeListener +android.widget.SeekBar +android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda12 +android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda2 +android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda3 +android.widget.SelectionActionModeHelper$$ExternalSyntheticLambda8 +android.widget.SelectionActionModeHelper$SelectionMetricsLogger +android.widget.SelectionActionModeHelper$SelectionTracker$LogAbandonRunnable +android.widget.SelectionActionModeHelper$SelectionTracker +android.widget.SelectionActionModeHelper$TextClassificationHelper +android.widget.SelectionActionModeHelper +android.widget.SmartSelectSprite$$ExternalSyntheticLambda0 +android.widget.SmartSelectSprite$$ExternalSyntheticLambda1 +android.widget.SmartSelectSprite$$ExternalSyntheticLambda2 +android.widget.SmartSelectSprite$RectangleList +android.widget.SmartSelectSprite +android.widget.Space +android.widget.SpellChecker$1 +android.widget.SpellChecker$RemoveReason +android.widget.SpellChecker$SentenceIteratorWrapper +android.widget.SpellChecker$SpellParser +android.widget.SpellChecker +android.widget.Spinner$1 +android.widget.Spinner$DialogPopup +android.widget.Spinner$DropDownAdapter +android.widget.Spinner$DropdownPopup$1 +android.widget.Spinner$DropdownPopup +android.widget.Spinner$SavedState$1 +android.widget.Spinner$SavedState +android.widget.Spinner$SpinnerPopup +android.widget.Spinner +android.widget.SpinnerAdapter +android.widget.Switch$1 +android.widget.Switch +android.widget.TableLayout$PassThroughHierarchyChangeListener +android.widget.TableLayout +android.widget.TableRow$ChildrenTracker +android.widget.TableRow +android.widget.TextClock$1 +android.widget.TextClock$2 +android.widget.TextClock$FormatChangeObserver +android.widget.TextClock +android.widget.TextView$1 +android.widget.TextView$2 +android.widget.TextView$3 +android.widget.TextView$4 +android.widget.TextView$BufferType +android.widget.TextView$ChangeWatcher +android.widget.TextView$CharWrapper +android.widget.TextView$Drawables +android.widget.TextView$Marquee$1 +android.widget.TextView$Marquee$2 +android.widget.TextView$Marquee$3 +android.widget.TextView$Marquee +android.widget.TextView$OnEditorActionListener +android.widget.TextView$SavedState$1 +android.widget.TextView$SavedState +android.widget.TextView$TextAppearanceAttributes +android.widget.TextView +android.widget.TextViewOnReceiveContentListener$InputConnectionInfo +android.widget.TextViewOnReceiveContentListener +android.widget.TextViewTranslationCallback +android.widget.ThemedSpinnerAdapter +android.widget.Toast$Callback +android.widget.Toast$CallbackBinder$$ExternalSyntheticLambda0 +android.widget.Toast$CallbackBinder$$ExternalSyntheticLambda1 +android.widget.Toast$CallbackBinder +android.widget.Toast$TN$1 +android.widget.Toast$TN +android.widget.Toast +android.widget.ToastPresenter +android.widget.ToggleButton +android.widget.Toolbar$1 +android.widget.Toolbar$2 +android.widget.Toolbar$ExpandedActionViewMenuPresenter +android.widget.Toolbar$LayoutParams +android.widget.Toolbar$OnMenuItemClickListener +android.widget.Toolbar$SavedState$1 +android.widget.Toolbar$SavedState +android.widget.Toolbar +android.widget.ViewAnimator +android.widget.ViewFlipper$1 +android.widget.ViewFlipper$2 +android.widget.ViewFlipper +android.widget.ViewSwitcher +android.widget.WrapperListAdapter +android.widget.inline.InlinePresentationSpec$1 +android.widget.inline.InlinePresentationSpec$BaseBuilder +android.widget.inline.InlinePresentationSpec$Builder +android.widget.inline.InlinePresentationSpec +android.window.ClientWindowFrames$1 +android.window.ClientWindowFrames +android.window.ConfigurationHelper +android.window.DisplayAreaAppearedInfo$1 +android.window.DisplayAreaAppearedInfo +android.window.DisplayAreaOrganizer$1 +android.window.DisplayAreaOrganizer +android.window.IDisplayAreaOrganizer$Stub$Proxy +android.window.IDisplayAreaOrganizer$Stub +android.window.IDisplayAreaOrganizer +android.window.IDisplayAreaOrganizerController$Stub$Proxy +android.window.IDisplayAreaOrganizerController$Stub +android.window.IDisplayAreaOrganizerController +android.window.IRemoteTransition$Stub$Proxy +android.window.IRemoteTransition$Stub +android.window.IRemoteTransition +android.window.ITaskOrganizer$Stub$Proxy +android.window.ITaskOrganizer$Stub +android.window.ITaskOrganizer +android.window.ITaskOrganizerController$Stub$Proxy +android.window.ITaskOrganizerController$Stub +android.window.ITaskOrganizerController +android.window.ITransitionPlayer$Stub +android.window.ITransitionPlayer +android.window.IWindowContainerToken$Stub$Proxy +android.window.IWindowContainerToken$Stub +android.window.IWindowContainerToken +android.window.IWindowContainerTransactionCallback$Stub +android.window.IWindowContainerTransactionCallback +android.window.IWindowOrganizerController$Stub$Proxy +android.window.IWindowOrganizerController$Stub +android.window.IWindowOrganizerController +android.window.OnBackInvokedCallback +android.window.OnBackInvokedDispatcher +android.window.ProxyOnBackInvokedDispatcher +android.window.RemoteTransition +android.window.SizeConfigurationBuckets$1 +android.window.SizeConfigurationBuckets +android.window.SplashScreen$SplashScreenManagerGlobal$1 +android.window.SplashScreen$SplashScreenManagerGlobal +android.window.SplashScreenView +android.window.StartingWindowInfo$1 +android.window.StartingWindowInfo +android.window.SurfaceSyncer$SyncBufferCallback +android.window.SurfaceSyncer$SyncTarget +android.window.SurfaceSyncer +android.window.TaskAppearedInfo$1 +android.window.TaskAppearedInfo +android.window.TaskOrganizer$1 +android.window.TaskOrganizer +android.window.TaskSnapshot$1 +android.window.TaskSnapshot +android.window.WindowContainerToken$1 +android.window.WindowContainerToken +android.window.WindowContainerTransaction$1 +android.window.WindowContainerTransaction$Change$1 +android.window.WindowContainerTransaction$Change +android.window.WindowContainerTransaction +android.window.WindowInfosListener$DisplayInfo +android.window.WindowInfosListener +android.window.WindowOnBackInvokedDispatcher +android.window.WindowOrganizer$1 +android.window.WindowOrganizer +android.window.WindowProvider +android.window.WindowProviderService +android.window.WindowTokenClient +com.android.apex.ApexInfo +com.android.apex.ApexInfoList +com.android.apex.XmlParser +com.android.cellbroadcastservice.CellBroadcastStatsLog +com.android.framework.protobuf.AbstractMessageLite$Builder +com.android.framework.protobuf.AbstractMessageLite +com.android.framework.protobuf.AbstractParser +com.android.framework.protobuf.AbstractProtobufList +com.android.framework.protobuf.ArrayDecoders$Registers +com.android.framework.protobuf.ArrayDecoders +com.android.framework.protobuf.CodedInputStream$ArrayDecoder +com.android.framework.protobuf.CodedInputStream +com.android.framework.protobuf.ExtensionRegistryFactory +com.android.framework.protobuf.ExtensionRegistryLite +com.android.framework.protobuf.ExtensionSchema +com.android.framework.protobuf.ExtensionSchemaLite +com.android.framework.protobuf.ExtensionSchemas +com.android.framework.protobuf.GeneratedMessageInfoFactory +com.android.framework.protobuf.GeneratedMessageLite$Builder +com.android.framework.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser +com.android.framework.protobuf.GeneratedMessageLite$ExtendableMessage +com.android.framework.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder +com.android.framework.protobuf.GeneratedMessageLite$MethodToInvoke +com.android.framework.protobuf.GeneratedMessageLite +com.android.framework.protobuf.Internal$EnumVerifier +com.android.framework.protobuf.Internal$ProtobufList +com.android.framework.protobuf.Internal +com.android.framework.protobuf.InvalidProtocolBufferException$InvalidWireTypeException +com.android.framework.protobuf.InvalidProtocolBufferException +com.android.framework.protobuf.ListFieldSchema$ListFieldSchemaFull +com.android.framework.protobuf.ListFieldSchema$ListFieldSchemaLite +com.android.framework.protobuf.ListFieldSchema +com.android.framework.protobuf.ManifestSchemaFactory$1 +com.android.framework.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory +com.android.framework.protobuf.ManifestSchemaFactory +com.android.framework.protobuf.MapFieldSchema +com.android.framework.protobuf.MapFieldSchemaLite +com.android.framework.protobuf.MapFieldSchemas +com.android.framework.protobuf.MessageInfo +com.android.framework.protobuf.MessageInfoFactory +com.android.framework.protobuf.MessageLite$Builder +com.android.framework.protobuf.MessageLite +com.android.framework.protobuf.MessageLiteOrBuilder +com.android.framework.protobuf.MessageSchema +com.android.framework.protobuf.MessageSetSchema +com.android.framework.protobuf.NewInstanceSchema +com.android.framework.protobuf.NewInstanceSchemaLite +com.android.framework.protobuf.NewInstanceSchemas +com.android.framework.protobuf.Parser +com.android.framework.protobuf.ProtoSyntax +com.android.framework.protobuf.Protobuf +com.android.framework.protobuf.ProtobufArrayList +com.android.framework.protobuf.RawMessageInfo +com.android.framework.protobuf.Schema +com.android.framework.protobuf.SchemaFactory +com.android.framework.protobuf.SchemaUtil +com.android.framework.protobuf.StructuralMessageInfo +com.android.framework.protobuf.UninitializedMessageException +com.android.framework.protobuf.UnknownFieldSchema +com.android.framework.protobuf.UnknownFieldSetLite +com.android.framework.protobuf.UnknownFieldSetLiteSchema +com.android.framework.protobuf.UnsafeUtil$1 +com.android.framework.protobuf.UnsafeUtil$JvmMemoryAccessor +com.android.framework.protobuf.UnsafeUtil$MemoryAccessor +com.android.framework.protobuf.UnsafeUtil +com.android.framework.protobuf.nano.CodedInputByteBufferNano +com.android.framework.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException +com.android.framework.protobuf.nano.CodedOutputByteBufferNano +com.android.framework.protobuf.nano.InternalNano +com.android.framework.protobuf.nano.InvalidProtocolBufferNanoException +com.android.framework.protobuf.nano.MessageNano +com.android.framework.protobuf.nano.WireFormatNano +com.android.i18n.phonenumbers.AlternateFormatsCountryCodeSet +com.android.i18n.phonenumbers.AsYouTypeFormatter +com.android.i18n.phonenumbers.CountryCodeToRegionCodeMap +com.android.i18n.phonenumbers.MetadataLoader +com.android.i18n.phonenumbers.MetadataManager$1 +com.android.i18n.phonenumbers.MetadataManager$SingleFileMetadataMaps +com.android.i18n.phonenumbers.MetadataManager +com.android.i18n.phonenumbers.MetadataSource +com.android.i18n.phonenumbers.MultiFileMetadataSourceImpl +com.android.i18n.phonenumbers.NumberParseException$ErrorType +com.android.i18n.phonenumbers.NumberParseException +com.android.i18n.phonenumbers.PhoneNumberMatch +com.android.i18n.phonenumbers.PhoneNumberMatcher$NumberGroupingChecker +com.android.i18n.phonenumbers.PhoneNumberMatcher$State +com.android.i18n.phonenumbers.PhoneNumberMatcher +com.android.i18n.phonenumbers.PhoneNumberToTimeZonesMapper$LazyHolder +com.android.i18n.phonenumbers.PhoneNumberToTimeZonesMapper +com.android.i18n.phonenumbers.PhoneNumberUtil$1 +com.android.i18n.phonenumbers.PhoneNumberUtil$2 +com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$1 +com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$2 +com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$3$1 +com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$3 +com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$4$1 +com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$4 +com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency +com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType +com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat +com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType +com.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult +com.android.i18n.phonenumbers.PhoneNumberUtil +com.android.i18n.phonenumbers.Phonemetadata$NumberFormat$Builder +com.android.i18n.phonenumbers.Phonemetadata$NumberFormat +com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata$Builder +com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata +com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection$Builder +com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection +com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc$Builder +com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc +com.android.i18n.phonenumbers.Phonemetadata +com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource +com.android.i18n.phonenumbers.Phonenumber$PhoneNumber +com.android.i18n.phonenumbers.Phonenumber +com.android.i18n.phonenumbers.ShortNumberInfo$1 +com.android.i18n.phonenumbers.ShortNumberInfo$ShortNumberCost +com.android.i18n.phonenumbers.ShortNumberInfo +com.android.i18n.phonenumbers.ShortNumbersRegionCodeSet +com.android.i18n.phonenumbers.SingleFileMetadataSourceImpl +com.android.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder +com.android.i18n.phonenumbers.internal.MatcherApi +com.android.i18n.phonenumbers.internal.RegexBasedMatcher +com.android.i18n.phonenumbers.internal.RegexCache$LRUCache$1 +com.android.i18n.phonenumbers.internal.RegexCache$LRUCache +com.android.i18n.phonenumbers.internal.RegexCache +com.android.i18n.phonenumbers.prefixmapper.DefaultMapStorage +com.android.i18n.phonenumbers.prefixmapper.FlyweightMapStorage +com.android.i18n.phonenumbers.prefixmapper.MappingFileProvider +com.android.i18n.phonenumbers.prefixmapper.PhonePrefixMap +com.android.i18n.phonenumbers.prefixmapper.PhonePrefixMapStorageStrategy +com.android.i18n.phonenumbers.prefixmapper.PrefixFileReader +com.android.i18n.phonenumbers.prefixmapper.PrefixTimeZonesMap +com.android.i18n.system.AppSpecializationHooks +com.android.i18n.system.ZygoteHooks +com.android.i18n.timezone.CountryTimeZones$OffsetResult +com.android.i18n.timezone.CountryTimeZones$TimeZoneMapping +com.android.i18n.timezone.CountryTimeZones +com.android.i18n.timezone.CountryZonesFinder +com.android.i18n.timezone.DebugInfo$DebugEntry +com.android.i18n.timezone.DebugInfo +com.android.i18n.timezone.I18nModuleDebug +com.android.i18n.timezone.TelephonyLookup$TelephonyNetworkProcessor +com.android.i18n.timezone.TelephonyLookup$TelephonyNetworkValidator +com.android.i18n.timezone.TelephonyLookup$TelephonyNetworksExtractor +com.android.i18n.timezone.TelephonyLookup +com.android.i18n.timezone.TelephonyNetwork$MccMnc +com.android.i18n.timezone.TelephonyNetwork +com.android.i18n.timezone.TelephonyNetworkFinder +com.android.i18n.timezone.TimeZoneDataFiles +com.android.i18n.timezone.TimeZoneFinder$CountryZonesLookupExtractor +com.android.i18n.timezone.TimeZoneFinder$IanaVersionExtractor +com.android.i18n.timezone.TimeZoneFinder$SelectiveCountryTimeZonesExtractor +com.android.i18n.timezone.TimeZoneFinder$TimeZonesProcessor +com.android.i18n.timezone.TimeZoneFinder$TimeZonesValidator +com.android.i18n.timezone.TimeZoneFinder +com.android.i18n.timezone.TzDataSetVersion$TzDataSetException +com.android.i18n.timezone.TzDataSetVersion +com.android.i18n.timezone.WallTime$CheckedArithmeticException +com.android.i18n.timezone.WallTime$OffsetInterval +com.android.i18n.timezone.WallTime +com.android.i18n.timezone.XmlUtils$ReaderSupplier$$ExternalSyntheticLambda0 +com.android.i18n.timezone.XmlUtils$ReaderSupplier$$ExternalSyntheticLambda1 +com.android.i18n.timezone.XmlUtils$ReaderSupplier +com.android.i18n.timezone.XmlUtils +com.android.i18n.timezone.ZoneInfoData +com.android.i18n.timezone.ZoneInfoDb$1 +com.android.i18n.timezone.ZoneInfoDb +com.android.i18n.timezone.internal.BasicLruCache$CacheMap +com.android.i18n.timezone.internal.BasicLruCache +com.android.i18n.timezone.internal.BufferIterator +com.android.i18n.timezone.internal.ByteBufferIterator +com.android.i18n.timezone.internal.Memory +com.android.i18n.timezone.internal.MemoryMappedFile +com.android.i18n.timezone.internal.NioBufferIterator +com.android.i18n.util.Log +com.android.icu.charset.CharsetDecoderICU +com.android.icu.charset.CharsetEncoderICU +com.android.icu.charset.CharsetFactory +com.android.icu.charset.CharsetICU +com.android.icu.charset.NativeConverter +com.android.icu.text.CompatibleDecimalFormatFactory +com.android.icu.text.DateSorterBridge +com.android.icu.text.ExtendedDateFormatSymbols +com.android.icu.text.ExtendedDecimalFormatSymbols +com.android.icu.text.ExtendedIDNA +com.android.icu.text.ExtendedTimeZoneNames$Match +com.android.icu.text.ExtendedTimeZoneNames +com.android.icu.text.TimeZoneNamesNative +com.android.icu.util.CaseMapperNative +com.android.icu.util.ExtendedCalendar +com.android.icu.util.ExtendedTimeZone +com.android.icu.util.Icu4cMetadata +com.android.icu.util.LocaleNative +com.android.icu.util.regex.MatcherNative +com.android.icu.util.regex.PatternNative +com.android.ims.FeatureConnection$$ExternalSyntheticLambda0 +com.android.ims.FeatureConnection$$ExternalSyntheticLambda1 +com.android.ims.FeatureConnection +com.android.ims.FeatureConnector$$ExternalSyntheticLambda0 +com.android.ims.FeatureConnector$1$$ExternalSyntheticLambda0 +com.android.ims.FeatureConnector$1$$ExternalSyntheticLambda1 +com.android.ims.FeatureConnector$1 +com.android.ims.FeatureConnector$Listener +com.android.ims.FeatureConnector$ManagerFactory +com.android.ims.FeatureConnector$UnavailableReason +com.android.ims.FeatureConnector +com.android.ims.FeatureUpdates +com.android.ims.ImsCall$ImsCallSessionListenerProxy +com.android.ims.ImsCall$Listener +com.android.ims.ImsCall +com.android.ims.ImsCallbackAdapterManager +com.android.ims.ImsConfig +com.android.ims.ImsConfigListener$Stub$Proxy +com.android.ims.ImsConfigListener$Stub +com.android.ims.ImsConfigListener +com.android.ims.ImsConnectionStateListener +com.android.ims.ImsEcbm$ImsEcbmListenerProxy +com.android.ims.ImsEcbm +com.android.ims.ImsEcbmStateListener +com.android.ims.ImsException +com.android.ims.ImsExternalCallStateListener +com.android.ims.ImsFeatureBinderRepository$$ExternalSyntheticLambda0 +com.android.ims.ImsFeatureBinderRepository$ListenerContainer$$ExternalSyntheticLambda0 +com.android.ims.ImsFeatureBinderRepository$ListenerContainer$$ExternalSyntheticLambda1 +com.android.ims.ImsFeatureBinderRepository$ListenerContainer$$ExternalSyntheticLambda2 +com.android.ims.ImsFeatureBinderRepository$ListenerContainer$$ExternalSyntheticLambda3 +com.android.ims.ImsFeatureBinderRepository$ListenerContainer +com.android.ims.ImsFeatureBinderRepository$UpdateMapper$$ExternalSyntheticLambda0 +com.android.ims.ImsFeatureBinderRepository$UpdateMapper$$ExternalSyntheticLambda1 +com.android.ims.ImsFeatureBinderRepository$UpdateMapper$$ExternalSyntheticLambda2 +com.android.ims.ImsFeatureBinderRepository$UpdateMapper$$ExternalSyntheticLambda3 +com.android.ims.ImsFeatureBinderRepository$UpdateMapper$$ExternalSyntheticLambda4 +com.android.ims.ImsFeatureBinderRepository$UpdateMapper$$ExternalSyntheticLambda5 +com.android.ims.ImsFeatureBinderRepository$UpdateMapper +com.android.ims.ImsFeatureBinderRepository +com.android.ims.ImsFeatureContainer$1 +com.android.ims.ImsFeatureContainer +com.android.ims.ImsManager$$ExternalSyntheticLambda0 +com.android.ims.ImsManager$$ExternalSyntheticLambda10 +com.android.ims.ImsManager$$ExternalSyntheticLambda11 +com.android.ims.ImsManager$$ExternalSyntheticLambda12 +com.android.ims.ImsManager$$ExternalSyntheticLambda1 +com.android.ims.ImsManager$$ExternalSyntheticLambda2 +com.android.ims.ImsManager$$ExternalSyntheticLambda3 +com.android.ims.ImsManager$$ExternalSyntheticLambda4 +com.android.ims.ImsManager$$ExternalSyntheticLambda5 +com.android.ims.ImsManager$$ExternalSyntheticLambda6 +com.android.ims.ImsManager$$ExternalSyntheticLambda7 +com.android.ims.ImsManager$$ExternalSyntheticLambda8 +com.android.ims.ImsManager$$ExternalSyntheticLambda9 +com.android.ims.ImsManager$1 +com.android.ims.ImsManager$2 +com.android.ims.ImsManager$DefaultSettingsProxy +com.android.ims.ImsManager$DefaultSubscriptionManagerProxy +com.android.ims.ImsManager$ImsStatsCallback +com.android.ims.ImsManager$InstanceManager$$ExternalSyntheticLambda0 +com.android.ims.ImsManager$InstanceManager +com.android.ims.ImsManager$LazyExecutor +com.android.ims.ImsManager$MmTelFeatureConnectionFactory +com.android.ims.ImsManager$SettingsProxy +com.android.ims.ImsManager$SubscriptionManagerProxy +com.android.ims.ImsManager +com.android.ims.ImsMultiEndpoint$ImsExternalCallStateListenerProxy +com.android.ims.ImsMultiEndpoint +com.android.ims.ImsServiceClass +com.android.ims.ImsUt$IImsUtListenerProxy +com.android.ims.ImsUt +com.android.ims.ImsUtInterface +com.android.ims.MmTelFeatureConnection$BinderAccessState +com.android.ims.MmTelFeatureConnection$CapabilityCallbackManager +com.android.ims.MmTelFeatureConnection$ImsRegistrationCallbackAdapter +com.android.ims.MmTelFeatureConnection$ProvisioningCallbackManager +com.android.ims.MmTelFeatureConnection +com.android.ims.Preconditions +com.android.ims.RcsFeatureConnection$AvailabilityCallbackManager +com.android.ims.RcsFeatureConnection$RegistrationCallbackManager +com.android.ims.RcsFeatureConnection +com.android.ims.RcsFeatureManager$$ExternalSyntheticLambda0 +com.android.ims.RcsFeatureManager$$ExternalSyntheticLambda1 +com.android.ims.RcsFeatureManager$$ExternalSyntheticLambda2 +com.android.ims.RcsFeatureManager$$ExternalSyntheticLambda3 +com.android.ims.RcsFeatureManager$1$$ExternalSyntheticLambda0 +com.android.ims.RcsFeatureManager$1$$ExternalSyntheticLambda1 +com.android.ims.RcsFeatureManager$1$$ExternalSyntheticLambda2 +com.android.ims.RcsFeatureManager$1 +com.android.ims.RcsFeatureManager$2 +com.android.ims.RcsFeatureManager$CapabilityExchangeEventCallback +com.android.ims.RcsFeatureManager$SubscriptionManagerProxy +com.android.ims.RcsFeatureManager +com.android.ims.RcsPresenceInfo$1 +com.android.ims.RcsPresenceInfo$ServiceInfoKey +com.android.ims.RcsPresenceInfo$ServiceState +com.android.ims.RcsPresenceInfo$ServiceType +com.android.ims.RcsPresenceInfo$VolteStatus +com.android.ims.RcsPresenceInfo +com.android.ims.Registrant +com.android.ims.RegistrantList +com.android.ims.ResultCode +com.android.ims.SomeArgs +com.android.ims.internal.ConferenceParticipant$1 +com.android.ims.internal.ConferenceParticipant +com.android.ims.internal.ContactNumberUtils +com.android.ims.internal.ICall +com.android.ims.internal.IImsCallSession$Stub +com.android.ims.internal.IImsCallSession +com.android.ims.internal.IImsConfig +com.android.ims.internal.IImsEcbm$Stub$Proxy +com.android.ims.internal.IImsEcbm$Stub +com.android.ims.internal.IImsEcbm +com.android.ims.internal.IImsEcbmListener$Stub$Proxy +com.android.ims.internal.IImsEcbmListener$Stub +com.android.ims.internal.IImsEcbmListener +com.android.ims.internal.IImsExternalCallStateListener$Stub$Proxy +com.android.ims.internal.IImsExternalCallStateListener$Stub +com.android.ims.internal.IImsExternalCallStateListener +com.android.ims.internal.IImsFeatureStatusCallback$Stub$Proxy +com.android.ims.internal.IImsFeatureStatusCallback$Stub +com.android.ims.internal.IImsFeatureStatusCallback +com.android.ims.internal.IImsMMTelFeature$Stub +com.android.ims.internal.IImsMMTelFeature +com.android.ims.internal.IImsMultiEndpoint$Stub$Proxy +com.android.ims.internal.IImsMultiEndpoint$Stub +com.android.ims.internal.IImsMultiEndpoint +com.android.ims.internal.IImsRegistrationListener$Stub +com.android.ims.internal.IImsRegistrationListener +com.android.ims.internal.IImsServiceController$Stub +com.android.ims.internal.IImsServiceController +com.android.ims.internal.IImsServiceFeatureCallback$Stub$Proxy +com.android.ims.internal.IImsServiceFeatureCallback$Stub +com.android.ims.internal.IImsServiceFeatureCallback +com.android.ims.internal.IImsStreamMediaSession +com.android.ims.internal.IImsUt$Stub$Proxy +com.android.ims.internal.IImsUt$Stub +com.android.ims.internal.IImsUt +com.android.ims.internal.IImsUtListener$Stub$Proxy +com.android.ims.internal.IImsUtListener$Stub +com.android.ims.internal.IImsUtListener +com.android.ims.internal.IImsVideoCallCallback$Stub +com.android.ims.internal.IImsVideoCallCallback +com.android.ims.internal.IImsVideoCallProvider +com.android.ims.internal.ImsStreamMediaSession$Listener +com.android.ims.internal.ImsStreamMediaSession +com.android.ims.internal.ImsVideoCallProviderWrapper$1 +com.android.ims.internal.ImsVideoCallProviderWrapper$2 +com.android.ims.internal.ImsVideoCallProviderWrapper$ImsVideoCallCallback +com.android.ims.internal.ImsVideoCallProviderWrapper$ImsVideoProviderWrapperCallback +com.android.ims.internal.ImsVideoCallProviderWrapper +com.android.ims.internal.Logger +com.android.ims.internal.VideoPauseTracker$$ExternalSyntheticLambda0 +com.android.ims.internal.VideoPauseTracker +com.android.ims.internal.uce.UceServiceBase$UceServiceBinder +com.android.ims.internal.uce.UceServiceBase +com.android.ims.internal.uce.common.CapInfo$1 +com.android.ims.internal.uce.common.CapInfo +com.android.ims.internal.uce.common.StatusCode$1 +com.android.ims.internal.uce.common.UceLong$1 +com.android.ims.internal.uce.common.UceLong +com.android.ims.internal.uce.options.IOptionsListener$Stub$Proxy +com.android.ims.internal.uce.options.IOptionsListener$Stub +com.android.ims.internal.uce.options.IOptionsListener +com.android.ims.internal.uce.options.IOptionsService +com.android.ims.internal.uce.presence.IPresenceListener$Stub$Proxy +com.android.ims.internal.uce.presence.IPresenceListener$Stub +com.android.ims.internal.uce.presence.IPresenceListener +com.android.ims.internal.uce.presence.IPresenceService$Stub +com.android.ims.internal.uce.presence.IPresenceService +com.android.ims.internal.uce.presence.PresCapInfo$1 +com.android.ims.internal.uce.presence.PresCmdId$1 +com.android.ims.internal.uce.presence.PresCmdStatus$1 +com.android.ims.internal.uce.presence.PresPublishTriggerType$1 +com.android.ims.internal.uce.presence.PresSipResponse$1 +com.android.ims.internal.uce.uceservice.IUceListener$Stub$Proxy +com.android.ims.internal.uce.uceservice.IUceListener$Stub +com.android.ims.internal.uce.uceservice.IUceListener +com.android.ims.internal.uce.uceservice.IUceService$Stub +com.android.ims.internal.uce.uceservice.IUceService +com.android.ims.rcs.uce.ControllerBase +com.android.ims.rcs.uce.UceController$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.UceController$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.UceController$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.UceController$$ExternalSyntheticLambda3 +com.android.ims.rcs.uce.UceController$1 +com.android.ims.rcs.uce.UceController$2 +com.android.ims.rcs.uce.UceController$3 +com.android.ims.rcs.uce.UceController$CachedCapabilityEvent$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.UceController$CachedCapabilityEvent +com.android.ims.rcs.uce.UceController$ControllerFactory +com.android.ims.rcs.uce.UceController$RcsConnectedState +com.android.ims.rcs.uce.UceController$RequestManagerFactory +com.android.ims.rcs.uce.UceController$UceControllerCallback +com.android.ims.rcs.uce.UceController +com.android.ims.rcs.uce.UceDeviceState$DeviceStateResult +com.android.ims.rcs.uce.UceDeviceState$DeviceStateType +com.android.ims.rcs.uce.UceDeviceState +com.android.ims.rcs.uce.eab.EabBulkCapabilityUpdater$1 +com.android.ims.rcs.uce.eab.EabBulkCapabilityUpdater$CapabilityExpiredListener +com.android.ims.rcs.uce.eab.EabBulkCapabilityUpdater$ContactChangedListener +com.android.ims.rcs.uce.eab.EabBulkCapabilityUpdater$EabSettingsListener +com.android.ims.rcs.uce.eab.EabBulkCapabilityUpdater$SyncContactRunnable +com.android.ims.rcs.uce.eab.EabBulkCapabilityUpdater$retryRunnable +com.android.ims.rcs.uce.eab.EabBulkCapabilityUpdater +com.android.ims.rcs.uce.eab.EabCapabilityResult$QueryResult +com.android.ims.rcs.uce.eab.EabCapabilityResult +com.android.ims.rcs.uce.eab.EabContactSyncController$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.eab.EabContactSyncController +com.android.ims.rcs.uce.eab.EabController +com.android.ims.rcs.uce.eab.EabControllerImpl$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.eab.EabControllerImpl$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.eab.EabControllerImpl$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.eab.EabControllerImpl$ExpirationTimeFactory +com.android.ims.rcs.uce.eab.EabControllerImpl +com.android.ims.rcs.uce.eab.EabProvider$ContactColumns +com.android.ims.rcs.uce.eab.EabProvider$EabCommonColumns +com.android.ims.rcs.uce.eab.EabProvider$EabDatabaseHelper +com.android.ims.rcs.uce.eab.EabProvider$OptionsColumns +com.android.ims.rcs.uce.eab.EabProvider$PresenceTupleColumns +com.android.ims.rcs.uce.eab.EabProvider +com.android.ims.rcs.uce.eab.EabUtil +com.android.ims.rcs.uce.eab.RcsUceCapabilityBuilderWrapper +com.android.ims.rcs.uce.options.OptionsController +com.android.ims.rcs.uce.options.OptionsControllerImpl +com.android.ims.rcs.uce.presence.pidfparser.ElementBase +com.android.ims.rcs.uce.presence.pidfparser.PidfParser$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.pidfparser.PidfParser$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.presence.pidfparser.PidfParser$TimestampProxy +com.android.ims.rcs.uce.presence.pidfparser.PidfParser +com.android.ims.rcs.uce.presence.pidfparser.PidfParserConstant +com.android.ims.rcs.uce.presence.pidfparser.PidfParserUtils$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.pidfparser.PidfParserUtils +com.android.ims.rcs.uce.presence.pidfparser.capabilities.Audio +com.android.ims.rcs.uce.presence.pidfparser.capabilities.CapsConstant +com.android.ims.rcs.uce.presence.pidfparser.capabilities.Duplex$DuplexType +com.android.ims.rcs.uce.presence.pidfparser.capabilities.Duplex +com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps +com.android.ims.rcs.uce.presence.pidfparser.capabilities.Video +com.android.ims.rcs.uce.presence.pidfparser.omapres.Description +com.android.ims.rcs.uce.presence.pidfparser.omapres.OmaPresConstant +com.android.ims.rcs.uce.presence.pidfparser.omapres.ServiceDescription +com.android.ims.rcs.uce.presence.pidfparser.omapres.ServiceId +com.android.ims.rcs.uce.presence.pidfparser.omapres.Version +com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic$BasicValue +com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic +com.android.ims.rcs.uce.presence.pidfparser.pidf.Contact +com.android.ims.rcs.uce.presence.pidfparser.pidf.Note +com.android.ims.rcs.uce.presence.pidfparser.pidf.PidfConstant +com.android.ims.rcs.uce.presence.pidfparser.pidf.Presence +com.android.ims.rcs.uce.presence.pidfparser.pidf.Status +com.android.ims.rcs.uce.presence.pidfparser.pidf.Timestamp +com.android.ims.rcs.uce.presence.pidfparser.pidf.Tuple +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityInfo$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityInfo +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$1 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$2 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$3 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$4 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$5 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$6 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$7 +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$DeviceCapabilityHandler +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$ImsMmTelManagerFactory +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$ImsRcsManagerFactory +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener$ProvisioningManagerFactory +com.android.ims.rcs.uce.presence.publish.DeviceCapabilityListener +com.android.ims.rcs.uce.presence.publish.PublishController$PublishControllerCallback +com.android.ims.rcs.uce.presence.publish.PublishController$PublishTriggerType +com.android.ims.rcs.uce.presence.publish.PublishController +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$1 +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$2 +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$DeviceCapListenerFactory +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$PublishHandler +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl$PublishProcessorFactory +com.android.ims.rcs.uce.presence.publish.PublishControllerImpl +com.android.ims.rcs.uce.presence.publish.PublishProcessor$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.publish.PublishProcessor +com.android.ims.rcs.uce.presence.publish.PublishProcessorState$PendingRequest +com.android.ims.rcs.uce.presence.publish.PublishProcessorState$PublishThrottle +com.android.ims.rcs.uce.presence.publish.PublishProcessorState +com.android.ims.rcs.uce.presence.publish.PublishRequestResponse$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.publish.PublishRequestResponse$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.presence.publish.PublishRequestResponse$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.presence.publish.PublishRequestResponse$1 +com.android.ims.rcs.uce.presence.publish.PublishRequestResponse +com.android.ims.rcs.uce.presence.publish.PublishServiceDescTracker$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.presence.publish.PublishServiceDescTracker$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.presence.publish.PublishServiceDescTracker$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.presence.publish.PublishServiceDescTracker$$ExternalSyntheticLambda3 +com.android.ims.rcs.uce.presence.publish.PublishServiceDescTracker$$ExternalSyntheticLambda4 +com.android.ims.rcs.uce.presence.publish.PublishServiceDescTracker +com.android.ims.rcs.uce.presence.publish.PublishUtils +com.android.ims.rcs.uce.presence.publish.ServiceDescription +com.android.ims.rcs.uce.presence.subscribe.SubscribeController +com.android.ims.rcs.uce.presence.subscribe.SubscribeControllerImpl +com.android.ims.rcs.uce.request.CapabilityRequest$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.CapabilityRequest$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.CapabilityRequest$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.request.CapabilityRequest$$ExternalSyntheticLambda3 +com.android.ims.rcs.uce.request.CapabilityRequest$$ExternalSyntheticLambda4 +com.android.ims.rcs.uce.request.CapabilityRequest$$ExternalSyntheticLambda5 +com.android.ims.rcs.uce.request.CapabilityRequest +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda3 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda4 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda5 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda6 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda7 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda8 +com.android.ims.rcs.uce.request.CapabilityRequestResponse$$ExternalSyntheticLambda9 +com.android.ims.rcs.uce.request.CapabilityRequestResponse +com.android.ims.rcs.uce.request.OptionsRequest$1 +com.android.ims.rcs.uce.request.OptionsRequest +com.android.ims.rcs.uce.request.OptionsRequestCoordinator$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.OptionsRequestCoordinator$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.OptionsRequestCoordinator$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.request.OptionsRequestCoordinator$$ExternalSyntheticLambda3 +com.android.ims.rcs.uce.request.OptionsRequestCoordinator$$ExternalSyntheticLambda4 +com.android.ims.rcs.uce.request.OptionsRequestCoordinator$Builder +com.android.ims.rcs.uce.request.OptionsRequestCoordinator$RequestResultCreator +com.android.ims.rcs.uce.request.OptionsRequestCoordinator +com.android.ims.rcs.uce.request.RemoteOptionsCoordinator$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.RemoteOptionsCoordinator$Builder +com.android.ims.rcs.uce.request.RemoteOptionsCoordinator$RequestResultCreator +com.android.ims.rcs.uce.request.RemoteOptionsCoordinator +com.android.ims.rcs.uce.request.RemoteOptionsRequest$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.RemoteOptionsRequest$RemoteOptResponse +com.android.ims.rcs.uce.request.RemoteOptionsRequest +com.android.ims.rcs.uce.request.SubscribeRequest$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.SubscribeRequest$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.SubscribeRequest$1 +com.android.ims.rcs.uce.request.SubscribeRequest +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda3 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda4 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda5 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda6 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda7 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda8 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$$ExternalSyntheticLambda9 +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$Builder +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator$RequestResultCreator +com.android.ims.rcs.uce.request.SubscribeRequestCoordinator +com.android.ims.rcs.uce.request.SubscriptionTerminatedHelper$TerminatedResult +com.android.ims.rcs.uce.request.SubscriptionTerminatedHelper +com.android.ims.rcs.uce.request.UceRequest$UceRequestType +com.android.ims.rcs.uce.request.UceRequest +com.android.ims.rcs.uce.request.UceRequestCoordinator$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.UceRequestCoordinator$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.UceRequestCoordinator$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.request.UceRequestCoordinator$$ExternalSyntheticLambda3 +com.android.ims.rcs.uce.request.UceRequestCoordinator$$ExternalSyntheticLambda4 +com.android.ims.rcs.uce.request.UceRequestCoordinator$RequestResult +com.android.ims.rcs.uce.request.UceRequestCoordinator$UceRequestUpdate +com.android.ims.rcs.uce.request.UceRequestCoordinator +com.android.ims.rcs.uce.request.UceRequestDispatcher$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.UceRequestDispatcher$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.UceRequestDispatcher$Request +com.android.ims.rcs.uce.request.UceRequestDispatcher +com.android.ims.rcs.uce.request.UceRequestManager$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.UceRequestManager$$ExternalSyntheticLambda1 +com.android.ims.rcs.uce.request.UceRequestManager$$ExternalSyntheticLambda2 +com.android.ims.rcs.uce.request.UceRequestManager$1 +com.android.ims.rcs.uce.request.UceRequestManager$2 +com.android.ims.rcs.uce.request.UceRequestManager$RequestManagerCallback +com.android.ims.rcs.uce.request.UceRequestManager$UceRequestHandler +com.android.ims.rcs.uce.request.UceRequestManager$UceUtilsProxy +com.android.ims.rcs.uce.request.UceRequestManager +com.android.ims.rcs.uce.request.UceRequestRepository$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.request.UceRequestRepository +com.android.ims.rcs.uce.util.FeatureTags$$ExternalSyntheticLambda0 +com.android.ims.rcs.uce.util.FeatureTags +com.android.ims.rcs.uce.util.NetworkSipCode +com.android.ims.rcs.uce.util.UceUtils +com.android.internal.R$attr +com.android.internal.R$string +com.android.internal.R$styleable +com.android.internal.accessibility.AccessibilityShortcutController$1 +com.android.internal.accessibility.AccessibilityShortcutController$FrameworkObjectProvider +com.android.internal.accessibility.AccessibilityShortcutController$ToggleableFrameworkFeatureInfo +com.android.internal.accessibility.AccessibilityShortcutController +com.android.internal.accessibility.util.AccessibilityUtils +com.android.internal.alsa.AlsaCardsParser$AlsaCardRecord +com.android.internal.alsa.AlsaCardsParser +com.android.internal.alsa.LineTokenizer +com.android.internal.app.AlertActivity +com.android.internal.app.AlertController$1 +com.android.internal.app.AlertController$AlertParams +com.android.internal.app.AlertController$ButtonHandler +com.android.internal.app.AlertController$RecycleListView +com.android.internal.app.AlertController +com.android.internal.app.AssistUtils +com.android.internal.app.IAppOpsActiveCallback$Stub$Proxy +com.android.internal.app.IAppOpsActiveCallback$Stub +com.android.internal.app.IAppOpsActiveCallback +com.android.internal.app.IAppOpsAsyncNotedCallback$Stub$Proxy +com.android.internal.app.IAppOpsAsyncNotedCallback$Stub +com.android.internal.app.IAppOpsAsyncNotedCallback +com.android.internal.app.IAppOpsCallback$Stub$Proxy +com.android.internal.app.IAppOpsCallback$Stub +com.android.internal.app.IAppOpsCallback +com.android.internal.app.IAppOpsNotedCallback$Stub$Proxy +com.android.internal.app.IAppOpsNotedCallback$Stub +com.android.internal.app.IAppOpsNotedCallback +com.android.internal.app.IAppOpsService$Stub$Proxy +com.android.internal.app.IAppOpsService$Stub +com.android.internal.app.IAppOpsService +com.android.internal.app.IAppOpsStartedCallback$Stub$Proxy +com.android.internal.app.IAppOpsStartedCallback$Stub +com.android.internal.app.IAppOpsStartedCallback +com.android.internal.app.IBatteryStats$Stub$Proxy +com.android.internal.app.IBatteryStats$Stub +com.android.internal.app.IBatteryStats +com.android.internal.app.ISoundTriggerService$Stub +com.android.internal.app.ISoundTriggerService +com.android.internal.app.ISoundTriggerSession$Stub +com.android.internal.app.ISoundTriggerSession +com.android.internal.app.IVoiceActionCheckCallback$Stub$Proxy +com.android.internal.app.IVoiceActionCheckCallback$Stub +com.android.internal.app.IVoiceActionCheckCallback +com.android.internal.app.IVoiceInteractionManagerService$Stub$Proxy +com.android.internal.app.IVoiceInteractionManagerService$Stub +com.android.internal.app.IVoiceInteractionManagerService +com.android.internal.app.IVoiceInteractionSessionListener$Stub$Proxy +com.android.internal.app.IVoiceInteractionSessionListener$Stub +com.android.internal.app.IVoiceInteractionSessionListener +com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub$Proxy +com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub +com.android.internal.app.IVoiceInteractionSessionShowCallback +com.android.internal.app.IVoiceInteractionSoundTriggerSession$Stub +com.android.internal.app.IVoiceInteractionSoundTriggerSession +com.android.internal.app.IVoiceInteractor$Stub$Proxy +com.android.internal.app.IVoiceInteractor$Stub +com.android.internal.app.IVoiceInteractor +com.android.internal.app.IntentForwarderActivity +com.android.internal.app.MessageSamplingConfig$1 +com.android.internal.app.MessageSamplingConfig +com.android.internal.app.MicroAlertController +com.android.internal.app.NetInitiatedActivity +com.android.internal.app.ProcessMap +com.android.internal.app.ResolverActivity$ActionTitle +com.android.internal.app.ResolverActivity +com.android.internal.app.ResolverListAdapter$ResolverListCommunicator +com.android.internal.app.ToolbarActionBar +com.android.internal.app.WindowDecorActionBar$1 +com.android.internal.app.WindowDecorActionBar$2 +com.android.internal.app.WindowDecorActionBar$3 +com.android.internal.app.WindowDecorActionBar +com.android.internal.app.procstats.AssociationState$$ExternalSyntheticLambda0 +com.android.internal.app.procstats.AssociationState$SourceDumpContainer +com.android.internal.app.procstats.AssociationState$SourceKey +com.android.internal.app.procstats.AssociationState$SourceState +com.android.internal.app.procstats.AssociationState +com.android.internal.app.procstats.DumpUtils +com.android.internal.app.procstats.DurationsTable +com.android.internal.app.procstats.IProcessStats$Stub$Proxy +com.android.internal.app.procstats.IProcessStats$Stub +com.android.internal.app.procstats.IProcessStats +com.android.internal.app.procstats.ProcessState$1 +com.android.internal.app.procstats.ProcessState$PssAggr +com.android.internal.app.procstats.ProcessState +com.android.internal.app.procstats.ProcessStats$$ExternalSyntheticLambda0 +com.android.internal.app.procstats.ProcessStats$1 +com.android.internal.app.procstats.ProcessStats$AssociationDumpContainer +com.android.internal.app.procstats.ProcessStats$PackageState +com.android.internal.app.procstats.ProcessStats$ProcessDataCollection +com.android.internal.app.procstats.ProcessStats$ProcessStateHolder +com.android.internal.app.procstats.ProcessStats$TotalMemoryUseCollection +com.android.internal.app.procstats.ProcessStats +com.android.internal.app.procstats.PssTable +com.android.internal.app.procstats.ServiceState +com.android.internal.app.procstats.SparseMappingTable$Table +com.android.internal.app.procstats.SparseMappingTable +com.android.internal.app.procstats.SysMemUsageTable +com.android.internal.app.procstats.UidState +com.android.internal.appwidget.IAppWidgetHost$Stub$Proxy +com.android.internal.appwidget.IAppWidgetHost$Stub +com.android.internal.appwidget.IAppWidgetHost +com.android.internal.appwidget.IAppWidgetService$Stub$Proxy +com.android.internal.appwidget.IAppWidgetService$Stub +com.android.internal.appwidget.IAppWidgetService +com.android.internal.backup.IBackupTransport$Stub$Proxy +com.android.internal.backup.IBackupTransport$Stub +com.android.internal.backup.IBackupTransport +com.android.internal.colorextraction.ColorExtractor$GradientColors +com.android.internal.colorextraction.ColorExtractor$LoadWallpaperColors +com.android.internal.colorextraction.ColorExtractor$OnColorsChangedListener +com.android.internal.colorextraction.ColorExtractor +com.android.internal.colorextraction.types.ExtractionType +com.android.internal.colorextraction.types.Tonal$ConfigParser +com.android.internal.colorextraction.types.Tonal$TonalPalette +com.android.internal.colorextraction.types.Tonal +com.android.internal.compat.AndroidBuildClassifier +com.android.internal.compat.ChangeReporter$ChangeReport +com.android.internal.compat.ChangeReporter +com.android.internal.compat.CompatibilityChangeConfig$1 +com.android.internal.compat.CompatibilityChangeConfig +com.android.internal.compat.CompatibilityChangeInfo$1 +com.android.internal.compat.CompatibilityChangeInfo +com.android.internal.compat.IOverrideValidator$Stub +com.android.internal.compat.IOverrideValidator +com.android.internal.compat.IPlatformCompat$Stub$Proxy +com.android.internal.compat.IPlatformCompat$Stub +com.android.internal.compat.IPlatformCompat +com.android.internal.compat.IPlatformCompatNative$Stub +com.android.internal.compat.IPlatformCompatNative +com.android.internal.content.F2fsUtils +com.android.internal.content.NativeLibraryHelper$Handle +com.android.internal.content.NativeLibraryHelper +com.android.internal.content.PackageMonitor +com.android.internal.content.ReferrerIntent$1 +com.android.internal.content.ReferrerIntent +com.android.internal.content.om.OverlayConfig$$ExternalSyntheticLambda0 +com.android.internal.content.om.OverlayConfig$$ExternalSyntheticLambda2 +com.android.internal.content.om.OverlayConfig$$ExternalSyntheticLambda3 +com.android.internal.content.om.OverlayConfig$$ExternalSyntheticLambda4 +com.android.internal.content.om.OverlayConfig$$ExternalSyntheticLambda5 +com.android.internal.content.om.OverlayConfig$Configuration +com.android.internal.content.om.OverlayConfig$IdmapInvocation +com.android.internal.content.om.OverlayConfig$PackageProvider +com.android.internal.content.om.OverlayConfig +com.android.internal.content.om.OverlayConfigParser$OverlayPartition +com.android.internal.content.om.OverlayConfigParser$ParsedConfiguration +com.android.internal.content.om.OverlayConfigParser$ParsingContext +com.android.internal.content.om.OverlayConfigParser +com.android.internal.content.om.OverlayScanner$ParsedOverlayInfo +com.android.internal.content.om.OverlayScanner +com.android.internal.database.SortCursor +com.android.internal.graphics.ColorUtils$ContrastCalculator +com.android.internal.graphics.ColorUtils +com.android.internal.graphics.SfVsyncFrameCallbackProvider +com.android.internal.graphics.cam.Cam +com.android.internal.graphics.drawable.AnimationScaleListDrawable$AnimationScaleListState +com.android.internal.graphics.drawable.AnimationScaleListDrawable +com.android.internal.graphics.drawable.BackgroundBlurDrawable$Aggregator +com.android.internal.graphics.drawable.BackgroundBlurDrawable$BlurRegion +com.android.internal.graphics.drawable.BackgroundBlurDrawable +com.android.internal.infra.AbstractMultiplePendingRequestsRemoteService +com.android.internal.infra.AbstractRemoteService$AsyncRequest +com.android.internal.infra.AbstractRemoteService$BasePendingRequest +com.android.internal.infra.AbstractRemoteService$MyAsyncPendingRequest +com.android.internal.infra.AbstractRemoteService$PendingRequest +com.android.internal.infra.AbstractRemoteService$RemoteServiceConnection +com.android.internal.infra.AbstractRemoteService$VultureCallback +com.android.internal.infra.AbstractRemoteService +com.android.internal.infra.AbstractSinglePendingRequestRemoteService +com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda1 +com.android.internal.infra.AndroidFuture$$ExternalSyntheticLambda3 +com.android.internal.infra.AndroidFuture$1 +com.android.internal.infra.AndroidFuture$2 +com.android.internal.infra.AndroidFuture +com.android.internal.infra.GlobalWhitelistState +com.android.internal.infra.IAndroidFuture$Stub$Proxy +com.android.internal.infra.IAndroidFuture$Stub +com.android.internal.infra.IAndroidFuture +com.android.internal.infra.PerUser +com.android.internal.infra.RemoteStream$1 +com.android.internal.infra.RemoteStream +com.android.internal.infra.ServiceConnector$Impl$CompletionAwareJob +com.android.internal.infra.ServiceConnector$Impl +com.android.internal.infra.ServiceConnector$Job +com.android.internal.infra.ServiceConnector$VoidJob +com.android.internal.infra.ServiceConnector +com.android.internal.infra.WhitelistHelper +com.android.internal.inputmethod.EditableInputConnection +com.android.internal.inputmethod.IAccessibilityInputMethodSession +com.android.internal.inputmethod.IInputContentUriToken +com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub$Proxy +com.android.internal.inputmethod.IInputMethodPrivilegedOperations$Stub +com.android.internal.inputmethod.IInputMethodPrivilegedOperations +com.android.internal.inputmethod.ImeTracing +com.android.internal.inputmethod.InputBindResult +com.android.internal.inputmethod.InputConnectionCommandHeader +com.android.internal.inputmethod.InputMethodDebug +com.android.internal.inputmethod.InputMethodPrivilegedOperations$OpsHolder +com.android.internal.inputmethod.InputMethodPrivilegedOperations +com.android.internal.inputmethod.InputMethodPrivilegedOperationsRegistry +com.android.internal.inputmethod.RemoteInputConnectionImpl +com.android.internal.inputmethod.SubtypeLocaleUtils +com.android.internal.jank.FrameTracker$$ExternalSyntheticLambda0 +com.android.internal.jank.FrameTracker$ChoreographerWrapper +com.android.internal.jank.FrameTracker$FrameMetricsWrapper +com.android.internal.jank.FrameTracker$FrameTrackerListener +com.android.internal.jank.FrameTracker$JankInfo +com.android.internal.jank.FrameTracker$SurfaceControlWrapper +com.android.internal.jank.FrameTracker$ThreadedRendererWrapper +com.android.internal.jank.FrameTracker +com.android.internal.jank.InteractionJankMonitor$$ExternalSyntheticLambda0 +com.android.internal.jank.InteractionJankMonitor$$ExternalSyntheticLambda1 +com.android.internal.jank.InteractionJankMonitor$$ExternalSyntheticLambda3 +com.android.internal.jank.InteractionJankMonitor$Session +com.android.internal.jank.InteractionJankMonitor +com.android.internal.listeners.ListenerExecutor$$ExternalSyntheticLambda0 +com.android.internal.listeners.ListenerExecutor$FailureCallback +com.android.internal.listeners.ListenerExecutor$ListenerOperation +com.android.internal.listeners.ListenerExecutor +com.android.internal.listeners.ListenerTransportManager +com.android.internal.location.GpsNetInitiatedHandler$1 +com.android.internal.location.GpsNetInitiatedHandler$GpsNiNotification +com.android.internal.location.GpsNetInitiatedHandler +com.android.internal.location.nano.GnssLogsProto$GnssLog +com.android.internal.location.nano.GnssLogsProto$PowerMetrics +com.android.internal.logging.AndroidConfig +com.android.internal.logging.AndroidHandler$1 +com.android.internal.logging.AndroidHandler +com.android.internal.logging.EventLogTags +com.android.internal.logging.InstanceId$1 +com.android.internal.logging.InstanceId +com.android.internal.logging.InstanceIdSequence +com.android.internal.logging.MetricsLogger +com.android.internal.logging.UiEventLogger$UiEventEnum +com.android.internal.logging.UiEventLogger +com.android.internal.logging.UiEventLoggerImpl +com.android.internal.net.INetworkWatchlistManager$Stub$Proxy +com.android.internal.net.INetworkWatchlistManager$Stub +com.android.internal.net.INetworkWatchlistManager +com.android.internal.net.LegacyVpnInfo$1 +com.android.internal.net.LegacyVpnInfo +com.android.internal.net.NetworkUtilsInternal +com.android.internal.net.VpnConfig$1 +com.android.internal.net.VpnConfig +com.android.internal.net.VpnProfile$1 +com.android.internal.net.VpnProfile +com.android.internal.notification.SystemNotificationChannels +com.android.internal.os.AmbientDisplayPowerCalculator +com.android.internal.os.AndroidPrintStream +com.android.internal.os.AppFuseMount$1 +com.android.internal.os.AppFuseMount +com.android.internal.os.AppIdToPackageMap +com.android.internal.os.AtomicDirectory +com.android.internal.os.BackgroundThread +com.android.internal.os.BatteryStatsHistory$1 +com.android.internal.os.BatteryStatsHistory +com.android.internal.os.BatteryStatsImpl$1 +com.android.internal.os.BatteryStatsImpl$2 +com.android.internal.os.BatteryStatsImpl$3 +com.android.internal.os.BatteryStatsImpl$4 +com.android.internal.os.BatteryStatsImpl$5 +com.android.internal.os.BatteryStatsImpl$6 +com.android.internal.os.BatteryStatsImpl$7 +com.android.internal.os.BatteryStatsImpl$BatchTimer +com.android.internal.os.BatteryStatsImpl$BatteryCallback +com.android.internal.os.BatteryStatsImpl$BinderCallStats$$ExternalSyntheticLambda0 +com.android.internal.os.BatteryStatsImpl$BinderCallStats$$ExternalSyntheticLambda1 +com.android.internal.os.BatteryStatsImpl$BinderCallStats +com.android.internal.os.BatteryStatsImpl$BluetoothActivityInfoCache +com.android.internal.os.BatteryStatsImpl$Constants +com.android.internal.os.BatteryStatsImpl$ControllerActivityCounterImpl +com.android.internal.os.BatteryStatsImpl$Counter +com.android.internal.os.BatteryStatsImpl$DualTimer +com.android.internal.os.BatteryStatsImpl$DurationTimer +com.android.internal.os.BatteryStatsImpl$ExternalStatsSync +com.android.internal.os.BatteryStatsImpl$LongSamplingCounter +com.android.internal.os.BatteryStatsImpl$LongSamplingCounterArray +com.android.internal.os.BatteryStatsImpl$MeasuredEnergyRetriever +com.android.internal.os.BatteryStatsImpl$MyHandler +com.android.internal.os.BatteryStatsImpl$OverflowArrayMap +com.android.internal.os.BatteryStatsImpl$PlatformIdleStateCallback +com.android.internal.os.BatteryStatsImpl$RadioAccessTechnologyBatteryStats +com.android.internal.os.BatteryStatsImpl$SamplingTimer +com.android.internal.os.BatteryStatsImpl$StopwatchTimer +com.android.internal.os.BatteryStatsImpl$TimeBase +com.android.internal.os.BatteryStatsImpl$TimeBaseObs +com.android.internal.os.BatteryStatsImpl$TimeInFreqMultiStateCounter +com.android.internal.os.BatteryStatsImpl$TimeMultiStateCounter +com.android.internal.os.BatteryStatsImpl$Timer +com.android.internal.os.BatteryStatsImpl$Uid$1 +com.android.internal.os.BatteryStatsImpl$Uid$2 +com.android.internal.os.BatteryStatsImpl$Uid$3 +com.android.internal.os.BatteryStatsImpl$Uid$Pkg$Serv +com.android.internal.os.BatteryStatsImpl$Uid$Pkg +com.android.internal.os.BatteryStatsImpl$Uid$Proc +com.android.internal.os.BatteryStatsImpl$Uid$Sensor +com.android.internal.os.BatteryStatsImpl$Uid$Wakelock +com.android.internal.os.BatteryStatsImpl$Uid +com.android.internal.os.BatteryStatsImpl$UidToRemove +com.android.internal.os.BatteryStatsImpl$UserInfoProvider +com.android.internal.os.BatteryStatsImpl +com.android.internal.os.BinderCallHeavyHitterWatcher$BinderCallHeavyHitterListener +com.android.internal.os.BinderCallHeavyHitterWatcher$HeavyHitterContainer +com.android.internal.os.BinderCallHeavyHitterWatcher +com.android.internal.os.BinderCallsStats$1 +com.android.internal.os.BinderCallsStats$CallStat +com.android.internal.os.BinderCallsStats$CallStatKey +com.android.internal.os.BinderCallsStats$ExportedCallStat +com.android.internal.os.BinderCallsStats$Injector +com.android.internal.os.BinderCallsStats$OverflowBinder +com.android.internal.os.BinderCallsStats$UidEntry +com.android.internal.os.BinderCallsStats +com.android.internal.os.BinderDeathDispatcher$RecipientsInfo +com.android.internal.os.BinderDeathDispatcher +com.android.internal.os.BinderInternal$BinderProxyLimitListener +com.android.internal.os.BinderInternal$BinderProxyLimitListenerDelegate +com.android.internal.os.BinderInternal$CallSession +com.android.internal.os.BinderInternal$CallStatsObserver +com.android.internal.os.BinderInternal$GcWatcher +com.android.internal.os.BinderInternal$Observer +com.android.internal.os.BinderInternal$WorkSourceProvider +com.android.internal.os.BinderInternal +com.android.internal.os.BinderTransactionNameResolver +com.android.internal.os.BluetoothPowerCalculator$PowerAndDuration +com.android.internal.os.BluetoothPowerCalculator +com.android.internal.os.ByteTransferPipe +com.android.internal.os.CachedDeviceState$Readonly +com.android.internal.os.CachedDeviceState$TimeInStateStopwatch +com.android.internal.os.CachedDeviceState +com.android.internal.os.CameraPowerCalculator +com.android.internal.os.ClassLoaderFactory +com.android.internal.os.Clock$1 +com.android.internal.os.Clock +com.android.internal.os.CpuPowerCalculator +com.android.internal.os.FlashlightPowerCalculator +com.android.internal.os.FuseAppLoop$1 +com.android.internal.os.FuseAppLoop +com.android.internal.os.FuseUnavailableMountException +com.android.internal.os.HandlerCaller$Callback +com.android.internal.os.HandlerCaller$MyHandler +com.android.internal.os.HandlerCaller +com.android.internal.os.IDropBoxManagerService$Stub$Proxy +com.android.internal.os.IDropBoxManagerService$Stub +com.android.internal.os.IDropBoxManagerService +com.android.internal.os.IResultReceiver$Stub$Proxy +com.android.internal.os.IResultReceiver$Stub +com.android.internal.os.IResultReceiver +com.android.internal.os.IShellCallback$Stub$Proxy +com.android.internal.os.IShellCallback$Stub +com.android.internal.os.IShellCallback +com.android.internal.os.IdlePowerCalculator +com.android.internal.os.KernelAllocationStats$ProcessDmabuf +com.android.internal.os.KernelAllocationStats$ProcessGpuMem +com.android.internal.os.KernelAllocationStats +com.android.internal.os.KernelCpuBpfTracking +com.android.internal.os.KernelCpuProcStringReader$ProcFileIterator +com.android.internal.os.KernelCpuProcStringReader +com.android.internal.os.KernelCpuSpeedReader +com.android.internal.os.KernelCpuThreadReader$FrequencyBucketCreator +com.android.internal.os.KernelCpuThreadReader$Injector +com.android.internal.os.KernelCpuThreadReader$ProcessCpuUsage +com.android.internal.os.KernelCpuThreadReader$ThreadCpuUsage +com.android.internal.os.KernelCpuThreadReader +com.android.internal.os.KernelCpuThreadReaderDiff$ThreadKey +com.android.internal.os.KernelCpuThreadReaderDiff +com.android.internal.os.KernelCpuThreadReaderSettingsObserver$UidPredicate +com.android.internal.os.KernelCpuThreadReaderSettingsObserver +com.android.internal.os.KernelCpuTotalBpfMapReader +com.android.internal.os.KernelCpuUidBpfMapReader$BpfMapIterator +com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidActiveTimeBpfMapReader +com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidClusterTimeBpfMapReader +com.android.internal.os.KernelCpuUidBpfMapReader$KernelCpuUidFreqTimeBpfMapReader +com.android.internal.os.KernelCpuUidBpfMapReader +com.android.internal.os.KernelCpuUidTimeReader$Callback +com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidActiveTimeReader +com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidClusterTimeReader +com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidFreqTimeReader +com.android.internal.os.KernelCpuUidTimeReader$KernelCpuUidUserSysTimeReader +com.android.internal.os.KernelCpuUidTimeReader +com.android.internal.os.KernelMemoryBandwidthStats +com.android.internal.os.KernelSingleProcessCpuThreadReader$CpuTimeInStateReader +com.android.internal.os.KernelSingleProcessCpuThreadReader$ProcessCpuUsage +com.android.internal.os.KernelSingleProcessCpuThreadReader +com.android.internal.os.KernelSingleUidTimeReader$Injector +com.android.internal.os.KernelSingleUidTimeReader +com.android.internal.os.KernelWakelockReader +com.android.internal.os.KernelWakelockStats$Entry +com.android.internal.os.KernelWakelockStats +com.android.internal.os.LoggingPrintStream$1 +com.android.internal.os.LoggingPrintStream +com.android.internal.os.LongArrayMultiStateCounter$LongArrayContainer +com.android.internal.os.LongArrayMultiStateCounter +com.android.internal.os.LongMultiStateCounter +com.android.internal.os.LooperStats$DispatchSession +com.android.internal.os.LooperStats$Entry +com.android.internal.os.LooperStats$ExportedEntry +com.android.internal.os.LooperStats +com.android.internal.os.MemoryPowerCalculator +com.android.internal.os.MobileRadioPowerCalculator +com.android.internal.os.PhonePowerCalculator +com.android.internal.os.PowerCalculator +com.android.internal.os.PowerProfile$CpuClusterKey +com.android.internal.os.PowerProfile +com.android.internal.os.ProcStatsUtil +com.android.internal.os.ProcTimeInStateReader +com.android.internal.os.ProcessCpuTracker$1 +com.android.internal.os.ProcessCpuTracker$FilterStats +com.android.internal.os.ProcessCpuTracker$Stats +com.android.internal.os.ProcessCpuTracker +com.android.internal.os.RailStats +com.android.internal.os.RoSystemProperties +com.android.internal.os.RpmStats$PowerStateElement +com.android.internal.os.RpmStats$PowerStatePlatformSleepState +com.android.internal.os.RpmStats$PowerStateSubsystem +com.android.internal.os.RpmStats +com.android.internal.os.RuntimeInit$$ExternalSyntheticLambda0 +com.android.internal.os.RuntimeInit$$ExternalSyntheticLambda1 +com.android.internal.os.RuntimeInit$ApplicationWtfHandler +com.android.internal.os.RuntimeInit$Arguments +com.android.internal.os.RuntimeInit$KillApplicationHandler +com.android.internal.os.RuntimeInit$LoggingHandler +com.android.internal.os.RuntimeInit$MethodAndArgsCaller +com.android.internal.os.RuntimeInit +com.android.internal.os.ScreenPowerCalculator +com.android.internal.os.SensorPowerCalculator +com.android.internal.os.SomeArgs +com.android.internal.os.StatsdHiddenApiUsageLogger +com.android.internal.os.StoragedUidIoStatsReader$Callback +com.android.internal.os.StoragedUidIoStatsReader +com.android.internal.os.SystemServerCpuThreadReader$SystemServiceCpuThreadTimes +com.android.internal.os.SystemServerCpuThreadReader +com.android.internal.os.SystemServicePowerCalculator +com.android.internal.os.TransferPipe +com.android.internal.os.UsageBasedPowerEstimator +com.android.internal.os.UserPowerCalculator +com.android.internal.os.WakelockPowerCalculator +com.android.internal.os.WifiPowerCalculator +com.android.internal.os.WrapperInit +com.android.internal.os.Zygote +com.android.internal.os.ZygoteArguments +com.android.internal.os.ZygoteCommandBuffer +com.android.internal.os.ZygoteConnection$$ExternalSyntheticLambda0 +com.android.internal.os.ZygoteConnection$$ExternalSyntheticLambda1 +com.android.internal.os.ZygoteConnection +com.android.internal.os.ZygoteInit +com.android.internal.os.ZygoteSecurityException +com.android.internal.os.ZygoteServer$$ExternalSyntheticLambda0 +com.android.internal.os.ZygoteServer$UsapPoolRefillAction +com.android.internal.os.ZygoteServer +com.android.internal.os.logging.MetricsLoggerWrapper +com.android.internal.policy.BackdropFrameRenderer +com.android.internal.policy.DecorContext +com.android.internal.policy.DecorView$$ExternalSyntheticLambda0 +com.android.internal.policy.DecorView$1 +com.android.internal.policy.DecorView$2 +com.android.internal.policy.DecorView$3 +com.android.internal.policy.DecorView$6 +com.android.internal.policy.DecorView$ActionModeCallback2Wrapper$1 +com.android.internal.policy.DecorView$ActionModeCallback2Wrapper +com.android.internal.policy.DecorView$ColorViewAttributes +com.android.internal.policy.DecorView$ColorViewState +com.android.internal.policy.DecorView +com.android.internal.policy.DividerSnapAlgorithm$SnapTarget +com.android.internal.policy.DividerSnapAlgorithm +com.android.internal.policy.DockedDividerUtils +com.android.internal.policy.GestureNavigationSettingsObserver$1 +com.android.internal.policy.GestureNavigationSettingsObserver +com.android.internal.policy.IKeyguardDismissCallback$Stub$Proxy +com.android.internal.policy.IKeyguardDismissCallback$Stub +com.android.internal.policy.IKeyguardDismissCallback +com.android.internal.policy.IKeyguardDrawnCallback$Stub$Proxy +com.android.internal.policy.IKeyguardDrawnCallback$Stub +com.android.internal.policy.IKeyguardDrawnCallback +com.android.internal.policy.IKeyguardExitCallback$Stub$Proxy +com.android.internal.policy.IKeyguardExitCallback$Stub +com.android.internal.policy.IKeyguardExitCallback +com.android.internal.policy.IKeyguardLockedStateListener$Stub +com.android.internal.policy.IKeyguardLockedStateListener +com.android.internal.policy.IKeyguardService$Stub$Proxy +com.android.internal.policy.IKeyguardService$Stub +com.android.internal.policy.IKeyguardService +com.android.internal.policy.IKeyguardStateCallback$Stub$Proxy +com.android.internal.policy.IKeyguardStateCallback$Stub +com.android.internal.policy.IKeyguardStateCallback +com.android.internal.policy.IShortcutService$Stub$Proxy +com.android.internal.policy.IShortcutService$Stub +com.android.internal.policy.IShortcutService +com.android.internal.policy.KeyInterceptionInfo +com.android.internal.policy.PhoneFallbackEventHandler +com.android.internal.policy.PhoneLayoutInflater +com.android.internal.policy.PhoneWindow$$ExternalSyntheticLambda0 +com.android.internal.policy.PhoneWindow$1 +com.android.internal.policy.PhoneWindow$ActionMenuPresenterCallback +com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState$1 +com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState +com.android.internal.policy.PhoneWindow$PanelFeatureState +com.android.internal.policy.PhoneWindow$PhoneWindowMenuCallback +com.android.internal.policy.PhoneWindow$RotationWatcher$1 +com.android.internal.policy.PhoneWindow$RotationWatcher +com.android.internal.policy.PhoneWindow +com.android.internal.policy.ScreenDecorationsUtils +com.android.internal.power.MeasuredEnergyStats$Config +com.android.internal.power.MeasuredEnergyStats +com.android.internal.power.ModemPowerProfile +com.android.internal.protolog.BaseProtoLogImpl$$ExternalSyntheticLambda0 +com.android.internal.protolog.BaseProtoLogImpl$$ExternalSyntheticLambda3 +com.android.internal.protolog.BaseProtoLogImpl$$ExternalSyntheticLambda4 +com.android.internal.protolog.BaseProtoLogImpl$$ExternalSyntheticLambda5 +com.android.internal.protolog.BaseProtoLogImpl$1 +com.android.internal.protolog.BaseProtoLogImpl$LogLevel +com.android.internal.protolog.BaseProtoLogImpl +com.android.internal.protolog.ProtoLogGroup +com.android.internal.protolog.ProtoLogImpl +com.android.internal.protolog.ProtoLogViewerConfigReader +com.android.internal.protolog.common.BitmaskConversionException +com.android.internal.protolog.common.IProtoLogGroup +com.android.internal.protolog.common.LogDataType +com.android.internal.security.VerityUtils +com.android.internal.statusbar.IStatusBar$Stub$Proxy +com.android.internal.statusbar.IStatusBar$Stub +com.android.internal.statusbar.IStatusBar +com.android.internal.statusbar.IStatusBarService$Stub$Proxy +com.android.internal.statusbar.IStatusBarService$Stub +com.android.internal.statusbar.IStatusBarService +com.android.internal.statusbar.NotificationVisibility$1 +com.android.internal.statusbar.NotificationVisibility$NotificationLocation +com.android.internal.statusbar.NotificationVisibility +com.android.internal.statusbar.RegisterStatusBarResult$1 +com.android.internal.statusbar.RegisterStatusBarResult +com.android.internal.statusbar.StatusBarIcon$1 +com.android.internal.statusbar.StatusBarIcon +com.android.internal.telecom.IConnectionService$Stub$Proxy +com.android.internal.telecom.IConnectionService$Stub +com.android.internal.telecom.IConnectionService +com.android.internal.telecom.IConnectionServiceAdapter$Stub +com.android.internal.telecom.IConnectionServiceAdapter +com.android.internal.telecom.IDeviceIdleControllerAdapter$Stub +com.android.internal.telecom.IDeviceIdleControllerAdapter +com.android.internal.telecom.IInCallAdapter$Stub +com.android.internal.telecom.IInCallAdapter +com.android.internal.telecom.IInCallService$Stub$Proxy +com.android.internal.telecom.IInCallService$Stub +com.android.internal.telecom.IInCallService +com.android.internal.telecom.IInternalServiceRetriever$Stub +com.android.internal.telecom.IInternalServiceRetriever +com.android.internal.telecom.ITelecomLoader$Stub$Proxy +com.android.internal.telecom.ITelecomLoader$Stub +com.android.internal.telecom.ITelecomLoader +com.android.internal.telecom.ITelecomService$Stub$Proxy +com.android.internal.telecom.ITelecomService$Stub +com.android.internal.telecom.ITelecomService +com.android.internal.telecom.IVideoCallback +com.android.internal.telecom.IVideoProvider$Stub$Proxy +com.android.internal.telecom.IVideoProvider$Stub +com.android.internal.telecom.IVideoProvider +com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy +com.android.internal.telecom.RemoteServiceCallback$Stub +com.android.internal.telecom.RemoteServiceCallback +com.android.internal.telephony.ATParseEx +com.android.internal.telephony.ATResponseParser +com.android.internal.telephony.AndroidUtilIndentingPrintWriter +com.android.internal.telephony.AppSmsManager$AppRequestInfo +com.android.internal.telephony.AppSmsManager +com.android.internal.telephony.AsyncChannel$1ConnectAsync +com.android.internal.telephony.AsyncChannel$AsyncChannelConnection +com.android.internal.telephony.AsyncChannel$DeathMonitor +com.android.internal.telephony.AsyncChannel$SyncMessenger$SyncHandler +com.android.internal.telephony.AsyncChannel$SyncMessenger +com.android.internal.telephony.AsyncChannel +com.android.internal.telephony.AsyncEmergencyContactNotifier +com.android.internal.telephony.AsyncService$AsyncServiceInfo +com.android.internal.telephony.AsyncService +com.android.internal.telephony.BaseCommands +com.android.internal.telephony.BiMap +com.android.internal.telephony.BitwiseInputStream$AccessException +com.android.internal.telephony.BitwiseInputStream +com.android.internal.telephony.BlockChecker +com.android.internal.telephony.BtSmsInterfaceManager$MapMessageSender +com.android.internal.telephony.BtSmsInterfaceManager +com.android.internal.telephony.Call$1 +com.android.internal.telephony.Call$SrvccState +com.android.internal.telephony.Call$State +com.android.internal.telephony.Call +com.android.internal.telephony.CallFailCause +com.android.internal.telephony.CallForwardInfo +com.android.internal.telephony.CallManager$CallManagerHandler +com.android.internal.telephony.CallManager +com.android.internal.telephony.CallStateException +com.android.internal.telephony.CallTracker +com.android.internal.telephony.CarrierActionAgent$1 +com.android.internal.telephony.CarrierActionAgent +com.android.internal.telephony.CarrierAppUtils$$ExternalSyntheticLambda0 +com.android.internal.telephony.CarrierAppUtils$AssociatedAppInfo +com.android.internal.telephony.CarrierAppUtils +com.android.internal.telephony.CarrierInfoManager +com.android.internal.telephony.CarrierKeyDownloadManager$1 +com.android.internal.telephony.CarrierKeyDownloadManager$2 +com.android.internal.telephony.CarrierKeyDownloadManager +com.android.internal.telephony.CarrierPrivilegesTracker$1 +com.android.internal.telephony.CarrierPrivilegesTracker +com.android.internal.telephony.CarrierResolver$1 +com.android.internal.telephony.CarrierResolver$2 +com.android.internal.telephony.CarrierResolver$3 +com.android.internal.telephony.CarrierResolver$CarrierMatchingRule +com.android.internal.telephony.CarrierResolver +com.android.internal.telephony.CarrierServiceBindHelper$1 +com.android.internal.telephony.CarrierServiceBindHelper$2 +com.android.internal.telephony.CarrierServiceBindHelper$AppBinding$$ExternalSyntheticLambda0 +com.android.internal.telephony.CarrierServiceBindHelper$AppBinding +com.android.internal.telephony.CarrierServiceBindHelper$CarrierServiceConnection +com.android.internal.telephony.CarrierServiceBindHelper$CarrierServicePackageMonitor +com.android.internal.telephony.CarrierServiceBindHelper +com.android.internal.telephony.CarrierServiceStateTracker$1 +com.android.internal.telephony.CarrierServiceStateTracker$2 +com.android.internal.telephony.CarrierServiceStateTracker$AllowedNetworkTypesListener +com.android.internal.telephony.CarrierServiceStateTracker$EmergencyNetworkNotification +com.android.internal.telephony.CarrierServiceStateTracker$NotificationType +com.android.internal.telephony.CarrierServiceStateTracker$PrefNetworkNotification +com.android.internal.telephony.CarrierServiceStateTracker +com.android.internal.telephony.CarrierServicesSmsFilter$CallbackTimeoutHandler$$ExternalSyntheticLambda0 +com.android.internal.telephony.CarrierServicesSmsFilter$CallbackTimeoutHandler +com.android.internal.telephony.CarrierServicesSmsFilter$CarrierServicesSmsFilterCallbackInterface +com.android.internal.telephony.CarrierServicesSmsFilter$CarrierSmsFilter$$ExternalSyntheticLambda0 +com.android.internal.telephony.CarrierServicesSmsFilter$CarrierSmsFilter$$ExternalSyntheticLambda1 +com.android.internal.telephony.CarrierServicesSmsFilter$CarrierSmsFilter$$ExternalSyntheticLambda2 +com.android.internal.telephony.CarrierServicesSmsFilter$CarrierSmsFilter +com.android.internal.telephony.CarrierServicesSmsFilter$CarrierSmsFilterCallback +com.android.internal.telephony.CarrierServicesSmsFilter$FilterAggregator +com.android.internal.telephony.CarrierServicesSmsFilter +com.android.internal.telephony.CarrierSignalAgent$$ExternalSyntheticLambda0 +com.android.internal.telephony.CarrierSignalAgent$$ExternalSyntheticLambda1 +com.android.internal.telephony.CarrierSignalAgent$1 +com.android.internal.telephony.CarrierSignalAgent$2 +com.android.internal.telephony.CarrierSignalAgent$3 +com.android.internal.telephony.CarrierSignalAgent +com.android.internal.telephony.CarrierSmsUtils +com.android.internal.telephony.CellBroadcastServiceManager$1 +com.android.internal.telephony.CellBroadcastServiceManager$CellBroadcastServiceConnection +com.android.internal.telephony.CellBroadcastServiceManager +com.android.internal.telephony.CellBroadcastUtils +com.android.internal.telephony.CellNetworkScanResult$1 +com.android.internal.telephony.CellNetworkScanResult +com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider$1 +com.android.internal.telephony.CellularNetworkService$CellularNetworkServiceProvider +com.android.internal.telephony.CellularNetworkService +com.android.internal.telephony.ClientWakelockAccountant +com.android.internal.telephony.ClientWakelockTracker +com.android.internal.telephony.CommandException$Error +com.android.internal.telephony.CommandException +com.android.internal.telephony.CommandsInterface +com.android.internal.telephony.Connection$Capability +com.android.internal.telephony.Connection$Listener +com.android.internal.telephony.Connection$ListenerBase +com.android.internal.telephony.Connection$PostDialListener +com.android.internal.telephony.Connection$PostDialState +com.android.internal.telephony.Connection +com.android.internal.telephony.DctConstants$Activity +com.android.internal.telephony.DctConstants$State +com.android.internal.telephony.DebugService +com.android.internal.telephony.DefaultPhoneNotifier$1 +com.android.internal.telephony.DefaultPhoneNotifier +com.android.internal.telephony.DeviceStateMonitor$$ExternalSyntheticLambda0 +com.android.internal.telephony.DeviceStateMonitor$1 +com.android.internal.telephony.DeviceStateMonitor$2 +com.android.internal.telephony.DeviceStateMonitor$3 +com.android.internal.telephony.DeviceStateMonitor +com.android.internal.telephony.DisplayInfoController +com.android.internal.telephony.DriverCall$State +com.android.internal.telephony.DriverCall +com.android.internal.telephony.EncodeException +com.android.internal.telephony.EventLogTags +com.android.internal.telephony.ExponentialBackoff$1 +com.android.internal.telephony.ExponentialBackoff$HandlerAdapter +com.android.internal.telephony.ExponentialBackoff +com.android.internal.telephony.FastXmlSerializer +com.android.internal.telephony.GbaManager$1 +com.android.internal.telephony.GbaManager$GbaDeathRecipient +com.android.internal.telephony.GbaManager$GbaManagerHandler +com.android.internal.telephony.GbaManager$GbaServiceConnection +com.android.internal.telephony.GbaManager +com.android.internal.telephony.GlobalSettingsHelper +com.android.internal.telephony.GsmAlphabet$TextEncodingDetails +com.android.internal.telephony.GsmAlphabet +com.android.internal.telephony.GsmCdmaCall +com.android.internal.telephony.GsmCdmaCallTracker$$ExternalSyntheticLambda0 +com.android.internal.telephony.GsmCdmaCallTracker$1 +com.android.internal.telephony.GsmCdmaCallTracker$2 +com.android.internal.telephony.GsmCdmaCallTracker$3 +com.android.internal.telephony.GsmCdmaCallTracker +com.android.internal.telephony.GsmCdmaConnection$1 +com.android.internal.telephony.GsmCdmaConnection$MyHandler +com.android.internal.telephony.GsmCdmaConnection +com.android.internal.telephony.GsmCdmaPhone$$ExternalSyntheticLambda0 +com.android.internal.telephony.GsmCdmaPhone$$ExternalSyntheticLambda1 +com.android.internal.telephony.GsmCdmaPhone$1 +com.android.internal.telephony.GsmCdmaPhone$2 +com.android.internal.telephony.GsmCdmaPhone$3 +com.android.internal.telephony.GsmCdmaPhone$Cfu +com.android.internal.telephony.GsmCdmaPhone$ImsManagerFactory +com.android.internal.telephony.GsmCdmaPhone +com.android.internal.telephony.HalVersion +com.android.internal.telephony.HardwareConfig +com.android.internal.telephony.HbpcdLookup$MccIdd +com.android.internal.telephony.HbpcdLookup$MccLookup +com.android.internal.telephony.HbpcdUtils +com.android.internal.telephony.HexDump +com.android.internal.telephony.IBooleanConsumer$Stub$Proxy +com.android.internal.telephony.IBooleanConsumer$Stub +com.android.internal.telephony.IBooleanConsumer +com.android.internal.telephony.ICallForwardingInfoCallback$Stub +com.android.internal.telephony.ICallForwardingInfoCallback +com.android.internal.telephony.ICarrierConfigLoader$Stub$Proxy +com.android.internal.telephony.ICarrierConfigLoader$Stub +com.android.internal.telephony.ICarrierConfigLoader +com.android.internal.telephony.IIccPhoneBook$Default +com.android.internal.telephony.IIccPhoneBook$Stub$Proxy +com.android.internal.telephony.IIccPhoneBook$Stub +com.android.internal.telephony.IIccPhoneBook +com.android.internal.telephony.IIntegerConsumer$Stub$Proxy +com.android.internal.telephony.IIntegerConsumer$Stub +com.android.internal.telephony.IIntegerConsumer +com.android.internal.telephony.IMms$Stub$Proxy +com.android.internal.telephony.IMms$Stub +com.android.internal.telephony.IMms +com.android.internal.telephony.INumberVerificationCallback$Stub$Proxy +com.android.internal.telephony.INumberVerificationCallback$Stub +com.android.internal.telephony.INumberVerificationCallback +com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub$Proxy +com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub +com.android.internal.telephony.IOnSubscriptionsChangedListener +com.android.internal.telephony.IOns$Stub$Proxy +com.android.internal.telephony.IOns$Stub +com.android.internal.telephony.IOns +com.android.internal.telephony.IPhoneStateListener$Stub$Proxy +com.android.internal.telephony.IPhoneStateListener$Stub +com.android.internal.telephony.IPhoneStateListener +com.android.internal.telephony.IPhoneSubInfo$Stub$Proxy +com.android.internal.telephony.IPhoneSubInfo$Stub +com.android.internal.telephony.IPhoneSubInfo +com.android.internal.telephony.ISetOpportunisticDataCallback$Stub$Proxy +com.android.internal.telephony.ISetOpportunisticDataCallback$Stub +com.android.internal.telephony.ISetOpportunisticDataCallback +com.android.internal.telephony.ISms$Stub$Proxy +com.android.internal.telephony.ISms$Stub +com.android.internal.telephony.ISms +com.android.internal.telephony.ISmsImplBase +com.android.internal.telephony.IState +com.android.internal.telephony.ISub$Stub$Proxy +com.android.internal.telephony.ISub$Stub +com.android.internal.telephony.ISub +com.android.internal.telephony.ITelephony$Stub$Proxy +com.android.internal.telephony.ITelephony$Stub +com.android.internal.telephony.ITelephony +com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy +com.android.internal.telephony.ITelephonyRegistry$Stub +com.android.internal.telephony.ITelephonyRegistry +com.android.internal.telephony.IUpdateAvailableNetworksCallback$Stub +com.android.internal.telephony.IUpdateAvailableNetworksCallback +com.android.internal.telephony.IWapPushManager$Stub +com.android.internal.telephony.IWapPushManager +com.android.internal.telephony.IccCard +com.android.internal.telephony.IccCardConstants$State +com.android.internal.telephony.IccPhoneBookInterfaceManager$1 +com.android.internal.telephony.IccPhoneBookInterfaceManager$Request +com.android.internal.telephony.IccPhoneBookInterfaceManager +com.android.internal.telephony.IccProvider +com.android.internal.telephony.IccSmsInterfaceManager$$ExternalSyntheticLambda0 +com.android.internal.telephony.IccSmsInterfaceManager$1 +com.android.internal.telephony.IccSmsInterfaceManager$CdmaBroadcastRangeManager +com.android.internal.telephony.IccSmsInterfaceManager$CellBroadcastRangeManager +com.android.internal.telephony.IccSmsInterfaceManager$Request +com.android.internal.telephony.IccSmsInterfaceManager +com.android.internal.telephony.ImsSmsDispatcher$$ExternalSyntheticLambda0 +com.android.internal.telephony.ImsSmsDispatcher$1 +com.android.internal.telephony.ImsSmsDispatcher$2 +com.android.internal.telephony.ImsSmsDispatcher$3 +com.android.internal.telephony.ImsSmsDispatcher$4$$ExternalSyntheticLambda0 +com.android.internal.telephony.ImsSmsDispatcher$4 +com.android.internal.telephony.ImsSmsDispatcher$5 +com.android.internal.telephony.ImsSmsDispatcher$FeatureConnectorFactory +com.android.internal.telephony.ImsSmsDispatcher +com.android.internal.telephony.InboundSmsHandler$$ExternalSyntheticLambda0 +com.android.internal.telephony.InboundSmsHandler$$ExternalSyntheticLambda1 +com.android.internal.telephony.InboundSmsHandler$$ExternalSyntheticLambda2 +com.android.internal.telephony.InboundSmsHandler$1 +com.android.internal.telephony.InboundSmsHandler$2 +com.android.internal.telephony.InboundSmsHandler$CarrierServicesSmsFilterCallback +com.android.internal.telephony.InboundSmsHandler$CbTestBroadcastReceiver +com.android.internal.telephony.InboundSmsHandler$DefaultState +com.android.internal.telephony.InboundSmsHandler$DeliveringState +com.android.internal.telephony.InboundSmsHandler$IdleState +com.android.internal.telephony.InboundSmsHandler$NewMessageNotificationActionReceiver +com.android.internal.telephony.InboundSmsHandler$SmsBroadcastReceiver +com.android.internal.telephony.InboundSmsHandler$SmsFilter +com.android.internal.telephony.InboundSmsHandler$StartupState +com.android.internal.telephony.InboundSmsHandler$WaitingState +com.android.internal.telephony.InboundSmsHandler +com.android.internal.telephony.InboundSmsTracker +com.android.internal.telephony.IndentingPrintWriter +com.android.internal.telephony.IntRangeManager$$ExternalSyntheticLambda0 +com.android.internal.telephony.IntRangeManager$ClientRange +com.android.internal.telephony.IntRangeManager$IntRange +com.android.internal.telephony.IntRangeManager +com.android.internal.telephony.IntentBroadcaster$1 +com.android.internal.telephony.IntentBroadcaster +com.android.internal.telephony.LastCallFailCause +com.android.internal.telephony.LocalLog$ReadOnlyLocalLog +com.android.internal.telephony.LocalLog +com.android.internal.telephony.LocaleTracker$1 +com.android.internal.telephony.LocaleTracker +com.android.internal.telephony.MccTable$MccEntry +com.android.internal.telephony.MccTable$MccMnc +com.android.internal.telephony.MccTable +com.android.internal.telephony.MissedIncomingCallSmsFilter +com.android.internal.telephony.MmiCode$State +com.android.internal.telephony.MmiCode +com.android.internal.telephony.MultiSimSettingController$$ExternalSyntheticLambda0 +com.android.internal.telephony.MultiSimSettingController$$ExternalSyntheticLambda1 +com.android.internal.telephony.MultiSimSettingController$$ExternalSyntheticLambda2 +com.android.internal.telephony.MultiSimSettingController$$ExternalSyntheticLambda3 +com.android.internal.telephony.MultiSimSettingController$$ExternalSyntheticLambda4 +com.android.internal.telephony.MultiSimSettingController$1 +com.android.internal.telephony.MultiSimSettingController$SimCombinationWarningParams +com.android.internal.telephony.MultiSimSettingController$UpdateDefaultAction +com.android.internal.telephony.MultiSimSettingController +com.android.internal.telephony.NetworkFactory +com.android.internal.telephony.NetworkFactoryImpl$$ExternalSyntheticLambda0 +com.android.internal.telephony.NetworkFactoryImpl$NetworkRequestInfo +com.android.internal.telephony.NetworkFactoryImpl +com.android.internal.telephony.NetworkFactoryLegacyImpl$$ExternalSyntheticLambda0 +com.android.internal.telephony.NetworkFactoryLegacyImpl$$ExternalSyntheticLambda1 +com.android.internal.telephony.NetworkFactoryLegacyImpl$NetworkRequestInfo +com.android.internal.telephony.NetworkFactoryLegacyImpl +com.android.internal.telephony.NetworkFactoryShim +com.android.internal.telephony.NetworkRegistrationManager$1 +com.android.internal.telephony.NetworkRegistrationManager$NetworkRegStateCallback +com.android.internal.telephony.NetworkRegistrationManager$NetworkServiceConnection +com.android.internal.telephony.NetworkRegistrationManager$RegManagerDeathRecipient +com.android.internal.telephony.NetworkRegistrationManager +com.android.internal.telephony.NetworkScanRequestTracker$$ExternalSyntheticLambda0 +com.android.internal.telephony.NetworkScanRequestTracker$$ExternalSyntheticLambda1 +com.android.internal.telephony.NetworkScanRequestTracker$$ExternalSyntheticLambda2 +com.android.internal.telephony.NetworkScanRequestTracker$$ExternalSyntheticLambda3 +com.android.internal.telephony.NetworkScanRequestTracker$1 +com.android.internal.telephony.NetworkScanRequestTracker$2 +com.android.internal.telephony.NetworkScanRequestTracker$NetworkScanRequestInfo +com.android.internal.telephony.NetworkScanRequestTracker$NetworkScanRequestScheduler +com.android.internal.telephony.NetworkScanRequestTracker +com.android.internal.telephony.NetworkScanResult$1 +com.android.internal.telephony.NetworkScanResult +com.android.internal.telephony.NetworkTypeController$1 +com.android.internal.telephony.NetworkTypeController$DefaultState +com.android.internal.telephony.NetworkTypeController$IdleState +com.android.internal.telephony.NetworkTypeController$LegacyState +com.android.internal.telephony.NetworkTypeController$LteConnectedState +com.android.internal.telephony.NetworkTypeController$NrConnectedState +com.android.internal.telephony.NetworkTypeController$OverrideTimerRule +com.android.internal.telephony.NetworkTypeController +com.android.internal.telephony.NitzData +com.android.internal.telephony.NitzStateMachine$DeviceState +com.android.internal.telephony.NitzStateMachine$DeviceStateImpl +com.android.internal.telephony.NitzStateMachine +com.android.internal.telephony.OperatorInfo$1 +com.android.internal.telephony.OperatorInfo$State +com.android.internal.telephony.OperatorInfo +com.android.internal.telephony.PackageBasedTokenUtil +com.android.internal.telephony.PackageChangeReceiver +com.android.internal.telephony.Phone$$ExternalSyntheticLambda0 +com.android.internal.telephony.Phone$NetworkSelectMessage +com.android.internal.telephony.Phone$SilentRedialParam +com.android.internal.telephony.Phone +com.android.internal.telephony.PhoneConfigurationManager$ConfigManagerHandler +com.android.internal.telephony.PhoneConfigurationManager$MockableInterface +com.android.internal.telephony.PhoneConfigurationManager +com.android.internal.telephony.PhoneConstantConversions$1 +com.android.internal.telephony.PhoneConstantConversions +com.android.internal.telephony.PhoneConstants$DataState +com.android.internal.telephony.PhoneConstants$State +com.android.internal.telephony.PhoneFactory +com.android.internal.telephony.PhoneInternalInterface$DataActivityState +com.android.internal.telephony.PhoneInternalInterface$DialArgs$Builder +com.android.internal.telephony.PhoneInternalInterface$DialArgs +com.android.internal.telephony.PhoneInternalInterface$SuppService +com.android.internal.telephony.PhoneInternalInterface +com.android.internal.telephony.PhoneNotifier +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda0 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda10 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda11 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda12 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda13 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda14 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda15 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda16 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda17 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda18 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda19 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda1 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda20 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda21 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda22 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda23 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda24 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda25 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda26 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda27 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda2 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda3 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda4 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda5 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda6 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda7 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda8 +com.android.internal.telephony.PhoneSubInfoController$$ExternalSyntheticLambda9 +com.android.internal.telephony.PhoneSubInfoController$CallPhoneMethodHelper +com.android.internal.telephony.PhoneSubInfoController$PermissionCheckHelper +com.android.internal.telephony.PhoneSubInfoController +com.android.internal.telephony.ProxyController$1 +com.android.internal.telephony.ProxyController +com.android.internal.telephony.RIL$RadioProxyDeathRecipient +com.android.internal.telephony.RIL$RilHandler +com.android.internal.telephony.RIL +com.android.internal.telephony.RILConstants$$ExternalSyntheticLambda0 +com.android.internal.telephony.RILConstants$$ExternalSyntheticLambda1 +com.android.internal.telephony.RILConstants +com.android.internal.telephony.RILRequest$$ExternalSyntheticLambda0 +com.android.internal.telephony.RILRequest +com.android.internal.telephony.RadioBugDetector +com.android.internal.telephony.RadioCapability +com.android.internal.telephony.RadioConfig$$ExternalSyntheticLambda0 +com.android.internal.telephony.RadioConfig +com.android.internal.telephony.RadioIndication$$ExternalSyntheticLambda0 +com.android.internal.telephony.RadioIndication$$ExternalSyntheticLambda1 +com.android.internal.telephony.RadioIndication +com.android.internal.telephony.RadioInterfaceCapabilityController +com.android.internal.telephony.RadioNVItems +com.android.internal.telephony.RadioResponse$$ExternalSyntheticLambda0 +com.android.internal.telephony.RadioResponse$$ExternalSyntheticLambda1 +com.android.internal.telephony.RadioResponse$$ExternalSyntheticLambda2 +com.android.internal.telephony.RadioResponse +com.android.internal.telephony.RatRatcheter$1 +com.android.internal.telephony.RatRatcheter +com.android.internal.telephony.Registrant +com.android.internal.telephony.RegistrantList +com.android.internal.telephony.RegistrationFailedEvent +com.android.internal.telephony.RestrictedState +com.android.internal.telephony.RetryManager$$ExternalSyntheticLambda0 +com.android.internal.telephony.RetryManager$RetryRec +com.android.internal.telephony.RetryManager +com.android.internal.telephony.RilWakelockInfo +com.android.internal.telephony.SMSDispatcher$1 +com.android.internal.telephony.SMSDispatcher$ConfirmDialogListener +com.android.internal.telephony.SMSDispatcher$DataSmsSender$$ExternalSyntheticLambda0 +com.android.internal.telephony.SMSDispatcher$DataSmsSender +com.android.internal.telephony.SMSDispatcher$MultipartSmsSender$$ExternalSyntheticLambda0 +com.android.internal.telephony.SMSDispatcher$MultipartSmsSender +com.android.internal.telephony.SMSDispatcher$MultipartSmsSenderCallback +com.android.internal.telephony.SMSDispatcher$SettingsObserver +com.android.internal.telephony.SMSDispatcher$SmsSender$$ExternalSyntheticLambda0 +com.android.internal.telephony.SMSDispatcher$SmsSender$$ExternalSyntheticLambda1 +com.android.internal.telephony.SMSDispatcher$SmsSender +com.android.internal.telephony.SMSDispatcher$SmsSenderCallback +com.android.internal.telephony.SMSDispatcher$SmsTracker +com.android.internal.telephony.SMSDispatcher$TextSmsSender$$ExternalSyntheticLambda0 +com.android.internal.telephony.SMSDispatcher$TextSmsSender +com.android.internal.telephony.SMSDispatcher +com.android.internal.telephony.ServiceStateTracker$$ExternalSyntheticLambda0 +com.android.internal.telephony.ServiceStateTracker$$ExternalSyntheticLambda1 +com.android.internal.telephony.ServiceStateTracker$$ExternalSyntheticLambda2 +com.android.internal.telephony.ServiceStateTracker$$ExternalSyntheticLambda3 +com.android.internal.telephony.ServiceStateTracker$$ExternalSyntheticLambda4 +com.android.internal.telephony.ServiceStateTracker$$ExternalSyntheticLambda5 +com.android.internal.telephony.ServiceStateTracker$$ExternalSyntheticLambda6 +com.android.internal.telephony.ServiceStateTracker$1 +com.android.internal.telephony.ServiceStateTracker$SstSubscriptionsChangedListener +com.android.internal.telephony.ServiceStateTracker +com.android.internal.telephony.SettingsObserver +com.android.internal.telephony.SimActivationTracker$1 +com.android.internal.telephony.SimActivationTracker +com.android.internal.telephony.SlidingWindowEventCounter +com.android.internal.telephony.Sms7BitEncodingTranslator +com.android.internal.telephony.SmsAddress +com.android.internal.telephony.SmsApplication$SmsApplicationData +com.android.internal.telephony.SmsApplication$SmsPackageMonitor +com.android.internal.telephony.SmsApplication +com.android.internal.telephony.SmsBroadcastUndelivered$1 +com.android.internal.telephony.SmsBroadcastUndelivered$2 +com.android.internal.telephony.SmsBroadcastUndelivered$ScanRawTableThread +com.android.internal.telephony.SmsBroadcastUndelivered$SmsReferenceKey +com.android.internal.telephony.SmsBroadcastUndelivered +com.android.internal.telephony.SmsConstants$MessageClass +com.android.internal.telephony.SmsController +com.android.internal.telephony.SmsDispatchersController$$ExternalSyntheticLambda0 +com.android.internal.telephony.SmsDispatchersController$1 +com.android.internal.telephony.SmsDispatchersController$SmsInjectionCallback +com.android.internal.telephony.SmsDispatchersController +com.android.internal.telephony.SmsHeader$ConcatRef +com.android.internal.telephony.SmsHeader$MiscElt +com.android.internal.telephony.SmsHeader$PortAddrs +com.android.internal.telephony.SmsHeader$SpecialSmsMsg +com.android.internal.telephony.SmsHeader +com.android.internal.telephony.SmsMessageBase$SubmitPduBase +com.android.internal.telephony.SmsMessageBase +com.android.internal.telephony.SmsNumberUtils$NumberEntry +com.android.internal.telephony.SmsNumberUtils +com.android.internal.telephony.SmsPermissions +com.android.internal.telephony.SmsRawData$1 +com.android.internal.telephony.SmsRawData +com.android.internal.telephony.SmsResponse +com.android.internal.telephony.SmsStorageMonitor$1 +com.android.internal.telephony.SmsStorageMonitor +com.android.internal.telephony.SmsUsageMonitor$1 +com.android.internal.telephony.SmsUsageMonitor$SettingsObserver +com.android.internal.telephony.SmsUsageMonitor$SettingsObserverHandler +com.android.internal.telephony.SmsUsageMonitor$ShortCodePatternMatcher +com.android.internal.telephony.SmsUsageMonitor +com.android.internal.telephony.SomeArgs +com.android.internal.telephony.State +com.android.internal.telephony.StateMachine$LogRec +com.android.internal.telephony.StateMachine$LogRecords +com.android.internal.telephony.StateMachine$SmHandler$$ExternalSyntheticLambda0 +com.android.internal.telephony.StateMachine$SmHandler$HaltingState +com.android.internal.telephony.StateMachine$SmHandler$QuittingState +com.android.internal.telephony.StateMachine$SmHandler$StateInfo +com.android.internal.telephony.StateMachine$SmHandler +com.android.internal.telephony.StateMachine +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda0 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda10 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda11 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda1 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda2 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda3 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda4 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda5 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda6 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda7 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda8 +com.android.internal.telephony.SubscriptionController$$ExternalSyntheticLambda9 +com.android.internal.telephony.SubscriptionController$1 +com.android.internal.telephony.SubscriptionController$2 +com.android.internal.telephony.SubscriptionController$WatchedInt +com.android.internal.telephony.SubscriptionController$WatchedSlotIndexToSubIds +com.android.internal.telephony.SubscriptionController +com.android.internal.telephony.SubscriptionInfoUpdater$$ExternalSyntheticLambda0 +com.android.internal.telephony.SubscriptionInfoUpdater$$ExternalSyntheticLambda1 +com.android.internal.telephony.SubscriptionInfoUpdater$$ExternalSyntheticLambda2 +com.android.internal.telephony.SubscriptionInfoUpdater$$ExternalSyntheticLambda3 +com.android.internal.telephony.SubscriptionInfoUpdater$$ExternalSyntheticLambda4 +com.android.internal.telephony.SubscriptionInfoUpdater$$ExternalSyntheticLambda5 +com.android.internal.telephony.SubscriptionInfoUpdater$$ExternalSyntheticLambda6 +com.android.internal.telephony.SubscriptionInfoUpdater$1 +com.android.internal.telephony.SubscriptionInfoUpdater$UpdateEmbeddedSubsCallback +com.android.internal.telephony.SubscriptionInfoUpdater +com.android.internal.telephony.TelephonyCapabilities +com.android.internal.telephony.TelephonyCommonStatsLog +com.android.internal.telephony.TelephonyComponentFactory$$ExternalSyntheticLambda0 +com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents$$ExternalSyntheticLambda0 +com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents$$ExternalSyntheticLambda1 +com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents$$ExternalSyntheticLambda2 +com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents$$ExternalSyntheticLambda3 +com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents$$ExternalSyntheticLambda4 +com.android.internal.telephony.TelephonyComponentFactory$InjectedComponents +com.android.internal.telephony.TelephonyComponentFactory +com.android.internal.telephony.TelephonyDevController +com.android.internal.telephony.TelephonyFacade +com.android.internal.telephony.TelephonyPermissions +com.android.internal.telephony.TelephonyStatsLog +com.android.internal.telephony.TelephonyTester$$ExternalSyntheticLambda0 +com.android.internal.telephony.TelephonyTester$1 +com.android.internal.telephony.TelephonyTester +com.android.internal.telephony.TimeUtils +com.android.internal.telephony.UUSInfo +com.android.internal.telephony.UiccPhoneBookController +com.android.internal.telephony.UserIcons +com.android.internal.telephony.VisualVoicemailSmsFilter$1 +com.android.internal.telephony.VisualVoicemailSmsFilter$FullMessage +com.android.internal.telephony.VisualVoicemailSmsFilter$PhoneAccountHandleConverter +com.android.internal.telephony.VisualVoicemailSmsFilter +com.android.internal.telephony.VisualVoicemailSmsParser$WrappedMessageData +com.android.internal.telephony.VisualVoicemailSmsParser +com.android.internal.telephony.WakeLockStateMachine$1 +com.android.internal.telephony.WakeLockStateMachine$DefaultState +com.android.internal.telephony.WakeLockStateMachine$IdleState +com.android.internal.telephony.WakeLockStateMachine$WaitingState +com.android.internal.telephony.WakeLockStateMachine +com.android.internal.telephony.WapPushManagerParams +com.android.internal.telephony.WapPushOverSms$DecodedResult +com.android.internal.telephony.WapPushOverSms +com.android.internal.telephony.WspTypeDecoder +com.android.internal.telephony.build.SdkLevel +com.android.internal.telephony.cat.AppInterface$CommandType +com.android.internal.telephony.cat.AppInterface +com.android.internal.telephony.cat.BIPClientParams +com.android.internal.telephony.cat.BerTlv +com.android.internal.telephony.cat.CallSetupParams +com.android.internal.telephony.cat.CatCmdMessage$1 +com.android.internal.telephony.cat.CatCmdMessage$2 +com.android.internal.telephony.cat.CatCmdMessage$BrowserSettings +com.android.internal.telephony.cat.CatCmdMessage$BrowserTerminationCauses +com.android.internal.telephony.cat.CatCmdMessage$CallSettings +com.android.internal.telephony.cat.CatCmdMessage$SetupEventListConstants +com.android.internal.telephony.cat.CatCmdMessage$SetupEventListSettings +com.android.internal.telephony.cat.CatCmdMessage +com.android.internal.telephony.cat.CatException +com.android.internal.telephony.cat.CatLog +com.android.internal.telephony.cat.CatResponseMessage +com.android.internal.telephony.cat.CatService$1 +com.android.internal.telephony.cat.CatService +com.android.internal.telephony.cat.CommandDetails$1 +com.android.internal.telephony.cat.CommandDetails +com.android.internal.telephony.cat.CommandParams +com.android.internal.telephony.cat.CommandParamsFactory$1 +com.android.internal.telephony.cat.CommandParamsFactory +com.android.internal.telephony.cat.ComprehensionTlv +com.android.internal.telephony.cat.ComprehensionTlvTag +com.android.internal.telephony.cat.DTTZResponseData +com.android.internal.telephony.cat.DeviceIdentities +com.android.internal.telephony.cat.DisplayTextParams +com.android.internal.telephony.cat.Duration$1 +com.android.internal.telephony.cat.Duration$TimeUnit +com.android.internal.telephony.cat.Duration +com.android.internal.telephony.cat.FontSize +com.android.internal.telephony.cat.GetInkeyInputResponseData +com.android.internal.telephony.cat.GetInputParams +com.android.internal.telephony.cat.IconId +com.android.internal.telephony.cat.IconLoader +com.android.internal.telephony.cat.ImageDescriptor +com.android.internal.telephony.cat.Input$1 +com.android.internal.telephony.cat.Input +com.android.internal.telephony.cat.Item$1 +com.android.internal.telephony.cat.Item +com.android.internal.telephony.cat.ItemsIconId +com.android.internal.telephony.cat.LanguageParams +com.android.internal.telephony.cat.LanguageResponseData +com.android.internal.telephony.cat.LaunchBrowserMode +com.android.internal.telephony.cat.LaunchBrowserParams +com.android.internal.telephony.cat.Menu$1 +com.android.internal.telephony.cat.Menu +com.android.internal.telephony.cat.PlayToneParams +com.android.internal.telephony.cat.PresentationType +com.android.internal.telephony.cat.ResponseData +com.android.internal.telephony.cat.ResultCode +com.android.internal.telephony.cat.ResultException$1 +com.android.internal.telephony.cat.ResultException +com.android.internal.telephony.cat.RilMessage +com.android.internal.telephony.cat.RilMessageDecoder$StateCmdParamsReady +com.android.internal.telephony.cat.RilMessageDecoder$StateStart +com.android.internal.telephony.cat.RilMessageDecoder +com.android.internal.telephony.cat.SelectItemParams +com.android.internal.telephony.cat.SelectItemResponseData +com.android.internal.telephony.cat.SetEventListParams +com.android.internal.telephony.cat.TextAlignment +com.android.internal.telephony.cat.TextAttribute +com.android.internal.telephony.cat.TextColor +com.android.internal.telephony.cat.TextMessage$1 +com.android.internal.telephony.cat.TextMessage +com.android.internal.telephony.cat.Tone$1 +com.android.internal.telephony.cat.Tone +com.android.internal.telephony.cat.ToneSettings$1 +com.android.internal.telephony.cat.ToneSettings +com.android.internal.telephony.cat.ValueObject +com.android.internal.telephony.cat.ValueParser +com.android.internal.telephony.cdma.CdmaCallWaitingNotification +com.android.internal.telephony.cdma.CdmaInboundSmsHandler$$ExternalSyntheticLambda0 +com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaCbTestBroadcastReceiver +com.android.internal.telephony.cdma.CdmaInboundSmsHandler$CdmaScpTestBroadcastReceiver +com.android.internal.telephony.cdma.CdmaInboundSmsHandler +com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaDisplayInfoRec +com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaLineControlInfoRec +com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaNumberInfoRec +com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaRedirectingNumberInfoRec +com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaSignalInfoRec +com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaT53AudioControlInfoRec +com.android.internal.telephony.cdma.CdmaInformationRecords$CdmaT53ClirInfoRec +com.android.internal.telephony.cdma.CdmaInformationRecords +com.android.internal.telephony.cdma.CdmaMmiCode +com.android.internal.telephony.cdma.CdmaSMSDispatcher +com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo +com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager +com.android.internal.telephony.cdma.EriInfo +com.android.internal.telephony.cdma.EriManager$EriDisplayInformation +com.android.internal.telephony.cdma.EriManager$EriFile +com.android.internal.telephony.cdma.EriManager +com.android.internal.telephony.cdma.SignalToneUtil +com.android.internal.telephony.cdma.SmsMessage$SubmitPdu +com.android.internal.telephony.cdma.SmsMessage +com.android.internal.telephony.cdma.sms.BearerData$CodingException +com.android.internal.telephony.cdma.sms.BearerData$TimeStamp +com.android.internal.telephony.cdma.sms.BearerData +com.android.internal.telephony.cdma.sms.CdmaSmsAddress +com.android.internal.telephony.cdma.sms.CdmaSmsSubaddress +com.android.internal.telephony.cdma.sms.SmsEnvelope +com.android.internal.telephony.cdma.sms.UserData +com.android.internal.telephony.cdnr.BrandOverrideEfData +com.android.internal.telephony.cdnr.CarrierConfigEfData +com.android.internal.telephony.cdnr.CarrierDisplayNameData$1 +com.android.internal.telephony.cdnr.CarrierDisplayNameData$Builder +com.android.internal.telephony.cdnr.CarrierDisplayNameData +com.android.internal.telephony.cdnr.CarrierDisplayNameResolver$CarrierDisplayNameConditionRule +com.android.internal.telephony.cdnr.CarrierDisplayNameResolver$WfcCarrierNameFormatter +com.android.internal.telephony.cdnr.CarrierDisplayNameResolver +com.android.internal.telephony.cdnr.EfData +com.android.internal.telephony.cdnr.EriEfData +com.android.internal.telephony.cdnr.RuimEfData +com.android.internal.telephony.cdnr.UsimEfData +com.android.internal.telephony.d2d.Communicator$$ExternalSyntheticLambda0 +com.android.internal.telephony.d2d.Communicator$$ExternalSyntheticLambda1 +com.android.internal.telephony.d2d.Communicator$$ExternalSyntheticLambda2 +com.android.internal.telephony.d2d.Communicator$$ExternalSyntheticLambda3 +com.android.internal.telephony.d2d.Communicator$$ExternalSyntheticLambda4 +com.android.internal.telephony.d2d.Communicator$Callback +com.android.internal.telephony.d2d.Communicator$Message +com.android.internal.telephony.d2d.Communicator +com.android.internal.telephony.d2d.DtmfAdapter +com.android.internal.telephony.d2d.DtmfTransport$$ExternalSyntheticLambda0 +com.android.internal.telephony.d2d.DtmfTransport$$ExternalSyntheticLambda1 +com.android.internal.telephony.d2d.DtmfTransport$$ExternalSyntheticLambda2 +com.android.internal.telephony.d2d.DtmfTransport +com.android.internal.telephony.d2d.MessageTypeAndValueHelper +com.android.internal.telephony.d2d.RtpAdapter$Callback +com.android.internal.telephony.d2d.RtpAdapter +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda0 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda1 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda2 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda3 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda4 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda5 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda6 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda7 +com.android.internal.telephony.d2d.RtpTransport$$ExternalSyntheticLambda8 +com.android.internal.telephony.d2d.RtpTransport +com.android.internal.telephony.d2d.Timeouts$Adapter +com.android.internal.telephony.d2d.Timeouts +com.android.internal.telephony.d2d.TransportProtocol$Callback +com.android.internal.telephony.d2d.TransportProtocol +com.android.internal.telephony.data.DataCallback +com.android.internal.telephony.data.DataSettingsManager$DataSettingsManagerCallback +com.android.internal.telephony.data.NotifyQosSessionInterface +com.android.internal.telephony.data.TelephonyNetworkFactory +com.android.internal.telephony.dataconnection.ApnConfigType +com.android.internal.telephony.dataconnection.ApnConfigTypeRepository +com.android.internal.telephony.dataconnection.ApnContext +com.android.internal.telephony.dataconnection.ApnSettingUtils +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda0 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda1 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda2 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda3 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda4 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda5 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda6 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda7 +com.android.internal.telephony.dataconnection.DataConnection$$ExternalSyntheticLambda8 +com.android.internal.telephony.dataconnection.DataConnection$1 +com.android.internal.telephony.dataconnection.DataConnection$2 +com.android.internal.telephony.dataconnection.DataConnection$ConnectionParams +com.android.internal.telephony.dataconnection.DataConnection$DataConnectionVcnNetworkPolicyChangeListener +com.android.internal.telephony.dataconnection.DataConnection$DcActivatingState +com.android.internal.telephony.dataconnection.DataConnection$DcActiveState +com.android.internal.telephony.dataconnection.DataConnection$DcDefaultState +com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectingState +com.android.internal.telephony.dataconnection.DataConnection$DcDisconnectionErrorCreatingConnection +com.android.internal.telephony.dataconnection.DataConnection$DcInactiveState +com.android.internal.telephony.dataconnection.DataConnection$DisconnectParams +com.android.internal.telephony.dataconnection.DataConnection$SetupResult +com.android.internal.telephony.dataconnection.DataConnection$UpdateLinkPropertyResult +com.android.internal.telephony.dataconnection.DataConnection +com.android.internal.telephony.dataconnection.DataConnectionReasons$DataAllowedReasonType +com.android.internal.telephony.dataconnection.DataConnectionReasons$DataDisallowedReasonType +com.android.internal.telephony.dataconnection.DataConnectionReasons +com.android.internal.telephony.dataconnection.DataEnabledSettings$1 +com.android.internal.telephony.dataconnection.DataEnabledSettings$2 +com.android.internal.telephony.dataconnection.DataEnabledSettings +com.android.internal.telephony.dataconnection.DataServiceManager$$ExternalSyntheticLambda0 +com.android.internal.telephony.dataconnection.DataServiceManager$$ExternalSyntheticLambda1 +com.android.internal.telephony.dataconnection.DataServiceManager$1 +com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceCallback +com.android.internal.telephony.dataconnection.DataServiceManager$CellularDataServiceConnection +com.android.internal.telephony.dataconnection.DataServiceManager$DataServiceManagerDeathRecipient +com.android.internal.telephony.dataconnection.DataServiceManager +com.android.internal.telephony.dataconnection.DataThrottler$1 +com.android.internal.telephony.dataconnection.DataThrottler$Callback +com.android.internal.telephony.dataconnection.DataThrottler +com.android.internal.telephony.dataconnection.DcController$$ExternalSyntheticLambda0 +com.android.internal.telephony.dataconnection.DcController$$ExternalSyntheticLambda1 +com.android.internal.telephony.dataconnection.DcController +com.android.internal.telephony.dataconnection.DcFailBringUp +com.android.internal.telephony.dataconnection.DcNetworkAgent$$ExternalSyntheticLambda0 +com.android.internal.telephony.dataconnection.DcNetworkAgent$$ExternalSyntheticLambda1 +com.android.internal.telephony.dataconnection.DcNetworkAgent$$ExternalSyntheticLambda2 +com.android.internal.telephony.dataconnection.DcNetworkAgent$1 +com.android.internal.telephony.dataconnection.DcNetworkAgent$DcKeepaliveTracker$KeepaliveRecord +com.android.internal.telephony.dataconnection.DcNetworkAgent$DcKeepaliveTracker +com.android.internal.telephony.dataconnection.DcNetworkAgent +com.android.internal.telephony.dataconnection.DcRequest +com.android.internal.telephony.dataconnection.DcTesterDeactivateAll$1 +com.android.internal.telephony.dataconnection.DcTesterDeactivateAll +com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll$1 +com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda0 +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda1 +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda2 +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda3 +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda4 +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda5 +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda6 +com.android.internal.telephony.dataconnection.DcTracker$$ExternalSyntheticLambda7 +com.android.internal.telephony.dataconnection.DcTracker$1 +com.android.internal.telephony.dataconnection.DcTracker$2 +com.android.internal.telephony.dataconnection.DcTracker$3 +com.android.internal.telephony.dataconnection.DcTracker$4 +com.android.internal.telephony.dataconnection.DcTracker$ApnChangeObserver +com.android.internal.telephony.dataconnection.DcTracker$DataStallRecoveryHandler +com.android.internal.telephony.dataconnection.DcTracker$ProvisionNotificationBroadcastReceiver +com.android.internal.telephony.dataconnection.DcTracker$RetryFailures +com.android.internal.telephony.dataconnection.DcTracker$TxRxSum +com.android.internal.telephony.dataconnection.DcTracker +com.android.internal.telephony.dataconnection.TransportManager$$ExternalSyntheticLambda0 +com.android.internal.telephony.dataconnection.TransportManager$HandoverParams$HandoverCallback +com.android.internal.telephony.dataconnection.TransportManager$HandoverParams +com.android.internal.telephony.dataconnection.TransportManager +com.android.internal.telephony.emergency.EmergencyNumberTracker$1 +com.android.internal.telephony.emergency.EmergencyNumberTracker +com.android.internal.telephony.euicc.EuiccCardController$10 +com.android.internal.telephony.euicc.EuiccCardController$11 +com.android.internal.telephony.euicc.EuiccCardController$12 +com.android.internal.telephony.euicc.EuiccCardController$13 +com.android.internal.telephony.euicc.EuiccCardController$14 +com.android.internal.telephony.euicc.EuiccCardController$15 +com.android.internal.telephony.euicc.EuiccCardController$16 +com.android.internal.telephony.euicc.EuiccCardController$17 +com.android.internal.telephony.euicc.EuiccCardController$18 +com.android.internal.telephony.euicc.EuiccCardController$19 +com.android.internal.telephony.euicc.EuiccCardController$1 +com.android.internal.telephony.euicc.EuiccCardController$20 +com.android.internal.telephony.euicc.EuiccCardController$21 +com.android.internal.telephony.euicc.EuiccCardController$22 +com.android.internal.telephony.euicc.EuiccCardController$2 +com.android.internal.telephony.euicc.EuiccCardController$3 +com.android.internal.telephony.euicc.EuiccCardController$4 +com.android.internal.telephony.euicc.EuiccCardController$5 +com.android.internal.telephony.euicc.EuiccCardController$6 +com.android.internal.telephony.euicc.EuiccCardController$7 +com.android.internal.telephony.euicc.EuiccCardController$8 +com.android.internal.telephony.euicc.EuiccCardController$9 +com.android.internal.telephony.euicc.EuiccCardController$SimSlotStatusChangedBroadcastReceiver +com.android.internal.telephony.euicc.EuiccCardController +com.android.internal.telephony.euicc.EuiccConnector$1 +com.android.internal.telephony.euicc.EuiccConnector$AvailableState +com.android.internal.telephony.euicc.EuiccConnector$BaseEuiccCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$BindingState +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$1$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$10$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$10 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$11$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$11 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$12$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$12 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$13$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$13 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$14$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$14$$ExternalSyntheticLambda1 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$14 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$15$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$15 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$1 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$2$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$2 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$3$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$3 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$4$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$4 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$5$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$5 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$6$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$6 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$7$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$7 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$8$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$8 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$9$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState$9 +com.android.internal.telephony.euicc.EuiccConnector$ConnectedState +com.android.internal.telephony.euicc.EuiccConnector$DeleteCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$DeleteRequest +com.android.internal.telephony.euicc.EuiccConnector$DisconnectedState +com.android.internal.telephony.euicc.EuiccConnector$DownloadCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$DownloadRequest +com.android.internal.telephony.euicc.EuiccConnector$DumpEuiccServiceCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$EraseCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$EuiccPackageMonitor +com.android.internal.telephony.euicc.EuiccConnector$GetDefaultListCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$GetDefaultListRequest +com.android.internal.telephony.euicc.EuiccConnector$GetEidCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$GetEuiccInfoCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$GetEuiccProfileInfoListCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$GetMetadataCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$GetMetadataRequest +com.android.internal.telephony.euicc.EuiccConnector$GetOtaStatusCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$OtaStatusChangedCallback +com.android.internal.telephony.euicc.EuiccConnector$RetainSubscriptionsCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$SwitchCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$SwitchRequest +com.android.internal.telephony.euicc.EuiccConnector$UnavailableState +com.android.internal.telephony.euicc.EuiccConnector$UpdateNicknameCommandCallback +com.android.internal.telephony.euicc.EuiccConnector$UpdateNicknameRequest +com.android.internal.telephony.euicc.EuiccConnector +com.android.internal.telephony.euicc.EuiccController$$ExternalSyntheticLambda0 +com.android.internal.telephony.euicc.EuiccController$10 +com.android.internal.telephony.euicc.EuiccController$11 +com.android.internal.telephony.euicc.EuiccController$12 +com.android.internal.telephony.euicc.EuiccController$13 +com.android.internal.telephony.euicc.EuiccController$1 +com.android.internal.telephony.euicc.EuiccController$2 +com.android.internal.telephony.euicc.EuiccController$3 +com.android.internal.telephony.euicc.EuiccController$4 +com.android.internal.telephony.euicc.EuiccController$5 +com.android.internal.telephony.euicc.EuiccController$6 +com.android.internal.telephony.euicc.EuiccController$7 +com.android.internal.telephony.euicc.EuiccController$8 +com.android.internal.telephony.euicc.EuiccController$9 +com.android.internal.telephony.euicc.EuiccController$DownloadSubscriptionGetMetadataCommandCallback +com.android.internal.telephony.euicc.EuiccController$GetDefaultListCommandCallback +com.android.internal.telephony.euicc.EuiccController$GetMetadataCommandCallback +com.android.internal.telephony.euicc.EuiccController +com.android.internal.telephony.euicc.EuiccOperation$1 +com.android.internal.telephony.euicc.EuiccOperation$Action +com.android.internal.telephony.euicc.EuiccOperation +com.android.internal.telephony.euicc.IAuthenticateServerCallback$Stub +com.android.internal.telephony.euicc.IAuthenticateServerCallback +com.android.internal.telephony.euicc.ICancelSessionCallback$Stub +com.android.internal.telephony.euicc.ICancelSessionCallback +com.android.internal.telephony.euicc.IDeleteProfileCallback$Stub +com.android.internal.telephony.euicc.IDeleteProfileCallback +com.android.internal.telephony.euicc.IDisableProfileCallback$Stub +com.android.internal.telephony.euicc.IDisableProfileCallback +com.android.internal.telephony.euicc.IEuiccCardController$Stub$Proxy +com.android.internal.telephony.euicc.IEuiccCardController$Stub +com.android.internal.telephony.euicc.IEuiccCardController +com.android.internal.telephony.euicc.IEuiccController$Stub$Proxy +com.android.internal.telephony.euicc.IEuiccController$Stub +com.android.internal.telephony.euicc.IEuiccController +com.android.internal.telephony.euicc.IGetAllProfilesCallback$Stub +com.android.internal.telephony.euicc.IGetAllProfilesCallback +com.android.internal.telephony.euicc.IGetDefaultSmdpAddressCallback$Stub +com.android.internal.telephony.euicc.IGetDefaultSmdpAddressCallback +com.android.internal.telephony.euicc.IGetEuiccChallengeCallback$Stub +com.android.internal.telephony.euicc.IGetEuiccChallengeCallback +com.android.internal.telephony.euicc.IGetEuiccInfo1Callback$Stub +com.android.internal.telephony.euicc.IGetEuiccInfo1Callback +com.android.internal.telephony.euicc.IGetEuiccInfo2Callback$Stub +com.android.internal.telephony.euicc.IGetEuiccInfo2Callback +com.android.internal.telephony.euicc.IGetProfileCallback$Stub +com.android.internal.telephony.euicc.IGetProfileCallback +com.android.internal.telephony.euicc.IGetRulesAuthTableCallback$Stub +com.android.internal.telephony.euicc.IGetRulesAuthTableCallback +com.android.internal.telephony.euicc.IGetSmdsAddressCallback$Stub +com.android.internal.telephony.euicc.IGetSmdsAddressCallback +com.android.internal.telephony.euicc.IListNotificationsCallback$Stub +com.android.internal.telephony.euicc.IListNotificationsCallback +com.android.internal.telephony.euicc.ILoadBoundProfilePackageCallback$Stub +com.android.internal.telephony.euicc.ILoadBoundProfilePackageCallback +com.android.internal.telephony.euicc.IPrepareDownloadCallback$Stub +com.android.internal.telephony.euicc.IPrepareDownloadCallback +com.android.internal.telephony.euicc.IRemoveNotificationFromListCallback$Stub +com.android.internal.telephony.euicc.IRemoveNotificationFromListCallback +com.android.internal.telephony.euicc.IResetMemoryCallback$Stub +com.android.internal.telephony.euicc.IResetMemoryCallback +com.android.internal.telephony.euicc.IRetrieveNotificationCallback$Stub +com.android.internal.telephony.euicc.IRetrieveNotificationCallback +com.android.internal.telephony.euicc.IRetrieveNotificationListCallback$Stub +com.android.internal.telephony.euicc.IRetrieveNotificationListCallback +com.android.internal.telephony.euicc.ISetDefaultSmdpAddressCallback$Stub +com.android.internal.telephony.euicc.ISetDefaultSmdpAddressCallback +com.android.internal.telephony.euicc.ISetNicknameCallback$Stub +com.android.internal.telephony.euicc.ISetNicknameCallback +com.android.internal.telephony.euicc.ISwitchToProfileCallback$Stub +com.android.internal.telephony.euicc.ISwitchToProfileCallback +com.android.internal.telephony.gsm.GsmInboundSmsHandler$GsmCbTestBroadcastReceiver +com.android.internal.telephony.gsm.GsmInboundSmsHandler +com.android.internal.telephony.gsm.GsmMmiCode$1 +com.android.internal.telephony.gsm.GsmMmiCode +com.android.internal.telephony.gsm.GsmSMSDispatcher +com.android.internal.telephony.gsm.GsmSmsAddress +com.android.internal.telephony.gsm.SimTlv +com.android.internal.telephony.gsm.SmsBroadcastConfigInfo +com.android.internal.telephony.gsm.SmsMessage$PduParser +com.android.internal.telephony.gsm.SmsMessage$SubmitPdu +com.android.internal.telephony.gsm.SmsMessage +com.android.internal.telephony.gsm.SsData$RequestType +com.android.internal.telephony.gsm.SsData$ServiceType +com.android.internal.telephony.gsm.SsData$TeleserviceType +com.android.internal.telephony.gsm.SsData +com.android.internal.telephony.gsm.SuppServiceNotification +com.android.internal.telephony.gsm.UsimDataDownloadHandler +com.android.internal.telephony.gsm.UsimPhoneBookManager$File +com.android.internal.telephony.gsm.UsimPhoneBookManager$PbrRecord +com.android.internal.telephony.gsm.UsimPhoneBookManager +com.android.internal.telephony.ims.ImsConfigCompatAdapter +com.android.internal.telephony.ims.ImsRegistrationCompatAdapter$1 +com.android.internal.telephony.ims.ImsRegistrationCompatAdapter +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda0 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda10 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda11 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda12 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda13 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda1 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda2 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda3 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda4 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda5 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda6 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda7 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda8 +com.android.internal.telephony.ims.ImsResolver$$ExternalSyntheticLambda9 +com.android.internal.telephony.ims.ImsResolver$1 +com.android.internal.telephony.ims.ImsResolver$2 +com.android.internal.telephony.ims.ImsResolver$3 +com.android.internal.telephony.ims.ImsResolver$4 +com.android.internal.telephony.ims.ImsResolver$5 +com.android.internal.telephony.ims.ImsResolver$6 +com.android.internal.telephony.ims.ImsResolver$7 +com.android.internal.telephony.ims.ImsResolver$8 +com.android.internal.telephony.ims.ImsResolver$ImsDynamicQueryManagerFactory +com.android.internal.telephony.ims.ImsResolver$ImsServiceControllerFactory +com.android.internal.telephony.ims.ImsResolver$ImsServiceInfo +com.android.internal.telephony.ims.ImsResolver$OverrideConfig +com.android.internal.telephony.ims.ImsResolver$SubscriptionManagerProxy +com.android.internal.telephony.ims.ImsResolver$TelephonyManagerProxy +com.android.internal.telephony.ims.ImsResolver +com.android.internal.telephony.ims.ImsServiceController$$ExternalSyntheticLambda0 +com.android.internal.telephony.ims.ImsServiceController$$ExternalSyntheticLambda1 +com.android.internal.telephony.ims.ImsServiceController$$ExternalSyntheticLambda2 +com.android.internal.telephony.ims.ImsServiceController$$ExternalSyntheticLambda3 +com.android.internal.telephony.ims.ImsServiceController$$ExternalSyntheticLambda4 +com.android.internal.telephony.ims.ImsServiceController$1 +com.android.internal.telephony.ims.ImsServiceController$2 +com.android.internal.telephony.ims.ImsServiceController$3 +com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback$1 +com.android.internal.telephony.ims.ImsServiceController$ImsFeatureStatusCallback +com.android.internal.telephony.ims.ImsServiceController$ImsServiceConnection +com.android.internal.telephony.ims.ImsServiceController$ImsServiceControllerCallbacks +com.android.internal.telephony.ims.ImsServiceController$RebindRetry +com.android.internal.telephony.ims.ImsServiceController +com.android.internal.telephony.ims.ImsServiceControllerCompat +com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$ImsServiceFeatureQuery +com.android.internal.telephony.ims.ImsServiceFeatureQueryManager$Listener +com.android.internal.telephony.ims.ImsServiceFeatureQueryManager +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$1 +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$2 +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$3 +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$4 +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$5 +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$ConfigListener +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter$ImsRegistrationListenerBase +com.android.internal.telephony.ims.MmTelFeatureCompatAdapter +com.android.internal.telephony.ims.MmTelInterfaceAdapter +com.android.internal.telephony.imsphone.ImsExternalCall +com.android.internal.telephony.imsphone.ImsExternalCallTracker$1 +com.android.internal.telephony.imsphone.ImsExternalCallTracker$2 +com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalCallStateListener +com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalConnectionListener +com.android.internal.telephony.imsphone.ImsExternalCallTracker$ImsCallNotify +com.android.internal.telephony.imsphone.ImsExternalCallTracker +com.android.internal.telephony.imsphone.ImsExternalConnection$Listener +com.android.internal.telephony.imsphone.ImsExternalConnection +com.android.internal.telephony.imsphone.ImsPhone$$ExternalSyntheticLambda0 +com.android.internal.telephony.imsphone.ImsPhone$1 +com.android.internal.telephony.imsphone.ImsPhone$2 +com.android.internal.telephony.imsphone.ImsPhone$3 +com.android.internal.telephony.imsphone.ImsPhone$4 +com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs$Builder +com.android.internal.telephony.imsphone.ImsPhone$ImsDialArgs +com.android.internal.telephony.imsphone.ImsPhone$ImsManagerFactory +com.android.internal.telephony.imsphone.ImsPhone$SS +com.android.internal.telephony.imsphone.ImsPhone +com.android.internal.telephony.imsphone.ImsPhoneBase +com.android.internal.telephony.imsphone.ImsPhoneCall +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$$ExternalSyntheticLambda0 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$$ExternalSyntheticLambda1 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$$ExternalSyntheticLambda2 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$$ExternalSyntheticLambda3 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$10 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$1 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$2 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$3 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$4 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$5 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$6 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$7 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$8 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$9 +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$CacheEntry +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$Config +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$ConnectorFactory +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$MmTelFeatureListener +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$PhoneStateListener +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$SharedPreferenceProxy +com.android.internal.telephony.imsphone.ImsPhoneCallTracker$VtDataUsageProvider +com.android.internal.telephony.imsphone.ImsPhoneCallTracker +com.android.internal.telephony.imsphone.ImsPhoneCommandInterface +com.android.internal.telephony.imsphone.ImsPhoneConnection$$ExternalSyntheticLambda0 +com.android.internal.telephony.imsphone.ImsPhoneConnection$MyHandler +com.android.internal.telephony.imsphone.ImsPhoneConnection +com.android.internal.telephony.imsphone.ImsPhoneFactory +com.android.internal.telephony.imsphone.ImsPhoneMmiCode +com.android.internal.telephony.imsphone.ImsPullCall +com.android.internal.telephony.imsphone.ImsRcsStatusListener +com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper$1 +com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper$ImsRegistrationUpdate +com.android.internal.telephony.imsphone.ImsRegistrationCallbackHelper +com.android.internal.telephony.imsphone.ImsRttTextHandler$InCallReaderThread +com.android.internal.telephony.imsphone.ImsRttTextHandler$NetworkWriter +com.android.internal.telephony.imsphone.ImsRttTextHandler +com.android.internal.telephony.metrics.AirplaneModeStats +com.android.internal.telephony.metrics.CallQualityMetrics$TimestampedQualitySnapshot +com.android.internal.telephony.metrics.CallQualityMetrics +com.android.internal.telephony.metrics.CallSessionEventBuilder +com.android.internal.telephony.metrics.CarrierIdMatchStats +com.android.internal.telephony.metrics.DataCallSessionStats +com.android.internal.telephony.metrics.DataStallRecoveryStats +com.android.internal.telephony.metrics.ImsStats +com.android.internal.telephony.metrics.InProgressCallSession +com.android.internal.telephony.metrics.InProgressSmsSession +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda0 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda10 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda11 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda1 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda2 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda3 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda4 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda5 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda6 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda7 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda8 +com.android.internal.telephony.metrics.MetricsCollector$$ExternalSyntheticLambda9 +com.android.internal.telephony.metrics.MetricsCollector +com.android.internal.telephony.metrics.ModemPowerMetrics$$ExternalSyntheticLambda0 +com.android.internal.telephony.metrics.ModemPowerMetrics +com.android.internal.telephony.metrics.ModemRestartStats +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda0 +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda1 +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda2 +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda3 +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda4 +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda5 +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda6 +com.android.internal.telephony.metrics.PersistAtomsStorage$$ExternalSyntheticLambda7 +com.android.internal.telephony.metrics.PersistAtomsStorage$1 +com.android.internal.telephony.metrics.PersistAtomsStorage +com.android.internal.telephony.metrics.ServiceStateStats$$ExternalSyntheticLambda0 +com.android.internal.telephony.metrics.ServiceStateStats$TimestampedServiceState +com.android.internal.telephony.metrics.ServiceStateStats +com.android.internal.telephony.metrics.SimSlotState +com.android.internal.telephony.metrics.SmsSessionEventBuilder +com.android.internal.telephony.metrics.SmsStats +com.android.internal.telephony.metrics.TelephonyEventBuilder +com.android.internal.telephony.metrics.TelephonyMetrics$$ExternalSyntheticLambda0 +com.android.internal.telephony.metrics.TelephonyMetrics$$ExternalSyntheticLambda1 +com.android.internal.telephony.metrics.TelephonyMetrics$$ExternalSyntheticLambda2 +com.android.internal.telephony.metrics.TelephonyMetrics$1 +com.android.internal.telephony.metrics.TelephonyMetrics$BwEstimationStats +com.android.internal.telephony.metrics.TelephonyMetrics +com.android.internal.telephony.metrics.VoiceCallRatTracker$$ExternalSyntheticLambda0 +com.android.internal.telephony.metrics.VoiceCallRatTracker$$ExternalSyntheticLambda1 +com.android.internal.telephony.metrics.VoiceCallRatTracker$$ExternalSyntheticLambda2 +com.android.internal.telephony.metrics.VoiceCallRatTracker$$ExternalSyntheticLambda3 +com.android.internal.telephony.metrics.VoiceCallRatTracker$$ExternalSyntheticLambda4 +com.android.internal.telephony.metrics.VoiceCallRatTracker$$ExternalSyntheticLambda5 +com.android.internal.telephony.metrics.VoiceCallRatTracker$Key +com.android.internal.telephony.metrics.VoiceCallRatTracker$Value +com.android.internal.telephony.metrics.VoiceCallRatTracker +com.android.internal.telephony.metrics.VoiceCallSessionStats$$ExternalSyntheticLambda0 +com.android.internal.telephony.metrics.VoiceCallSessionStats$1 +com.android.internal.telephony.metrics.VoiceCallSessionStats +com.android.internal.telephony.nano.CarrierIdProto$CarrierAttribute +com.android.internal.telephony.nano.CarrierIdProto$CarrierId +com.android.internal.telephony.nano.CarrierIdProto$CarrierList +com.android.internal.telephony.nano.PersistAtomsProto$CarrierIdMismatch +com.android.internal.telephony.nano.PersistAtomsProto$CellularDataServiceSwitch +com.android.internal.telephony.nano.PersistAtomsProto$CellularServiceState +com.android.internal.telephony.nano.PersistAtomsProto$DataCallSession +com.android.internal.telephony.nano.PersistAtomsProto$ImsRegistrationStats +com.android.internal.telephony.nano.PersistAtomsProto$ImsRegistrationTermination +com.android.internal.telephony.nano.PersistAtomsProto$IncomingSms +com.android.internal.telephony.nano.PersistAtomsProto$NetworkRequests +com.android.internal.telephony.nano.PersistAtomsProto$OutgoingSms +com.android.internal.telephony.nano.PersistAtomsProto$PersistAtoms +com.android.internal.telephony.nano.PersistAtomsProto$VoiceCallRatUsage +com.android.internal.telephony.nano.PersistAtomsProto$VoiceCallSession +com.android.internal.telephony.nano.StoredPinProto$EncryptedPin +com.android.internal.telephony.nano.StoredPinProto$StoredPin$PinStatus +com.android.internal.telephony.nano.StoredPinProto$StoredPin +com.android.internal.telephony.nano.TelephonyProto$ActiveSubscriptionInfo +com.android.internal.telephony.nano.TelephonyProto$BandwidthEstimatorStats$PerLevel +com.android.internal.telephony.nano.TelephonyProto$BandwidthEstimatorStats$PerRat +com.android.internal.telephony.nano.TelephonyProto$BandwidthEstimatorStats +com.android.internal.telephony.nano.TelephonyProto$EmergencyNumberInfo +com.android.internal.telephony.nano.TelephonyProto$ImsCapabilities +com.android.internal.telephony.nano.TelephonyProto$ImsConnectionState$State +com.android.internal.telephony.nano.TelephonyProto$ImsConnectionState +com.android.internal.telephony.nano.TelephonyProto$ImsReasonInfo +com.android.internal.telephony.nano.TelephonyProto$ImsServiceErrno +com.android.internal.telephony.nano.TelephonyProto$ModemPowerStats +com.android.internal.telephony.nano.TelephonyProto$NrMode +com.android.internal.telephony.nano.TelephonyProto$PdpType +com.android.internal.telephony.nano.TelephonyProto$RadioAccessTechnology +com.android.internal.telephony.nano.TelephonyProto$RilDataCall$State +com.android.internal.telephony.nano.TelephonyProto$RilDataCall +com.android.internal.telephony.nano.TelephonyProto$RilErrno +com.android.internal.telephony.nano.TelephonyProto$SimState +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$CBMessage +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$CBMessageType +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$CBPriority +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$Format +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$IncompleteSms +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$SmsType +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$Tech +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event$Type +com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event +com.android.internal.telephony.nano.TelephonyProto$SmsSession +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$AudioCodec +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallQuality$CallQualityLevel +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallQuality +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallQualitySummary +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$CallState +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$ImsCommand +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$PhoneState +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilCall$Type +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilCall +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilRequest +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilSrvccState +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$SignalStrength +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$Type +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event +com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$ApnType +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatching +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierIdMatchingResult +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierKeyChange$KeyType +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$CarrierKeyChange +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$DataSwitch$Reason +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$DataSwitch +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$EventState +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$ModemRestart +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$NetworkCapabilitiesInfo +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$NetworkValidationState +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$OnDemandDataSwitch +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilDeactivateDataCall$DeactivateReason +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilDeactivateDataCall +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCall$RilDataProfile +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCall +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCallResponse$RilDataCallFailCause +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$RilSetupDataCallResponse +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent$Type +com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent +com.android.internal.telephony.nano.TelephonyProto$TelephonyHistogram +com.android.internal.telephony.nano.TelephonyProto$TelephonyLog +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$Domain +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$FrequencyRange +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$NetworkRegistrationInfo +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$NrState +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$RoamingType +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$TelephonyOperator +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$Transport +com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState +com.android.internal.telephony.nano.TelephonyProto$TelephonySettings$RilNetworkMode +com.android.internal.telephony.nano.TelephonyProto$TelephonySettings$WiFiCallingMode +com.android.internal.telephony.nano.TelephonyProto$TelephonySettings +com.android.internal.telephony.nano.TelephonyProto$Time +com.android.internal.telephony.nano.TelephonyProto$TimeInterval +com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$$ExternalSyntheticLambda0 +com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$$ExternalSyntheticLambda1 +com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$$ExternalSyntheticLambda2 +com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$1 +com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$NitzSignalInputFilterPredicateImpl +com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory$TrivalentPredicate +com.android.internal.telephony.nitz.NitzSignalInputFilterPredicateFactory +com.android.internal.telephony.nitz.NitzStateMachineImpl$NitzSignalInputFilterPredicate +com.android.internal.telephony.nitz.NitzStateMachineImpl$TimeZoneSuggester +com.android.internal.telephony.nitz.NitzStateMachineImpl +com.android.internal.telephony.nitz.TimeServiceHelper +com.android.internal.telephony.nitz.TimeServiceHelperImpl +com.android.internal.telephony.nitz.TimeZoneLookupHelper$CountryResult +com.android.internal.telephony.nitz.TimeZoneLookupHelper +com.android.internal.telephony.nitz.TimeZoneSuggesterImpl +com.android.internal.telephony.phonenumbers.AlternateFormatsCountryCodeSet +com.android.internal.telephony.phonenumbers.AsYouTypeFormatter +com.android.internal.telephony.phonenumbers.CountryCodeToRegionCodeMap +com.android.internal.telephony.phonenumbers.MetadataLoader +com.android.internal.telephony.phonenumbers.MetadataManager$1 +com.android.internal.telephony.phonenumbers.MetadataManager$SingleFileMetadataMaps +com.android.internal.telephony.phonenumbers.MetadataManager +com.android.internal.telephony.phonenumbers.MetadataSource +com.android.internal.telephony.phonenumbers.MultiFileMetadataSourceImpl +com.android.internal.telephony.phonenumbers.NumberParseException$ErrorType +com.android.internal.telephony.phonenumbers.NumberParseException +com.android.internal.telephony.phonenumbers.PhoneNumberMatch +com.android.internal.telephony.phonenumbers.PhoneNumberMatcher$NumberGroupingChecker +com.android.internal.telephony.phonenumbers.PhoneNumberMatcher$State +com.android.internal.telephony.phonenumbers.PhoneNumberMatcher +com.android.internal.telephony.phonenumbers.PhoneNumberToCarrierMapper +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$1 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$2 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$1 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$2 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$3$1 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$3 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$4$1 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency$4 +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$PhoneNumberFormat +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$PhoneNumberType +com.android.internal.telephony.phonenumbers.PhoneNumberUtil$ValidationResult +com.android.internal.telephony.phonenumbers.PhoneNumberUtil +com.android.internal.telephony.phonenumbers.Phonemetadata$NumberFormat$Builder +com.android.internal.telephony.phonenumbers.Phonemetadata$NumberFormat +com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadata$Builder +com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadata +com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadataCollection$Builder +com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneMetadataCollection +com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneNumberDesc$Builder +com.android.internal.telephony.phonenumbers.Phonemetadata$PhoneNumberDesc +com.android.internal.telephony.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource +com.android.internal.telephony.phonenumbers.Phonenumber$PhoneNumber +com.android.internal.telephony.phonenumbers.ShortNumberInfo$1 +com.android.internal.telephony.phonenumbers.ShortNumberInfo$ShortNumberCost +com.android.internal.telephony.phonenumbers.ShortNumberInfo +com.android.internal.telephony.phonenumbers.ShortNumbersRegionCodeSet +com.android.internal.telephony.phonenumbers.SingleFileMetadataSourceImpl +com.android.internal.telephony.phonenumbers.internal.MatcherApi +com.android.internal.telephony.phonenumbers.internal.RegexBasedMatcher +com.android.internal.telephony.phonenumbers.internal.RegexCache$LRUCache$1 +com.android.internal.telephony.phonenumbers.internal.RegexCache$LRUCache +com.android.internal.telephony.phonenumbers.internal.RegexCache +com.android.internal.telephony.phonenumbers.prefixmapper.DefaultMapStorage +com.android.internal.telephony.phonenumbers.prefixmapper.FlyweightMapStorage +com.android.internal.telephony.phonenumbers.prefixmapper.MappingFileProvider +com.android.internal.telephony.phonenumbers.prefixmapper.PhonePrefixMap +com.android.internal.telephony.phonenumbers.prefixmapper.PhonePrefixMapStorageStrategy +com.android.internal.telephony.phonenumbers.prefixmapper.PrefixFileReader +com.android.internal.telephony.phonenumbers.prefixmapper.PrefixTimeZonesMap +com.android.internal.telephony.protobuf.nano.CodedInputByteBufferNano +com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano$OutOfSpaceException +com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano +com.android.internal.telephony.protobuf.nano.ExtendableMessageNano +com.android.internal.telephony.protobuf.nano.Extension$1 +com.android.internal.telephony.protobuf.nano.Extension$PrimitiveExtension +com.android.internal.telephony.protobuf.nano.Extension +com.android.internal.telephony.protobuf.nano.FieldArray +com.android.internal.telephony.protobuf.nano.FieldData +com.android.internal.telephony.protobuf.nano.InternalNano +com.android.internal.telephony.protobuf.nano.InvalidProtocolBufferNanoException +com.android.internal.telephony.protobuf.nano.MapFactories$1 +com.android.internal.telephony.protobuf.nano.MapFactories$DefaultMapFactory +com.android.internal.telephony.protobuf.nano.MapFactories$MapFactory +com.android.internal.telephony.protobuf.nano.MapFactories +com.android.internal.telephony.protobuf.nano.MessageNano +com.android.internal.telephony.protobuf.nano.MessageNanoPrinter +com.android.internal.telephony.protobuf.nano.UnknownFieldData +com.android.internal.telephony.protobuf.nano.WireFormatNano +com.android.internal.telephony.protobuf.nano.android.ParcelableExtendableMessageNano +com.android.internal.telephony.protobuf.nano.android.ParcelableMessageNano +com.android.internal.telephony.protobuf.nano.android.ParcelableMessageNanoCreator +com.android.internal.telephony.test.SimulatedRadioControl +com.android.internal.telephony.test.TestConferenceEventPackageParser +com.android.internal.telephony.uicc.AdnCapacity$1 +com.android.internal.telephony.uicc.AdnCapacity +com.android.internal.telephony.uicc.AdnRecord$1 +com.android.internal.telephony.uicc.AdnRecord +com.android.internal.telephony.uicc.AdnRecordCache +com.android.internal.telephony.uicc.AdnRecordLoader +com.android.internal.telephony.uicc.AnswerToReset$HistoricalBytes +com.android.internal.telephony.uicc.AnswerToReset$InterfaceByte +com.android.internal.telephony.uicc.AnswerToReset +com.android.internal.telephony.uicc.CarrierAppInstallReceiver +com.android.internal.telephony.uicc.CarrierTestOverride +com.android.internal.telephony.uicc.CsimFileHandler +com.android.internal.telephony.uicc.IccCardApplicationStatus$1 +com.android.internal.telephony.uicc.IccCardApplicationStatus$AppState +com.android.internal.telephony.uicc.IccCardApplicationStatus$AppType +com.android.internal.telephony.uicc.IccCardApplicationStatus$PersoSubState +com.android.internal.telephony.uicc.IccCardApplicationStatus +com.android.internal.telephony.uicc.IccCardStatus$CardState +com.android.internal.telephony.uicc.IccCardStatus$PinState +com.android.internal.telephony.uicc.IccCardStatus +com.android.internal.telephony.uicc.IccConstants +com.android.internal.telephony.uicc.IccException +com.android.internal.telephony.uicc.IccFileHandler$LoadLinearFixedContext +com.android.internal.telephony.uicc.IccFileHandler +com.android.internal.telephony.uicc.IccFileNotFound +com.android.internal.telephony.uicc.IccFileTypeMismatch +com.android.internal.telephony.uicc.IccIoResult +com.android.internal.telephony.uicc.IccRecords$AuthAsyncResponse +com.android.internal.telephony.uicc.IccRecords$IccRecordLoaded +com.android.internal.telephony.uicc.IccRecords$OperatorPlmnInfo +com.android.internal.telephony.uicc.IccRecords$PlmnNetworkName +com.android.internal.telephony.uicc.IccRecords +com.android.internal.telephony.uicc.IccRefreshResponse +com.android.internal.telephony.uicc.IccServiceTable +com.android.internal.telephony.uicc.IccSlotStatus +com.android.internal.telephony.uicc.IccUtils +com.android.internal.telephony.uicc.IccVmFixedException +com.android.internal.telephony.uicc.IccVmNotSupportedException +com.android.internal.telephony.uicc.InstallCarrierAppTrampolineActivity +com.android.internal.telephony.uicc.InstallCarrierAppUtils +com.android.internal.telephony.uicc.IsimFileHandler +com.android.internal.telephony.uicc.IsimRecords +com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimDomainLoaded +com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpiLoaded +com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimImpuLoaded +com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimIstLoaded +com.android.internal.telephony.uicc.IsimUiccRecords$EfIsimPcscfLoaded +com.android.internal.telephony.uicc.IsimUiccRecords +com.android.internal.telephony.uicc.PinStorage$1 +com.android.internal.telephony.uicc.PinStorage +com.android.internal.telephony.uicc.PlmnActRecord$1 +com.android.internal.telephony.uicc.PlmnActRecord +com.android.internal.telephony.uicc.ReceivedPhonebookRecords +com.android.internal.telephony.uicc.RuimFileHandler +com.android.internal.telephony.uicc.RuimRecords$EfCsimCdmaHomeLoaded +com.android.internal.telephony.uicc.RuimRecords$EfCsimEprlLoaded +com.android.internal.telephony.uicc.RuimRecords$EfCsimImsimLoaded +com.android.internal.telephony.uicc.RuimRecords$EfCsimLiLoaded +com.android.internal.telephony.uicc.RuimRecords$EfCsimMdnLoaded +com.android.internal.telephony.uicc.RuimRecords$EfCsimMipUppLoaded +com.android.internal.telephony.uicc.RuimRecords$EfCsimSpnLoaded +com.android.internal.telephony.uicc.RuimRecords$EfPlLoaded +com.android.internal.telephony.uicc.RuimRecords +com.android.internal.telephony.uicc.SIMFileHandler +com.android.internal.telephony.uicc.SIMRecords$1 +com.android.internal.telephony.uicc.SIMRecords$EfPlLoaded +com.android.internal.telephony.uicc.SIMRecords$EfUsimLiLoaded +com.android.internal.telephony.uicc.SIMRecords$GetSpnFsmState +com.android.internal.telephony.uicc.SIMRecords +com.android.internal.telephony.uicc.ShowInstallAppNotificationReceiver +com.android.internal.telephony.uicc.SimPhonebookRecord$Builder +com.android.internal.telephony.uicc.SimPhonebookRecord +com.android.internal.telephony.uicc.SimPhonebookRecordCache$$ExternalSyntheticLambda0 +com.android.internal.telephony.uicc.SimPhonebookRecordCache$UpdateRequest +com.android.internal.telephony.uicc.SimPhonebookRecordCache +com.android.internal.telephony.uicc.UiccCard +com.android.internal.telephony.uicc.UiccCardApplication$1 +com.android.internal.telephony.uicc.UiccCardApplication$2 +com.android.internal.telephony.uicc.UiccCardApplication +com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$1 +com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules$TLV +com.android.internal.telephony.uicc.UiccCarrierPrivilegeRules +com.android.internal.telephony.uicc.UiccController$1 +com.android.internal.telephony.uicc.UiccController +com.android.internal.telephony.uicc.UiccPkcs15$FileHandler +com.android.internal.telephony.uicc.UiccPkcs15$Pkcs15Selector +com.android.internal.telephony.uicc.UiccPkcs15 +com.android.internal.telephony.uicc.UiccProfile$1 +com.android.internal.telephony.uicc.UiccProfile$2 +com.android.internal.telephony.uicc.UiccProfile$3 +com.android.internal.telephony.uicc.UiccProfile$4 +com.android.internal.telephony.uicc.UiccProfile$5 +com.android.internal.telephony.uicc.UiccProfile +com.android.internal.telephony.uicc.UiccSlot$1 +com.android.internal.telephony.uicc.UiccSlot +com.android.internal.telephony.uicc.UiccStateChangedLauncher +com.android.internal.telephony.uicc.UsimFileHandler +com.android.internal.telephony.uicc.UsimServiceTable$UsimService +com.android.internal.telephony.uicc.UsimServiceTable +com.android.internal.telephony.uicc.VoiceMailConstants +com.android.internal.telephony.uicc.asn1.Asn1Decoder +com.android.internal.telephony.uicc.asn1.Asn1Node$Builder +com.android.internal.telephony.uicc.asn1.Asn1Node +com.android.internal.telephony.uicc.asn1.InvalidAsn1DataException +com.android.internal.telephony.uicc.asn1.TagNotFoundException +com.android.internal.telephony.uicc.euicc.EuiccCard$1 +com.android.internal.telephony.uicc.euicc.EuiccCard +com.android.internal.telephony.uicc.euicc.EuiccCardErrorException +com.android.internal.telephony.uicc.euicc.EuiccCardException +com.android.internal.telephony.uicc.euicc.EuiccSpecVersion +com.android.internal.telephony.uicc.euicc.Tags +com.android.internal.telephony.uicc.euicc.apdu.ApduCommand +com.android.internal.telephony.uicc.euicc.apdu.ApduException +com.android.internal.telephony.uicc.euicc.apdu.ApduSender$1 +com.android.internal.telephony.uicc.euicc.apdu.ApduSender$2$1 +com.android.internal.telephony.uicc.euicc.apdu.ApduSender$2 +com.android.internal.telephony.uicc.euicc.apdu.ApduSender$3 +com.android.internal.telephony.uicc.euicc.apdu.ApduSender$4 +com.android.internal.telephony.uicc.euicc.apdu.ApduSender +com.android.internal.telephony.uicc.euicc.apdu.ApduSenderResultCallback +com.android.internal.telephony.uicc.euicc.apdu.CloseLogicalChannelInvocation +com.android.internal.telephony.uicc.euicc.apdu.OpenLogicalChannelInvocation +com.android.internal.telephony.uicc.euicc.apdu.RequestBuilder +com.android.internal.telephony.uicc.euicc.apdu.RequestProvider +com.android.internal.telephony.uicc.euicc.apdu.TransmitApduLogicalChannelInvocation +com.android.internal.telephony.uicc.euicc.async.AsyncMessageInvocation +com.android.internal.telephony.uicc.euicc.async.AsyncResultCallback +com.android.internal.telephony.uicc.euicc.async.AsyncResultHelper$1 +com.android.internal.telephony.uicc.euicc.async.AsyncResultHelper$2 +com.android.internal.telephony.uicc.euicc.async.AsyncResultHelper +com.android.internal.telephony.util.ArrayUtils +com.android.internal.telephony.util.CollectionUtils +com.android.internal.telephony.util.ConnectivityUtils +com.android.internal.telephony.util.DnsPacket$DnsHeader +com.android.internal.telephony.util.DnsPacket$DnsRecord +com.android.internal.telephony.util.DnsPacket$ParseException +com.android.internal.telephony.util.DnsPacket +com.android.internal.telephony.util.DnsSdTxtRecord$1 +com.android.internal.telephony.util.DnsSdTxtRecord +com.android.internal.telephony.util.HandlerExecutor +com.android.internal.telephony.util.Inet4AddressUtils +com.android.internal.telephony.util.InetAddressUtils +com.android.internal.telephony.util.IpRange +com.android.internal.telephony.util.IpUtils +com.android.internal.telephony.util.LinkPropertiesUtils$CompareOrUpdateResult +com.android.internal.telephony.util.LinkPropertiesUtils$CompareResult +com.android.internal.telephony.util.LinkPropertiesUtils +com.android.internal.telephony.util.LocaleUtils +com.android.internal.telephony.util.LocationPermissionChecker +com.android.internal.telephony.util.MacAddressUtils +com.android.internal.telephony.util.NetUtils +com.android.internal.telephony.util.NetworkCapabilitiesUtils +com.android.internal.telephony.util.NetworkIdentityUtils +com.android.internal.telephony.util.NetworkStackConstants +com.android.internal.telephony.util.NotificationChannelController$1 +com.android.internal.telephony.util.NotificationChannelController +com.android.internal.telephony.util.PermissionUtils +com.android.internal.telephony.util.ProxyUtils +com.android.internal.telephony.util.RemoteCallbackListExt +com.android.internal.telephony.util.SMSDispatcherUtil +com.android.internal.telephony.util.TelephonyUtils +com.android.internal.telephony.util.VoicemailNotificationSettingsUtil +com.android.internal.telephony.util.XmlUtils +com.android.internal.textservice.ISpellCheckerService$Stub$Proxy +com.android.internal.textservice.ISpellCheckerService$Stub +com.android.internal.textservice.ISpellCheckerService +com.android.internal.textservice.ISpellCheckerServiceCallback$Stub$Proxy +com.android.internal.textservice.ISpellCheckerServiceCallback$Stub +com.android.internal.textservice.ISpellCheckerServiceCallback +com.android.internal.textservice.ISpellCheckerSession$Stub$Proxy +com.android.internal.textservice.ISpellCheckerSession$Stub +com.android.internal.textservice.ISpellCheckerSession +com.android.internal.textservice.ISpellCheckerSessionListener$Stub$Proxy +com.android.internal.textservice.ISpellCheckerSessionListener$Stub +com.android.internal.textservice.ISpellCheckerSessionListener +com.android.internal.textservice.ITextServicesManager$Stub$Proxy +com.android.internal.textservice.ITextServicesManager$Stub +com.android.internal.textservice.ITextServicesManager +com.android.internal.textservice.ITextServicesSessionListener$Stub$Proxy +com.android.internal.textservice.ITextServicesSessionListener$Stub +com.android.internal.textservice.ITextServicesSessionListener +com.android.internal.transition.EpicenterTranslateClipReveal$1 +com.android.internal.transition.EpicenterTranslateClipReveal$State +com.android.internal.transition.EpicenterTranslateClipReveal$StateEvaluator +com.android.internal.transition.EpicenterTranslateClipReveal$StateProperty +com.android.internal.transition.EpicenterTranslateClipReveal +com.android.internal.transition.TransitionConstants +com.android.internal.usb.DumpUtils +com.android.internal.util.AnnotationValidations +com.android.internal.util.ArrayUtils +com.android.internal.util.AsyncChannel$AsyncChannelConnection +com.android.internal.util.AsyncChannel$DeathMonitor +com.android.internal.util.AsyncChannel$SyncMessenger$SyncHandler +com.android.internal.util.AsyncChannel$SyncMessenger +com.android.internal.util.AsyncChannel +com.android.internal.util.BinaryXmlSerializer +com.android.internal.util.BitUtils +com.android.internal.util.BitwiseInputStream$AccessException +com.android.internal.util.BitwiseOutputStream$AccessException +com.android.internal.util.CollectionUtils +com.android.internal.util.ConcurrentUtils$1$1 +com.android.internal.util.ConcurrentUtils$1 +com.android.internal.util.ConcurrentUtils$DirectExecutor +com.android.internal.util.ConcurrentUtils +com.android.internal.util.ContrastColorUtil$ColorUtilsFromCompat +com.android.internal.util.ContrastColorUtil +com.android.internal.util.DumpUtils$1 +com.android.internal.util.DumpUtils$Dump +com.android.internal.util.DumpUtils +com.android.internal.util.EmergencyAffordanceManager +com.android.internal.util.ExponentiallyBucketedHistogram +com.android.internal.util.FastMath +com.android.internal.util.FastPrintWriter$DummyWriter +com.android.internal.util.FastPrintWriter +com.android.internal.util.FastXmlSerializer +com.android.internal.util.FileRotator$FileInfo +com.android.internal.util.FileRotator$Reader +com.android.internal.util.FileRotator$Rewriter +com.android.internal.util.FileRotator$Writer +com.android.internal.util.FileRotator +com.android.internal.util.FrameworkStatsLog +com.android.internal.util.FunctionalUtils$RemoteExceptionIgnoringConsumer +com.android.internal.util.FunctionalUtils$ThrowingBiFunction +com.android.internal.util.FunctionalUtils$ThrowingConsumer +com.android.internal.util.FunctionalUtils$ThrowingFunction +com.android.internal.util.FunctionalUtils$ThrowingRunnable +com.android.internal.util.FunctionalUtils$ThrowingSupplier +com.android.internal.util.FunctionalUtils +com.android.internal.util.GrowingArrayUtils +com.android.internal.util.HeavyHitterSketch$HeavyHitterSketchImpl +com.android.internal.util.HeavyHitterSketch +com.android.internal.util.HexDump +com.android.internal.util.IState +com.android.internal.util.ImageUtils +com.android.internal.util.IndentingPrintWriter +com.android.internal.util.IntPair +com.android.internal.util.JournaledFile +com.android.internal.util.LatencyTracker$Session +com.android.internal.util.LatencyTracker +com.android.internal.util.LineBreakBufferedWriter +com.android.internal.util.LocalLog +com.android.internal.util.MemInfoReader +com.android.internal.util.MessageUtils$DuplicateConstantError +com.android.internal.util.MessageUtils +com.android.internal.util.NotificationMessagingUtil$1 +com.android.internal.util.NotificationMessagingUtil +com.android.internal.util.ObjectUtils +com.android.internal.util.Parcelling$BuiltIn$ForBoolean +com.android.internal.util.Parcelling$BuiltIn$ForInternedString +com.android.internal.util.Parcelling$BuiltIn$ForInternedStringArray +com.android.internal.util.Parcelling$BuiltIn$ForInternedStringList +com.android.internal.util.Parcelling$BuiltIn$ForInternedStringSet +com.android.internal.util.Parcelling$BuiltIn$ForInternedStringValueMap +com.android.internal.util.Parcelling$BuiltIn$ForStringSet +com.android.internal.util.Parcelling$Cache +com.android.internal.util.Parcelling +com.android.internal.util.ParseUtils +com.android.internal.util.PerfettoTrigger +com.android.internal.util.Preconditions +com.android.internal.util.ProcFileReader +com.android.internal.util.ProgressReporter +com.android.internal.util.ProviderAccessStats$PerThreadData +com.android.internal.util.ProviderAccessStats +com.android.internal.util.RingBuffer +com.android.internal.util.RingBufferIndices +com.android.internal.util.ScreenshotHelper$1 +com.android.internal.util.ScreenshotHelper$2 +com.android.internal.util.ScreenshotHelper +com.android.internal.util.StatLogger +com.android.internal.util.State +com.android.internal.util.StateMachine$LogRec +com.android.internal.util.StateMachine$LogRecords +com.android.internal.util.StateMachine$SmHandler$HaltingState +com.android.internal.util.StateMachine$SmHandler$QuittingState +com.android.internal.util.StateMachine$SmHandler$StateInfo +com.android.internal.util.StateMachine$SmHandler +com.android.internal.util.StateMachine +com.android.internal.util.StringPool +com.android.internal.util.SyncResultReceiver$TimeoutException +com.android.internal.util.SyncResultReceiver +com.android.internal.util.ToBooleanFunction +com.android.internal.util.TokenBucket +com.android.internal.util.TraceBuffer$ProtoOutputStreamProvider +com.android.internal.util.TraceBuffer$ProtoProvider +com.android.internal.util.TraceBuffer +com.android.internal.util.UserIcons +com.android.internal.util.VirtualRefBasePtr +com.android.internal.util.WakeupMessage +com.android.internal.util.XmlPullParserWrapper +com.android.internal.util.XmlSerializerWrapper +com.android.internal.util.XmlUtils$ForcedTypedXmlPullParser +com.android.internal.util.XmlUtils$ForcedTypedXmlSerializer +com.android.internal.util.XmlUtils$ReadMapCallback +com.android.internal.util.XmlUtils$WriteMapCallback +com.android.internal.util.XmlUtils +com.android.internal.util.dump.DualDumpOutputStream$DumpField +com.android.internal.util.dump.DualDumpOutputStream$DumpObject +com.android.internal.util.dump.DualDumpOutputStream$Dumpable +com.android.internal.util.dump.DualDumpOutputStream +com.android.internal.util.dump.DumpUtils +com.android.internal.util.function.DecConsumer +com.android.internal.util.function.DecFunction +com.android.internal.util.function.DecPredicate +com.android.internal.util.function.DodecConsumer +com.android.internal.util.function.DodecFunction +com.android.internal.util.function.DodecPredicate +com.android.internal.util.function.HeptConsumer +com.android.internal.util.function.HeptFunction +com.android.internal.util.function.HeptPredicate +com.android.internal.util.function.HexConsumer +com.android.internal.util.function.HexFunction +com.android.internal.util.function.HexPredicate +com.android.internal.util.function.LongObjPredicate +com.android.internal.util.function.NonaConsumer +com.android.internal.util.function.NonaFunction +com.android.internal.util.function.NonaPredicate +com.android.internal.util.function.OctConsumer +com.android.internal.util.function.OctFunction +com.android.internal.util.function.OctPredicate +com.android.internal.util.function.QuadConsumer +com.android.internal.util.function.QuadFunction +com.android.internal.util.function.QuadPredicate +com.android.internal.util.function.QuintConsumer +com.android.internal.util.function.QuintFunction +com.android.internal.util.function.QuintPredicate +com.android.internal.util.function.TriConsumer +com.android.internal.util.function.TriFunction +com.android.internal.util.function.TriPredicate +com.android.internal.util.function.UndecConsumer +com.android.internal.util.function.UndecFunction +com.android.internal.util.function.UndecPredicate +com.android.internal.util.function.pooled.ArgumentPlaceholder +com.android.internal.util.function.pooled.OmniFunction +com.android.internal.util.function.pooled.PooledConsumer +com.android.internal.util.function.pooled.PooledFunction +com.android.internal.util.function.pooled.PooledLambda +com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType$ReturnType +com.android.internal.util.function.pooled.PooledLambdaImpl$LambdaType +com.android.internal.util.function.pooled.PooledLambdaImpl$Pool +com.android.internal.util.function.pooled.PooledLambdaImpl +com.android.internal.util.function.pooled.PooledPredicate +com.android.internal.util.function.pooled.PooledRunnable +com.android.internal.util.function.pooled.PooledSupplier$OfDouble +com.android.internal.util.function.pooled.PooledSupplier$OfInt +com.android.internal.util.function.pooled.PooledSupplier$OfLong +com.android.internal.util.function.pooled.PooledSupplier +com.android.internal.view.ActionBarPolicy +com.android.internal.view.AppearanceRegion$1 +com.android.internal.view.AppearanceRegion +com.android.internal.view.BaseIWindow +com.android.internal.view.BaseSurfaceHolder +com.android.internal.view.FloatingActionMode$1 +com.android.internal.view.FloatingActionMode$2 +com.android.internal.view.FloatingActionMode$3 +com.android.internal.view.FloatingActionMode$FloatingToolbarVisibilityHelper +com.android.internal.view.FloatingActionMode +com.android.internal.view.IInlineSuggestionsRequestCallback$Stub +com.android.internal.view.IInlineSuggestionsRequestCallback +com.android.internal.view.IInlineSuggestionsResponseCallback$Stub +com.android.internal.view.IInlineSuggestionsResponseCallback +com.android.internal.view.IInputContext$Stub$Proxy +com.android.internal.view.IInputContext$Stub +com.android.internal.view.IInputContext +com.android.internal.view.IInputMethod$Stub$Proxy +com.android.internal.view.IInputMethod$Stub +com.android.internal.view.IInputMethod +com.android.internal.view.IInputMethodClient$Stub$Proxy +com.android.internal.view.IInputMethodClient$Stub +com.android.internal.view.IInputMethodClient +com.android.internal.view.IInputMethodManager$Stub$Proxy +com.android.internal.view.IInputMethodManager$Stub +com.android.internal.view.IInputMethodManager +com.android.internal.view.IInputMethodSession$Stub$Proxy +com.android.internal.view.IInputMethodSession$Stub +com.android.internal.view.IInputMethodSession +com.android.internal.view.IInputSessionCallback$Stub$Proxy +com.android.internal.view.IInputSessionCallback$Stub +com.android.internal.view.IInputSessionCallback +com.android.internal.view.InlineSuggestionsRequestInfo$1 +com.android.internal.view.InlineSuggestionsRequestInfo +com.android.internal.view.OneShotPreDrawListener +com.android.internal.view.RootViewSurfaceTaker +com.android.internal.view.RotationPolicy$1 +com.android.internal.view.RotationPolicy$RotationPolicyListener$1 +com.android.internal.view.RotationPolicy$RotationPolicyListener +com.android.internal.view.RotationPolicy +com.android.internal.view.SurfaceCallbackHelper$1 +com.android.internal.view.SurfaceCallbackHelper +com.android.internal.view.TooltipPopup +com.android.internal.view.WindowManagerPolicyThread +com.android.internal.view.menu.ActionMenuItem +com.android.internal.view.menu.ActionMenuItemView$ActionMenuItemForwardingListener +com.android.internal.view.menu.ActionMenuItemView$PopupCallback +com.android.internal.view.menu.ActionMenuItemView +com.android.internal.view.menu.BaseMenuPresenter +com.android.internal.view.menu.ContextMenuBuilder +com.android.internal.view.menu.IconMenuPresenter +com.android.internal.view.menu.ListMenuPresenter +com.android.internal.view.menu.MenuBuilder$Callback +com.android.internal.view.menu.MenuBuilder$ItemInvoker +com.android.internal.view.menu.MenuBuilder +com.android.internal.view.menu.MenuHelper +com.android.internal.view.menu.MenuItemImpl +com.android.internal.view.menu.MenuPopupHelper$1 +com.android.internal.view.menu.MenuPopupHelper +com.android.internal.view.menu.MenuPresenter$Callback +com.android.internal.view.menu.MenuPresenter +com.android.internal.view.menu.MenuView$ItemView +com.android.internal.view.menu.MenuView +com.android.internal.view.menu.ShowableListMenu +com.android.internal.view.menu.SubMenuBuilder +com.android.internal.widget.AbsActionBarView$VisibilityAnimListener +com.android.internal.widget.AbsActionBarView +com.android.internal.widget.ActionBarContainer$ActionBarBackgroundDrawable +com.android.internal.widget.ActionBarContainer +com.android.internal.widget.ActionBarContextView +com.android.internal.widget.ActionBarOverlayLayout$1 +com.android.internal.widget.ActionBarOverlayLayout$2 +com.android.internal.widget.ActionBarOverlayLayout$3 +com.android.internal.widget.ActionBarOverlayLayout$4 +com.android.internal.widget.ActionBarOverlayLayout$5 +com.android.internal.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback +com.android.internal.widget.ActionBarOverlayLayout$LayoutParams +com.android.internal.widget.ActionBarOverlayLayout +com.android.internal.widget.AlertDialogLayout +com.android.internal.widget.BackgroundFallback +com.android.internal.widget.ButtonBarLayout +com.android.internal.widget.CachingIconView +com.android.internal.widget.ConversationLayout$1 +com.android.internal.widget.ConversationLayout$TouchDelegateComposite +com.android.internal.widget.ConversationLayout +com.android.internal.widget.DecorCaptionView +com.android.internal.widget.DecorContentParent +com.android.internal.widget.DecorToolbar +com.android.internal.widget.DialogTitle +com.android.internal.widget.ExploreByTouchHelper +com.android.internal.widget.ICheckCredentialProgressCallback$Stub$Proxy +com.android.internal.widget.ICheckCredentialProgressCallback$Stub +com.android.internal.widget.ICheckCredentialProgressCallback +com.android.internal.widget.ILockSettings$Stub$Proxy +com.android.internal.widget.ILockSettings$Stub +com.android.internal.widget.ILockSettings +com.android.internal.widget.IMessagingLayout +com.android.internal.widget.ImageFloatingTextView +com.android.internal.widget.ImageMessageConsumer +com.android.internal.widget.ImageResolver +com.android.internal.widget.LockPatternChecker$2 +com.android.internal.widget.LockPatternChecker$OnCheckCallback +com.android.internal.widget.LockPatternChecker +com.android.internal.widget.LockPatternUtils$1 +com.android.internal.widget.LockPatternUtils$CheckCredentialProgressCallback +com.android.internal.widget.LockPatternUtils$RequestThrottledException +com.android.internal.widget.LockPatternUtils$StrongAuthTracker$1 +com.android.internal.widget.LockPatternUtils$StrongAuthTracker$H +com.android.internal.widget.LockPatternUtils$StrongAuthTracker +com.android.internal.widget.LockPatternUtils$WrappedCallback +com.android.internal.widget.LockPatternUtils +com.android.internal.widget.LockPatternView$Cell +com.android.internal.widget.LockSettingsInternal +com.android.internal.widget.LockscreenCredential$1 +com.android.internal.widget.LockscreenCredential +com.android.internal.widget.MessagingGroup$1 +com.android.internal.widget.MessagingGroup +com.android.internal.widget.MessagingImageMessage +com.android.internal.widget.MessagingLayout +com.android.internal.widget.MessagingLinearLayout$LayoutParams +com.android.internal.widget.MessagingLinearLayout$MessagingChild +com.android.internal.widget.MessagingLinearLayout +com.android.internal.widget.MessagingMessage +com.android.internal.widget.MessagingMessageState +com.android.internal.widget.MessagingPool +com.android.internal.widget.MessagingPropertyAnimator$$ExternalSyntheticLambda0 +com.android.internal.widget.MessagingPropertyAnimator$1 +com.android.internal.widget.MessagingPropertyAnimator$2 +com.android.internal.widget.MessagingPropertyAnimator +com.android.internal.widget.MessagingTextMessage +com.android.internal.widget.NotificationActionListLayout$$ExternalSyntheticLambda0 +com.android.internal.widget.NotificationActionListLayout +com.android.internal.widget.NotificationExpandButton +com.android.internal.widget.ObservableTextView +com.android.internal.widget.PasswordValidationError +com.android.internal.widget.RemeasuringLinearLayout +com.android.internal.widget.ScrollBarUtils +com.android.internal.widget.ScrollingTabContainerView +com.android.internal.widget.ToolbarWidgetWrapper$1 +com.android.internal.widget.ToolbarWidgetWrapper +com.android.internal.widget.VerifyCredentialResponse$1 +com.android.internal.widget.VerifyCredentialResponse$Builder +com.android.internal.widget.VerifyCredentialResponse +com.android.internal.widget.ViewClippingUtil$ClippingParameters +com.android.internal.widget.ViewClippingUtil +com.android.internal.widget.floatingtoolbar.FloatingToolbar +com.android.modules.utils.BasicShellCommandHandler +com.android.net.module.util.Inet4AddressUtils +com.android.net.module.util.InetAddressUtils +com.android.net.module.util.IpRange +com.android.net.module.util.LinkPropertiesUtils$CompareOrUpdateResult +com.android.net.module.util.LinkPropertiesUtils$CompareResult +com.android.net.module.util.LinkPropertiesUtils +com.android.net.module.util.MacAddressUtils +com.android.net.module.util.NetUtils +com.android.net.module.util.NetworkCapabilitiesUtils +com.android.net.module.util.NetworkIdentityUtils +com.android.net.module.util.NetworkStackConstants +com.android.net.module.util.ProxyUtils +com.android.okhttp.Address +com.android.okhttp.AndroidInternal +com.android.okhttp.AndroidShimResponseCache +com.android.okhttp.Authenticator +com.android.okhttp.Cache$1 +com.android.okhttp.Cache$CacheResponseBody$1 +com.android.okhttp.Cache$CacheResponseBody +com.android.okhttp.Cache$Entry +com.android.okhttp.Cache +com.android.okhttp.CacheControl$Builder +com.android.okhttp.CacheControl +com.android.okhttp.CertificatePinner$Builder +com.android.okhttp.CertificatePinner +com.android.okhttp.CipherSuite +com.android.okhttp.ConfigAwareConnectionPool$1 +com.android.okhttp.ConfigAwareConnectionPool +com.android.okhttp.Connection +com.android.okhttp.ConnectionPool$1 +com.android.okhttp.ConnectionPool +com.android.okhttp.ConnectionSpec$Builder +com.android.okhttp.ConnectionSpec +com.android.okhttp.ConnectionSpecs +com.android.okhttp.Dispatcher +com.android.okhttp.Dns$1 +com.android.okhttp.Dns +com.android.okhttp.Handshake +com.android.okhttp.Headers$Builder +com.android.okhttp.Headers +com.android.okhttp.HttpHandler$CleartextURLFilter +com.android.okhttp.HttpHandler +com.android.okhttp.HttpUrl$1 +com.android.okhttp.HttpUrl$Builder$ParseResult +com.android.okhttp.HttpUrl$Builder +com.android.okhttp.HttpUrl +com.android.okhttp.HttpsHandler +com.android.okhttp.Interceptor$Chain +com.android.okhttp.OkCacheContainer +com.android.okhttp.OkHttpClient$1 +com.android.okhttp.OkHttpClient +com.android.okhttp.OkUrlFactories +com.android.okhttp.OkUrlFactory +com.android.okhttp.Protocol +com.android.okhttp.Request$Builder +com.android.okhttp.Request +com.android.okhttp.RequestBody$2 +com.android.okhttp.RequestBody +com.android.okhttp.Response$Builder +com.android.okhttp.Response +com.android.okhttp.ResponseBody +com.android.okhttp.Route +com.android.okhttp.TlsVersion +com.android.okhttp.internal.ConnectionSpecSelector +com.android.okhttp.internal.DiskLruCache$1 +com.android.okhttp.internal.DiskLruCache$4 +com.android.okhttp.internal.DiskLruCache$Editor +com.android.okhttp.internal.DiskLruCache$Entry +com.android.okhttp.internal.DiskLruCache +com.android.okhttp.internal.FaultHidingSink +com.android.okhttp.internal.Internal +com.android.okhttp.internal.InternalCache +com.android.okhttp.internal.OptionalMethod +com.android.okhttp.internal.Platform +com.android.okhttp.internal.RouteDatabase +com.android.okhttp.internal.URLFilter +com.android.okhttp.internal.Util$1 +com.android.okhttp.internal.Util +com.android.okhttp.internal.Version +com.android.okhttp.internal.framed.FramedConnection$Builder +com.android.okhttp.internal.framed.FramedConnection +com.android.okhttp.internal.http.AuthenticatorAdapter +com.android.okhttp.internal.http.CacheRequest +com.android.okhttp.internal.http.CacheStrategy$Factory +com.android.okhttp.internal.http.CacheStrategy +com.android.okhttp.internal.http.HeaderParser +com.android.okhttp.internal.http.Http1xStream$AbstractSource +com.android.okhttp.internal.http.Http1xStream$ChunkedSink +com.android.okhttp.internal.http.Http1xStream$ChunkedSource +com.android.okhttp.internal.http.Http1xStream$FixedLengthSink +com.android.okhttp.internal.http.Http1xStream$FixedLengthSource +com.android.okhttp.internal.http.Http1xStream +com.android.okhttp.internal.http.Http2xStream +com.android.okhttp.internal.http.HttpDate$1 +com.android.okhttp.internal.http.HttpDate +com.android.okhttp.internal.http.HttpEngine$1 +com.android.okhttp.internal.http.HttpEngine$2 +com.android.okhttp.internal.http.HttpEngine$NetworkInterceptorChain +com.android.okhttp.internal.http.HttpEngine +com.android.okhttp.internal.http.HttpMethod +com.android.okhttp.internal.http.HttpStream +com.android.okhttp.internal.http.OkHeaders$1 +com.android.okhttp.internal.http.OkHeaders +com.android.okhttp.internal.http.RealResponseBody +com.android.okhttp.internal.http.RequestException +com.android.okhttp.internal.http.RequestLine +com.android.okhttp.internal.http.RetryableSink +com.android.okhttp.internal.http.RouteException +com.android.okhttp.internal.http.RouteSelector +com.android.okhttp.internal.http.StatusLine +com.android.okhttp.internal.http.StreamAllocation +com.android.okhttp.internal.huc.DelegatingHttpsURLConnection +com.android.okhttp.internal.huc.HttpURLConnectionImpl +com.android.okhttp.internal.huc.HttpsURLConnectionImpl +com.android.okhttp.internal.io.FileSystem$1 +com.android.okhttp.internal.io.FileSystem +com.android.okhttp.internal.io.RealConnection +com.android.okhttp.internal.tls.CertificateChainCleaner +com.android.okhttp.internal.tls.OkHostnameVerifier +com.android.okhttp.internal.tls.RealTrustRootIndex +com.android.okhttp.internal.tls.TrustRootIndex +com.android.okhttp.internalandroidapi.AndroidResponseCacheAdapter +com.android.okhttp.internalandroidapi.Dns +com.android.okhttp.internalandroidapi.HasCacheHolder$CacheHolder +com.android.okhttp.internalandroidapi.HasCacheHolder +com.android.okhttp.internalandroidapi.HttpURLConnectionFactory$DnsAdapter +com.android.okhttp.internalandroidapi.HttpURLConnectionFactory +com.android.okhttp.okio.AsyncTimeout$1 +com.android.okhttp.okio.AsyncTimeout$2 +com.android.okhttp.okio.AsyncTimeout$Watchdog +com.android.okhttp.okio.AsyncTimeout +com.android.okhttp.okio.Buffer +com.android.okhttp.okio.BufferedSink +com.android.okhttp.okio.BufferedSource +com.android.okhttp.okio.ByteString +com.android.okhttp.okio.ForwardingSink +com.android.okhttp.okio.ForwardingSource +com.android.okhttp.okio.ForwardingTimeout +com.android.okhttp.okio.GzipSource +com.android.okhttp.okio.InflaterSource +com.android.okhttp.okio.Okio$1 +com.android.okhttp.okio.Okio$2 +com.android.okhttp.okio.Okio$3 +com.android.okhttp.okio.Okio +com.android.okhttp.okio.RealBufferedSink$1 +com.android.okhttp.okio.RealBufferedSink +com.android.okhttp.okio.RealBufferedSource$1 +com.android.okhttp.okio.RealBufferedSource +com.android.okhttp.okio.Segment +com.android.okhttp.okio.SegmentPool +com.android.okhttp.okio.Sink +com.android.okhttp.okio.Source +com.android.okhttp.okio.Timeout$1 +com.android.okhttp.okio.Timeout +com.android.okhttp.okio.Util +com.android.org.bouncycastle.asn1.ASN1ApplicationSpecific +com.android.org.bouncycastle.asn1.ASN1ApplicationSpecificParser +com.android.org.bouncycastle.asn1.ASN1BitString +com.android.org.bouncycastle.asn1.ASN1Boolean +com.android.org.bouncycastle.asn1.ASN1Choice +com.android.org.bouncycastle.asn1.ASN1Encodable +com.android.org.bouncycastle.asn1.ASN1EncodableVector +com.android.org.bouncycastle.asn1.ASN1Enumerated +com.android.org.bouncycastle.asn1.ASN1Exception +com.android.org.bouncycastle.asn1.ASN1External +com.android.org.bouncycastle.asn1.ASN1GeneralizedTime +com.android.org.bouncycastle.asn1.ASN1InputStream +com.android.org.bouncycastle.asn1.ASN1Integer +com.android.org.bouncycastle.asn1.ASN1Null +com.android.org.bouncycastle.asn1.ASN1Object +com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle +com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier +com.android.org.bouncycastle.asn1.ASN1OctetString +com.android.org.bouncycastle.asn1.ASN1OctetStringParser +com.android.org.bouncycastle.asn1.ASN1OutputStream +com.android.org.bouncycastle.asn1.ASN1Primitive +com.android.org.bouncycastle.asn1.ASN1Sequence$1 +com.android.org.bouncycastle.asn1.ASN1Sequence +com.android.org.bouncycastle.asn1.ASN1SequenceParser +com.android.org.bouncycastle.asn1.ASN1Set$1 +com.android.org.bouncycastle.asn1.ASN1Set +com.android.org.bouncycastle.asn1.ASN1SetParser +com.android.org.bouncycastle.asn1.ASN1StreamParser +com.android.org.bouncycastle.asn1.ASN1String +com.android.org.bouncycastle.asn1.ASN1TaggedObject +com.android.org.bouncycastle.asn1.ASN1TaggedObjectParser +com.android.org.bouncycastle.asn1.ASN1UTCTime +com.android.org.bouncycastle.asn1.BERApplicationSpecificParser +com.android.org.bouncycastle.asn1.BEROctetString +com.android.org.bouncycastle.asn1.BEROctetStringParser +com.android.org.bouncycastle.asn1.BERSequenceParser +com.android.org.bouncycastle.asn1.BERSetParser +com.android.org.bouncycastle.asn1.BERTaggedObjectParser +com.android.org.bouncycastle.asn1.BERTags +com.android.org.bouncycastle.asn1.DERBMPString +com.android.org.bouncycastle.asn1.DERBitString +com.android.org.bouncycastle.asn1.DERExternalParser +com.android.org.bouncycastle.asn1.DERFactory +com.android.org.bouncycastle.asn1.DERGeneralString +com.android.org.bouncycastle.asn1.DERGraphicString +com.android.org.bouncycastle.asn1.DERIA5String +com.android.org.bouncycastle.asn1.DERInteger +com.android.org.bouncycastle.asn1.DERNull +com.android.org.bouncycastle.asn1.DERNumericString +com.android.org.bouncycastle.asn1.DEROctetString +com.android.org.bouncycastle.asn1.DEROutputStream +com.android.org.bouncycastle.asn1.DERPrintableString +com.android.org.bouncycastle.asn1.DERSequence +com.android.org.bouncycastle.asn1.DERSet +com.android.org.bouncycastle.asn1.DERT61String +com.android.org.bouncycastle.asn1.DERTaggedObject +com.android.org.bouncycastle.asn1.DERUTF8String +com.android.org.bouncycastle.asn1.DERUniversalString +com.android.org.bouncycastle.asn1.DERVideotexString +com.android.org.bouncycastle.asn1.DERVisibleString +com.android.org.bouncycastle.asn1.DLApplicationSpecific +com.android.org.bouncycastle.asn1.DLBitString +com.android.org.bouncycastle.asn1.DLExternal +com.android.org.bouncycastle.asn1.DLFactory +com.android.org.bouncycastle.asn1.DLSequence +com.android.org.bouncycastle.asn1.DefiniteLengthInputStream +com.android.org.bouncycastle.asn1.InMemoryRepresentable +com.android.org.bouncycastle.asn1.IndefiniteLengthInputStream +com.android.org.bouncycastle.asn1.LazyEncodedSequence +com.android.org.bouncycastle.asn1.LimitedInputStream +com.android.org.bouncycastle.asn1.OIDTokenizer +com.android.org.bouncycastle.asn1.StreamUtil +com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers +com.android.org.bouncycastle.asn1.iana.IANAObjectIdentifiers +com.android.org.bouncycastle.asn1.misc.MiscObjectIdentifiers +com.android.org.bouncycastle.asn1.nist.NISTObjectIdentifiers +com.android.org.bouncycastle.asn1.oiw.OIWObjectIdentifiers +com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers +com.android.org.bouncycastle.asn1.x500.X500Name +com.android.org.bouncycastle.asn1.x500.X500NameStyle +com.android.org.bouncycastle.asn1.x500.style.AbstractX500NameStyle +com.android.org.bouncycastle.asn1.x500.style.BCStyle +com.android.org.bouncycastle.asn1.x509.AlgorithmIdentifier +com.android.org.bouncycastle.asn1.x509.Certificate +com.android.org.bouncycastle.asn1.x509.DSAParameter +com.android.org.bouncycastle.asn1.x509.SubjectPublicKeyInfo +com.android.org.bouncycastle.asn1.x509.Time +com.android.org.bouncycastle.asn1.x509.V3TBSCertificateGenerator +com.android.org.bouncycastle.asn1.x509.X509ExtensionsGenerator +com.android.org.bouncycastle.asn1.x509.X509Name +com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers +com.android.org.bouncycastle.asn1.x9.X9ECParameters +com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers +com.android.org.bouncycastle.crypto.BlockCipher +com.android.org.bouncycastle.crypto.BufferedBlockCipher +com.android.org.bouncycastle.crypto.CipherParameters +com.android.org.bouncycastle.crypto.CryptoException +com.android.org.bouncycastle.crypto.CryptoServicesPermission +com.android.org.bouncycastle.crypto.CryptoServicesRegistrar$Property +com.android.org.bouncycastle.crypto.CryptoServicesRegistrar +com.android.org.bouncycastle.crypto.DataLengthException +com.android.org.bouncycastle.crypto.Digest +com.android.org.bouncycastle.crypto.ExtendedDigest +com.android.org.bouncycastle.crypto.InvalidCipherTextException +com.android.org.bouncycastle.crypto.Mac +com.android.org.bouncycastle.crypto.OutputLengthException +com.android.org.bouncycastle.crypto.PBEParametersGenerator +com.android.org.bouncycastle.crypto.RuntimeCryptoException +com.android.org.bouncycastle.crypto.Wrapper +com.android.org.bouncycastle.crypto.digests.AndroidDigestFactory +com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryBouncyCastle +com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryInterface +com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryOpenSSL +com.android.org.bouncycastle.crypto.digests.EncodableDigest +com.android.org.bouncycastle.crypto.digests.GeneralDigest +com.android.org.bouncycastle.crypto.digests.OpenSSLDigest$MD5 +com.android.org.bouncycastle.crypto.digests.OpenSSLDigest$SHA1 +com.android.org.bouncycastle.crypto.digests.OpenSSLDigest +com.android.org.bouncycastle.crypto.digests.SHA1Digest +com.android.org.bouncycastle.crypto.engines.AESEngine +com.android.org.bouncycastle.crypto.engines.DESEngine +com.android.org.bouncycastle.crypto.generators.OpenSSLPBEParametersGenerator +com.android.org.bouncycastle.crypto.generators.PKCS12ParametersGenerator +com.android.org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator +com.android.org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator +com.android.org.bouncycastle.crypto.io.MacInputStream +com.android.org.bouncycastle.crypto.macs.HMac +com.android.org.bouncycastle.crypto.modes.AEADCipher +com.android.org.bouncycastle.crypto.modes.CBCBlockCipher +com.android.org.bouncycastle.crypto.paddings.BlockCipherPadding +com.android.org.bouncycastle.crypto.paddings.PKCS7Padding +com.android.org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher +com.android.org.bouncycastle.crypto.params.AEADParameters +com.android.org.bouncycastle.crypto.params.AsymmetricKeyParameter +com.android.org.bouncycastle.crypto.params.DHParameters +com.android.org.bouncycastle.crypto.params.DHValidationParameters +com.android.org.bouncycastle.crypto.params.DSAKeyParameters +com.android.org.bouncycastle.crypto.params.DSAParameters +com.android.org.bouncycastle.crypto.params.DSAPublicKeyParameters +com.android.org.bouncycastle.crypto.params.DSAValidationParameters +com.android.org.bouncycastle.crypto.params.KeyParameter +com.android.org.bouncycastle.crypto.params.ParametersWithIV +com.android.org.bouncycastle.crypto.params.ParametersWithRandom +com.android.org.bouncycastle.jcajce.PBKDFKey +com.android.org.bouncycastle.jcajce.PKCS12Key +com.android.org.bouncycastle.jcajce.PKCS12KeyWithParameters +com.android.org.bouncycastle.jcajce.provider.asymmetric.DH$Mappings +com.android.org.bouncycastle.jcajce.provider.asymmetric.DH +com.android.org.bouncycastle.jcajce.provider.asymmetric.DSA$Mappings +com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings +com.android.org.bouncycastle.jcajce.provider.asymmetric.EC +com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA$Mappings +com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA +com.android.org.bouncycastle.jcajce.provider.asymmetric.X509$Mappings +com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi +com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.BCDSAPublicKey +com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.DSAUtil +com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyFactorySpi +com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC +com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi +com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi$NoPadding +com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi +com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi +com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.RSAUtil +com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi +com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi +com.android.org.bouncycastle.jcajce.provider.asymmetric.util.KeyUtil +com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.CertificateFactory +com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.PEMUtil$Boundaries +com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.PEMUtil +com.android.org.bouncycastle.jcajce.provider.config.ConfigurableProvider +com.android.org.bouncycastle.jcajce.provider.config.ProviderConfiguration +com.android.org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission +com.android.org.bouncycastle.jcajce.provider.digest.DigestAlgorithmProvider +com.android.org.bouncycastle.jcajce.provider.digest.MD5$Mappings +com.android.org.bouncycastle.jcajce.provider.digest.MD5 +com.android.org.bouncycastle.jcajce.provider.digest.SHA1$Mappings +com.android.org.bouncycastle.jcajce.provider.digest.SHA1 +com.android.org.bouncycastle.jcajce.provider.digest.SHA224$Mappings +com.android.org.bouncycastle.jcajce.provider.digest.SHA224 +com.android.org.bouncycastle.jcajce.provider.digest.SHA256$Mappings +com.android.org.bouncycastle.jcajce.provider.digest.SHA256 +com.android.org.bouncycastle.jcajce.provider.digest.SHA384$Mappings +com.android.org.bouncycastle.jcajce.provider.digest.SHA384 +com.android.org.bouncycastle.jcajce.provider.digest.SHA512$Mappings +com.android.org.bouncycastle.jcajce.provider.digest.SHA512 +com.android.org.bouncycastle.jcajce.provider.keystore.BC$Mappings +com.android.org.bouncycastle.jcajce.provider.keystore.PKCS12$Mappings +com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std +com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$StoreEntry +com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi +com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB$1 +com.android.org.bouncycastle.jcajce.provider.symmetric.AES$ECB +com.android.org.bouncycastle.jcajce.provider.symmetric.AES$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.AES +com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4 +com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish +com.android.org.bouncycastle.jcajce.provider.symmetric.DES$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.DES +com.android.org.bouncycastle.jcajce.provider.symmetric.DESede$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.DESede +com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2 +com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12 +com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters +com.android.org.bouncycastle.jcajce.provider.symmetric.RC2$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.RC2 +com.android.org.bouncycastle.jcajce.provider.symmetric.SymmetricAlgorithmProvider +com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish$Mappings +com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BCPBEKey +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$AEADGenericBlockCipher +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$BufferedGenericBlockCipher +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher$GenericBlockCipher +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseBlockCipher +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseSecretKeyFactory +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher$ErasableOutputStream +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher$InvalidKeyOrParametersException +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseWrapCipher +com.android.org.bouncycastle.jcajce.provider.symmetric.util.BlockCipherProvider +com.android.org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil +com.android.org.bouncycastle.jcajce.provider.symmetric.util.GcmSpecUtil +com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE$Util +com.android.org.bouncycastle.jcajce.provider.symmetric.util.PBE +com.android.org.bouncycastle.jcajce.provider.util.AlgorithmProvider +com.android.org.bouncycastle.jcajce.provider.util.AsymmetricAlgorithmProvider +com.android.org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter +com.android.org.bouncycastle.jcajce.provider.util.DigestFactory +com.android.org.bouncycastle.jcajce.spec.AEADParameterSpec +com.android.org.bouncycastle.jcajce.util.BCJcaJceHelper +com.android.org.bouncycastle.jcajce.util.DefaultJcaJceHelper +com.android.org.bouncycastle.jcajce.util.JcaJceHelper +com.android.org.bouncycastle.jcajce.util.ProviderJcaJceHelper +com.android.org.bouncycastle.jce.X509Principal +com.android.org.bouncycastle.jce.interfaces.BCKeyStore +com.android.org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier +com.android.org.bouncycastle.jce.provider.BouncyCastleProvider$1 +com.android.org.bouncycastle.jce.provider.BouncyCastleProvider +com.android.org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration +com.android.org.bouncycastle.jce.provider.CertStoreCollectionSpi +com.android.org.bouncycastle.jce.provider.X509CertificateObject +com.android.org.bouncycastle.jce.spec.ECKeySpec +com.android.org.bouncycastle.jce.spec.ECPublicKeySpec +com.android.org.bouncycastle.util.Arrays +com.android.org.bouncycastle.util.BigIntegers +com.android.org.bouncycastle.util.Encodable +com.android.org.bouncycastle.util.Integers +com.android.org.bouncycastle.util.Iterable +com.android.org.bouncycastle.util.Memoable +com.android.org.bouncycastle.util.Pack +com.android.org.bouncycastle.util.Properties$1 +com.android.org.bouncycastle.util.Properties +com.android.org.bouncycastle.util.Strings$1 +com.android.org.bouncycastle.util.Strings +com.android.org.bouncycastle.util.encoders.Encoder +com.android.org.bouncycastle.util.encoders.Hex +com.android.org.bouncycastle.util.encoders.HexEncoder +com.android.org.bouncycastle.util.io.Streams +com.android.org.bouncycastle.x509.X509V3CertificateGenerator +com.android.org.kxml2.io.KXmlParser$ContentSource +com.android.org.kxml2.io.KXmlParser$ValueContext +com.android.org.kxml2.io.KXmlParser +com.android.org.kxml2.io.KXmlSerializer +com.android.phone.ecc.nano.CodedInputByteBufferNano +com.android.phone.ecc.nano.CodedOutputByteBufferNano$OutOfSpaceException +com.android.phone.ecc.nano.CodedOutputByteBufferNano +com.android.phone.ecc.nano.ExtendableMessageNano +com.android.phone.ecc.nano.FieldArray +com.android.phone.ecc.nano.FieldData +com.android.phone.ecc.nano.InternalNano +com.android.phone.ecc.nano.InvalidProtocolBufferNanoException +com.android.phone.ecc.nano.MessageNano +com.android.phone.ecc.nano.MessageNanoPrinter +com.android.phone.ecc.nano.ProtobufEccData$AllInfo +com.android.phone.ecc.nano.ProtobufEccData$CountryInfo +com.android.phone.ecc.nano.ProtobufEccData$EccInfo +com.android.phone.ecc.nano.UnknownFieldData +com.android.phone.ecc.nano.WireFormatNano +com.android.phone.ecc.nano.android.ParcelableExtendableMessageNano +com.android.phone.ecc.nano.android.ParcelableMessageNano +com.android.phone.ecc.nano.android.ParcelableMessageNanoCreator +com.android.server.AppWidgetBackupBridge +com.android.server.LocalServices +com.android.server.SystemConfig$PermissionEntry +com.android.server.SystemConfig$SharedLibraryEntry +com.android.server.SystemConfig +com.android.server.WidgetBackupProvider +com.android.server.backup.AccountManagerBackupHelper +com.android.server.backup.AccountSyncSettingsBackupHelper +com.android.server.backup.NotificationBackupHelper +com.android.server.backup.PermissionBackupHelper +com.android.server.backup.PreferredActivityBackupHelper +com.android.server.backup.ShortcutBackupHelper +com.android.server.backup.SliceBackupHelper +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfProgramEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ApfStatistics +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ConnectStatistics +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DHCPEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DNSLookupBatch +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$DefaultNetworkEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpConnectivityLog +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpProvisioningEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$IpReachabilityEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$NetworkEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$NetworkId +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$Pair +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$RaEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$ValidationProbeEvent +com.android.server.connectivity.metrics.nano.IpConnectivityLogClass$WakeupStats +com.android.server.job.JobSchedulerInternal$JobStorePersistStats +com.android.server.net.BaseNetdEventCallback +com.android.server.net.BaseNetworkObserver +com.android.server.sip.SipHelper +com.android.server.sip.SipService$ConnectivityReceiver$1 +com.android.server.sip.SipService$ConnectivityReceiver +com.android.server.sip.SipService$MyExecutor +com.android.server.sip.SipService$SipAutoReg +com.android.server.sip.SipService$SipKeepAliveProcessCallback +com.android.server.sip.SipService$SipSessionGroupExt +com.android.server.sip.SipService +com.android.server.sip.SipSessionGroup$KeepAliveProcessCallback +com.android.server.sip.SipSessionGroup$KeepAliveProcessCallbackProxy$1 +com.android.server.sip.SipSessionGroup$KeepAliveProcessCallbackProxy$2 +com.android.server.sip.SipSessionGroup$KeepAliveProcessCallbackProxy +com.android.server.sip.SipSessionGroup$MakeCallCommand +com.android.server.sip.SipSessionGroup$RegisterCommand +com.android.server.sip.SipSessionGroup$SipSessionCallReceiverImpl +com.android.server.sip.SipSessionGroup$SipSessionImpl$1 +com.android.server.sip.SipSessionGroup$SipSessionImpl$2$1 +com.android.server.sip.SipSessionGroup$SipSessionImpl$2 +com.android.server.sip.SipSessionGroup$SipSessionImpl$SessionTimer$1 +com.android.server.sip.SipSessionGroup$SipSessionImpl$SessionTimer +com.android.server.sip.SipSessionGroup$SipSessionImpl$SipKeepAlive +com.android.server.sip.SipSessionGroup$SipSessionImpl +com.android.server.sip.SipSessionGroup +com.android.server.sip.SipSessionListenerProxy$10 +com.android.server.sip.SipSessionListenerProxy$11 +com.android.server.sip.SipSessionListenerProxy$12 +com.android.server.sip.SipSessionListenerProxy$13 +com.android.server.sip.SipSessionListenerProxy$1 +com.android.server.sip.SipSessionListenerProxy$2 +com.android.server.sip.SipSessionListenerProxy$3 +com.android.server.sip.SipSessionListenerProxy$4 +com.android.server.sip.SipSessionListenerProxy$5 +com.android.server.sip.SipSessionListenerProxy$6 +com.android.server.sip.SipSessionListenerProxy$7 +com.android.server.sip.SipSessionListenerProxy$8 +com.android.server.sip.SipSessionListenerProxy$9 +com.android.server.sip.SipSessionListenerProxy +com.android.server.sip.SipWakeLock +com.android.server.sip.SipWakeupTimer$MyEvent +com.android.server.sip.SipWakeupTimer$MyEventComparator +com.android.server.sip.SipWakeupTimer +com.android.server.usage.AppStandbyInternal$AppIdleStateChangeListener +com.android.server.usage.AppStandbyInternal +com.android.server.wm.nano.WindowManagerProtos$TaskSnapshotProto +com.android.service.ims.RcsSettingUtils$$ExternalSyntheticLambda0 +com.android.service.ims.RcsSettingUtils +com.android.service.ims.Task +com.android.service.ims.TaskManager$MessageData +com.android.service.ims.TaskManager$MessageHandler +com.android.service.ims.TaskManager +com.android.service.ims.presence.ContactCapabilityResponse +com.android.service.ims.presence.PresenceAvailabilityTask +com.android.service.ims.presence.PresenceBase$PresencePublishState +com.android.service.ims.presence.PresenceBase +com.android.service.ims.presence.PresenceCapabilityTask +com.android.service.ims.presence.PresencePublication$$ExternalSyntheticLambda0 +com.android.service.ims.presence.PresencePublication$1 +com.android.service.ims.presence.PresencePublication$PublishRequest +com.android.service.ims.presence.PresencePublication$PublishType +com.android.service.ims.presence.PresencePublication$StackPublishTriggerType +com.android.service.ims.presence.PresencePublication +com.android.service.ims.presence.PresencePublishTask +com.android.service.ims.presence.PresencePublisher +com.android.service.ims.presence.PresenceSubscriber +com.android.service.ims.presence.PresenceTask +com.android.service.ims.presence.PresenceUtils +com.android.service.ims.presence.SubscribePublisher +com.android.telephony.Rlog +com.google.android.collect.Lists +com.google.android.collect.Maps +com.google.android.collect.Sets +com.google.android.gles_jni.EGLConfigImpl +com.google.android.gles_jni.EGLContextImpl +com.google.android.gles_jni.EGLDisplayImpl +com.google.android.gles_jni.EGLImpl +com.google.android.gles_jni.EGLSurfaceImpl +com.google.android.gles_jni.GLImpl +com.google.android.mms.InvalidHeaderValueException +com.google.android.mms.MmsException +com.google.android.mms.pdu.EncodedStringValue +com.google.android.mms.pdu.GenericPdu +com.google.android.mms.pdu.NotificationInd +com.google.android.mms.pdu.PduParser +com.google.android.rappor.Encoder +com.google.android.rappor.HmacDrbg +com.sun.security.cert.internal.x509.X509V1CertImpl +dalvik.annotation.optimization.CriticalNative +dalvik.annotation.optimization.FastNative +dalvik.annotation.optimization.NeverCompile +dalvik.system.AppSpecializationHooks +dalvik.system.BaseDexClassLoader$Reporter +dalvik.system.BaseDexClassLoader +dalvik.system.BlockGuard$1 +dalvik.system.BlockGuard$2 +dalvik.system.BlockGuard$3 +dalvik.system.BlockGuard$BlockGuardPolicyException +dalvik.system.BlockGuard$Policy +dalvik.system.BlockGuard$VmPolicy +dalvik.system.BlockGuard +dalvik.system.ClassExt +dalvik.system.CloseGuard$DefaultReporter +dalvik.system.CloseGuard$Reporter +dalvik.system.CloseGuard$Tracker +dalvik.system.CloseGuard +dalvik.system.DelegateLastClassLoader +dalvik.system.DexClassLoader +dalvik.system.DexFile$DFEnum +dalvik.system.DexFile$OptimizationInfo-IA +dalvik.system.DexFile$OptimizationInfo +dalvik.system.DexFile +dalvik.system.DexPathList$$ExternalSyntheticLambda0 +dalvik.system.DexPathList$Element +dalvik.system.DexPathList$NativeLibraryElement +dalvik.system.DexPathList +dalvik.system.EmulatedStackFrame$Range +dalvik.system.EmulatedStackFrame +dalvik.system.InMemoryDexClassLoader +dalvik.system.PathClassLoader +dalvik.system.RuntimeHooks +dalvik.system.SocketTagger$1 +dalvik.system.SocketTagger +dalvik.system.VMDebug +dalvik.system.VMRuntime$HiddenApiUsageLogger +dalvik.system.VMRuntime +dalvik.system.VMStack +dalvik.system.ZygoteHooks +gov.nist.core.Debug +gov.nist.core.DuplicateNameValueList +gov.nist.core.GenericObject +gov.nist.core.GenericObjectList +gov.nist.core.Host +gov.nist.core.HostNameParser +gov.nist.core.HostPort +gov.nist.core.InternalErrorHandler +gov.nist.core.LexerCore +gov.nist.core.LogLevels +gov.nist.core.LogWriter +gov.nist.core.Match +gov.nist.core.MultiValueMap +gov.nist.core.MultiValueMapImpl +gov.nist.core.NameValue +gov.nist.core.NameValueList +gov.nist.core.PackageNames +gov.nist.core.ParserCore +gov.nist.core.Separators +gov.nist.core.ServerLogger +gov.nist.core.StackLogger +gov.nist.core.StringTokenizer +gov.nist.core.ThreadAuditor$ThreadHandle +gov.nist.core.ThreadAuditor +gov.nist.core.Token +gov.nist.core.net.AddressResolver +gov.nist.core.net.NetworkLayer +gov.nist.core.net.SslNetworkLayer +gov.nist.javax.sip.ClientTransactionExt +gov.nist.javax.sip.DefaultAddressResolver +gov.nist.javax.sip.DialogExt +gov.nist.javax.sip.DialogFilter +gov.nist.javax.sip.DialogTimeoutEvent$Reason +gov.nist.javax.sip.DialogTimeoutEvent +gov.nist.javax.sip.EventScanner +gov.nist.javax.sip.EventWrapper +gov.nist.javax.sip.ListeningPointExt +gov.nist.javax.sip.ListeningPointImpl +gov.nist.javax.sip.LogRecord +gov.nist.javax.sip.LogRecordFactory +gov.nist.javax.sip.NistSipMessageFactoryImpl +gov.nist.javax.sip.ResponseEventExt +gov.nist.javax.sip.SIPConstants +gov.nist.javax.sip.ServerTransactionExt +gov.nist.javax.sip.SipListenerExt +gov.nist.javax.sip.SipProviderExt +gov.nist.javax.sip.SipProviderImpl +gov.nist.javax.sip.SipStackExt +gov.nist.javax.sip.SipStackImpl +gov.nist.javax.sip.TransactionExt +gov.nist.javax.sip.Utils +gov.nist.javax.sip.UtilsExt +gov.nist.javax.sip.address.AddressFactoryImpl +gov.nist.javax.sip.address.AddressImpl +gov.nist.javax.sip.address.Authority +gov.nist.javax.sip.address.GenericURI +gov.nist.javax.sip.address.NetObject +gov.nist.javax.sip.address.NetObjectList +gov.nist.javax.sip.address.ParameterNames +gov.nist.javax.sip.address.RFC2396UrlDecoder +gov.nist.javax.sip.address.RouterExt +gov.nist.javax.sip.address.SipURIExt +gov.nist.javax.sip.address.SipUri +gov.nist.javax.sip.address.TelURLImpl +gov.nist.javax.sip.address.TelephoneNumber +gov.nist.javax.sip.address.UserInfo +gov.nist.javax.sip.clientauthutils.AccountManager +gov.nist.javax.sip.clientauthutils.AuthenticationHelper +gov.nist.javax.sip.clientauthutils.AuthenticationHelperImpl +gov.nist.javax.sip.clientauthutils.CredentialsCache$TimeoutTask +gov.nist.javax.sip.clientauthutils.CredentialsCache +gov.nist.javax.sip.clientauthutils.MessageDigestAlgorithm +gov.nist.javax.sip.clientauthutils.SecureAccountManager +gov.nist.javax.sip.clientauthutils.UserCredentialHash +gov.nist.javax.sip.clientauthutils.UserCredentials +gov.nist.javax.sip.header.Accept +gov.nist.javax.sip.header.AcceptEncoding +gov.nist.javax.sip.header.AcceptEncodingList +gov.nist.javax.sip.header.AcceptLanguage +gov.nist.javax.sip.header.AcceptLanguageList +gov.nist.javax.sip.header.AcceptList +gov.nist.javax.sip.header.AddressParameters +gov.nist.javax.sip.header.AddressParametersHeader +gov.nist.javax.sip.header.AlertInfo +gov.nist.javax.sip.header.AlertInfoList +gov.nist.javax.sip.header.Allow +gov.nist.javax.sip.header.AllowEvents +gov.nist.javax.sip.header.AllowEventsList +gov.nist.javax.sip.header.AllowList +gov.nist.javax.sip.header.AuthenticationHeader +gov.nist.javax.sip.header.AuthenticationInfo +gov.nist.javax.sip.header.AuthenticationInfoList +gov.nist.javax.sip.header.Authorization +gov.nist.javax.sip.header.AuthorizationList +gov.nist.javax.sip.header.CSeq +gov.nist.javax.sip.header.CallID +gov.nist.javax.sip.header.CallIdentifier +gov.nist.javax.sip.header.CallInfo +gov.nist.javax.sip.header.CallInfoList +gov.nist.javax.sip.header.Challenge +gov.nist.javax.sip.header.Contact +gov.nist.javax.sip.header.ContactList +gov.nist.javax.sip.header.ContentDisposition +gov.nist.javax.sip.header.ContentEncoding +gov.nist.javax.sip.header.ContentEncodingList +gov.nist.javax.sip.header.ContentLanguage +gov.nist.javax.sip.header.ContentLanguageList +gov.nist.javax.sip.header.ContentLength +gov.nist.javax.sip.header.ContentType +gov.nist.javax.sip.header.Credentials +gov.nist.javax.sip.header.ErrorInfo +gov.nist.javax.sip.header.ErrorInfoList +gov.nist.javax.sip.header.Event +gov.nist.javax.sip.header.Expires +gov.nist.javax.sip.header.ExtensionHeaderImpl +gov.nist.javax.sip.header.ExtensionHeaderList +gov.nist.javax.sip.header.From +gov.nist.javax.sip.header.HeaderExt +gov.nist.javax.sip.header.HeaderFactoryExt +gov.nist.javax.sip.header.HeaderFactoryImpl +gov.nist.javax.sip.header.InReplyTo +gov.nist.javax.sip.header.InReplyToList +gov.nist.javax.sip.header.Indentation +gov.nist.javax.sip.header.MaxForwards +gov.nist.javax.sip.header.MediaRange +gov.nist.javax.sip.header.MimeVersion +gov.nist.javax.sip.header.MinExpires +gov.nist.javax.sip.header.NameMap +gov.nist.javax.sip.header.Organization +gov.nist.javax.sip.header.ParameterNames +gov.nist.javax.sip.header.ParametersHeader +gov.nist.javax.sip.header.Priority +gov.nist.javax.sip.header.Protocol +gov.nist.javax.sip.header.ProxyAuthenticate +gov.nist.javax.sip.header.ProxyAuthenticateList +gov.nist.javax.sip.header.ProxyAuthorization +gov.nist.javax.sip.header.ProxyAuthorizationList +gov.nist.javax.sip.header.ProxyRequire +gov.nist.javax.sip.header.ProxyRequireList +gov.nist.javax.sip.header.RAck +gov.nist.javax.sip.header.RSeq +gov.nist.javax.sip.header.Reason +gov.nist.javax.sip.header.ReasonList +gov.nist.javax.sip.header.RecordRoute +gov.nist.javax.sip.header.RecordRouteList +gov.nist.javax.sip.header.ReferTo +gov.nist.javax.sip.header.ReplyTo +gov.nist.javax.sip.header.RequestLine +gov.nist.javax.sip.header.Require +gov.nist.javax.sip.header.RequireList +gov.nist.javax.sip.header.RetryAfter +gov.nist.javax.sip.header.Route +gov.nist.javax.sip.header.RouteList +gov.nist.javax.sip.header.SIPDate +gov.nist.javax.sip.header.SIPDateHeader +gov.nist.javax.sip.header.SIPETag +gov.nist.javax.sip.header.SIPHeader +gov.nist.javax.sip.header.SIPHeaderList +gov.nist.javax.sip.header.SIPHeaderNames +gov.nist.javax.sip.header.SIPHeaderNamesCache +gov.nist.javax.sip.header.SIPIfMatch +gov.nist.javax.sip.header.SIPObject +gov.nist.javax.sip.header.SIPObjectList +gov.nist.javax.sip.header.Server +gov.nist.javax.sip.header.SipRequestLine +gov.nist.javax.sip.header.SipStatusLine +gov.nist.javax.sip.header.StatusLine +gov.nist.javax.sip.header.Subject +gov.nist.javax.sip.header.SubscriptionState +gov.nist.javax.sip.header.Supported +gov.nist.javax.sip.header.SupportedList +gov.nist.javax.sip.header.TimeStamp +gov.nist.javax.sip.header.To +gov.nist.javax.sip.header.Unsupported +gov.nist.javax.sip.header.UnsupportedList +gov.nist.javax.sip.header.UserAgent +gov.nist.javax.sip.header.Via +gov.nist.javax.sip.header.ViaHeaderExt +gov.nist.javax.sip.header.ViaList +gov.nist.javax.sip.header.WWWAuthenticate +gov.nist.javax.sip.header.WWWAuthenticateList +gov.nist.javax.sip.header.Warning +gov.nist.javax.sip.header.WarningList +gov.nist.javax.sip.header.extensions.Join +gov.nist.javax.sip.header.extensions.JoinHeader +gov.nist.javax.sip.header.extensions.MinSE +gov.nist.javax.sip.header.extensions.MinSEHeader +gov.nist.javax.sip.header.extensions.References +gov.nist.javax.sip.header.extensions.ReferencesHeader +gov.nist.javax.sip.header.extensions.ReferredBy +gov.nist.javax.sip.header.extensions.ReferredByHeader +gov.nist.javax.sip.header.extensions.Replaces +gov.nist.javax.sip.header.extensions.ReplacesHeader +gov.nist.javax.sip.header.extensions.SessionExpires +gov.nist.javax.sip.header.extensions.SessionExpiresHeader +gov.nist.javax.sip.header.ims.AddressHeaderIms +gov.nist.javax.sip.header.ims.AuthorizationHeaderIms +gov.nist.javax.sip.header.ims.PAccessNetworkInfo +gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader +gov.nist.javax.sip.header.ims.PAssertedIdentity +gov.nist.javax.sip.header.ims.PAssertedIdentityHeader +gov.nist.javax.sip.header.ims.PAssertedIdentityList +gov.nist.javax.sip.header.ims.PAssertedService +gov.nist.javax.sip.header.ims.PAssertedServiceHeader +gov.nist.javax.sip.header.ims.PAssociatedURI +gov.nist.javax.sip.header.ims.PAssociatedURIHeader +gov.nist.javax.sip.header.ims.PAssociatedURIList +gov.nist.javax.sip.header.ims.PCalledPartyID +gov.nist.javax.sip.header.ims.PCalledPartyIDHeader +gov.nist.javax.sip.header.ims.PChargingFunctionAddresses +gov.nist.javax.sip.header.ims.PChargingFunctionAddressesHeader +gov.nist.javax.sip.header.ims.PChargingVector +gov.nist.javax.sip.header.ims.PChargingVectorHeader +gov.nist.javax.sip.header.ims.PMediaAuthorization +gov.nist.javax.sip.header.ims.PMediaAuthorizationHeader +gov.nist.javax.sip.header.ims.PMediaAuthorizationList +gov.nist.javax.sip.header.ims.PPreferredIdentity +gov.nist.javax.sip.header.ims.PPreferredIdentityHeader +gov.nist.javax.sip.header.ims.PPreferredService +gov.nist.javax.sip.header.ims.PPreferredServiceHeader +gov.nist.javax.sip.header.ims.PProfileKey +gov.nist.javax.sip.header.ims.PProfileKeyHeader +gov.nist.javax.sip.header.ims.PServedUser +gov.nist.javax.sip.header.ims.PServedUserHeader +gov.nist.javax.sip.header.ims.PUserDatabase +gov.nist.javax.sip.header.ims.PUserDatabaseHeader +gov.nist.javax.sip.header.ims.PVisitedNetworkID +gov.nist.javax.sip.header.ims.PVisitedNetworkIDHeader +gov.nist.javax.sip.header.ims.PVisitedNetworkIDList +gov.nist.javax.sip.header.ims.ParameterNamesIms +gov.nist.javax.sip.header.ims.Path +gov.nist.javax.sip.header.ims.PathHeader +gov.nist.javax.sip.header.ims.PathList +gov.nist.javax.sip.header.ims.Privacy +gov.nist.javax.sip.header.ims.PrivacyHeader +gov.nist.javax.sip.header.ims.PrivacyList +gov.nist.javax.sip.header.ims.SIPHeaderNamesIms +gov.nist.javax.sip.header.ims.SecurityAgree +gov.nist.javax.sip.header.ims.SecurityAgreeHeader +gov.nist.javax.sip.header.ims.SecurityClient +gov.nist.javax.sip.header.ims.SecurityClientHeader +gov.nist.javax.sip.header.ims.SecurityClientList +gov.nist.javax.sip.header.ims.SecurityServer +gov.nist.javax.sip.header.ims.SecurityServerHeader +gov.nist.javax.sip.header.ims.SecurityServerList +gov.nist.javax.sip.header.ims.SecurityVerify +gov.nist.javax.sip.header.ims.SecurityVerifyHeader +gov.nist.javax.sip.header.ims.SecurityVerifyList +gov.nist.javax.sip.header.ims.ServiceRoute +gov.nist.javax.sip.header.ims.ServiceRouteHeader +gov.nist.javax.sip.header.ims.ServiceRouteList +gov.nist.javax.sip.header.ims.WWWAuthenticateHeaderIms +gov.nist.javax.sip.message.Content +gov.nist.javax.sip.message.ContentImpl +gov.nist.javax.sip.message.HeaderIterator +gov.nist.javax.sip.message.ListMap +gov.nist.javax.sip.message.MessageExt +gov.nist.javax.sip.message.MessageFactoryExt +gov.nist.javax.sip.message.MessageFactoryImpl$1 +gov.nist.javax.sip.message.MessageFactoryImpl +gov.nist.javax.sip.message.MessageObject +gov.nist.javax.sip.message.MultipartMimeContent +gov.nist.javax.sip.message.MultipartMimeContentImpl +gov.nist.javax.sip.message.RequestExt +gov.nist.javax.sip.message.ResponseExt +gov.nist.javax.sip.message.SIPDuplicateHeaderException +gov.nist.javax.sip.message.SIPMessage +gov.nist.javax.sip.message.SIPRequest +gov.nist.javax.sip.message.SIPResponse +gov.nist.javax.sip.parser.AcceptEncodingParser +gov.nist.javax.sip.parser.AcceptLanguageParser +gov.nist.javax.sip.parser.AcceptParser +gov.nist.javax.sip.parser.AddressParametersParser +gov.nist.javax.sip.parser.AddressParser +gov.nist.javax.sip.parser.AlertInfoParser +gov.nist.javax.sip.parser.AllowEventsParser +gov.nist.javax.sip.parser.AllowParser +gov.nist.javax.sip.parser.AuthenticationInfoParser +gov.nist.javax.sip.parser.AuthorizationParser +gov.nist.javax.sip.parser.CSeqParser +gov.nist.javax.sip.parser.CallIDParser +gov.nist.javax.sip.parser.CallInfoParser +gov.nist.javax.sip.parser.ChallengeParser +gov.nist.javax.sip.parser.ContactParser +gov.nist.javax.sip.parser.ContentDispositionParser +gov.nist.javax.sip.parser.ContentEncodingParser +gov.nist.javax.sip.parser.ContentLanguageParser +gov.nist.javax.sip.parser.ContentLengthParser +gov.nist.javax.sip.parser.ContentTypeParser +gov.nist.javax.sip.parser.DateParser +gov.nist.javax.sip.parser.ErrorInfoParser +gov.nist.javax.sip.parser.EventParser +gov.nist.javax.sip.parser.ExpiresParser +gov.nist.javax.sip.parser.FromParser +gov.nist.javax.sip.parser.HeaderParser +gov.nist.javax.sip.parser.InReplyToParser +gov.nist.javax.sip.parser.Lexer +gov.nist.javax.sip.parser.MaxForwardsParser +gov.nist.javax.sip.parser.MimeVersionParser +gov.nist.javax.sip.parser.MinExpiresParser +gov.nist.javax.sip.parser.OrganizationParser +gov.nist.javax.sip.parser.ParametersParser +gov.nist.javax.sip.parser.ParseExceptionListener +gov.nist.javax.sip.parser.Parser +gov.nist.javax.sip.parser.ParserFactory +gov.nist.javax.sip.parser.Pipeline$Buffer +gov.nist.javax.sip.parser.Pipeline$MyTimer +gov.nist.javax.sip.parser.Pipeline +gov.nist.javax.sip.parser.PipelinedMsgParser +gov.nist.javax.sip.parser.PriorityParser +gov.nist.javax.sip.parser.ProxyAuthenticateParser +gov.nist.javax.sip.parser.ProxyAuthorizationParser +gov.nist.javax.sip.parser.ProxyRequireParser +gov.nist.javax.sip.parser.RAckParser +gov.nist.javax.sip.parser.RSeqParser +gov.nist.javax.sip.parser.ReasonParser +gov.nist.javax.sip.parser.RecordRouteParser +gov.nist.javax.sip.parser.ReferToParser +gov.nist.javax.sip.parser.ReplyToParser +gov.nist.javax.sip.parser.RequestLineParser +gov.nist.javax.sip.parser.RequireParser +gov.nist.javax.sip.parser.RetryAfterParser +gov.nist.javax.sip.parser.RouteParser +gov.nist.javax.sip.parser.SIPETagParser +gov.nist.javax.sip.parser.SIPIfMatchParser +gov.nist.javax.sip.parser.SIPMessageListener +gov.nist.javax.sip.parser.ServerParser +gov.nist.javax.sip.parser.StatusLineParser +gov.nist.javax.sip.parser.StringMsgParser$1ParserThread +gov.nist.javax.sip.parser.StringMsgParser +gov.nist.javax.sip.parser.SubjectParser +gov.nist.javax.sip.parser.SubscriptionStateParser +gov.nist.javax.sip.parser.SupportedParser +gov.nist.javax.sip.parser.TimeStampParser +gov.nist.javax.sip.parser.ToParser +gov.nist.javax.sip.parser.TokenNames +gov.nist.javax.sip.parser.TokenTypes +gov.nist.javax.sip.parser.URLParser +gov.nist.javax.sip.parser.UnsupportedParser +gov.nist.javax.sip.parser.UserAgentParser +gov.nist.javax.sip.parser.ViaParser +gov.nist.javax.sip.parser.WWWAuthenticateParser +gov.nist.javax.sip.parser.WarningParser +gov.nist.javax.sip.parser.extensions.JoinParser +gov.nist.javax.sip.parser.extensions.MinSEParser +gov.nist.javax.sip.parser.extensions.ReferencesParser +gov.nist.javax.sip.parser.extensions.ReferredByParser +gov.nist.javax.sip.parser.extensions.ReplacesParser +gov.nist.javax.sip.parser.extensions.SessionExpiresParser +gov.nist.javax.sip.parser.ims.AddressHeaderParser +gov.nist.javax.sip.parser.ims.PAccessNetworkInfoParser +gov.nist.javax.sip.parser.ims.PAssertedIdentityParser +gov.nist.javax.sip.parser.ims.PAssertedServiceParser +gov.nist.javax.sip.parser.ims.PAssociatedURIParser +gov.nist.javax.sip.parser.ims.PCalledPartyIDParser +gov.nist.javax.sip.parser.ims.PChargingFunctionAddressesParser +gov.nist.javax.sip.parser.ims.PChargingVectorParser +gov.nist.javax.sip.parser.ims.PMediaAuthorizationParser +gov.nist.javax.sip.parser.ims.PPreferredIdentityParser +gov.nist.javax.sip.parser.ims.PPreferredServiceParser +gov.nist.javax.sip.parser.ims.PProfileKeyParser +gov.nist.javax.sip.parser.ims.PServedUserParser +gov.nist.javax.sip.parser.ims.PUserDatabaseParser +gov.nist.javax.sip.parser.ims.PVisitedNetworkIDParser +gov.nist.javax.sip.parser.ims.PathParser +gov.nist.javax.sip.parser.ims.PrivacyParser +gov.nist.javax.sip.parser.ims.SecurityAgreeParser +gov.nist.javax.sip.parser.ims.SecurityClientParser +gov.nist.javax.sip.parser.ims.SecurityServerParser +gov.nist.javax.sip.parser.ims.SecurityVerifyParser +gov.nist.javax.sip.parser.ims.ServiceRouteParser +gov.nist.javax.sip.parser.ims.TokenNamesIms +gov.nist.javax.sip.stack.DefaultMessageLogFactory +gov.nist.javax.sip.stack.DefaultRouter +gov.nist.javax.sip.stack.HandshakeCompletedListenerImpl +gov.nist.javax.sip.stack.HopImpl +gov.nist.javax.sip.stack.IOHandler +gov.nist.javax.sip.stack.MessageChannel +gov.nist.javax.sip.stack.MessageLog +gov.nist.javax.sip.stack.MessageProcessor +gov.nist.javax.sip.stack.RawMessageChannel +gov.nist.javax.sip.stack.SIPClientTransaction$TransactionTimer +gov.nist.javax.sip.stack.SIPClientTransaction +gov.nist.javax.sip.stack.SIPDialog$DialogDeleteIfNoAckSentTask +gov.nist.javax.sip.stack.SIPDialog$DialogDeleteTask +gov.nist.javax.sip.stack.SIPDialog$DialogTimerTask +gov.nist.javax.sip.stack.SIPDialog$LingerTimer +gov.nist.javax.sip.stack.SIPDialog$ReInviteSender +gov.nist.javax.sip.stack.SIPDialog +gov.nist.javax.sip.stack.SIPDialogErrorEvent +gov.nist.javax.sip.stack.SIPDialogEventListener +gov.nist.javax.sip.stack.SIPServerTransaction$ListenerExecutionMaxTimer +gov.nist.javax.sip.stack.SIPServerTransaction$ProvisionalResponseTask +gov.nist.javax.sip.stack.SIPServerTransaction$RetransmissionAlertTimerTask +gov.nist.javax.sip.stack.SIPServerTransaction$SendTrying +gov.nist.javax.sip.stack.SIPServerTransaction$TransactionTimer +gov.nist.javax.sip.stack.SIPServerTransaction +gov.nist.javax.sip.stack.SIPStackTimerTask +gov.nist.javax.sip.stack.SIPTransaction$LingerTimer +gov.nist.javax.sip.stack.SIPTransaction +gov.nist.javax.sip.stack.SIPTransactionErrorEvent +gov.nist.javax.sip.stack.SIPTransactionEventListener +gov.nist.javax.sip.stack.SIPTransactionStack$PingTimer +gov.nist.javax.sip.stack.SIPTransactionStack$RemoveForkedTransactionTimerTask +gov.nist.javax.sip.stack.SIPTransactionStack +gov.nist.javax.sip.stack.ServerLog +gov.nist.javax.sip.stack.ServerRequestInterface +gov.nist.javax.sip.stack.ServerResponseInterface +gov.nist.javax.sip.stack.StackMessageFactory +gov.nist.javax.sip.stack.TCPMessageChannel$1 +gov.nist.javax.sip.stack.TCPMessageChannel +gov.nist.javax.sip.stack.TCPMessageProcessor +gov.nist.javax.sip.stack.TLSMessageChannel +gov.nist.javax.sip.stack.TLSMessageProcessor +gov.nist.javax.sip.stack.UDPMessageChannel$PingBackTimerTask +gov.nist.javax.sip.stack.UDPMessageChannel +gov.nist.javax.sip.stack.UDPMessageProcessor +java.awt.font.NumericShaper +java.awt.font.TextAttribute +java.io.Bits +java.io.BufferedInputStream$$ExternalSyntheticBackportWithForwarding0 +java.io.BufferedInputStream +java.io.BufferedOutputStream +java.io.BufferedReader +java.io.BufferedWriter +java.io.ByteArrayInputStream +java.io.ByteArrayOutputStream +java.io.CharArrayReader +java.io.CharArrayWriter +java.io.Closeable +java.io.Console +java.io.DataInput +java.io.DataInputStream +java.io.DataOutput +java.io.DataOutputStream +java.io.DefaultFileSystem +java.io.EOFException +java.io.ExpiringCache$1 +java.io.ExpiringCache +java.io.Externalizable +java.io.File$PathStatus +java.io.File$TempDirectory +java.io.File +java.io.FileDescriptor$1 +java.io.FileDescriptor +java.io.FileFilter +java.io.FileInputStream$UseManualSkipException +java.io.FileInputStream +java.io.FileNotFoundException +java.io.FileOutputStream +java.io.FileReader +java.io.FileSystem +java.io.FileWriter +java.io.FilenameFilter +java.io.FilterInputStream +java.io.FilterOutputStream +java.io.FilterReader +java.io.Flushable +java.io.IOException +java.io.InputStream +java.io.InputStreamReader +java.io.InterruptedIOException +java.io.InvalidClassException +java.io.InvalidObjectException +java.io.LineNumberReader +java.io.NotActiveException +java.io.NotSerializableException +java.io.ObjectInput +java.io.ObjectInputStream$$ExternalSyntheticLambda0 +java.io.ObjectInputStream$1 +java.io.ObjectInputStream$BlockDataInputStream +java.io.ObjectInputStream$Caches +java.io.ObjectInputStream$GetField +java.io.ObjectInputStream$GetFieldImpl +java.io.ObjectInputStream$HandleTable$HandleList +java.io.ObjectInputStream$HandleTable +java.io.ObjectInputStream$PeekInputStream +java.io.ObjectInputStream$ValidationList$1 +java.io.ObjectInputStream$ValidationList$Callback +java.io.ObjectInputStream$ValidationList +java.io.ObjectInputStream +java.io.ObjectOutput +java.io.ObjectOutputStream$1 +java.io.ObjectOutputStream$BlockDataOutputStream +java.io.ObjectOutputStream$Caches +java.io.ObjectOutputStream$DebugTraceInfoStack +java.io.ObjectOutputStream$HandleTable +java.io.ObjectOutputStream$PutField +java.io.ObjectOutputStream$PutFieldImpl +java.io.ObjectOutputStream$ReplaceTable +java.io.ObjectOutputStream +java.io.ObjectStreamClass$$ExternalSyntheticLambda0 +java.io.ObjectStreamClass$1 +java.io.ObjectStreamClass$2 +java.io.ObjectStreamClass$3 +java.io.ObjectStreamClass$4 +java.io.ObjectStreamClass$5 +java.io.ObjectStreamClass$Caches +java.io.ObjectStreamClass$ClassDataSlot +java.io.ObjectStreamClass$DefaultSUIDCompatibilityListener +java.io.ObjectStreamClass$EntryFuture$1 +java.io.ObjectStreamClass$EntryFuture +java.io.ObjectStreamClass$ExceptionInfo +java.io.ObjectStreamClass$FieldReflector +java.io.ObjectStreamClass$FieldReflectorKey +java.io.ObjectStreamClass$MemberSignature +java.io.ObjectStreamClass$WeakClassKey +java.io.ObjectStreamClass +java.io.ObjectStreamConstants +java.io.ObjectStreamException +java.io.ObjectStreamField +java.io.OptionalDataException +java.io.OutputStream +java.io.OutputStreamWriter +java.io.PrintStream +java.io.PrintWriter +java.io.PushbackInputStream +java.io.PushbackReader +java.io.RandomAccessFile +java.io.Reader +java.io.SequenceInputStream +java.io.SerialCallbackContext +java.io.Serializable +java.io.SerializablePermission +java.io.StreamCorruptedException +java.io.StringBufferInputStream +java.io.StringReader +java.io.StringWriter +java.io.UTFDataFormatException +java.io.UncheckedIOException +java.io.UnixFileSystem +java.io.UnsupportedEncodingException +java.io.WriteAbortedException +java.io.Writer +java.lang.AbstractMethodError +java.lang.AbstractStringBuilder +java.lang.AndroidHardcodedSystemProperties +java.lang.Appendable +java.lang.ArithmeticException +java.lang.ArrayIndexOutOfBoundsException +java.lang.ArrayStoreException +java.lang.AssertionError +java.lang.AutoCloseable +java.lang.Boolean +java.lang.BootClassLoader +java.lang.Byte$ByteCache +java.lang.Byte +java.lang.CaseMapper$1 +java.lang.CaseMapper +java.lang.CharSequence$$ExternalSyntheticLambda0 +java.lang.CharSequence$$ExternalSyntheticLambda1 +java.lang.CharSequence$1CharIterator +java.lang.CharSequence$1CodePointIterator +java.lang.CharSequence +java.lang.Character$CharacterCache +java.lang.Character$Subset +java.lang.Character$UnicodeBlock +java.lang.Character +java.lang.Class$Caches +java.lang.Class +java.lang.ClassCastException +java.lang.ClassFormatError +java.lang.ClassLoader$SystemClassLoader +java.lang.ClassLoader +java.lang.ClassNotFoundException +java.lang.CloneNotSupportedException +java.lang.Cloneable +java.lang.Comparable +java.lang.Daemons$Daemon +java.lang.Daemons$FinalizerDaemon +java.lang.Daemons$FinalizerWatchdogDaemon +java.lang.Daemons$HeapTaskDaemon +java.lang.Daemons$ReferenceQueueDaemon +java.lang.Daemons +java.lang.Deprecated +java.lang.DexCache +java.lang.Double +java.lang.Enum$1 +java.lang.Enum +java.lang.EnumConstantNotPresentException +java.lang.Error +java.lang.Exception +java.lang.ExceptionInInitializerError +java.lang.Float +java.lang.IllegalAccessError +java.lang.IllegalAccessException +java.lang.IllegalArgumentException +java.lang.IllegalMonitorStateException +java.lang.IllegalStateException +java.lang.IllegalThreadStateException +java.lang.IncompatibleClassChangeError +java.lang.IndexOutOfBoundsException +java.lang.InheritableThreadLocal +java.lang.InstantiationError +java.lang.InstantiationException +java.lang.Integer$$ExternalSyntheticBackport0 +java.lang.Integer$$ExternalSyntheticBackport1 +java.lang.Integer$IntegerCache +java.lang.Integer +java.lang.InternalError +java.lang.InterruptedException +java.lang.Iterable +java.lang.LinkageError +java.lang.Long$LongCache +java.lang.Long +java.lang.Math$RandomNumberGeneratorHolder +java.lang.Math +java.lang.NegativeArraySizeException +java.lang.NoClassDefFoundError +java.lang.NoSuchFieldError +java.lang.NoSuchFieldException +java.lang.NoSuchMethodError +java.lang.NoSuchMethodException +java.lang.NullPointerException +java.lang.Number +java.lang.NumberFormatException +java.lang.Object +java.lang.OutOfMemoryError +java.lang.Package +java.lang.Process +java.lang.ProcessBuilder$NullInputStream +java.lang.ProcessBuilder$NullOutputStream +java.lang.ProcessBuilder$Redirect +java.lang.ProcessBuilder +java.lang.ProcessEnvironment$ExternalData +java.lang.ProcessEnvironment$StringEnvironment +java.lang.ProcessEnvironment$Value +java.lang.ProcessEnvironment$Variable +java.lang.ProcessEnvironment +java.lang.ProcessImpl +java.lang.Readable +java.lang.ReflectiveOperationException +java.lang.Runnable +java.lang.Runtime +java.lang.RuntimeException +java.lang.RuntimePermission +java.lang.SecurityException +java.lang.SecurityManager +java.lang.Short$ShortCache +java.lang.Short +java.lang.StackOverflowError +java.lang.StackTraceElement +java.lang.StrictMath +java.lang.String$CaseInsensitiveComparator-IA +java.lang.String$CaseInsensitiveComparator +java.lang.String +java.lang.StringBuffer +java.lang.StringBuilder +java.lang.StringFactory +java.lang.StringIndexOutOfBoundsException +java.lang.StringUTF16$CharsSpliterator +java.lang.StringUTF16$CodePointsSpliterator +java.lang.StringUTF16 +java.lang.System$PropertiesWithNonOverrideableDefaults +java.lang.System +java.lang.Thread$1 +java.lang.Thread$Caches +java.lang.Thread$State +java.lang.Thread$UncaughtExceptionHandler +java.lang.Thread$WeakClassKey +java.lang.Thread +java.lang.ThreadDeath +java.lang.ThreadGroup +java.lang.ThreadLocal$SuppliedThreadLocal +java.lang.ThreadLocal$ThreadLocalMap$Entry +java.lang.ThreadLocal$ThreadLocalMap +java.lang.ThreadLocal +java.lang.Throwable$PrintStreamOrWriter +java.lang.Throwable$SentinelHolder +java.lang.Throwable$WrappedPrintStream +java.lang.Throwable$WrappedPrintWriter +java.lang.Throwable +java.lang.TypeNotPresentException +java.lang.UNIXProcess$1 +java.lang.UNIXProcess$2 +java.lang.UNIXProcess$3 +java.lang.UNIXProcess$ProcessPipeInputStream +java.lang.UNIXProcess$ProcessPipeOutputStream +java.lang.UNIXProcess$ProcessReaperThreadFactory$1 +java.lang.UNIXProcess$ProcessReaperThreadFactory +java.lang.UNIXProcess +java.lang.UnsatisfiedLinkError +java.lang.UnsupportedOperationException +java.lang.VMClassLoader +java.lang.VerifyError +java.lang.VirtualMachineError +java.lang.Void +java.lang.annotation.Annotation +java.lang.annotation.AnnotationTypeMismatchException +java.lang.annotation.Documented +java.lang.annotation.IncompleteAnnotationException +java.lang.annotation.Inherited +java.lang.annotation.Retention +java.lang.annotation.Target +java.lang.invoke.ArrayElementVarHandle +java.lang.invoke.ByteArrayViewVarHandle +java.lang.invoke.ByteBufferViewVarHandle +java.lang.invoke.CallSite +java.lang.invoke.ConstantCallSite +java.lang.invoke.FieldVarHandle +java.lang.invoke.MethodHandle +java.lang.invoke.MethodHandleImpl$HandleInfo +java.lang.invoke.MethodHandleImpl +java.lang.invoke.MethodHandleInfo +java.lang.invoke.MethodHandleStatics +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda0 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda11 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda12 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda13 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda14 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda15 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda17 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda18 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda1 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda20 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda21 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda22 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda23 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda24 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda25 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda2 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda3 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda4 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda5 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda6 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda7 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda8 +java.lang.invoke.MethodHandles$$ExternalSyntheticLambda9 +java.lang.invoke.MethodHandles$Lookup +java.lang.invoke.MethodHandles +java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry +java.lang.invoke.MethodType$ConcurrentWeakInternSet +java.lang.invoke.MethodType +java.lang.invoke.MethodTypeForm +java.lang.invoke.SerializedLambda +java.lang.invoke.StaticFieldVarHandle +java.lang.invoke.Transformers$AlwaysThrow +java.lang.invoke.Transformers$ArrayConstructor +java.lang.invoke.Transformers$ArrayLength +java.lang.invoke.Transformers$AsTypeAdapter +java.lang.invoke.Transformers$BindTo +java.lang.invoke.Transformers$CatchException +java.lang.invoke.Transformers$CollectArguments +java.lang.invoke.Transformers$Collector +java.lang.invoke.Transformers$Construct +java.lang.invoke.Transformers$DropArguments +java.lang.invoke.Transformers$ExplicitCastArguments +java.lang.invoke.Transformers$FilterArguments +java.lang.invoke.Transformers$FilterReturnValue +java.lang.invoke.Transformers$FoldArguments +java.lang.invoke.Transformers$GuardWithTest +java.lang.invoke.Transformers$InsertArguments +java.lang.invoke.Transformers$Invoker +java.lang.invoke.Transformers$Loop +java.lang.invoke.Transformers$PermuteArguments +java.lang.invoke.Transformers$ReferenceArrayElementGetter +java.lang.invoke.Transformers$ReferenceArrayElementSetter +java.lang.invoke.Transformers$ReferenceIdentity +java.lang.invoke.Transformers$Spreader +java.lang.invoke.Transformers$Transformer +java.lang.invoke.Transformers$TryFinally +java.lang.invoke.Transformers$VarargsCollector +java.lang.invoke.Transformers$ZeroValue +java.lang.invoke.VarHandle$1 +java.lang.invoke.VarHandle$AccessMode +java.lang.invoke.VarHandle$AccessType +java.lang.invoke.VarHandle +java.lang.invoke.WrongMethodTypeException +java.lang.ref.FinalizerReference$Sentinel-IA +java.lang.ref.FinalizerReference$Sentinel +java.lang.ref.FinalizerReference +java.lang.ref.PhantomReference +java.lang.ref.Reference$SinkHolder$1 +java.lang.ref.Reference$SinkHolder +java.lang.ref.Reference +java.lang.ref.ReferenceQueue +java.lang.ref.SoftReference +java.lang.ref.WeakReference +java.lang.reflect.AccessibleObject +java.lang.reflect.AnnotatedElement +java.lang.reflect.Array +java.lang.reflect.Constructor +java.lang.reflect.Executable$GenericInfo +java.lang.reflect.Executable +java.lang.reflect.Field +java.lang.reflect.GenericArrayType +java.lang.reflect.GenericDeclaration +java.lang.reflect.GenericSignatureFormatError +java.lang.reflect.InvocationHandler +java.lang.reflect.InvocationTargetException +java.lang.reflect.MalformedParametersException +java.lang.reflect.Member +java.lang.reflect.Method$1 +java.lang.reflect.Method +java.lang.reflect.Modifier +java.lang.reflect.Parameter +java.lang.reflect.ParameterizedType +java.lang.reflect.Proxy$1 +java.lang.reflect.Proxy$Key1 +java.lang.reflect.Proxy$Key2 +java.lang.reflect.Proxy$KeyFactory-IA +java.lang.reflect.Proxy$KeyFactory +java.lang.reflect.Proxy$KeyX +java.lang.reflect.Proxy$ProxyClassFactory-IA +java.lang.reflect.Proxy$ProxyClassFactory +java.lang.reflect.Proxy +java.lang.reflect.ReflectPermission +java.lang.reflect.Type +java.lang.reflect.TypeVariable +java.lang.reflect.UndeclaredThrowableException +java.lang.reflect.WeakCache$CacheKey +java.lang.reflect.WeakCache$CacheValue +java.lang.reflect.WeakCache$Factory +java.lang.reflect.WeakCache$LookupValue +java.lang.reflect.WeakCache$Value +java.lang.reflect.WeakCache +java.lang.reflect.WildcardType +java.math.BigDecimal$1 +java.math.BigDecimal$LongOverflow +java.math.BigDecimal +java.math.BigInteger$UnsafeHolder +java.math.BigInteger +java.math.MathContext +java.math.MutableBigInteger +java.math.RoundingMode +java.net.AbstractPlainDatagramSocketImpl +java.net.AbstractPlainSocketImpl +java.net.AddressCache$AddressCacheEntry +java.net.AddressCache$AddressCacheKey +java.net.AddressCache +java.net.Authenticator$RequestorType +java.net.Authenticator +java.net.BindException +java.net.ConnectException +java.net.CookieHandler +java.net.CookieManager$CookiePathComparator +java.net.CookieManager +java.net.CookiePolicy$1 +java.net.CookiePolicy$2 +java.net.CookiePolicy$3 +java.net.CookiePolicy +java.net.CookieStore +java.net.DatagramPacket +java.net.DatagramSocket$1 +java.net.DatagramSocket +java.net.DatagramSocketImpl +java.net.DatagramSocketImplFactory +java.net.DefaultDatagramSocketImplFactory +java.net.DefaultInterface +java.net.HttpCookie$10 +java.net.HttpCookie$11 +java.net.HttpCookie$1 +java.net.HttpCookie$2 +java.net.HttpCookie$3 +java.net.HttpCookie$4 +java.net.HttpCookie$5 +java.net.HttpCookie$6 +java.net.HttpCookie$7 +java.net.HttpCookie$8 +java.net.HttpCookie$9 +java.net.HttpCookie$CookieAttributeAssignor +java.net.HttpCookie +java.net.HttpRetryException +java.net.HttpURLConnection +java.net.IDN +java.net.InMemoryCookieStore +java.net.Inet4Address +java.net.Inet6Address$Inet6AddressHolder +java.net.Inet6Address +java.net.Inet6AddressImpl +java.net.InetAddress$1 +java.net.InetAddress$InetAddressHolder +java.net.InetAddress +java.net.InetAddressImpl +java.net.InetSocketAddress$InetSocketAddressHolder +java.net.InetSocketAddress +java.net.InterfaceAddress +java.net.JarURLConnection +java.net.MalformedURLException +java.net.MulticastSocket +java.net.NetPermission +java.net.NetworkInterface$1checkedAddresses +java.net.NetworkInterface +java.net.NoRouteToHostException +java.net.Parts +java.net.PasswordAuthentication +java.net.PlainDatagramSocketImpl +java.net.PlainSocketImpl +java.net.PortUnreachableException +java.net.ProtocolException +java.net.ProtocolFamily +java.net.Proxy$Type +java.net.Proxy +java.net.ProxySelector +java.net.ResponseCache +java.net.ServerSocket +java.net.Socket$1 +java.net.Socket$2 +java.net.Socket$3 +java.net.Socket +java.net.SocketAddress +java.net.SocketException +java.net.SocketImpl +java.net.SocketImplFactory +java.net.SocketInputStream +java.net.SocketOption +java.net.SocketOptions +java.net.SocketOutputStream +java.net.SocketPermission +java.net.SocketTimeoutException +java.net.SocksConsts +java.net.SocksSocketImpl +java.net.StandardProtocolFamily +java.net.StandardSocketOptions$StdSocketOption +java.net.StandardSocketOptions +java.net.URI$Parser +java.net.URI +java.net.URISyntaxException +java.net.URL +java.net.URLConnection +java.net.URLDecoder +java.net.URLEncoder +java.net.URLStreamHandler +java.net.URLStreamHandlerFactory +java.net.UnknownHostException +java.net.UnknownServiceException +java.nio.Bits +java.nio.Buffer +java.nio.BufferOverflowException +java.nio.BufferUnderflowException +java.nio.ByteBuffer +java.nio.ByteBufferAsCharBuffer +java.nio.ByteBufferAsDoubleBuffer +java.nio.ByteBufferAsFloatBuffer +java.nio.ByteBufferAsIntBuffer +java.nio.ByteBufferAsLongBuffer +java.nio.ByteBufferAsShortBuffer +java.nio.ByteOrder +java.nio.CharBuffer +java.nio.DirectByteBuffer$MemoryRef +java.nio.DirectByteBuffer +java.nio.DoubleBuffer +java.nio.FloatBuffer +java.nio.HeapByteBuffer +java.nio.HeapCharBuffer +java.nio.HeapIntBuffer +java.nio.IntBuffer +java.nio.InvalidMarkException +java.nio.LongBuffer +java.nio.MappedByteBuffer +java.nio.NIOAccess +java.nio.NioUtils +java.nio.ReadOnlyBufferException +java.nio.ShortBuffer +java.nio.StringCharBuffer +java.nio.channels.AlreadyConnectedException +java.nio.channels.AsynchronousChannel +java.nio.channels.AsynchronousCloseException +java.nio.channels.AsynchronousFileChannel +java.nio.channels.ByteChannel +java.nio.channels.CancelledKeyException +java.nio.channels.Channel +java.nio.channels.Channels$1 +java.nio.channels.Channels$WritableByteChannelImpl +java.nio.channels.Channels +java.nio.channels.ClosedByInterruptException +java.nio.channels.ClosedChannelException +java.nio.channels.ClosedSelectorException +java.nio.channels.ConnectionPendingException +java.nio.channels.DatagramChannel +java.nio.channels.FileChannel$MapMode +java.nio.channels.FileChannel +java.nio.channels.FileLock +java.nio.channels.FileLockInterruptionException +java.nio.channels.GatheringByteChannel +java.nio.channels.IllegalBlockingModeException +java.nio.channels.IllegalSelectorException +java.nio.channels.InterruptibleChannel +java.nio.channels.MulticastChannel +java.nio.channels.NetworkChannel +java.nio.channels.NoConnectionPendingException +java.nio.channels.NonReadableChannelException +java.nio.channels.NonWritableChannelException +java.nio.channels.OverlappingFileLockException +java.nio.channels.ReadableByteChannel +java.nio.channels.ScatteringByteChannel +java.nio.channels.SeekableByteChannel +java.nio.channels.SelectableChannel +java.nio.channels.SelectionKey +java.nio.channels.Selector +java.nio.channels.ServerSocketChannel +java.nio.channels.SocketChannel +java.nio.channels.UnresolvedAddressException +java.nio.channels.UnsupportedAddressTypeException +java.nio.channels.WritableByteChannel +java.nio.channels.spi.AbstractInterruptibleChannel$1 +java.nio.channels.spi.AbstractInterruptibleChannel +java.nio.channels.spi.AbstractSelectableChannel +java.nio.channels.spi.AbstractSelectionKey +java.nio.channels.spi.AbstractSelector$1 +java.nio.channels.spi.AbstractSelector +java.nio.channels.spi.SelectorProvider$1 +java.nio.channels.spi.SelectorProvider +java.nio.charset.CharacterCodingException +java.nio.charset.Charset +java.nio.charset.CharsetDecoder +java.nio.charset.CharsetEncoder +java.nio.charset.CoderMalfunctionError +java.nio.charset.CoderResult$1 +java.nio.charset.CoderResult$2 +java.nio.charset.CoderResult$Cache +java.nio.charset.CoderResult +java.nio.charset.CodingErrorAction +java.nio.charset.IllegalCharsetNameException +java.nio.charset.StandardCharsets +java.nio.charset.UnsupportedCharsetException +java.nio.file.AccessDeniedException +java.nio.file.AccessMode +java.nio.file.CopyMoveHelper +java.nio.file.CopyOption +java.nio.file.DirectoryIteratorException +java.nio.file.DirectoryStream$Filter +java.nio.file.DirectoryStream +java.nio.file.FileAlreadyExistsException +java.nio.file.FileSystem +java.nio.file.FileSystemException +java.nio.file.FileSystems$DefaultFileSystemHolder$1 +java.nio.file.FileSystems$DefaultFileSystemHolder +java.nio.file.FileSystems +java.nio.file.Files$AcceptAllFilter +java.nio.file.Files +java.nio.file.InvalidPathException +java.nio.file.LinkOption +java.nio.file.NoSuchFileException +java.nio.file.NotDirectoryException +java.nio.file.OpenOption +java.nio.file.Path +java.nio.file.Paths +java.nio.file.ProviderMismatchException +java.nio.file.SecureDirectoryStream +java.nio.file.StandardCopyOption +java.nio.file.StandardOpenOption +java.nio.file.Watchable +java.nio.file.attribute.AttributeView +java.nio.file.attribute.BasicFileAttributeView +java.nio.file.attribute.BasicFileAttributes +java.nio.file.attribute.FileAttribute +java.nio.file.attribute.FileAttributeView +java.nio.file.attribute.FileOwnerAttributeView +java.nio.file.attribute.FileTime +java.nio.file.attribute.PosixFileAttributeView +java.nio.file.attribute.PosixFileAttributes +java.nio.file.spi.FileSystemProvider +java.security.AccessControlContext +java.security.AccessControlException +java.security.AccessController +java.security.AlgorithmConstraints +java.security.AlgorithmParameters +java.security.AlgorithmParametersSpi +java.security.AllPermission +java.security.BasicPermission +java.security.CodeSigner +java.security.CodeSource +java.security.CryptoPrimitive +java.security.DigestException +java.security.DigestInputStream +java.security.GeneralSecurityException +java.security.Guard +java.security.InvalidAlgorithmParameterException +java.security.InvalidKeyException +java.security.InvalidParameterException +java.security.Key +java.security.KeyException +java.security.KeyFactory +java.security.KeyFactorySpi +java.security.KeyManagementException +java.security.KeyPair +java.security.KeyPairGenerator$Delegate +java.security.KeyPairGenerator +java.security.KeyPairGeneratorSpi +java.security.KeyStore$1 +java.security.KeyStore$Entry +java.security.KeyStore$LoadStoreParameter +java.security.KeyStore$PasswordProtection +java.security.KeyStore$PrivateKeyEntry +java.security.KeyStore$ProtectionParameter +java.security.KeyStore$SecretKeyEntry +java.security.KeyStore$TrustedCertificateEntry +java.security.KeyStore +java.security.KeyStoreException +java.security.KeyStoreSpi +java.security.MessageDigest$Delegate +java.security.MessageDigest +java.security.MessageDigestSpi +java.security.NoSuchAlgorithmException +java.security.NoSuchProviderException +java.security.Permission +java.security.PermissionCollection +java.security.Permissions +java.security.Principal +java.security.PrivateKey +java.security.PrivilegedAction +java.security.PrivilegedActionException +java.security.PrivilegedExceptionAction +java.security.ProtectionDomain +java.security.Provider$EngineDescription +java.security.Provider$Service +java.security.Provider$ServiceKey +java.security.Provider$UString +java.security.Provider +java.security.ProviderException +java.security.PublicKey +java.security.SecureRandom +java.security.SecureRandomSpi +java.security.Security$1 +java.security.Security +java.security.SecurityPermission +java.security.Signature$CipherAdapter +java.security.Signature$Delegate +java.security.Signature +java.security.SignatureException +java.security.SignatureSpi +java.security.Timestamp +java.security.UnrecoverableEntryException +java.security.UnrecoverableKeyException +java.security.cert.CRL +java.security.cert.CRLException +java.security.cert.CRLReason +java.security.cert.CertPath +java.security.cert.CertPathBuilderException +java.security.cert.CertPathChecker +java.security.cert.CertPathHelperImpl +java.security.cert.CertPathParameters +java.security.cert.CertPathValidator +java.security.cert.CertPathValidatorException$BasicReason +java.security.cert.CertPathValidatorException$Reason +java.security.cert.CertPathValidatorException +java.security.cert.CertPathValidatorResult +java.security.cert.CertPathValidatorSpi +java.security.cert.CertSelector +java.security.cert.CertStore +java.security.cert.CertStoreException +java.security.cert.CertStoreParameters +java.security.cert.CertStoreSpi +java.security.cert.Certificate +java.security.cert.CertificateEncodingException +java.security.cert.CertificateException +java.security.cert.CertificateExpiredException +java.security.cert.CertificateFactory +java.security.cert.CertificateFactorySpi +java.security.cert.CertificateNotYetValidException +java.security.cert.CertificateParsingException +java.security.cert.CertificateRevokedException +java.security.cert.CollectionCertStoreParameters +java.security.cert.Extension +java.security.cert.PKIXCertPathChecker +java.security.cert.PKIXCertPathValidatorResult +java.security.cert.PKIXParameters +java.security.cert.PKIXReason +java.security.cert.PKIXRevocationChecker$Option +java.security.cert.PKIXRevocationChecker +java.security.cert.PolicyNode +java.security.cert.PolicyQualifierInfo +java.security.cert.TrustAnchor +java.security.cert.X509CRL +java.security.cert.X509CRLEntry +java.security.cert.X509CertSelector +java.security.cert.X509Certificate +java.security.cert.X509Extension +java.security.interfaces.DSAKey +java.security.interfaces.DSAParams +java.security.interfaces.DSAPublicKey +java.security.interfaces.ECKey +java.security.interfaces.ECPrivateKey +java.security.interfaces.ECPublicKey +java.security.interfaces.RSAKey +java.security.interfaces.RSAPrivateCrtKey +java.security.interfaces.RSAPrivateKey +java.security.interfaces.RSAPublicKey +java.security.spec.AlgorithmParameterSpec +java.security.spec.DSAParameterSpec +java.security.spec.DSAPublicKeySpec +java.security.spec.ECField +java.security.spec.ECFieldF2m +java.security.spec.ECFieldFp +java.security.spec.ECGenParameterSpec +java.security.spec.ECParameterSpec +java.security.spec.ECPoint +java.security.spec.ECPrivateKeySpec +java.security.spec.ECPublicKeySpec +java.security.spec.EllipticCurve +java.security.spec.EncodedKeySpec +java.security.spec.InvalidKeySpecException +java.security.spec.InvalidParameterSpecException +java.security.spec.KeySpec +java.security.spec.MGF1ParameterSpec +java.security.spec.NamedParameterSpec +java.security.spec.PKCS8EncodedKeySpec +java.security.spec.PSSParameterSpec +java.security.spec.RSAKeyGenParameterSpec +java.security.spec.RSAPrivateCrtKeySpec +java.security.spec.RSAPrivateKeySpec +java.security.spec.RSAPublicKeySpec +java.security.spec.X509EncodedKeySpec +java.sql.Date +java.sql.SQLException +java.sql.Time +java.sql.Timestamp +java.text.AttributedCharacterIterator$Attribute +java.text.AttributedCharacterIterator +java.text.AttributedString +java.text.Bidi +java.text.BreakIterator +java.text.CalendarBuilder +java.text.CharacterIterator +java.text.CharacterIteratorFieldDelegate +java.text.ChoiceFormat +java.text.CollationElementIterator +java.text.CollationKey +java.text.Collator +java.text.DateFormat$Field +java.text.DateFormat +java.text.DateFormatSymbols +java.text.DecimalFormat$1 +java.text.DecimalFormat +java.text.DecimalFormatSymbols +java.text.DontCareFieldPosition$1 +java.text.DontCareFieldPosition +java.text.FieldPosition$Delegate +java.text.FieldPosition +java.text.Format$Field +java.text.Format$FieldDelegate +java.text.Format +java.text.IcuIteratorWrapper +java.text.MessageFormat$Field +java.text.MessageFormat +java.text.Normalizer$Form$$ExternalSyntheticLambda0 +java.text.Normalizer$Form$$ExternalSyntheticLambda1 +java.text.Normalizer$Form$$ExternalSyntheticLambda2 +java.text.Normalizer$Form$$ExternalSyntheticLambda3 +java.text.Normalizer$Form +java.text.Normalizer +java.text.NumberFormat$Field +java.text.NumberFormat +java.text.ParseException +java.text.ParsePosition +java.text.RuleBasedCollator +java.text.SimpleDateFormat +java.text.StringCharacterIterator +java.time.Clock$SystemClock +java.time.Clock +java.time.DateTimeException +java.time.DayOfWeek +java.time.Duration +java.time.Instant$1 +java.time.Instant +java.time.LocalDate$1 +java.time.LocalDate +java.time.LocalDateTime +java.time.LocalTime$1 +java.time.LocalTime +java.time.Month$1 +java.time.Month +java.time.OffsetDateTime +java.time.Period +java.time.Year +java.time.ZoneId +java.time.ZoneOffset +java.time.ZoneRegion +java.time.ZonedDateTime$$ExternalSyntheticLambda0 +java.time.ZonedDateTime$1 +java.time.ZonedDateTime +java.time.chrono.AbstractChronology +java.time.chrono.ChronoLocalDate +java.time.chrono.ChronoLocalDateTime +java.time.chrono.ChronoPeriod +java.time.chrono.ChronoZonedDateTime +java.time.chrono.Chronology +java.time.chrono.IsoChronology +java.time.format.DateTimeFormatter$$ExternalSyntheticLambda0 +java.time.format.DateTimeFormatter$$ExternalSyntheticLambda1 +java.time.format.DateTimeFormatter +java.time.format.DateTimeFormatterBuilder$$ExternalSyntheticLambda0 +java.time.format.DateTimeFormatterBuilder$1 +java.time.format.DateTimeFormatterBuilder$2 +java.time.format.DateTimeFormatterBuilder$3 +java.time.format.DateTimeFormatterBuilder$CharLiteralPrinterParser +java.time.format.DateTimeFormatterBuilder$CompositePrinterParser +java.time.format.DateTimeFormatterBuilder$DateTimePrinterParser +java.time.format.DateTimeFormatterBuilder$FractionPrinterParser +java.time.format.DateTimeFormatterBuilder$InstantPrinterParser +java.time.format.DateTimeFormatterBuilder$NumberPrinterParser +java.time.format.DateTimeFormatterBuilder$OffsetIdPrinterParser +java.time.format.DateTimeFormatterBuilder$PadPrinterParserDecorator +java.time.format.DateTimeFormatterBuilder$PrefixTree +java.time.format.DateTimeFormatterBuilder$SettingsParser +java.time.format.DateTimeFormatterBuilder$StringLiteralPrinterParser +java.time.format.DateTimeFormatterBuilder$TextPrinterParser +java.time.format.DateTimeFormatterBuilder$ZoneIdPrinterParser +java.time.format.DateTimeFormatterBuilder$ZoneTextPrinterParser +java.time.format.DateTimeFormatterBuilder +java.time.format.DateTimeParseContext +java.time.format.DateTimeParseException +java.time.format.DateTimePrintContext$1 +java.time.format.DateTimePrintContext +java.time.format.DateTimeTextProvider$1 +java.time.format.DateTimeTextProvider$LocaleStore +java.time.format.DateTimeTextProvider +java.time.format.DecimalStyle +java.time.format.Parsed +java.time.format.ResolverStyle +java.time.format.SignStyle +java.time.format.TextStyle +java.time.temporal.ChronoField +java.time.temporal.ChronoUnit +java.time.temporal.IsoFields$Field$1 +java.time.temporal.IsoFields$Field$2 +java.time.temporal.IsoFields$Field$3 +java.time.temporal.IsoFields$Field$4 +java.time.temporal.IsoFields$Field +java.time.temporal.IsoFields$Unit +java.time.temporal.IsoFields +java.time.temporal.JulianFields$Field +java.time.temporal.JulianFields +java.time.temporal.Temporal +java.time.temporal.TemporalAccessor +java.time.temporal.TemporalAdjuster +java.time.temporal.TemporalAdjusters$$ExternalSyntheticLambda11 +java.time.temporal.TemporalAdjusters$$ExternalSyntheticLambda1 +java.time.temporal.TemporalAdjusters$$ExternalSyntheticLambda3 +java.time.temporal.TemporalAdjusters +java.time.temporal.TemporalAmount +java.time.temporal.TemporalField +java.time.temporal.TemporalQueries$1 +java.time.temporal.TemporalQueries$2 +java.time.temporal.TemporalQueries$3 +java.time.temporal.TemporalQueries$4 +java.time.temporal.TemporalQueries$5 +java.time.temporal.TemporalQueries$6 +java.time.temporal.TemporalQueries$7 +java.time.temporal.TemporalQueries +java.time.temporal.TemporalQuery +java.time.temporal.TemporalUnit +java.time.temporal.UnsupportedTemporalTypeException +java.time.temporal.ValueRange +java.time.zone.IcuZoneRulesProvider$ZoneRulesCache +java.time.zone.IcuZoneRulesProvider +java.time.zone.ZoneOffsetTransition +java.time.zone.ZoneOffsetTransitionRule$1 +java.time.zone.ZoneOffsetTransitionRule$TimeDefinition +java.time.zone.ZoneOffsetTransitionRule +java.time.zone.ZoneRules +java.time.zone.ZoneRulesException +java.time.zone.ZoneRulesProvider +java.util.AbstractCollection +java.util.AbstractList$Itr-IA +java.util.AbstractList$Itr +java.util.AbstractList$ListItr +java.util.AbstractList$RandomAccessSpliterator +java.util.AbstractList$RandomAccessSubList +java.util.AbstractList$SubList$1 +java.util.AbstractList$SubList +java.util.AbstractList +java.util.AbstractMap$1 +java.util.AbstractMap$2$1 +java.util.AbstractMap$2 +java.util.AbstractMap$SimpleEntry +java.util.AbstractMap$SimpleImmutableEntry +java.util.AbstractMap +java.util.AbstractQueue +java.util.AbstractSequentialList +java.util.AbstractSet +java.util.ArrayDeque$DeqIterator +java.util.ArrayDeque$DescendingIterator +java.util.ArrayDeque +java.util.ArrayList$ArrayListSpliterator +java.util.ArrayList$Itr-IA +java.util.ArrayList$Itr +java.util.ArrayList$ListItr +java.util.ArrayList$SubList$1 +java.util.ArrayList$SubList +java.util.ArrayList +java.util.ArrayPrefixHelpers$CumulateTask +java.util.ArrayPrefixHelpers$DoubleCumulateTask +java.util.ArrayPrefixHelpers$IntCumulateTask +java.util.ArrayPrefixHelpers$LongCumulateTask +java.util.Arrays$$ExternalSyntheticLambda0 +java.util.Arrays$$ExternalSyntheticLambda1 +java.util.Arrays$$ExternalSyntheticLambda2 +java.util.Arrays$$ExternalSyntheticLambda3 +java.util.Arrays$ArrayItr +java.util.Arrays$ArrayList +java.util.Arrays$NaturalOrder +java.util.Arrays +java.util.ArraysParallelSortHelpers$FJByte$Sorter +java.util.ArraysParallelSortHelpers$FJChar$Sorter +java.util.ArraysParallelSortHelpers$FJDouble$Sorter +java.util.ArraysParallelSortHelpers$FJFloat$Sorter +java.util.ArraysParallelSortHelpers$FJInt$Sorter +java.util.ArraysParallelSortHelpers$FJLong$Sorter +java.util.ArraysParallelSortHelpers$FJObject$Sorter +java.util.ArraysParallelSortHelpers$FJShort$Sorter +java.util.Base64$Decoder +java.util.Base64$Encoder +java.util.Base64 +java.util.BitSet +java.util.Calendar$Builder +java.util.Calendar +java.util.Collection +java.util.Collections$1 +java.util.Collections$2 +java.util.Collections$3 +java.util.Collections$AsLIFOQueue +java.util.Collections$CheckedCollection +java.util.Collections$CheckedList +java.util.Collections$CheckedMap +java.util.Collections$CheckedNavigableMap +java.util.Collections$CheckedNavigableSet +java.util.Collections$CheckedQueue +java.util.Collections$CheckedRandomAccessList +java.util.Collections$CheckedSet +java.util.Collections$CheckedSortedMap +java.util.Collections$CheckedSortedSet +java.util.Collections$CopiesList +java.util.Collections$EmptyEnumeration +java.util.Collections$EmptyIterator +java.util.Collections$EmptyList-IA +java.util.Collections$EmptyList +java.util.Collections$EmptyListIterator +java.util.Collections$EmptyMap-IA +java.util.Collections$EmptyMap +java.util.Collections$EmptySet-IA +java.util.Collections$EmptySet +java.util.Collections$ReverseComparator2 +java.util.Collections$ReverseComparator +java.util.Collections$SetFromMap +java.util.Collections$SingletonList +java.util.Collections$SingletonMap +java.util.Collections$SingletonSet +java.util.Collections$SynchronizedCollection +java.util.Collections$SynchronizedList +java.util.Collections$SynchronizedMap +java.util.Collections$SynchronizedNavigableMap +java.util.Collections$SynchronizedNavigableSet +java.util.Collections$SynchronizedRandomAccessList +java.util.Collections$SynchronizedSet +java.util.Collections$SynchronizedSortedMap +java.util.Collections$SynchronizedSortedSet +java.util.Collections$UnmodifiableCollection$1 +java.util.Collections$UnmodifiableCollection +java.util.Collections$UnmodifiableList$1 +java.util.Collections$UnmodifiableList +java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1 +java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry +java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet +java.util.Collections$UnmodifiableMap +java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap +java.util.Collections$UnmodifiableNavigableMap +java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet +java.util.Collections$UnmodifiableNavigableSet +java.util.Collections$UnmodifiableRandomAccessList +java.util.Collections$UnmodifiableSet +java.util.Collections$UnmodifiableSortedMap +java.util.Collections$UnmodifiableSortedSet +java.util.Collections +java.util.ComparableTimSort +java.util.Comparator$$ExternalSyntheticLambda0 +java.util.Comparator$$ExternalSyntheticLambda1 +java.util.Comparator$$ExternalSyntheticLambda2 +java.util.Comparator$$ExternalSyntheticLambda3 +java.util.Comparator$$ExternalSyntheticLambda4 +java.util.Comparator$$ExternalSyntheticLambda5 +java.util.Comparator +java.util.Comparators$NaturalOrderComparator +java.util.Comparators$NullComparator +java.util.ConcurrentModificationException +java.util.Currency +java.util.Date +java.util.Deque +java.util.Dictionary +java.util.DualPivotQuicksort +java.util.DuplicateFormatFlagsException +java.util.EmptyStackException +java.util.EnumMap$1 +java.util.EnumMap$EntryIterator$Entry +java.util.EnumMap$EntryIterator +java.util.EnumMap$EntrySet +java.util.EnumMap$EnumMapIterator +java.util.EnumMap$KeyIterator +java.util.EnumMap$KeySet +java.util.EnumMap$ValueIterator +java.util.EnumMap$Values +java.util.EnumMap +java.util.EnumSet$SerializationProxy +java.util.EnumSet +java.util.Enumeration +java.util.EventListener +java.util.EventObject +java.util.FormatFlagsConversionMismatchException +java.util.Formattable +java.util.Formatter$Conversion +java.util.Formatter$DateTime +java.util.Formatter$FixedString +java.util.Formatter$Flags +java.util.Formatter$FormatSpecifier +java.util.Formatter$FormatSpecifierParser +java.util.Formatter$FormatString +java.util.Formatter +java.util.FormatterClosedException +java.util.GregorianCalendar +java.util.HashMap$EntryIterator +java.util.HashMap$EntrySet +java.util.HashMap$EntrySpliterator +java.util.HashMap$HashIterator +java.util.HashMap$HashMapSpliterator +java.util.HashMap$KeyIterator +java.util.HashMap$KeySet +java.util.HashMap$KeySpliterator +java.util.HashMap$Node +java.util.HashMap$TreeNode +java.util.HashMap$ValueIterator +java.util.HashMap$ValueSpliterator +java.util.HashMap$Values +java.util.HashMap +java.util.HashSet +java.util.Hashtable$EntrySet +java.util.Hashtable$Enumerator +java.util.Hashtable$HashtableEntry +java.util.Hashtable$KeySet +java.util.Hashtable$ValueCollection +java.util.Hashtable +java.util.IdentityHashMap$EntryIterator$Entry +java.util.IdentityHashMap$EntryIterator +java.util.IdentityHashMap$EntrySet +java.util.IdentityHashMap$IdentityHashMapIterator +java.util.IdentityHashMap$KeyIterator +java.util.IdentityHashMap$KeySet +java.util.IdentityHashMap$ValueIterator +java.util.IdentityHashMap$Values +java.util.IdentityHashMap +java.util.IllegalFormatCodePointException +java.util.IllegalFormatConversionException +java.util.IllegalFormatException +java.util.IllegalFormatFlagsException +java.util.IllegalFormatPrecisionException +java.util.IllegalFormatWidthException +java.util.IllformedLocaleException +java.util.ImmutableCollections$AbstractImmutableCollection +java.util.ImmutableCollections$AbstractImmutableList +java.util.ImmutableCollections$AbstractImmutableMap +java.util.ImmutableCollections$AbstractImmutableSet +java.util.ImmutableCollections$List12 +java.util.ImmutableCollections$ListN +java.util.ImmutableCollections$Map0 +java.util.ImmutableCollections$Map1 +java.util.ImmutableCollections$MapN +java.util.ImmutableCollections$Set0 +java.util.ImmutableCollections$Set1 +java.util.ImmutableCollections$Set2 +java.util.ImmutableCollections$SetN +java.util.ImmutableCollections +java.util.InputMismatchException +java.util.Iterator +java.util.JumboEnumSet$EnumSetIterator +java.util.JumboEnumSet +java.util.KeyValueHolder +java.util.LinkedHashMap$LinkedEntryIterator +java.util.LinkedHashMap$LinkedEntrySet +java.util.LinkedHashMap$LinkedHashIterator +java.util.LinkedHashMap$LinkedHashMapEntry +java.util.LinkedHashMap$LinkedKeyIterator +java.util.LinkedHashMap$LinkedKeySet +java.util.LinkedHashMap$LinkedValueIterator +java.util.LinkedHashMap$LinkedValues +java.util.LinkedHashMap +java.util.LinkedHashSet +java.util.LinkedList$ListItr +java.util.LinkedList$Node +java.util.LinkedList +java.util.List +java.util.ListIterator +java.util.ListResourceBundle +java.util.Locale$1 +java.util.Locale$Builder +java.util.Locale$Cache +java.util.Locale$Category +java.util.Locale$FilteringMode +java.util.Locale$LanguageRange +java.util.Locale$LocaleKey +java.util.Locale$NoImagePreloadHolder +java.util.Locale +java.util.Map$Entry +java.util.Map +java.util.MissingFormatArgumentException +java.util.MissingFormatWidthException +java.util.MissingResourceException +java.util.NavigableMap +java.util.NavigableSet +java.util.NoSuchElementException +java.util.Objects +java.util.Observable +java.util.Observer +java.util.Optional +java.util.OptionalDouble +java.util.OptionalInt +java.util.PrimitiveIterator$OfInt$$ExternalSyntheticLambda0 +java.util.PrimitiveIterator$OfInt +java.util.PrimitiveIterator +java.util.PriorityQueue$Itr +java.util.PriorityQueue +java.util.Properties$LineReader +java.util.Properties +java.util.PropertyPermission +java.util.PropertyResourceBundle +java.util.Queue +java.util.Random +java.util.RandomAccess +java.util.RegularEnumSet$EnumSetIterator +java.util.RegularEnumSet +java.util.ResourceBundle$1 +java.util.ResourceBundle$BundleReference +java.util.ResourceBundle$CacheKey +java.util.ResourceBundle$CacheKeyReference +java.util.ResourceBundle$Control$1 +java.util.ResourceBundle$Control$CandidateListCache +java.util.ResourceBundle$Control +java.util.ResourceBundle$LoaderReference +java.util.ResourceBundle$SingleFormatControl +java.util.ResourceBundle +java.util.Scanner$1 +java.util.Scanner +java.util.ServiceConfigurationError +java.util.ServiceLoader$1 +java.util.ServiceLoader$LazyIterator +java.util.ServiceLoader +java.util.Set +java.util.SimpleTimeZone$Cache +java.util.SimpleTimeZone +java.util.SortedMap +java.util.SortedSet +java.util.Spliterator$OfDouble +java.util.Spliterator$OfInt +java.util.Spliterator$OfLong +java.util.Spliterator$OfPrimitive +java.util.Spliterator +java.util.Spliterators$ArraySpliterator +java.util.Spliterators$EmptySpliterator$OfDouble +java.util.Spliterators$EmptySpliterator$OfInt +java.util.Spliterators$EmptySpliterator$OfLong +java.util.Spliterators$EmptySpliterator$OfRef +java.util.Spliterators$EmptySpliterator +java.util.Spliterators$IntArraySpliterator +java.util.Spliterators$IteratorSpliterator +java.util.Spliterators +java.util.Stack +java.util.StringJoiner +java.util.StringTokenizer +java.util.TaskQueue +java.util.TimSort +java.util.TimeZone +java.util.Timer$1 +java.util.Timer +java.util.TimerTask +java.util.TimerThread +java.util.TooManyListenersException +java.util.TreeMap$AscendingSubMap$AscendingEntrySetView +java.util.TreeMap$AscendingSubMap +java.util.TreeMap$DescendingSubMap +java.util.TreeMap$EntryIterator +java.util.TreeMap$EntrySet +java.util.TreeMap$KeyIterator +java.util.TreeMap$KeySet +java.util.TreeMap$NavigableSubMap$DescendingSubMapKeyIterator +java.util.TreeMap$NavigableSubMap$EntrySetView +java.util.TreeMap$NavigableSubMap$SubMapEntryIterator +java.util.TreeMap$NavigableSubMap$SubMapIterator +java.util.TreeMap$NavigableSubMap$SubMapKeyIterator +java.util.TreeMap$NavigableSubMap +java.util.TreeMap$PrivateEntryIterator +java.util.TreeMap$TreeMapEntry +java.util.TreeMap$ValueIterator +java.util.TreeMap$Values +java.util.TreeMap +java.util.TreeSet +java.util.Tripwire +java.util.UUID$Holder +java.util.UUID +java.util.UnknownFormatConversionException +java.util.UnknownFormatFlagsException +java.util.Vector$1 +java.util.Vector$Itr +java.util.Vector +java.util.WeakHashMap$Entry +java.util.WeakHashMap$EntryIterator +java.util.WeakHashMap$EntrySet-IA +java.util.WeakHashMap$EntrySet +java.util.WeakHashMap$HashIterator +java.util.WeakHashMap$KeyIterator +java.util.WeakHashMap$KeySet-IA +java.util.WeakHashMap$KeySet +java.util.WeakHashMap$ValueIterator +java.util.WeakHashMap$Values-IA +java.util.WeakHashMap$Values +java.util.WeakHashMap +java.util.concurrent.AbstractExecutorService +java.util.concurrent.ArrayBlockingQueue$Itrs +java.util.concurrent.ArrayBlockingQueue +java.util.concurrent.BlockingDeque +java.util.concurrent.BlockingQueue +java.util.concurrent.Callable +java.util.concurrent.CancellationException +java.util.concurrent.CompletableFuture$AltResult +java.util.concurrent.CompletableFuture$AsynchronousCompletionTask +java.util.concurrent.CompletableFuture$Completion +java.util.concurrent.CompletableFuture$Signaller +java.util.concurrent.CompletableFuture$UniCompletion +java.util.concurrent.CompletableFuture$UniWhenComplete +java.util.concurrent.CompletableFuture +java.util.concurrent.CompletionException +java.util.concurrent.CompletionStage +java.util.concurrent.ConcurrentHashMap$BaseIterator +java.util.concurrent.ConcurrentHashMap$BulkTask +java.util.concurrent.ConcurrentHashMap$CollectionView +java.util.concurrent.ConcurrentHashMap$CounterCell +java.util.concurrent.ConcurrentHashMap$EntryIterator +java.util.concurrent.ConcurrentHashMap$EntrySetView +java.util.concurrent.ConcurrentHashMap$ForEachEntryTask +java.util.concurrent.ConcurrentHashMap$ForEachKeyTask +java.util.concurrent.ConcurrentHashMap$ForEachMappingTask +java.util.concurrent.ConcurrentHashMap$ForEachTransformedEntryTask +java.util.concurrent.ConcurrentHashMap$ForEachTransformedKeyTask +java.util.concurrent.ConcurrentHashMap$ForEachTransformedMappingTask +java.util.concurrent.ConcurrentHashMap$ForEachTransformedValueTask +java.util.concurrent.ConcurrentHashMap$ForEachValueTask +java.util.concurrent.ConcurrentHashMap$ForwardingNode +java.util.concurrent.ConcurrentHashMap$KeyIterator +java.util.concurrent.ConcurrentHashMap$KeySetView +java.util.concurrent.ConcurrentHashMap$KeySpliterator +java.util.concurrent.ConcurrentHashMap$MapEntry +java.util.concurrent.ConcurrentHashMap$MapReduceEntriesTask +java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToDoubleTask +java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToIntTask +java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToLongTask +java.util.concurrent.ConcurrentHashMap$MapReduceKeysTask +java.util.concurrent.ConcurrentHashMap$MapReduceKeysToDoubleTask +java.util.concurrent.ConcurrentHashMap$MapReduceKeysToIntTask +java.util.concurrent.ConcurrentHashMap$MapReduceKeysToLongTask +java.util.concurrent.ConcurrentHashMap$MapReduceMappingsTask +java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToDoubleTask +java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToIntTask +java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToLongTask +java.util.concurrent.ConcurrentHashMap$MapReduceValuesTask +java.util.concurrent.ConcurrentHashMap$MapReduceValuesToDoubleTask +java.util.concurrent.ConcurrentHashMap$MapReduceValuesToIntTask +java.util.concurrent.ConcurrentHashMap$MapReduceValuesToLongTask +java.util.concurrent.ConcurrentHashMap$Node +java.util.concurrent.ConcurrentHashMap$ReduceEntriesTask +java.util.concurrent.ConcurrentHashMap$ReduceKeysTask +java.util.concurrent.ConcurrentHashMap$ReduceValuesTask +java.util.concurrent.ConcurrentHashMap$ReservationNode +java.util.concurrent.ConcurrentHashMap$SearchEntriesTask +java.util.concurrent.ConcurrentHashMap$SearchKeysTask +java.util.concurrent.ConcurrentHashMap$SearchMappingsTask +java.util.concurrent.ConcurrentHashMap$SearchValuesTask +java.util.concurrent.ConcurrentHashMap$Segment +java.util.concurrent.ConcurrentHashMap$TableStack +java.util.concurrent.ConcurrentHashMap$Traverser +java.util.concurrent.ConcurrentHashMap$TreeBin +java.util.concurrent.ConcurrentHashMap$TreeNode +java.util.concurrent.ConcurrentHashMap$ValueIterator +java.util.concurrent.ConcurrentHashMap$ValuesView +java.util.concurrent.ConcurrentHashMap +java.util.concurrent.ConcurrentLinkedDeque$Node +java.util.concurrent.ConcurrentLinkedDeque +java.util.concurrent.ConcurrentLinkedQueue$Itr +java.util.concurrent.ConcurrentLinkedQueue$Node +java.util.concurrent.ConcurrentLinkedQueue +java.util.concurrent.ConcurrentMap$$ExternalSyntheticLambda0 +java.util.concurrent.ConcurrentMap +java.util.concurrent.ConcurrentNavigableMap +java.util.concurrent.ConcurrentSkipListMap$Index +java.util.concurrent.ConcurrentSkipListMap$Iter +java.util.concurrent.ConcurrentSkipListMap$KeySet +java.util.concurrent.ConcurrentSkipListMap$Node +java.util.concurrent.ConcurrentSkipListMap$ValueIterator +java.util.concurrent.ConcurrentSkipListMap$Values +java.util.concurrent.ConcurrentSkipListMap +java.util.concurrent.ConcurrentSkipListSet +java.util.concurrent.CopyOnWriteArrayList$$ExternalSyntheticLambda2 +java.util.concurrent.CopyOnWriteArrayList$COWIterator +java.util.concurrent.CopyOnWriteArrayList +java.util.concurrent.CopyOnWriteArraySet +java.util.concurrent.CountDownLatch$Sync +java.util.concurrent.CountDownLatch +java.util.concurrent.CountedCompleter +java.util.concurrent.DelayQueue +java.util.concurrent.Delayed +java.util.concurrent.ExecutionException +java.util.concurrent.Executor +java.util.concurrent.ExecutorService +java.util.concurrent.Executors$DefaultThreadFactory +java.util.concurrent.Executors$DelegatedExecutorService +java.util.concurrent.Executors$DelegatedScheduledExecutorService +java.util.concurrent.Executors$FinalizableDelegatedExecutorService +java.util.concurrent.Executors$RunnableAdapter +java.util.concurrent.Executors +java.util.concurrent.ForkJoinPool$1 +java.util.concurrent.ForkJoinPool$DefaultForkJoinWorkerThreadFactory +java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory +java.util.concurrent.ForkJoinPool$ManagedBlocker +java.util.concurrent.ForkJoinPool$WorkQueue +java.util.concurrent.ForkJoinPool +java.util.concurrent.ForkJoinTask$ExceptionNode +java.util.concurrent.ForkJoinTask +java.util.concurrent.ForkJoinWorkerThread +java.util.concurrent.Future +java.util.concurrent.FutureTask$WaitNode +java.util.concurrent.FutureTask +java.util.concurrent.LinkedBlockingDeque$AbstractItr +java.util.concurrent.LinkedBlockingDeque$Itr +java.util.concurrent.LinkedBlockingDeque$Node +java.util.concurrent.LinkedBlockingDeque +java.util.concurrent.LinkedBlockingQueue$Itr +java.util.concurrent.LinkedBlockingQueue$Node +java.util.concurrent.LinkedBlockingQueue +java.util.concurrent.PriorityBlockingQueue +java.util.concurrent.RejectedExecutionException +java.util.concurrent.RejectedExecutionHandler +java.util.concurrent.RunnableFuture +java.util.concurrent.RunnableScheduledFuture +java.util.concurrent.ScheduledExecutorService +java.util.concurrent.ScheduledFuture +java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue$Itr +java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue +java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask +java.util.concurrent.ScheduledThreadPoolExecutor +java.util.concurrent.Semaphore$FairSync +java.util.concurrent.Semaphore$NonfairSync +java.util.concurrent.Semaphore$Sync +java.util.concurrent.Semaphore +java.util.concurrent.SynchronousQueue$TransferQueue +java.util.concurrent.SynchronousQueue$TransferStack$SNode +java.util.concurrent.SynchronousQueue$TransferStack +java.util.concurrent.SynchronousQueue$Transferer +java.util.concurrent.SynchronousQueue +java.util.concurrent.ThreadFactory +java.util.concurrent.ThreadPoolExecutor$AbortPolicy +java.util.concurrent.ThreadPoolExecutor$DiscardPolicy +java.util.concurrent.ThreadPoolExecutor$Worker +java.util.concurrent.ThreadPoolExecutor +java.util.concurrent.TimeUnit$1 +java.util.concurrent.TimeUnit +java.util.concurrent.TimeoutException +java.util.concurrent.atomic.AtomicBoolean +java.util.concurrent.atomic.AtomicInteger +java.util.concurrent.atomic.AtomicIntegerArray +java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl +java.util.concurrent.atomic.AtomicIntegerFieldUpdater +java.util.concurrent.atomic.AtomicLong +java.util.concurrent.atomic.AtomicLongArray +java.util.concurrent.atomic.AtomicLongFieldUpdater$CASUpdater +java.util.concurrent.atomic.AtomicLongFieldUpdater$LockedUpdater +java.util.concurrent.atomic.AtomicLongFieldUpdater +java.util.concurrent.atomic.AtomicReference +java.util.concurrent.atomic.AtomicReferenceArray +java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl +java.util.concurrent.atomic.AtomicReferenceFieldUpdater +java.util.concurrent.atomic.LongAdder +java.util.concurrent.atomic.Striped64$1 +java.util.concurrent.atomic.Striped64$Cell +java.util.concurrent.atomic.Striped64 +java.util.concurrent.locks.AbstractOwnableSynchronizer +java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject +java.util.concurrent.locks.AbstractQueuedSynchronizer$Node +java.util.concurrent.locks.AbstractQueuedSynchronizer +java.util.concurrent.locks.Condition +java.util.concurrent.locks.Lock +java.util.concurrent.locks.LockSupport +java.util.concurrent.locks.ReadWriteLock +java.util.concurrent.locks.ReentrantLock$FairSync +java.util.concurrent.locks.ReentrantLock$NonfairSync +java.util.concurrent.locks.ReentrantLock$Sync +java.util.concurrent.locks.ReentrantLock +java.util.concurrent.locks.ReentrantReadWriteLock$FairSync +java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync +java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock +java.util.concurrent.locks.ReentrantReadWriteLock$Sync$HoldCounter +java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter +java.util.concurrent.locks.ReentrantReadWriteLock$Sync +java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock +java.util.concurrent.locks.ReentrantReadWriteLock +java.util.function.BiConsumer +java.util.function.BiFunction$$ExternalSyntheticLambda0 +java.util.function.BiFunction +java.util.function.BiPredicate +java.util.function.BinaryOperator$$ExternalSyntheticLambda0 +java.util.function.BinaryOperator +java.util.function.BooleanSupplier +java.util.function.Consumer$$ExternalSyntheticLambda0 +java.util.function.Consumer +java.util.function.DoubleBinaryOperator +java.util.function.DoubleConsumer +java.util.function.DoubleSupplier +java.util.function.DoubleUnaryOperator$$ExternalSyntheticLambda0 +java.util.function.DoubleUnaryOperator$$ExternalSyntheticLambda1 +java.util.function.DoubleUnaryOperator$$ExternalSyntheticLambda2 +java.util.function.DoubleUnaryOperator +java.util.function.Function$$ExternalSyntheticLambda1 +java.util.function.Function$$ExternalSyntheticLambda2 +java.util.function.Function +java.util.function.IntBinaryOperator +java.util.function.IntConsumer +java.util.function.IntFunction +java.util.function.IntPredicate +java.util.function.IntSupplier +java.util.function.IntToDoubleFunction +java.util.function.IntToLongFunction +java.util.function.IntUnaryOperator +java.util.function.LongBinaryOperator +java.util.function.LongConsumer +java.util.function.LongSupplier +java.util.function.LongUnaryOperator +java.util.function.Predicate +java.util.function.Supplier +java.util.function.ToDoubleBiFunction +java.util.function.ToDoubleFunction +java.util.function.ToIntBiFunction +java.util.function.ToIntFunction +java.util.function.ToLongBiFunction +java.util.function.ToLongFunction +java.util.function.UnaryOperator +java.util.jar.Attributes$Name +java.util.jar.Attributes +java.util.jar.JarEntry +java.util.jar.JarException +java.util.jar.JarFile$JarEntryIterator +java.util.jar.JarFile$JarFileEntry +java.util.jar.JarFile +java.util.jar.JarVerifier$3 +java.util.jar.JarVerifier$VerifierStream +java.util.jar.JarVerifier +java.util.jar.Manifest$FastInputStream +java.util.jar.Manifest +java.util.logging.ErrorManager +java.util.logging.FileHandler$1 +java.util.logging.FileHandler$InitializationErrorManager +java.util.logging.FileHandler$MeteredStream +java.util.logging.FileHandler +java.util.logging.Filter +java.util.logging.Formatter +java.util.logging.Handler +java.util.logging.Level$KnownLevel +java.util.logging.Level +java.util.logging.LogManager$1 +java.util.logging.LogManager$2 +java.util.logging.LogManager$3 +java.util.logging.LogManager$4 +java.util.logging.LogManager$5 +java.util.logging.LogManager$6 +java.util.logging.LogManager$7 +java.util.logging.LogManager$Cleaner +java.util.logging.LogManager$LogNode +java.util.logging.LogManager$LoggerContext$1 +java.util.logging.LogManager$LoggerContext +java.util.logging.LogManager$LoggerWeakRef +java.util.logging.LogManager$RootLogger +java.util.logging.LogManager$SystemLoggerContext +java.util.logging.LogManager +java.util.logging.LogRecord +java.util.logging.Logger$1 +java.util.logging.Logger$LoggerBundle +java.util.logging.Logger$SystemLoggerHelper$1 +java.util.logging.Logger$SystemLoggerHelper +java.util.logging.Logger +java.util.logging.LoggingPermission +java.util.logging.LoggingProxyImpl +java.util.logging.SimpleFormatter +java.util.logging.StreamHandler +java.util.logging.XMLFormatter +java.util.prefs.AbstractPreferences +java.util.prefs.BackingStoreException +java.util.prefs.FileSystemPreferences$3 +java.util.prefs.FileSystemPreferences +java.util.prefs.FileSystemPreferencesFactory +java.util.prefs.Preferences +java.util.prefs.PreferencesFactory +java.util.regex.MatchResult +java.util.regex.Matcher +java.util.regex.Pattern +java.util.regex.PatternSyntaxException +java.util.stream.AbstractPipeline$$ExternalSyntheticLambda2 +java.util.stream.AbstractPipeline +java.util.stream.AbstractSpinedBuffer +java.util.stream.BaseStream +java.util.stream.Collector$Characteristics +java.util.stream.Collector +java.util.stream.Collectors$$ExternalSyntheticLambda0 +java.util.stream.Collectors$$ExternalSyntheticLambda15 +java.util.stream.Collectors$$ExternalSyntheticLambda1 +java.util.stream.Collectors$$ExternalSyntheticLambda20 +java.util.stream.Collectors$$ExternalSyntheticLambda21 +java.util.stream.Collectors$$ExternalSyntheticLambda22 +java.util.stream.Collectors$$ExternalSyntheticLambda24 +java.util.stream.Collectors$$ExternalSyntheticLambda26 +java.util.stream.Collectors$$ExternalSyntheticLambda34 +java.util.stream.Collectors$$ExternalSyntheticLambda37 +java.util.stream.Collectors$$ExternalSyntheticLambda39 +java.util.stream.Collectors$$ExternalSyntheticLambda41 +java.util.stream.Collectors$$ExternalSyntheticLambda42 +java.util.stream.Collectors$$ExternalSyntheticLambda45 +java.util.stream.Collectors$$ExternalSyntheticLambda49 +java.util.stream.Collectors$$ExternalSyntheticLambda4 +java.util.stream.Collectors$$ExternalSyntheticLambda50 +java.util.stream.Collectors$$ExternalSyntheticLambda51 +java.util.stream.Collectors$$ExternalSyntheticLambda52 +java.util.stream.Collectors$$ExternalSyntheticLambda53 +java.util.stream.Collectors$$ExternalSyntheticLambda54 +java.util.stream.Collectors$$ExternalSyntheticLambda56 +java.util.stream.Collectors$$ExternalSyntheticLambda57 +java.util.stream.Collectors$$ExternalSyntheticLambda64 +java.util.stream.Collectors$$ExternalSyntheticLambda65 +java.util.stream.Collectors$$ExternalSyntheticLambda66 +java.util.stream.Collectors$$ExternalSyntheticLambda74 +java.util.stream.Collectors$$ExternalSyntheticLambda75 +java.util.stream.Collectors$$ExternalSyntheticLambda76 +java.util.stream.Collectors$$ExternalSyntheticLambda77 +java.util.stream.Collectors$$ExternalSyntheticLambda79 +java.util.stream.Collectors$$ExternalSyntheticLambda82 +java.util.stream.Collectors$$ExternalSyntheticLambda87 +java.util.stream.Collectors$$ExternalSyntheticLambda94 +java.util.stream.Collectors$CollectorImpl +java.util.stream.Collectors +java.util.stream.DistinctOps$1$1 +java.util.stream.DistinctOps$1$2 +java.util.stream.DistinctOps$1 +java.util.stream.DistinctOps +java.util.stream.DoublePipeline$$ExternalSyntheticLambda0 +java.util.stream.DoublePipeline$$ExternalSyntheticLambda4 +java.util.stream.DoublePipeline$$ExternalSyntheticLambda9 +java.util.stream.DoublePipeline$StatelessOp +java.util.stream.DoublePipeline +java.util.stream.DoubleStream +java.util.stream.FindOps$$ExternalSyntheticLambda0 +java.util.stream.FindOps$$ExternalSyntheticLambda4 +java.util.stream.FindOps$$ExternalSyntheticLambda5 +java.util.stream.FindOps$$ExternalSyntheticLambda7 +java.util.stream.FindOps$FindOp +java.util.stream.FindOps$FindSink$OfInt +java.util.stream.FindOps$FindSink$OfRef +java.util.stream.FindOps$FindSink +java.util.stream.FindOps +java.util.stream.ForEachOps$ForEachOp$OfInt +java.util.stream.ForEachOps$ForEachOp$OfRef +java.util.stream.ForEachOps$ForEachOp +java.util.stream.ForEachOps +java.util.stream.IntPipeline$$ExternalSyntheticLambda0 +java.util.stream.IntPipeline$$ExternalSyntheticLambda13 +java.util.stream.IntPipeline$$ExternalSyntheticLambda1 +java.util.stream.IntPipeline$$ExternalSyntheticLambda7 +java.util.stream.IntPipeline$$ExternalSyntheticLambda8 +java.util.stream.IntPipeline$4$1 +java.util.stream.IntPipeline$4 +java.util.stream.IntPipeline$Head +java.util.stream.IntPipeline$StatelessOp +java.util.stream.IntPipeline +java.util.stream.IntStream +java.util.stream.LongPipeline$$ExternalSyntheticLambda3 +java.util.stream.LongPipeline$$ExternalSyntheticLambda4 +java.util.stream.LongPipeline$$ExternalSyntheticLambda7 +java.util.stream.LongPipeline$StatelessOp +java.util.stream.LongPipeline +java.util.stream.LongStream +java.util.stream.MatchOps$$ExternalSyntheticLambda0 +java.util.stream.MatchOps$$ExternalSyntheticLambda1 +java.util.stream.MatchOps$$ExternalSyntheticLambda3 +java.util.stream.MatchOps$1MatchSink +java.util.stream.MatchOps$2MatchSink +java.util.stream.MatchOps$3MatchSink +java.util.stream.MatchOps$BooleanTerminalSink +java.util.stream.MatchOps$MatchKind +java.util.stream.MatchOps$MatchOp +java.util.stream.MatchOps +java.util.stream.Node$Builder$OfInt +java.util.stream.Node$Builder +java.util.stream.Node$OfDouble +java.util.stream.Node$OfInt +java.util.stream.Node$OfLong +java.util.stream.Node$OfPrimitive +java.util.stream.Node +java.util.stream.Nodes$ArrayNode +java.util.stream.Nodes$EmptyNode$OfDouble +java.util.stream.Nodes$EmptyNode$OfInt +java.util.stream.Nodes$EmptyNode$OfLong +java.util.stream.Nodes$EmptyNode$OfRef +java.util.stream.Nodes$EmptyNode +java.util.stream.Nodes$FixedNodeBuilder +java.util.stream.Nodes$IntArrayNode +java.util.stream.Nodes$IntFixedNodeBuilder +java.util.stream.Nodes$IntSpinedNodeBuilder +java.util.stream.Nodes$SpinedNodeBuilder +java.util.stream.Nodes$ToArrayTask$OfInt +java.util.stream.Nodes$ToArrayTask$OfPrimitive +java.util.stream.Nodes$ToArrayTask$OfRef +java.util.stream.Nodes$ToArrayTask +java.util.stream.Nodes +java.util.stream.PipelineHelper +java.util.stream.ReduceOps$12 +java.util.stream.ReduceOps$12ReducingSink +java.util.stream.ReduceOps$1 +java.util.stream.ReduceOps$1ReducingSink +java.util.stream.ReduceOps$2 +java.util.stream.ReduceOps$2ReducingSink +java.util.stream.ReduceOps$3 +java.util.stream.ReduceOps$3ReducingSink +java.util.stream.ReduceOps$5 +java.util.stream.ReduceOps$5ReducingSink +java.util.stream.ReduceOps$8 +java.util.stream.ReduceOps$8ReducingSink +java.util.stream.ReduceOps$AccumulatingSink +java.util.stream.ReduceOps$Box +java.util.stream.ReduceOps$ReduceOp +java.util.stream.ReduceOps +java.util.stream.ReferencePipeline$$ExternalSyntheticLambda1 +java.util.stream.ReferencePipeline$$ExternalSyntheticLambda2 +java.util.stream.ReferencePipeline$2$1 +java.util.stream.ReferencePipeline$2 +java.util.stream.ReferencePipeline$3$1 +java.util.stream.ReferencePipeline$3 +java.util.stream.ReferencePipeline$4$1 +java.util.stream.ReferencePipeline$4 +java.util.stream.ReferencePipeline$5$1 +java.util.stream.ReferencePipeline$5 +java.util.stream.ReferencePipeline$6$1 +java.util.stream.ReferencePipeline$6 +java.util.stream.ReferencePipeline$7 +java.util.stream.ReferencePipeline$Head +java.util.stream.ReferencePipeline$StatefulOp +java.util.stream.ReferencePipeline$StatelessOp +java.util.stream.ReferencePipeline +java.util.stream.Sink$ChainedInt +java.util.stream.Sink$ChainedReference +java.util.stream.Sink$OfDouble +java.util.stream.Sink$OfInt +java.util.stream.Sink$OfLong +java.util.stream.Sink +java.util.stream.SliceOps$1$1 +java.util.stream.SliceOps$1 +java.util.stream.SliceOps +java.util.stream.SortedOps$AbstractRefSortingSink +java.util.stream.SortedOps$OfRef +java.util.stream.SortedOps$RefSortingSink$$ExternalSyntheticLambda0 +java.util.stream.SortedOps$RefSortingSink +java.util.stream.SortedOps$SizedRefSortingSink +java.util.stream.SortedOps +java.util.stream.SpinedBuffer$OfInt +java.util.stream.SpinedBuffer$OfPrimitive +java.util.stream.SpinedBuffer +java.util.stream.Stream$Builder +java.util.stream.Stream +java.util.stream.StreamOpFlag$MaskBuilder +java.util.stream.StreamOpFlag$Type +java.util.stream.StreamOpFlag +java.util.stream.StreamShape +java.util.stream.StreamSpliterators$AbstractWrappingSpliterator +java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator$OfRef +java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator +java.util.stream.StreamSpliterators$WrappingSpliterator +java.util.stream.StreamSupport +java.util.stream.Streams$1 +java.util.stream.Streams$2 +java.util.stream.Streams$AbstractStreamBuilderImpl +java.util.stream.Streams$ConcatSpliterator$OfRef +java.util.stream.Streams$ConcatSpliterator +java.util.stream.Streams$RangeIntSpliterator +java.util.stream.Streams$StreamBuilderImpl +java.util.stream.Streams +java.util.stream.TerminalOp +java.util.stream.TerminalSink +java.util.stream.Tripwire +java.util.zip.Adler32 +java.util.zip.CRC32 +java.util.zip.CheckedInputStream +java.util.zip.Checksum +java.util.zip.DataFormatException +java.util.zip.Deflater +java.util.zip.DeflaterOutputStream +java.util.zip.GZIPInputStream$1 +java.util.zip.GZIPInputStream +java.util.zip.GZIPOutputStream +java.util.zip.Inflater +java.util.zip.InflaterInputStream +java.util.zip.ZStreamRef +java.util.zip.ZipCoder +java.util.zip.ZipConstants +java.util.zip.ZipEntry +java.util.zip.ZipError +java.util.zip.ZipException +java.util.zip.ZipFile$ZipEntryIterator +java.util.zip.ZipFile$ZipFileInflaterInputStream +java.util.zip.ZipFile$ZipFileInputStream +java.util.zip.ZipFile +java.util.zip.ZipInputStream +java.util.zip.ZipOutputStream +java.util.zip.ZipUtils +javax.crypto.AEADBadTagException +javax.crypto.BadPaddingException +javax.crypto.Cipher$1 +javax.crypto.Cipher$CipherSpiAndProvider +javax.crypto.Cipher$InitParams +javax.crypto.Cipher$InitType +javax.crypto.Cipher$NeedToSet +javax.crypto.Cipher$SpiAndProviderUpdater +javax.crypto.Cipher$Transform +javax.crypto.Cipher +javax.crypto.CipherOutputStream +javax.crypto.CipherSpi +javax.crypto.CryptoPermissions +javax.crypto.IllegalBlockSizeException +javax.crypto.JarVerifier$1 +javax.crypto.JarVerifier +javax.crypto.JceSecurity$1 +javax.crypto.JceSecurity +javax.crypto.KeyAgreement +javax.crypto.KeyAgreementSpi +javax.crypto.KeyGenerator +javax.crypto.KeyGeneratorSpi +javax.crypto.Mac +javax.crypto.MacSpi +javax.crypto.NoSuchPaddingException +javax.crypto.NullCipher +javax.crypto.SecretKey +javax.crypto.SecretKeyFactory +javax.crypto.SecretKeyFactorySpi +javax.crypto.ShortBufferException +javax.crypto.interfaces.DHKey +javax.crypto.interfaces.DHPrivateKey +javax.crypto.interfaces.DHPublicKey +javax.crypto.interfaces.PBEKey +javax.crypto.spec.DESKeySpec +javax.crypto.spec.DESedeKeySpec +javax.crypto.spec.DHParameterSpec +javax.crypto.spec.DHPrivateKeySpec +javax.crypto.spec.DHPublicKeySpec +javax.crypto.spec.GCMParameterSpec +javax.crypto.spec.IvParameterSpec +javax.crypto.spec.OAEPParameterSpec +javax.crypto.spec.PBEKeySpec +javax.crypto.spec.PBEParameterSpec +javax.crypto.spec.PSource$PSpecified +javax.crypto.spec.PSource +javax.crypto.spec.SecretKeySpec +javax.microedition.khronos.egl.EGL10 +javax.microedition.khronos.egl.EGL11 +javax.microedition.khronos.egl.EGL +javax.microedition.khronos.egl.EGLConfig +javax.microedition.khronos.egl.EGLContext +javax.microedition.khronos.egl.EGLDisplay +javax.microedition.khronos.egl.EGLSurface +javax.microedition.khronos.opengles.GL10 +javax.microedition.khronos.opengles.GL10Ext +javax.microedition.khronos.opengles.GL11 +javax.microedition.khronos.opengles.GL11Ext +javax.microedition.khronos.opengles.GL11ExtensionPack +javax.microedition.khronos.opengles.GL +javax.net.DefaultSocketFactory +javax.net.ServerSocketFactory +javax.net.SocketFactory +javax.net.ssl.DefaultSSLServerSocketFactory +javax.net.ssl.DefaultSSLSocketFactory +javax.net.ssl.ExtendedSSLSession +javax.net.ssl.HandshakeCompletedEvent +javax.net.ssl.HandshakeCompletedListener +javax.net.ssl.HostnameVerifier +javax.net.ssl.HttpsURLConnection +javax.net.ssl.KeyManager +javax.net.ssl.KeyManagerFactory$1 +javax.net.ssl.KeyManagerFactory +javax.net.ssl.KeyManagerFactorySpi +javax.net.ssl.ManagerFactoryParameters +javax.net.ssl.SNIHostName +javax.net.ssl.SNIMatcher +javax.net.ssl.SNIServerName +javax.net.ssl.SSLContext +javax.net.ssl.SSLContextSpi +javax.net.ssl.SSLEngine +javax.net.ssl.SSLEngineResult$HandshakeStatus +javax.net.ssl.SSLEngineResult$Status +javax.net.ssl.SSLEngineResult +javax.net.ssl.SSLException +javax.net.ssl.SSLHandshakeException +javax.net.ssl.SSLParameters +javax.net.ssl.SSLPeerUnverifiedException +javax.net.ssl.SSLPermission +javax.net.ssl.SSLProtocolException +javax.net.ssl.SSLServerSocket +javax.net.ssl.SSLServerSocketFactory +javax.net.ssl.SSLSession +javax.net.ssl.SSLSessionBindingEvent +javax.net.ssl.SSLSessionBindingListener +javax.net.ssl.SSLSessionContext +javax.net.ssl.SSLSocket +javax.net.ssl.SSLSocketFactory$1 +javax.net.ssl.SSLSocketFactory +javax.net.ssl.TrustManager +javax.net.ssl.TrustManagerFactory$1 +javax.net.ssl.TrustManagerFactory +javax.net.ssl.TrustManagerFactorySpi +javax.net.ssl.X509ExtendedKeyManager +javax.net.ssl.X509ExtendedTrustManager +javax.net.ssl.X509KeyManager +javax.net.ssl.X509TrustManager +javax.security.auth.Destroyable +javax.security.auth.callback.UnsupportedCallbackException +javax.security.auth.x500.X500Principal +javax.security.cert.Certificate +javax.security.cert.CertificateEncodingException +javax.security.cert.CertificateException +javax.security.cert.X509Certificate$1 +javax.security.cert.X509Certificate +javax.sip.ClientTransaction +javax.sip.Dialog +javax.sip.DialogDoesNotExistException +javax.sip.DialogState +javax.sip.DialogTerminatedEvent +javax.sip.IOExceptionEvent +javax.sip.InvalidArgumentException +javax.sip.ListeningPoint +javax.sip.ObjectInUseException +javax.sip.PeerUnavailableException +javax.sip.ProviderDoesNotExistException +javax.sip.RequestEvent +javax.sip.ResponseEvent +javax.sip.ServerTransaction +javax.sip.SipException +javax.sip.SipFactory +javax.sip.SipListener +javax.sip.SipProvider +javax.sip.SipStack +javax.sip.Timeout +javax.sip.TimeoutEvent +javax.sip.Transaction +javax.sip.TransactionAlreadyExistsException +javax.sip.TransactionDoesNotExistException +javax.sip.TransactionState +javax.sip.TransactionTerminatedEvent +javax.sip.TransactionUnavailableException +javax.sip.TransportNotSupportedException +javax.sip.address.Address +javax.sip.address.AddressFactory +javax.sip.address.Hop +javax.sip.address.Router +javax.sip.address.SipURI +javax.sip.address.TelURL +javax.sip.address.URI +javax.sip.header.AcceptEncodingHeader +javax.sip.header.AcceptHeader +javax.sip.header.AcceptLanguageHeader +javax.sip.header.AlertInfoHeader +javax.sip.header.AllowEventsHeader +javax.sip.header.AllowHeader +javax.sip.header.AuthenticationInfoHeader +javax.sip.header.AuthorizationHeader +javax.sip.header.CSeqHeader +javax.sip.header.CallIdHeader +javax.sip.header.CallInfoHeader +javax.sip.header.ContactHeader +javax.sip.header.ContentDispositionHeader +javax.sip.header.ContentEncodingHeader +javax.sip.header.ContentLanguageHeader +javax.sip.header.ContentLengthHeader +javax.sip.header.ContentTypeHeader +javax.sip.header.DateHeader +javax.sip.header.Encoding +javax.sip.header.ErrorInfoHeader +javax.sip.header.EventHeader +javax.sip.header.ExpiresHeader +javax.sip.header.ExtensionHeader +javax.sip.header.FromHeader +javax.sip.header.Header +javax.sip.header.HeaderAddress +javax.sip.header.HeaderFactory +javax.sip.header.InReplyToHeader +javax.sip.header.MaxForwardsHeader +javax.sip.header.MediaType +javax.sip.header.MimeVersionHeader +javax.sip.header.MinExpiresHeader +javax.sip.header.OptionTag +javax.sip.header.OrganizationHeader +javax.sip.header.Parameters +javax.sip.header.PriorityHeader +javax.sip.header.ProxyAuthenticateHeader +javax.sip.header.ProxyAuthorizationHeader +javax.sip.header.ProxyRequireHeader +javax.sip.header.RAckHeader +javax.sip.header.RSeqHeader +javax.sip.header.ReasonHeader +javax.sip.header.RecordRouteHeader +javax.sip.header.ReferToHeader +javax.sip.header.ReplyToHeader +javax.sip.header.RequireHeader +javax.sip.header.RetryAfterHeader +javax.sip.header.RouteHeader +javax.sip.header.SIPETagHeader +javax.sip.header.SIPIfMatchHeader +javax.sip.header.ServerHeader +javax.sip.header.SubjectHeader +javax.sip.header.SubscriptionStateHeader +javax.sip.header.SupportedHeader +javax.sip.header.TimeStampHeader +javax.sip.header.ToHeader +javax.sip.header.TooManyHopsException +javax.sip.header.UnsupportedHeader +javax.sip.header.UserAgentHeader +javax.sip.header.ViaHeader +javax.sip.header.WWWAuthenticateHeader +javax.sip.header.WarningHeader +javax.sip.message.Message +javax.sip.message.MessageFactory +javax.sip.message.Request +javax.sip.message.Response +javax.xml.datatype.DatatypeConstants$Field +javax.xml.datatype.DatatypeConstants +javax.xml.datatype.Duration +javax.xml.parsers.DocumentBuilder +javax.xml.parsers.DocumentBuilderFactory +javax.xml.parsers.ParserConfigurationException +javax.xml.parsers.SAXParser +javax.xml.parsers.SAXParserFactory +jdk.internal.math.FDBigInteger +jdk.internal.math.FloatingDecimal$1 +jdk.internal.math.FloatingDecimal$ASCIIToBinaryBuffer +jdk.internal.math.FloatingDecimal$ASCIIToBinaryConverter +jdk.internal.math.FloatingDecimal$BinaryToASCIIBuffer +jdk.internal.math.FloatingDecimal$BinaryToASCIIConverter +jdk.internal.math.FloatingDecimal$ExceptionalBinaryToASCIIBuffer +jdk.internal.math.FloatingDecimal$PreparedASCIIToBinaryBuffer +jdk.internal.math.FloatingDecimal +jdk.internal.math.FormattedFloatingDecimal$Form +jdk.internal.math.FormattedFloatingDecimal +jdk.internal.misc.JavaObjectInputStreamAccess +jdk.internal.misc.SharedSecrets +jdk.internal.misc.Unsafe +jdk.internal.misc.VM +jdk.internal.reflect.Reflection +jdk.internal.util.ArraysSupport +jdk.internal.util.Preconditions +libcore.content.type.MimeMap$$ExternalSyntheticLambda0 +libcore.content.type.MimeMap$Builder$Element +libcore.content.type.MimeMap$Builder +libcore.content.type.MimeMap$MemoizingSupplier +libcore.content.type.MimeMap +libcore.icu.CollationKeyICU +libcore.icu.DateIntervalFormat +libcore.icu.DateUtilsBridge +libcore.icu.DecimalFormatData +libcore.icu.ICU +libcore.icu.LocaleData +libcore.icu.SimpleDateFormatData +libcore.icu.TimeZoneNames$1 +libcore.icu.TimeZoneNames$ZoneStringsCache +libcore.icu.TimeZoneNames +libcore.internal.StringPool +libcore.io.AsynchronousCloseMonitor +libcore.io.BlockGuardOs +libcore.io.BufferIterator +libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection$1 +libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection +libcore.io.ClassPathURLStreamHandler +libcore.io.ForwardingOs +libcore.io.IoBridge +libcore.io.IoTracker$Mode +libcore.io.IoTracker +libcore.io.IoUtils$FileReader +libcore.io.IoUtils +libcore.io.Libcore +libcore.io.Linux +libcore.io.Memory +libcore.io.MemoryMappedFile +libcore.io.NioBufferIterator +libcore.io.Os +libcore.io.Streams +libcore.math.MathUtils +libcore.math.NativeBN +libcore.net.InetAddressUtils +libcore.net.NetworkSecurityPolicy$DefaultNetworkSecurityPolicy +libcore.net.NetworkSecurityPolicy +libcore.net.event.NetworkEventDispatcher +libcore.net.event.NetworkEventListener +libcore.net.http.Dns +libcore.net.http.HttpDate$1 +libcore.net.http.HttpDate +libcore.net.http.HttpURLConnectionFactory +libcore.reflect.AnnotatedElements +libcore.reflect.AnnotationFactory +libcore.reflect.AnnotationMember$DefaultValues +libcore.reflect.AnnotationMember +libcore.reflect.GenericArrayTypeImpl +libcore.reflect.GenericSignatureParser +libcore.reflect.ListOfTypes +libcore.reflect.ListOfVariables +libcore.reflect.ParameterizedTypeImpl +libcore.reflect.TypeVariableImpl +libcore.reflect.Types +libcore.reflect.WildcardTypeImpl +libcore.util.ArrayUtils +libcore.util.BasicLruCache +libcore.util.CharsetUtils +libcore.util.CollectionUtils +libcore.util.EmptyArray +libcore.util.FP16 +libcore.util.HexEncoding +libcore.util.NativeAllocationRegistry$CleanerRunner +libcore.util.NativeAllocationRegistry$CleanerThunk +libcore.util.NativeAllocationRegistry +libcore.util.Objects +libcore.util.SneakyThrow +libcore.util.XmlObjectFactory +libcore.util.ZoneInfo +org.apache.harmony.dalvik.ddmc.Chunk +org.apache.harmony.dalvik.ddmc.ChunkHandler +org.apache.harmony.dalvik.ddmc.DdmServer +org.apache.harmony.dalvik.ddmc.DdmVmInternal +org.apache.harmony.xml.ExpatAttributes +org.apache.harmony.xml.ExpatException +org.apache.harmony.xml.ExpatParser$CurrentAttributes +org.apache.harmony.xml.ExpatParser$ExpatLocator +org.apache.harmony.xml.ExpatParser +org.apache.harmony.xml.ExpatReader +org.apache.harmony.xml.dom.CharacterDataImpl +org.apache.harmony.xml.dom.DOMImplementationImpl +org.apache.harmony.xml.dom.DocumentImpl +org.apache.harmony.xml.dom.ElementImpl +org.apache.harmony.xml.dom.InnerNodeImpl +org.apache.harmony.xml.dom.LeafNodeImpl +org.apache.harmony.xml.dom.NodeImpl$1 +org.apache.harmony.xml.dom.NodeImpl +org.apache.harmony.xml.dom.NodeListImpl +org.apache.harmony.xml.dom.TextImpl +org.apache.harmony.xml.parsers.DocumentBuilderFactoryImpl +org.apache.harmony.xml.parsers.DocumentBuilderImpl +org.apache.harmony.xml.parsers.SAXParserFactoryImpl +org.apache.harmony.xml.parsers.SAXParserImpl +org.apache.http.conn.ConnectTimeoutException +org.apache.http.conn.scheme.HostNameResolver +org.apache.http.conn.scheme.LayeredSocketFactory +org.apache.http.conn.scheme.SocketFactory +org.apache.http.conn.ssl.AbstractVerifier +org.apache.http.conn.ssl.AllowAllHostnameVerifier +org.apache.http.conn.ssl.AndroidDistinguishedNameParser +org.apache.http.conn.ssl.BrowserCompatHostnameVerifier +org.apache.http.conn.ssl.SSLSocketFactory +org.apache.http.conn.ssl.StrictHostnameVerifier +org.apache.http.conn.ssl.X509HostnameVerifier +org.apache.http.params.CoreConnectionPNames +org.apache.http.params.HttpConnectionParams +org.apache.http.params.HttpParams +org.ccil.cowan.tagsoup.AttributesImpl +org.ccil.cowan.tagsoup.AutoDetector +org.ccil.cowan.tagsoup.CommandLine +org.ccil.cowan.tagsoup.Element +org.ccil.cowan.tagsoup.ElementType +org.ccil.cowan.tagsoup.HTMLModels +org.ccil.cowan.tagsoup.HTMLScanner +org.ccil.cowan.tagsoup.HTMLSchema +org.ccil.cowan.tagsoup.PYXScanner +org.ccil.cowan.tagsoup.PYXWriter +org.ccil.cowan.tagsoup.Parser$1 +org.ccil.cowan.tagsoup.Parser +org.ccil.cowan.tagsoup.ScanHandler +org.ccil.cowan.tagsoup.Scanner +org.ccil.cowan.tagsoup.Schema +org.ccil.cowan.tagsoup.XMLWriter +org.ccil.cowan.tagsoup.jaxp.JAXPTest +org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter$AttributesWrapper +org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter$DocHandlerWrapper +org.ccil.cowan.tagsoup.jaxp.SAX1ParserAdapter +org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl +org.ccil.cowan.tagsoup.jaxp.SAXParserImpl +org.json.JSON +org.json.JSONArray +org.json.JSONException +org.json.JSONObject$1 +org.json.JSONObject +org.json.JSONStringer$Scope +org.json.JSONStringer +org.json.JSONTokener +org.w3c.dom.CharacterData +org.w3c.dom.DOMException +org.w3c.dom.DOMImplementation +org.w3c.dom.Document +org.w3c.dom.DocumentFragment +org.w3c.dom.DocumentType +org.w3c.dom.Element +org.w3c.dom.Node +org.w3c.dom.NodeList +org.w3c.dom.Text +org.w3c.dom.TypeInfo +org.xml.sax.AttributeList +org.xml.sax.Attributes +org.xml.sax.ContentHandler +org.xml.sax.DTDHandler +org.xml.sax.DocumentHandler +org.xml.sax.EntityResolver +org.xml.sax.ErrorHandler +org.xml.sax.InputSource +org.xml.sax.Locator +org.xml.sax.Parser +org.xml.sax.SAXException +org.xml.sax.SAXNotRecognizedException +org.xml.sax.SAXNotSupportedException +org.xml.sax.XMLFilter +org.xml.sax.XMLReader +org.xml.sax.ext.DeclHandler +org.xml.sax.ext.DefaultHandler2 +org.xml.sax.ext.EntityResolver2 +org.xml.sax.ext.LexicalHandler +org.xml.sax.helpers.AttributesImpl +org.xml.sax.helpers.DefaultHandler +org.xml.sax.helpers.NamespaceSupport +org.xml.sax.helpers.XMLFilterImpl +org.xmlpull.v1.XmlPullParser +org.xmlpull.v1.XmlPullParserException +org.xmlpull.v1.XmlPullParserFactory +org.xmlpull.v1.XmlSerializer +sun.invoke.util.BytecodeDescriptor +sun.invoke.util.VerifyAccess +sun.invoke.util.Wrapper$Format +sun.invoke.util.Wrapper +sun.misc.ASCIICaseInsensitiveComparator +sun.misc.CharacterEncoder +sun.misc.Cleaner$1 +sun.misc.Cleaner +sun.misc.CompoundEnumeration +sun.misc.HexDumpEncoder +sun.misc.IOUtils +sun.misc.JavaIOFileDescriptorAccess +sun.misc.LRUCache +sun.misc.SharedSecrets +sun.misc.Unsafe$$ExternalSyntheticBackportWithForwarding0 +sun.misc.Unsafe +sun.misc.VM +sun.misc.Version +sun.net.ConnectionResetException +sun.net.NetHooks +sun.net.NetProperties$1 +sun.net.NetProperties +sun.net.ResourceManager +sun.net.SocksProxy +sun.net.spi.DefaultProxySelector$1 +sun.net.spi.DefaultProxySelector$NonProxyInfo +sun.net.spi.DefaultProxySelector +sun.net.spi.nameservice.NameService +sun.net.util.IPAddressUtil +sun.net.www.ParseUtil +sun.net.www.protocol.file.Handler +sun.net.www.protocol.ftp.Handler +sun.net.www.protocol.jar.Handler +sun.nio.ch.AbstractPollArrayWrapper +sun.nio.ch.AbstractPollSelectorImpl +sun.nio.ch.AllocatedNativeObject +sun.nio.ch.AsynchronousFileChannelImpl +sun.nio.ch.ChannelInputStream +sun.nio.ch.DatagramChannelImpl +sun.nio.ch.DatagramDispatcher +sun.nio.ch.DefaultSelectorProvider +sun.nio.ch.DirectBuffer +sun.nio.ch.FileChannelImpl$SimpleFileLockTable +sun.nio.ch.FileChannelImpl$Unmapper +sun.nio.ch.FileChannelImpl +sun.nio.ch.FileDescriptorHolderSocketImpl +sun.nio.ch.FileDispatcher +sun.nio.ch.FileDispatcherImpl +sun.nio.ch.FileKey +sun.nio.ch.FileLockImpl +sun.nio.ch.FileLockTable +sun.nio.ch.IOStatus +sun.nio.ch.IOUtil +sun.nio.ch.Interruptible +sun.nio.ch.NativeDispatcher +sun.nio.ch.NativeObject +sun.nio.ch.NativeThread +sun.nio.ch.NativeThreadSet +sun.nio.ch.Net$1 +sun.nio.ch.Net$3 +sun.nio.ch.Net +sun.nio.ch.PollArrayWrapper +sun.nio.ch.PollSelectorImpl +sun.nio.ch.PollSelectorProvider +sun.nio.ch.SelChImpl +sun.nio.ch.SelectionKeyImpl +sun.nio.ch.SelectorImpl +sun.nio.ch.SelectorProviderImpl +sun.nio.ch.ServerSocketChannelImpl +sun.nio.ch.SharedFileLockTable$FileLockReference +sun.nio.ch.SharedFileLockTable +sun.nio.ch.SocketAdaptor$1 +sun.nio.ch.SocketAdaptor$2 +sun.nio.ch.SocketAdaptor$SocketInputStream +sun.nio.ch.SocketAdaptor +sun.nio.ch.SocketChannelImpl +sun.nio.ch.SocketDispatcher +sun.nio.ch.Util$1 +sun.nio.ch.Util$2 +sun.nio.ch.Util$3 +sun.nio.ch.Util$BufferCache +sun.nio.ch.Util +sun.nio.cs.ArrayDecoder +sun.nio.cs.ArrayEncoder +sun.nio.cs.StreamDecoder +sun.nio.cs.StreamEncoder +sun.nio.cs.ThreadLocalCoders$1 +sun.nio.cs.ThreadLocalCoders$2 +sun.nio.cs.ThreadLocalCoders$Cache +sun.nio.cs.ThreadLocalCoders +sun.nio.fs.AbstractBasicFileAttributeView +sun.nio.fs.AbstractFileSystemProvider +sun.nio.fs.AbstractPath +sun.nio.fs.DefaultFileSystemProvider +sun.nio.fs.DynamicFileAttributeView +sun.nio.fs.FileOwnerAttributeViewImpl +sun.nio.fs.LinuxFileSystem +sun.nio.fs.LinuxFileSystemProvider +sun.nio.fs.NativeBuffer$Deallocator +sun.nio.fs.NativeBuffer +sun.nio.fs.NativeBuffers +sun.nio.fs.UnixChannelFactory$1 +sun.nio.fs.UnixChannelFactory$Flags +sun.nio.fs.UnixConstants +sun.nio.fs.UnixDirectoryStream$UnixDirectoryIterator +sun.nio.fs.UnixDirectoryStream +sun.nio.fs.UnixException +sun.nio.fs.UnixFileAttributeViews$Basic +sun.nio.fs.UnixFileAttributeViews$Posix +sun.nio.fs.UnixFileAttributeViews +sun.nio.fs.UnixFileAttributes$UnixAsBasicFileAttributes +sun.nio.fs.UnixFileAttributes +sun.nio.fs.UnixFileModeAttribute +sun.nio.fs.UnixFileStoreAttributes +sun.nio.fs.UnixFileSystem +sun.nio.fs.UnixFileSystemProvider$3 +sun.nio.fs.UnixFileSystemProvider +sun.nio.fs.UnixMountEntry +sun.nio.fs.UnixNativeDispatcher +sun.nio.fs.UnixPath +sun.nio.fs.UnixSecureDirectoryStream +sun.nio.fs.Util +sun.reflect.Reflection +sun.reflect.misc.ReflectUtil +sun.security.action.GetBooleanAction +sun.security.action.GetIntegerAction +sun.security.action.GetPropertyAction +sun.security.jca.GetInstance$Instance +sun.security.jca.GetInstance +sun.security.jca.JCAUtil$CachedSecureRandomHolder +sun.security.jca.JCAUtil +sun.security.jca.ProviderConfig$1 +sun.security.jca.ProviderConfig$2 +sun.security.jca.ProviderConfig$3 +sun.security.jca.ProviderConfig +sun.security.jca.ProviderList$1 +sun.security.jca.ProviderList$2 +sun.security.jca.ProviderList$3 +sun.security.jca.ProviderList$ServiceList$1 +sun.security.jca.ProviderList$ServiceList +sun.security.jca.ProviderList +sun.security.jca.Providers +sun.security.jca.ServiceId +sun.security.pkcs.ContentInfo +sun.security.pkcs.PKCS7$VerbatimX509Certificate +sun.security.pkcs.PKCS7$WrappedX509Certificate +sun.security.pkcs.PKCS7 +sun.security.pkcs.PKCS9Attribute +sun.security.pkcs.PKCS9Attributes +sun.security.pkcs.ParsingException +sun.security.pkcs.SignerInfo +sun.security.provider.CertPathProvider +sun.security.provider.X509Factory +sun.security.provider.certpath.AdaptableX509CertSelector +sun.security.provider.certpath.AlgorithmChecker +sun.security.provider.certpath.BasicChecker +sun.security.provider.certpath.CertId +sun.security.provider.certpath.CertPathHelper +sun.security.provider.certpath.ConstraintsChecker +sun.security.provider.certpath.KeyChecker +sun.security.provider.certpath.OCSP$RevocationStatus$CertStatus +sun.security.provider.certpath.OCSP$RevocationStatus +sun.security.provider.certpath.OCSP +sun.security.provider.certpath.OCSPResponse$1 +sun.security.provider.certpath.OCSPResponse$ResponseStatus +sun.security.provider.certpath.OCSPResponse$SingleResponse +sun.security.provider.certpath.OCSPResponse +sun.security.provider.certpath.PKIX$ValidatorParams +sun.security.provider.certpath.PKIX +sun.security.provider.certpath.PKIXCertPathValidator +sun.security.provider.certpath.PKIXMasterCertPathValidator +sun.security.provider.certpath.PolicyChecker +sun.security.provider.certpath.PolicyNodeImpl +sun.security.provider.certpath.RevocationChecker$1 +sun.security.provider.certpath.RevocationChecker$2 +sun.security.provider.certpath.RevocationChecker$Mode +sun.security.provider.certpath.RevocationChecker$RevocationProperties +sun.security.provider.certpath.RevocationChecker +sun.security.timestamp.TimestampToken +sun.security.util.AbstractAlgorithmConstraints$1 +sun.security.util.AbstractAlgorithmConstraints +sun.security.util.AlgorithmDecomposer +sun.security.util.AnchorCertificates +sun.security.util.BitArray +sun.security.util.ByteArrayLexOrder +sun.security.util.ByteArrayTagOrder +sun.security.util.Cache$EqualByteArray +sun.security.util.Cache +sun.security.util.CertConstraintParameters +sun.security.util.Debug +sun.security.util.DerEncoder +sun.security.util.DerIndefLenConverter +sun.security.util.DerInputBuffer +sun.security.util.DerInputStream +sun.security.util.DerOutputStream +sun.security.util.DerValue +sun.security.util.DisabledAlgorithmConstraints$1 +sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator +sun.security.util.DisabledAlgorithmConstraints$Constraint +sun.security.util.DisabledAlgorithmConstraints$Constraints +sun.security.util.DisabledAlgorithmConstraints$KeySizeConstraint +sun.security.util.DisabledAlgorithmConstraints +sun.security.util.KeyUtil +sun.security.util.Length +sun.security.util.ManifestDigester$Entry +sun.security.util.ManifestDigester$Position +sun.security.util.ManifestDigester +sun.security.util.ManifestEntryVerifier$SunProviderHolder +sun.security.util.ManifestEntryVerifier +sun.security.util.MemoryCache$CacheEntry +sun.security.util.MemoryCache$HardCacheEntry +sun.security.util.MemoryCache$SoftCacheEntry +sun.security.util.MemoryCache +sun.security.util.ObjectIdentifier +sun.security.util.ResourcesMgr +sun.security.util.SecurityConstants +sun.security.util.SignatureFileVerifier +sun.security.x509.AVA +sun.security.x509.AVAComparator +sun.security.x509.AVAKeyword +sun.security.x509.AccessDescription +sun.security.x509.AlgorithmId +sun.security.x509.AuthorityInfoAccessExtension +sun.security.x509.AuthorityKeyIdentifierExtension +sun.security.x509.BasicConstraintsExtension +sun.security.x509.CRLDistributionPointsExtension +sun.security.x509.CRLNumberExtension +sun.security.x509.CRLReasonCodeExtension +sun.security.x509.CertAttrSet +sun.security.x509.CertificateAlgorithmId +sun.security.x509.CertificateExtensions +sun.security.x509.CertificateIssuerExtension +sun.security.x509.CertificatePoliciesExtension +sun.security.x509.CertificatePolicyId +sun.security.x509.CertificatePolicyMap +sun.security.x509.CertificatePolicySet +sun.security.x509.CertificateSerialNumber +sun.security.x509.CertificateValidity +sun.security.x509.CertificateVersion +sun.security.x509.CertificateX509Key +sun.security.x509.DNSName +sun.security.x509.DeltaCRLIndicatorExtension +sun.security.x509.DistributionPoint +sun.security.x509.EDIPartyName +sun.security.x509.ExtendedKeyUsageExtension +sun.security.x509.Extension +sun.security.x509.FreshestCRLExtension +sun.security.x509.GeneralName +sun.security.x509.GeneralNameInterface +sun.security.x509.GeneralNames +sun.security.x509.IPAddressName +sun.security.x509.InhibitAnyPolicyExtension +sun.security.x509.IssuerAlternativeNameExtension +sun.security.x509.IssuingDistributionPointExtension +sun.security.x509.KeyIdentifier +sun.security.x509.KeyUsageExtension +sun.security.x509.NameConstraintsExtension +sun.security.x509.NetscapeCertTypeExtension$MapEntry +sun.security.x509.NetscapeCertTypeExtension +sun.security.x509.OCSPNoCheckExtension +sun.security.x509.OIDMap$OIDInfo +sun.security.x509.OIDMap +sun.security.x509.OIDName +sun.security.x509.OtherName +sun.security.x509.PKIXExtensions +sun.security.x509.PolicyConstraintsExtension +sun.security.x509.PolicyInformation +sun.security.x509.PolicyMappingsExtension +sun.security.x509.PrivateKeyUsageExtension +sun.security.x509.RDN +sun.security.x509.RFC822Name +sun.security.x509.SerialNumber +sun.security.x509.SubjectAlternativeNameExtension +sun.security.x509.SubjectInfoAccessExtension +sun.security.x509.SubjectKeyIdentifierExtension +sun.security.x509.URIName +sun.security.x509.UniqueIdentity +sun.security.x509.UnparseableExtension +sun.security.x509.X500Name$1 +sun.security.x509.X500Name +sun.security.x509.X509AttributeName +sun.security.x509.X509CRLImpl +sun.security.x509.X509CertImpl +sun.security.x509.X509CertInfo +sun.security.x509.X509Key +sun.util.calendar.AbstractCalendar +sun.util.calendar.BaseCalendar$Date +sun.util.calendar.BaseCalendar +sun.util.calendar.CalendarDate +sun.util.calendar.CalendarSystem +sun.util.calendar.CalendarUtils +sun.util.calendar.Era +sun.util.calendar.Gregorian$Date +sun.util.calendar.Gregorian +sun.util.calendar.ImmutableGregorianDate +sun.util.calendar.JulianCalendar$Date +sun.util.calendar.JulianCalendar +sun.util.calendar.LocalGregorianCalendar +sun.util.locale.BaseLocale$Cache +sun.util.locale.BaseLocale$Key +sun.util.locale.BaseLocale +sun.util.locale.Extension +sun.util.locale.InternalLocaleBuilder$CaseInsensitiveChar +sun.util.locale.InternalLocaleBuilder +sun.util.locale.LanguageTag +sun.util.locale.LocaleExtensions +sun.util.locale.LocaleMatcher +sun.util.locale.LocaleObjectCache$CacheEntry +sun.util.locale.LocaleObjectCache +sun.util.locale.LocaleSyntaxException +sun.util.locale.LocaleUtils +sun.util.locale.ParseStatus +sun.util.locale.StringTokenIterator +sun.util.locale.UnicodeLocaleExtension +sun.util.logging.LoggingProxy +sun.util.logging.LoggingSupport$1 +sun.util.logging.LoggingSupport$2 +sun.util.logging.LoggingSupport +sun.util.logging.PlatformLogger$1 +sun.util.logging.PlatformLogger$DefaultLoggerProxy +sun.util.logging.PlatformLogger$JavaLoggerProxy +sun.util.logging.PlatformLogger$Level +sun.util.logging.PlatformLogger$LoggerProxy +sun.util.logging.PlatformLogger +[B +[C +[D +[F +[I +[J +[Landroid.app.AppOpsManager$RestrictionBypass; +[Landroid.app.VoiceInteractor$Request; +[Landroid.app.admin.PasswordMetrics$ComplexityBucket; +[Landroid.audio.policy.configuration.V7_0.AudioUsage; +[Landroid.content.AttributionSourceState; +[Landroid.content.ComponentName; +[Landroid.content.ContentProviderResult; +[Landroid.content.ContentValues; +[Landroid.content.Intent; +[Landroid.content.pm.ActivityInfo; +[Landroid.content.pm.Attribution; +[Landroid.content.pm.ConfigurationInfo; +[Landroid.content.pm.FeatureGroupInfo; +[Landroid.content.pm.FeatureInfo; +[Landroid.content.pm.InstrumentationInfo; +[Landroid.content.pm.PackageParser$NewPermissionInfo; +[Landroid.content.pm.PackagePartitions$SystemPartition; +[Landroid.content.pm.PathPermission; +[Landroid.content.pm.PermissionInfo; +[Landroid.content.pm.ProviderInfo; +[Landroid.content.pm.ServiceInfo; +[Landroid.content.pm.SharedLibraryInfo; +[Landroid.content.pm.Signature; +[Landroid.content.pm.VerifierInfo; +[Landroid.content.res.ApkAssets; +[Landroid.content.res.ColorStateList; +[Landroid.content.res.XmlBlock; +[Landroid.content.res.loader.ResourcesLoader; +[Landroid.database.sqlite.SQLiteConnection$Operation; +[Landroid.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus; +[Landroid.graphics.Bitmap$CompressFormat; +[Landroid.graphics.Bitmap$Config; +[Landroid.graphics.Bitmap; +[Landroid.graphics.BlendMode; +[Landroid.graphics.BlurMaskFilter$Blur; +[Landroid.graphics.Canvas$EdgeType; +[Landroid.graphics.ColorSpace$Adaptation; +[Landroid.graphics.ColorSpace$Model; +[Landroid.graphics.ColorSpace$Named; +[Landroid.graphics.ColorSpace$RenderIntent; +[Landroid.graphics.ColorSpace; +[Landroid.graphics.HardwareRenderer$ProcessInitializer$Dataspace; +[Landroid.graphics.Insets; +[Landroid.graphics.Interpolator$Result; +[Landroid.graphics.Matrix$ScaleToFit; +[Landroid.graphics.Paint$Align; +[Landroid.graphics.Paint$Cap; +[Landroid.graphics.Paint$Join; +[Landroid.graphics.Paint$Style; +[Landroid.graphics.Path$Direction; +[Landroid.graphics.Path$FillType; +[Landroid.graphics.Path$Op; +[Landroid.graphics.Point; +[Landroid.graphics.PorterDuff$Mode; +[Landroid.graphics.Rect; +[Landroid.graphics.Region$Op; +[Landroid.graphics.RenderNode$PositionUpdateListener; +[Landroid.graphics.Shader$TileMode; +[Landroid.graphics.Typeface; +[Landroid.graphics.drawable.Drawable; +[Landroid.graphics.drawable.GradientDrawable$Orientation; +[Landroid.graphics.drawable.LayerDrawable$ChildDrawable; +[Landroid.graphics.fonts.FontVariationAxis; +[Landroid.hardware.biometrics.BiometricSourceType; +[Landroid.hardware.camera2.params.Capability; +[Landroid.hardware.camera2.params.Face; +[Landroid.hardware.camera2.params.HighSpeedVideoConfiguration; +[Landroid.hardware.camera2.params.MandatoryStreamCombination$ReprocessType; +[Landroid.hardware.camera2.params.MandatoryStreamCombination$SizeThreshold; +[Landroid.hardware.camera2.params.MandatoryStreamCombination$StreamCombinationTemplate; +[Landroid.hardware.camera2.params.MandatoryStreamCombination$StreamTemplate; +[Landroid.hardware.camera2.params.MandatoryStreamCombination; +[Landroid.hardware.camera2.params.MeteringRectangle; +[Landroid.hardware.camera2.params.OisSample; +[Landroid.hardware.camera2.params.RecommendedStreamConfiguration; +[Landroid.hardware.camera2.params.StreamConfiguration; +[Landroid.hardware.camera2.params.StreamConfigurationDuration; +[Landroid.hardware.display.WifiDisplay; +[Landroid.hardware.security.keymint.KeyParameter; +[Landroid.icu.impl.CacheValue$Strength; +[Landroid.icu.impl.CacheValue; +[Landroid.icu.impl.CalType; +[Landroid.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern; +[Landroid.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType; +[Landroid.icu.impl.DayPeriodRules$CutoffType; +[Landroid.icu.impl.DayPeriodRules$DayPeriod; +[Landroid.icu.impl.DayPeriodRules; +[Landroid.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$CurrencySink$EntrypointTable; +[Landroid.icu.impl.ICUResourceBundle$OpenType; +[Landroid.icu.impl.LocaleDisplayNamesImpl$CapitalizationContextUsage; +[Landroid.icu.impl.LocaleDisplayNamesImpl$DataTableType; +[Landroid.icu.impl.StandardPlural; +[Landroid.icu.impl.StaticUnicodeSets$Key; +[Landroid.icu.impl.TimeZoneGenericNames$GenericNameType; +[Landroid.icu.impl.TimeZoneGenericNames$Pattern; +[Landroid.icu.impl.TimeZoneNamesImpl$ZNames$NameTypeIndex; +[Landroid.icu.impl.Trie2$ValueWidth; +[Landroid.icu.impl.UCharacterName$AlgorithmName; +[Landroid.icu.impl.UCharacterProperty$BinaryProperty; +[Landroid.icu.impl.UCharacterProperty$IntProperty; +[Landroid.icu.impl.ValidIdentifiers$Datasubtype; +[Landroid.icu.impl.ValidIdentifiers$Datatype; +[Landroid.icu.impl.coll.CollationRuleParser$Position; +[Landroid.icu.impl.coll.FCDIterCollationIterator$State; +[Landroid.icu.impl.duration.TimeUnit; +[Landroid.icu.impl.locale.KeyTypeData$KeyInfoType; +[Landroid.icu.impl.locale.KeyTypeData$SpecialType; +[Landroid.icu.impl.locale.KeyTypeData$TypeInfoType; +[Landroid.icu.impl.locale.KeyTypeData$ValueType; +[Landroid.icu.impl.locale.LSR; +[Landroid.icu.impl.locale.LocaleValidityChecker$SpecialCase; +[Landroid.icu.impl.number.CompactData$CompactType; +[Landroid.icu.impl.number.DecimalFormatProperties$ParseMode; +[Landroid.icu.impl.number.Modifier$Signum; +[Landroid.icu.impl.number.Modifier; +[Landroid.icu.impl.number.Padder$PadPosition; +[Landroid.icu.impl.number.PatternStringUtils$PatternSignType; +[Landroid.icu.impl.units.MeasureUnitImpl$CompoundPart; +[Landroid.icu.impl.units.MeasureUnitImpl$InitialCompoundPart; +[Landroid.icu.impl.units.MeasureUnitImpl$PowerPart; +[Landroid.icu.impl.units.MeasureUnitImpl$UnitsParser$Token$Type; +[Landroid.icu.lang.UCharacter$UnicodeBlock; +[Landroid.icu.lang.UScript$ScriptUsage; +[Landroid.icu.lang.UScriptRun$ParenStackEntry; +[Landroid.icu.number.NumberFormatter$DecimalSeparatorDisplay; +[Landroid.icu.number.NumberFormatter$GroupingStrategy; +[Landroid.icu.number.NumberFormatter$RoundingPriority; +[Landroid.icu.number.NumberFormatter$SignDisplay; +[Landroid.icu.number.NumberFormatter$UnitWidth; +[Landroid.icu.number.NumberRangeFormatter$RangeCollapse; +[Landroid.icu.number.NumberRangeFormatter$RangeIdentityFallback; +[Landroid.icu.number.NumberRangeFormatter$RangeIdentityResult; +[Landroid.icu.number.NumberSkeletonImpl$ParseState; +[Landroid.icu.number.NumberSkeletonImpl$StemEnum; +[Landroid.icu.text.AlphabeticIndex$Bucket$LabelType; +[Landroid.icu.text.Bidi$IsoRun; +[Landroid.icu.text.Bidi$Isolate; +[Landroid.icu.text.Bidi$Opening; +[Landroid.icu.text.Bidi$Point; +[Landroid.icu.text.BidiRun; +[Landroid.icu.text.BidiTransform$Mirroring; +[Landroid.icu.text.BidiTransform$Order; +[Landroid.icu.text.BidiTransform$ReorderingScheme; +[Landroid.icu.text.CharsetRecog_sbcs$NGramsPlusLang; +[Landroid.icu.text.CompactDecimalFormat$CompactStyle; +[Landroid.icu.text.ConstrainedFieldPosition$ConstraintType; +[Landroid.icu.text.DateFormat$BooleanAttribute; +[Landroid.icu.text.DateFormat$Field; +[Landroid.icu.text.DateFormat$HourCycle; +[Landroid.icu.text.DateFormatSymbols$CalendarDataSink$AliasType; +[Landroid.icu.text.DateFormatSymbols$CapitalizationContextUsage; +[Landroid.icu.text.DateTimePatternGenerator$DTPGflags; +[Landroid.icu.text.DateTimePatternGenerator$DisplayWidth; +[Landroid.icu.text.DisplayContext$Type; +[Landroid.icu.text.DisplayContext; +[Landroid.icu.text.IDNA$Error; +[Landroid.icu.text.ListFormatter$Type; +[Landroid.icu.text.ListFormatter$Width; +[Landroid.icu.text.LocaleDisplayNames$DialectHandling; +[Landroid.icu.text.MeasureFormat$FormatWidth; +[Landroid.icu.text.MessagePattern$ApostropheMode; +[Landroid.icu.text.MessagePattern$ArgType; +[Landroid.icu.text.MessagePattern$Part$Type; +[Landroid.icu.text.MessagePatternUtil$MessageContentsNode$Type; +[Landroid.icu.text.Normalizer2$Mode; +[Landroid.icu.text.PluralRules$KeywordStatus; +[Landroid.icu.text.PluralRules$Operand; +[Landroid.icu.text.PluralRules$PluralType; +[Landroid.icu.text.PluralRules$SampleType; +[Landroid.icu.text.RBBIRuleParseTable$RBBIRuleTableElement; +[Landroid.icu.text.RelativeDateTimeFormatter$AbsoluteUnit; +[Landroid.icu.text.RelativeDateTimeFormatter$Direction; +[Landroid.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink$DateTimeUnit; +[Landroid.icu.text.RelativeDateTimeFormatter$RelativeDateTimeUnit; +[Landroid.icu.text.RelativeDateTimeFormatter$RelativeUnit; +[Landroid.icu.text.RelativeDateTimeFormatter$Style; +[Landroid.icu.text.SearchIterator$ElementComparisonType; +[Landroid.icu.text.SimpleDateFormat$ContextValue; +[Landroid.icu.text.SpoofChecker$RestrictionLevel; +[Landroid.icu.text.TimeZoneFormat$GMTOffsetPatternType; +[Landroid.icu.text.TimeZoneFormat$OffsetFields; +[Landroid.icu.text.TimeZoneFormat$ParseOption; +[Landroid.icu.text.TimeZoneFormat$Style; +[Landroid.icu.text.TimeZoneFormat$TimeType; +[Landroid.icu.text.TimeZoneNames$NameType; +[Landroid.icu.text.UnicodeSet$ComparisonStyle; +[Landroid.icu.text.UnicodeSet$SpanCondition; +[Landroid.icu.text.UnicodeSet; +[Landroid.icu.text.UnicodeSetSpanner$CountMethod; +[Landroid.icu.text.UnicodeSetSpanner$TrimOption; +[Landroid.icu.util.BasicTimeZone$LocalOption; +[Landroid.icu.util.BytesTrie$Result; +[Landroid.icu.util.CodePointMap$RangeOption; +[Landroid.icu.util.CodePointMap; +[Landroid.icu.util.CodePointTrie$Type; +[Landroid.icu.util.CodePointTrie$ValueWidth; +[Landroid.icu.util.Currency$CurrencyUsage; +[Landroid.icu.util.GenderInfo$Gender; +[Landroid.icu.util.GenderInfo$ListGenderStyle; +[Landroid.icu.util.Holiday; +[Landroid.icu.util.IslamicCalendar$CalculationType; +[Landroid.icu.util.LocaleMatcher$Demotion; +[Landroid.icu.util.LocaleMatcher$Direction; +[Landroid.icu.util.LocaleMatcher$FavorSubtag; +[Landroid.icu.util.MeasureUnit$Complexity; +[Landroid.icu.util.Region$RegionType; +[Landroid.icu.util.StringTrieBuilder$Option; +[Landroid.icu.util.StringTrieBuilder$State; +[Landroid.icu.util.TimeArrayTimeZoneRule; +[Landroid.icu.util.TimeZone$SystemTimeZoneType; +[Landroid.icu.util.TimeZoneRule; +[Landroid.icu.util.ULocale$AvailableType; +[Landroid.icu.util.ULocale$Category; +[Landroid.icu.util.ULocale$Minimize; +[Landroid.icu.util.ULocale; +[Landroid.icu.util.UResourceBundle$RootType; +[Landroid.icu.util.UniversalTimeScale$TimeScaleData; +[Landroid.media.AudioAttributes; +[Landroid.media.AudioDeviceInfo; +[Landroid.media.AudioGain; +[Landroid.media.AudioPatch; +[Landroid.media.AudioPort; +[Landroid.media.AudioPortConfig; +[Landroid.media.DrmInitData$SchemeInitData; +[Landroid.media.ExifInterface$ExifTag; +[Landroid.media.ImageReader$SurfaceImage$SurfacePlane; +[Landroid.media.ImageWriter$WriterSurfaceImage$SurfacePlane; +[Landroid.media.MediaCodecInfo$CodecCapabilities; +[Landroid.media.MediaCodecInfo$CodecProfileLevel; +[Landroid.media.MediaCodecInfo$Feature; +[Landroid.media.MediaCodecInfo; +[Landroid.media.MediaPlayer$TrackInfo; +[Landroid.media.MediaTimeProvider$OnMediaTimeListener; +[Landroid.media.audiopolicy.AudioProductStrategy$AudioAttributesGroup; +[Landroid.net.LocalSocketAddress$Namespace; +[Landroid.net.NetworkKey; +[Landroid.net.Uri; +[Landroid.net.rtp.AudioCodec; +[Landroid.os.AsyncTask$Status; +[Landroid.os.BatteryConsumer$Key; +[Landroid.os.BatteryStats$BitDescription; +[Landroid.os.BatteryStats$IntToString; +[Landroid.os.BatteryStats$LongCounter; +[Landroid.os.Bundle; +[Landroid.os.Debug$MemoryInfo; +[Landroid.os.MessageQueue$IdleHandler; +[Landroid.os.ParcelFileDescriptor; +[Landroid.os.ParcelUuid; +[Landroid.os.Parcelable; +[Landroid.os.PatternMatcher; +[Landroid.os.PersistableBundle; +[Landroid.os.SystemService$State; +[Landroid.os.UserHandle; +[Landroid.os.health.HealthKeys$SortedIntArray; +[Landroid.os.storage.StorageVolume; +[Landroid.os.storage.VolumeInfo; +[Landroid.os.vibrator.VibrationEffectSegment; +[Landroid.provider.FontsContract$FontInfo; +[Landroid.renderscript.Element$DataKind; +[Landroid.renderscript.Element$DataType; +[Landroid.renderscript.RenderScript$ContextType; +[Landroid.security.KeyStore$State; +[Landroid.service.notification.StatusBarNotification; +[Landroid.service.notification.ZenModeConfig$ZenRule; +[Landroid.sysprop.CryptoProperties$state_values; +[Landroid.sysprop.CryptoProperties$type_values; +[Landroid.system.StructCapUserData; +[Landroid.system.StructPollfd; +[Landroid.system.keystore2.Authorization; +[Landroid.telephony.ActivityStatsTechSpecificInfo; +[Landroid.telephony.LocationAccessPolicy$LocationPermissionResult; +[Landroid.telephony.SmsMessage$MessageClass; +[Landroid.telephony.SubscriptionPlan; +[Landroid.telephony.TelephonyManager$MultiSimVariants; +[Landroid.telephony.UiccAccessRule; +[Landroid.telephony.gsm.SmsMessage$MessageClass; +[Landroid.text.DynamicLayout$ChangeWatcher; +[Landroid.text.InputFilter; +[Landroid.text.Layout$Alignment; +[Landroid.text.Layout$Directions; +[Landroid.text.PrecomputedText$ParagraphInfo; +[Landroid.text.Selection$MemoryTextWatcher; +[Landroid.text.SpanWatcher; +[Landroid.text.TextLine; +[Landroid.text.TextUtils$TruncateAt; +[Landroid.text.TextWatcher; +[Landroid.text.method.MultiTapKeyListener; +[Landroid.text.method.QwertyKeyListener$Replaced; +[Landroid.text.method.QwertyKeyListener; +[Landroid.text.method.TextKeyListener$Capitalize; +[Landroid.text.method.TextKeyListener; +[Landroid.text.method.Touch$DragState; +[Landroid.text.style.AlignmentSpan; +[Landroid.text.style.CharacterStyle; +[Landroid.text.style.ClickableSpan; +[Landroid.text.style.LeadingMarginSpan; +[Landroid.text.style.LineBackgroundSpan; +[Landroid.text.style.LineHeightSpan; +[Landroid.text.style.MetricAffectingSpan; +[Landroid.text.style.ParagraphStyle; +[Landroid.text.style.ReplacementSpan; +[Landroid.text.style.SpellCheckSpan; +[Landroid.text.style.SuggestionSpan; +[Landroid.text.style.TabStopSpan; +[Landroid.text.style.URLSpan; +[Landroid.util.ArrayMap; +[Landroid.util.DataUnit; +[Landroid.util.JsonScope; +[Landroid.util.JsonToken; +[Landroid.util.LongSparseArray; +[Landroid.util.Pair; +[Landroid.util.Range; +[Landroid.util.Rational; +[Landroid.util.Size; +[Landroid.util.SparseIntArray; +[Landroid.util.Xml$Encoding; +[Landroid.view.AppTransitionAnimationSpec; +[Landroid.view.Choreographer$CallbackQueue; +[Landroid.view.Display$Mode; +[Landroid.view.Display; +[Landroid.view.DisplayEventReceiver$VsyncEventData$FrameTimeline; +[Landroid.view.HandlerActionQueue$HandlerAction; +[Landroid.view.InsetsSource; +[Landroid.view.InsetsSourceControl; +[Landroid.view.MotionEvent$PointerCoords; +[Landroid.view.MotionEvent$PointerProperties; +[Landroid.view.RoundedCorner; +[Landroid.view.SurfaceControl$DisplayMode; +[Landroid.view.SurfaceHolder$Callback; +[Landroid.view.SyncRtSurfaceTransactionApplier$SurfaceParams; +[Landroid.view.View$AttachInfo$InvalidateInfo; +[Landroid.view.View; +[Landroid.view.WindowManager$LayoutParams; +[Landroid.view.accessibility.CaptioningManager$CaptionStyle; +[Landroid.view.autofill.AutofillId; +[Landroid.view.inputmethod.CompletionInfo; +[Landroid.view.inputmethod.InputMethodSubtype; +[Landroid.view.textservice.SentenceSuggestionsInfo; +[Landroid.view.textservice.SuggestionsInfo; +[Landroid.view.textservice.TextInfo; +[Landroid.webkit.ConsoleMessage$MessageLevel; +[Landroid.webkit.FindAddress$ZipRange; +[Landroid.webkit.WebSettings$PluginState; +[Landroid.widget.Editor$TextRenderNode; +[Landroid.widget.Editor$TextViewPositionListener; +[Landroid.widget.GridLayout$Arc; +[Landroid.widget.GridLayout$Bounds; +[Landroid.widget.GridLayout$Interval; +[Landroid.widget.GridLayout$MutableInt; +[Landroid.widget.GridLayout$Spec; +[Landroid.widget.ImageView$ScaleType; +[Landroid.widget.SpellChecker$RemoveReason; +[Landroid.widget.SpellChecker$SpellParser; +[Landroid.widget.TextView$BufferType; +[Landroid.widget.TextView$ChangeWatcher; +[Lcom.android.framework.protobuf.GeneratedMessageLite$MethodToInvoke; +[Lcom.android.framework.protobuf.ProtoSyntax; +[Lcom.android.i18n.phonenumbers.NumberParseException$ErrorType; +[Lcom.android.i18n.phonenumbers.PhoneNumberMatcher$State; +[Lcom.android.i18n.phonenumbers.PhoneNumberUtil$Leniency; +[Lcom.android.i18n.phonenumbers.PhoneNumberUtil$MatchType; +[Lcom.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat; +[Lcom.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType; +[Lcom.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult; +[Lcom.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource; +[Lcom.android.i18n.phonenumbers.ShortNumberInfo$ShortNumberCost; +[Lcom.android.internal.app.ResolverActivity$ActionTitle; +[Lcom.android.internal.graphics.drawable.BackgroundBlurDrawable$BlurRegion; +[Lcom.android.internal.os.BatteryStatsImpl$Counter; +[Lcom.android.internal.os.BatteryStatsImpl$LongSamplingCounter; +[Lcom.android.internal.os.BatteryStatsImpl$StopwatchTimer; +[Lcom.android.internal.os.ZygoteServer$UsapPoolRefillAction; +[Lcom.android.internal.policy.PhoneWindow$PanelFeatureState; +[Lcom.android.internal.protolog.BaseProtoLogImpl$LogLevel; +[Lcom.android.internal.protolog.ProtoLogGroup; +[Lcom.android.internal.statusbar.NotificationVisibility$NotificationLocation; +[Lcom.android.internal.telephony.Call$SrvccState; +[Lcom.android.internal.telephony.Call$State; +[Lcom.android.internal.telephony.CommandException$Error; +[Lcom.android.internal.telephony.Connection$PostDialState; +[Lcom.android.internal.telephony.DctConstants$Activity; +[Lcom.android.internal.telephony.DctConstants$State; +[Lcom.android.internal.telephony.DriverCall$State; +[Lcom.android.internal.telephony.IccCardConstants$State; +[Lcom.android.internal.telephony.MmiCode$State; +[Lcom.android.internal.telephony.OperatorInfo$State; +[Lcom.android.internal.telephony.Phone; +[Lcom.android.internal.telephony.PhoneConstants$DataState; +[Lcom.android.internal.telephony.PhoneConstants$State; +[Lcom.android.internal.telephony.PhoneInternalInterface$DataActivityState; +[Lcom.android.internal.telephony.PhoneInternalInterface$SuppService; +[Lcom.android.internal.telephony.SmsConstants$MessageClass; +[Lcom.android.internal.telephony.cat.AppInterface$CommandType; +[Lcom.android.internal.telephony.cat.ComprehensionTlvTag; +[Lcom.android.internal.telephony.cat.Duration$TimeUnit; +[Lcom.android.internal.telephony.cat.FontSize; +[Lcom.android.internal.telephony.cat.LaunchBrowserMode; +[Lcom.android.internal.telephony.cat.PresentationType; +[Lcom.android.internal.telephony.cat.ResultCode; +[Lcom.android.internal.telephony.cat.TextAlignment; +[Lcom.android.internal.telephony.cat.TextColor; +[Lcom.android.internal.telephony.cat.Tone; +[Lcom.android.internal.telephony.dataconnection.DataConnection$SetupResult; +[Lcom.android.internal.telephony.dataconnection.DataConnectionReasons$DataAllowedReasonType; +[Lcom.android.internal.telephony.dataconnection.DataConnectionReasons$DataDisallowedReasonType; +[Lcom.android.internal.telephony.dataconnection.DcTracker$RetryFailures; +[Lcom.android.internal.telephony.gsm.SsData$RequestType; +[Lcom.android.internal.telephony.gsm.SsData$ServiceType; +[Lcom.android.internal.telephony.gsm.SsData$TeleserviceType; +[Lcom.android.internal.telephony.imsphone.ImsPhoneCallTracker$HoldSwapState; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$CellularDataServiceSwitch; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$CellularServiceState; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$DataCallSession; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$ImsRegistrationStats; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$ImsRegistrationTermination; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$IncomingSms; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$NetworkRequests; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$OutgoingSms; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$VoiceCallRatUsage; +[Lcom.android.internal.telephony.nano.PersistAtomsProto$VoiceCallSession; +[Lcom.android.internal.telephony.phonenumbers.NumberParseException$ErrorType; +[Lcom.android.internal.telephony.phonenumbers.PhoneNumberMatcher$State; +[Lcom.android.internal.telephony.phonenumbers.PhoneNumberUtil$Leniency; +[Lcom.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType; +[Lcom.android.internal.telephony.phonenumbers.PhoneNumberUtil$PhoneNumberFormat; +[Lcom.android.internal.telephony.phonenumbers.PhoneNumberUtil$PhoneNumberType; +[Lcom.android.internal.telephony.phonenumbers.PhoneNumberUtil$ValidationResult; +[Lcom.android.internal.telephony.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource; +[Lcom.android.internal.telephony.phonenumbers.ShortNumberInfo$ShortNumberCost; +[Lcom.android.internal.telephony.uicc.IccCardApplicationStatus$AppState; +[Lcom.android.internal.telephony.uicc.IccCardApplicationStatus$AppType; +[Lcom.android.internal.telephony.uicc.IccCardApplicationStatus$PersoSubState; +[Lcom.android.internal.telephony.uicc.IccCardStatus$CardState; +[Lcom.android.internal.telephony.uicc.IccCardStatus$PinState; +[Lcom.android.internal.telephony.uicc.SIMRecords$GetSpnFsmState; +[Lcom.android.internal.telephony.uicc.UsimServiceTable$UsimService; +[Lcom.android.internal.util.StateMachine$SmHandler$StateInfo; +[Lcom.android.okhttp.CipherSuite; +[Lcom.android.okhttp.ConnectionSpec; +[Lcom.android.okhttp.HttpUrl$Builder$ParseResult; +[Lcom.android.okhttp.Protocol; +[Lcom.android.okhttp.TlsVersion; +[Lcom.android.org.bouncycastle.asn1.ASN1Encodable; +[Lcom.android.org.bouncycastle.asn1.ASN1ObjectIdentifier; +[Lcom.android.org.bouncycastle.asn1.ASN1OctetString; +[Lcom.android.org.bouncycastle.crypto.params.DHParameters; +[Lcom.android.org.bouncycastle.crypto.params.DSAParameters; +[Lcom.android.org.bouncycastle.jcajce.provider.asymmetric.x509.PEMUtil$Boundaries; +[Lcom.android.org.kxml2.io.KXmlParser$ValueContext; +[Ldalvik.system.DexPathList$Element; +[Ldalvik.system.DexPathList$NativeLibraryElement; +[Lgov.nist.javax.sip.DialogTimeoutEvent$Reason; +[Ljava.io.File$PathStatus; +[Ljava.io.File; +[Ljava.io.FileDescriptor; +[Ljava.io.IOException; +[Ljava.io.ObjectInputStream$HandleTable$HandleList; +[Ljava.io.ObjectStreamClass$ClassDataSlot; +[Ljava.io.ObjectStreamClass$MemberSignature; +[Ljava.io.ObjectStreamField; +[Ljava.io.Serializable; +[Ljava.lang.Byte; +[Ljava.lang.CharSequence; +[Ljava.lang.Character$UnicodeBlock; +[Ljava.lang.Character; +[Ljava.lang.Class; +[Ljava.lang.ClassLoader; +[Ljava.lang.Comparable; +[Ljava.lang.Daemons$Daemon; +[Ljava.lang.Enum; +[Ljava.lang.Float; +[Ljava.lang.Integer; +[Ljava.lang.Long; +[Ljava.lang.Object; +[Ljava.lang.Package; +[Ljava.lang.Runnable; +[Ljava.lang.Short; +[Ljava.lang.StackTraceElement; +[Ljava.lang.String; +[Ljava.lang.StringBuilder; +[Ljava.lang.Thread$State; +[Ljava.lang.Thread; +[Ljava.lang.ThreadGroup; +[Ljava.lang.ThreadLocal$ThreadLocalMap$Entry; +[Ljava.lang.Throwable; +[Ljava.lang.Void; +[Ljava.lang.annotation.Annotation; +[Ljava.lang.invoke.MethodHandle; +[Ljava.lang.invoke.MethodType; +[Ljava.lang.invoke.VarHandle$AccessMode; +[Ljava.lang.invoke.VarHandle$AccessType; +[Ljava.lang.ref.WeakReference; +[Ljava.lang.reflect.AccessibleObject; +[Ljava.lang.reflect.Constructor; +[Ljava.lang.reflect.Field; +[Ljava.lang.reflect.Method; +[Ljava.lang.reflect.Parameter; +[Ljava.lang.reflect.Type; +[Ljava.lang.reflect.TypeVariable; +[Ljava.math.BigDecimal; +[Ljava.math.BigInteger; +[Ljava.math.MathContext; +[Ljava.math.RoundingMode; +[Ljava.net.Authenticator$RequestorType; +[Ljava.net.InetAddress; +[Ljava.net.InterfaceAddress; +[Ljava.net.NetworkInterface; +[Ljava.net.Proxy$Type; +[Ljava.net.StandardProtocolFamily; +[Ljava.nio.ByteBuffer; +[Ljava.nio.channels.SelectionKey; +[Ljava.nio.file.AccessMode; +[Ljava.nio.file.CopyOption; +[Ljava.nio.file.LinkOption; +[Ljava.nio.file.OpenOption; +[Ljava.nio.file.StandardCopyOption; +[Ljava.nio.file.StandardOpenOption; +[Ljava.nio.file.attribute.FileAttribute; +[Ljava.security.CodeSigner; +[Ljava.security.CryptoPrimitive; +[Ljava.security.Permission; +[Ljava.security.Principal; +[Ljava.security.ProtectionDomain; +[Ljava.security.Provider; +[Ljava.security.cert.CRLReason; +[Ljava.security.cert.Certificate; +[Ljava.security.cert.PKIXRevocationChecker$Option; +[Ljava.security.cert.X509CRL; +[Ljava.security.cert.X509Certificate; +[Ljava.text.DateFormat$Field; +[Ljava.text.DateFormat; +[Ljava.text.Format; +[Ljava.text.Normalizer$Form; +[Ljava.time.Clock; +[Ljava.time.DayOfWeek; +[Ljava.time.LocalDateTime; +[Ljava.time.LocalTime; +[Ljava.time.Month; +[Ljava.time.ZoneOffset; +[Ljava.time.format.DateTimeFormatterBuilder$DateTimePrinterParser; +[Ljava.time.format.DateTimeFormatterBuilder$SettingsParser; +[Ljava.time.format.ResolverStyle; +[Ljava.time.format.SignStyle; +[Ljava.time.format.TextStyle; +[Ljava.time.temporal.ChronoField; +[Ljava.time.temporal.ChronoUnit; +[Ljava.time.temporal.IsoFields$Field; +[Ljava.time.temporal.IsoFields$Unit; +[Ljava.time.temporal.JulianFields$Field; +[Ljava.time.temporal.TemporalUnit; +[Ljava.time.zone.ZoneOffsetTransition; +[Ljava.time.zone.ZoneOffsetTransitionRule$TimeDefinition; +[Ljava.time.zone.ZoneOffsetTransitionRule; +[Ljava.util.ArrayList; +[Ljava.util.Comparators$NaturalOrderComparator; +[Ljava.util.Enumeration; +[Ljava.util.Formatter$Flags; +[Ljava.util.Formatter$FormatString; +[Ljava.util.HashMap$Node; +[Ljava.util.HashMap; +[Ljava.util.Hashtable$HashtableEntry; +[Ljava.util.List; +[Ljava.util.Locale$Category; +[Ljava.util.Locale$FilteringMode; +[Ljava.util.Locale; +[Ljava.util.Map$Entry; +[Ljava.util.TimerTask; +[Ljava.util.UUID; +[Ljava.util.WeakHashMap$Entry; +[Ljava.util.concurrent.ConcurrentHashMap$CounterCell; +[Ljava.util.concurrent.ConcurrentHashMap$Node; +[Ljava.util.concurrent.ConcurrentHashMap$Segment; +[Ljava.util.concurrent.ForkJoinPool$WorkQueue; +[Ljava.util.concurrent.ForkJoinTask$ExceptionNode; +[Ljava.util.concurrent.ForkJoinTask; +[Ljava.util.concurrent.RunnableScheduledFuture; +[Ljava.util.concurrent.TimeUnit; +[Ljava.util.concurrent.atomic.Striped64$Cell; +[Ljava.util.logging.Handler; +[Ljava.util.prefs.AbstractPreferences; +[Ljava.util.regex.Pattern; +[Ljava.util.stream.Collector$Characteristics; +[Ljava.util.stream.MatchOps$MatchKind; +[Ljava.util.stream.StreamOpFlag$Type; +[Ljava.util.stream.StreamOpFlag; +[Ljava.util.stream.StreamShape; +[Ljavax.crypto.Cipher$InitType; +[Ljavax.crypto.Cipher$NeedToSet; +[Ljavax.net.ssl.KeyManager; +[Ljavax.net.ssl.SSLEngineResult$HandshakeStatus; +[Ljavax.net.ssl.SSLEngineResult$Status; +[Ljavax.net.ssl.TrustManager; +[Ljavax.security.auth.x500.X500Principal; +[Ljavax.security.cert.X509Certificate; +[Ljavax.sip.DialogState; +[Ljavax.sip.Timeout; +[Ljavax.sip.TransactionState; +[Ljdk.internal.math.FDBigInteger; +[Llibcore.io.ClassPathURLStreamHandler; +[Llibcore.io.IoTracker$Mode; +[Llibcore.reflect.AnnotationMember$DefaultValues; +[Llibcore.reflect.AnnotationMember; +[Lorg.json.JSONStringer$Scope; +[Lsun.invoke.util.Wrapper; +[Lsun.nio.ch.SelectionKeyImpl; +[Lsun.nio.fs.NativeBuffer; +[Lsun.security.jca.ProviderConfig; +[Lsun.security.jca.ServiceId; +[Lsun.security.pkcs.SignerInfo; +[Lsun.security.provider.certpath.OCSP$RevocationStatus$CertStatus; +[Lsun.security.provider.certpath.OCSPResponse$ResponseStatus; +[Lsun.security.provider.certpath.RevocationChecker$Mode; +[Lsun.security.util.DerOutputStream; +[Lsun.security.util.DerValue; +[Lsun.security.util.DisabledAlgorithmConstraints$Constraint$Operator; +[Lsun.security.util.ObjectIdentifier; +[Lsun.security.x509.AVA; +[Lsun.security.x509.AlgorithmId; +[Lsun.security.x509.NetscapeCertTypeExtension$MapEntry; +[Lsun.security.x509.RDN; +[Lsun.util.calendar.Era; +[Lsun.util.logging.PlatformLogger$Level; +[S +[Z +[[B +[[C +[[F +[[I +[[J +[[Landroid.media.ExifInterface$ExifTag; +[[Landroid.widget.GridLayout$Arc; +[[Lcom.android.internal.os.BatteryStatsImpl$LongSamplingCounter; +[[Lcom.android.internal.widget.LockPatternView$Cell; +[[Ljava.lang.Byte; +[[Ljava.lang.Class; +[[Ljava.lang.Long; +[[Ljava.lang.Object; +[[Ljava.lang.String; +[[Ljava.lang.annotation.Annotation; +[[Ljava.lang.invoke.MethodHandle; +[[Ljava.math.BigInteger; +[[S +[[[B +[[[I diff --git a/sparse/system/etc/protolog.conf.json.gz b/sparse/system/etc/protolog.conf.json.gz new file mode 100644 index 0000000..6929a3a Binary files /dev/null and b/sparse/system/etc/protolog.conf.json.gz differ diff --git a/sparse/system/etc/public.libraries.txt b/sparse/system/etc/public.libraries.txt new file mode 100644 index 0000000..967205f --- /dev/null +++ b/sparse/system/etc/public.libraries.txt @@ -0,0 +1,30 @@ +# See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md +libandroid.so +libaaudio.so +libamidi.so +libbinder_ndk.so +libc.so +libcamera2ndk.so +libdl.so +libEGL.so +libGLESv1_CM.so +libGLESv2.so +libGLESv3.so +libicu.so +libicui18n.so +libicuuc.so +libjnigraphics.so +liblog.so +libmediandk.so +libm.so +libnativehelper.so +libnativewindow.so +libneuralnetworks.so nopreload +libOpenMAXAL.so +libOpenSLES.so +libRS.so +libstdc++.so +libsync.so +libvulkan.so +libwebviewchromium_plat_support.so +libz.so diff --git a/sparse/system/etc/res/images/charger/battery_fail.png b/sparse/system/etc/res/images/charger/battery_fail.png new file mode 100644 index 0000000..aded88a Binary files /dev/null and b/sparse/system/etc/res/images/charger/battery_fail.png differ diff --git a/sparse/system/etc/res/images/charger/battery_scale.png b/sparse/system/etc/res/images/charger/battery_scale.png new file mode 100644 index 0000000..2ae8f0f Binary files /dev/null and b/sparse/system/etc/res/images/charger/battery_scale.png differ diff --git a/sparse/system/etc/sanitizer.libraries.txt b/sparse/system/etc/sanitizer.libraries.txt new file mode 100644 index 0000000..fb7eb2f --- /dev/null +++ b/sparse/system/etc/sanitizer.libraries.txt @@ -0,0 +1,5 @@ +libclang_rt.asan-aarch64-android.so +libclang_rt.hwasan-aarch64-android.so +libclang_rt.ubsan_standalone-aarch64-android.so +libclang_rt.asan-arm-android.so +libclang_rt.ubsan_standalone-arm-android.so diff --git a/sparse/system/etc/seccomp_policy/code_coverage.arm.policy b/sparse/system/etc/seccomp_policy/code_coverage.arm.policy new file mode 100644 index 0000000..4c9132b --- /dev/null +++ b/sparse/system/etc/seccomp_policy/code_coverage.arm.policy @@ -0,0 +1,2 @@ +# empty unless code_coverage is enabled. +# code_coverage.arm.policy diff --git a/sparse/system/etc/seccomp_policy/code_coverage.arm64.policy b/sparse/system/etc/seccomp_policy/code_coverage.arm64.policy new file mode 100644 index 0000000..dc5c35a --- /dev/null +++ b/sparse/system/etc/seccomp_policy/code_coverage.arm64.policy @@ -0,0 +1,2 @@ +# empty unless code_coverage is enabled. +# code_coverage.arm64.policy diff --git a/sparse/system/etc/seccomp_policy/crash_dump.arm.policy b/sparse/system/etc/seccomp_policy/crash_dump.arm.policy new file mode 100644 index 0000000..8fd03c4 --- /dev/null +++ b/sparse/system/etc/seccomp_policy/crash_dump.arm.policy @@ -0,0 +1,39 @@ +read: 1 +write: 1 +exit: 1 +rt_sigreturn: 1 +sigreturn: 1 +exit_group: 1 +clock_gettime: 1 +gettimeofday: 1 +futex: 1 +getrandom: 1 +getpid: 1 +gettid: 1 +ppoll: 1 +pipe2: 1 +openat: 1 +dup: 1 +close: 1 +lseek: 1 +getdents64: 1 +faccessat: 1 +recvmsg: 1 +recvfrom: 1 +sysinfo: 1 +process_vm_readv: 1 +tgkill: 1 +rt_sigprocmask: 1 +rt_sigaction: 1 +rt_tgsigqueueinfo: 1 +prctl: arg0 == PR_GET_NO_NEW_PRIVS || arg0 == 0x53564d41 +madvise: 1 +mprotect: arg2 in 0x1|0x2 +munmap: 1 +getuid32: 1 +fstat64: 1 +mmap2: arg2 in 0x1|0x2 +geteuid32: 1 +getgid32: 1 +getegid32: 1 +getgroups32: 1 diff --git a/sparse/system/etc/seccomp_policy/crash_dump.arm64.policy b/sparse/system/etc/seccomp_policy/crash_dump.arm64.policy new file mode 100644 index 0000000..8241f0e --- /dev/null +++ b/sparse/system/etc/seccomp_policy/crash_dump.arm64.policy @@ -0,0 +1,38 @@ +read: 1 +write: 1 +exit: 1 +rt_sigreturn: 1 +exit_group: 1 +clock_gettime: 1 +gettimeofday: 1 +futex: 1 +getrandom: 1 +getpid: 1 +gettid: 1 +ppoll: 1 +pipe2: 1 +openat: 1 +dup: 1 +close: 1 +lseek: 1 +getdents64: 1 +faccessat: 1 +recvmsg: 1 +recvfrom: 1 +sysinfo: 1 +process_vm_readv: 1 +tgkill: 1 +rt_sigprocmask: 1 +rt_sigaction: 1 +rt_tgsigqueueinfo: 1 +prctl: arg0 == PR_GET_NO_NEW_PRIVS || arg0 == 0x53564d41 || arg0 == PR_PAC_RESET_KEYS || arg0 == 56 || arg0 == 61 +madvise: 1 +mprotect: arg2 in 0x1|0x2 +munmap: 1 +getuid: 1 +fstat: 1 +mmap: arg2 in 0x1|0x2 +geteuid: 1 +getgid: 1 +getegid: 1 +getgroups: 1 diff --git a/sparse/system/etc/seccomp_policy/mediacodec.policy b/sparse/system/etc/seccomp_policy/mediacodec.policy new file mode 100644 index 0000000..b4a9ff6 --- /dev/null +++ b/sparse/system/etc/seccomp_policy/mediacodec.policy @@ -0,0 +1,63 @@ +# Organized by frequency of systemcall - in descending order for +# best performance. +futex: 1 +ioctl: 1 +write: 1 +prctl: 1 +clock_gettime: 1 +getpriority: 1 +read: 1 +close: 1 +writev: 1 +dup: 1 +ppoll: 1 +mmap2: 1 +getrandom: 1 +memfd_create: 1 +ftruncate: 1 +ftruncate64: 1 + +# mremap: Ensure |flags| are (MREMAP_MAYMOVE | MREMAP_FIXED) TODO: Once minijail +# parser support for '<' is in this needs to be modified to also prevent +# |old_address| and |new_address| from touching the exception vector page, which +# on ARM is statically loaded at 0xffff 0000. See +# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0211h/Babfeega.html +# for more details. +mremap: arg3 == 3 || arg3 == MREMAP_MAYMOVE +munmap: 1 +mprotect: 1 +madvise: 1 +openat: 1 +sigaltstack: 1 +clone: 1 +setpriority: 1 +getuid32: 1 +fstat64: 1 +fstatfs64: 1 +pread64: 1 +faccessat: 1 +readlinkat: 1 +exit: 1 +rt_sigprocmask: 1 +set_tid_address: 1 +restart_syscall: 1 +exit_group: 1 +rt_sigreturn: 1 +pipe2: 1 +gettimeofday: 1 +sched_yield: 1 +nanosleep: 1 +lseek: 1 +_llseek: 1 +sched_get_priority_max: 1 +sched_get_priority_min: 1 +statfs64: 1 +sched_setscheduler: 1 +fstatat64: 1 +ugetrlimit: 1 +getdents64: 1 +getrandom: 1 + +@include /system/etc/seccomp_policy/crash_dump.arm.policy + +@include /system/etc/seccomp_policy/code_coverage.arm.policy diff --git a/sparse/system/etc/seccomp_policy/mediaextractor.policy b/sparse/system/etc/seccomp_policy/mediaextractor.policy new file mode 100644 index 0000000..e54c918 --- /dev/null +++ b/sparse/system/etc/seccomp_policy/mediaextractor.policy @@ -0,0 +1,61 @@ +# Organized by frequency of systemcall - in descending order for +# best performance. +ioctl: 1 +futex: 1 +prctl: 1 +write: 1 +getpriority: 1 +close: 1 +dup: 1 +mmap: 1 +munmap: 1 +openat: 1 +mprotect: 1 +madvise: 1 +getuid: 1 +fstat: 1 +fstatfs: 1 +read: 1 +setpriority: 1 +sigaltstack: 1 +clone: 1 +sched_setscheduler: 1 +lseek: 1 +newfstatat: 1 +faccessat: 1 +restart_syscall: 1 +exit: 1 +exit_group: 1 +rt_sigreturn: 1 +getrlimit: 1 +nanosleep: 1 +getrandom: 1 +timer_create: 1 +timer_settime: 1 +timer_delete: 1 + +# for FileSource +readlinkat: 1 + +# for dynamically loading extractors +getdents64: 1 +readlinkat: 1 +pread64: 1 +mremap: 1 + +# Required by Sanitizers +sched_yield: 1 + +# Android profiler (heapprofd, traced_perf) additions, where not already +# covered by the rest of the file, or by builtin minijail allow-listing of +# logging-related syscalls. +# TODO(b/197184220): this is a targeted addition for a specific investigation, +# and addresses just the arm64 framework av service policies. In the future, we +# should make this more general (e.g. a central file that can be @included in +# other policy files). +setsockopt: 1 +sendmsg: 1 +set_tid_address: 1 + +@include /apex/com.android.media/etc/seccomp_policy/crash_dump.arm64.policy +@include /apex/com.android.media/etc/seccomp_policy/code_coverage.arm64.policy diff --git a/sparse/system/etc/security/cacerts/01419da9.0 b/sparse/system/etc/security/cacerts/01419da9.0 new file mode 100644 index 0000000..6be3604 --- /dev/null +++ b/sparse/system/etc/security/cacerts/01419da9.0 @@ -0,0 +1,56 @@ +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 66:f2:3d:af:87:de:8b:b1:4a:ea:0c:57:31:01:c2:ec + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=Microsoft Corporation, CN=Microsoft ECC Root Certificate Authority 2017 + Validity + Not Before: Dec 18 23:06:45 2019 GMT + Not After : Jul 18 23:16:04 2042 GMT + Subject: C=US, O=Microsoft Corporation, CN=Microsoft ECC Root Certificate Authority 2017 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:d4:bc:3d:02:42:75:41:13:23:cd:80:04:86:02: + 51:2f:6a:a8:81:62:0b:65:cc:f6:ca:9d:1e:6f:4a: + 66:51:a2:03:d9:9d:91:fa:b6:16:b1:8c:6e:de:7c: + cd:db:79:a6:2f:ce:bb:ce:71:2f:e5:a5:ab:28:ec: + 63:04:66:99:f8:fa:f2:93:10:05:e1:81:28:42:e3: + c6:68:f4:e6:1b:84:60:4a:89:af:ed:79:0f:3b:ce: + f1:f6:44:f5:01:78:c0 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + C8:CB:99:72:70:52:0C:F8:E6:BE:B2:04:57:29:2A:CF:42:10:ED:35 + 1.3.6.1.4.1.311.21.1: + ... + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:30:58:f2:4d:ea:0c:f9:5f:5e:ee:60:29:cb:3a:f2: + db:d6:32:84:19:3f:7c:d5:2f:c2:b1:cc:93:ae:50:bb:09:32: + c6:c6:ed:7e:c9:36:94:12:e4:68:85:06:a2:1b:d0:2f:02:31: + 00:99:e9:16:b4:0e:fa:56:48:d4:a4:30:16:91:78:db:54:8c: + 65:01:8a:e7:50:66:c2:31:b7:39:ba:b8:1a:22:07:4e:fc:6b: + 54:16:20:ff:2b:b5:e7:4c:0c:4d:a6:4f:73 +SHA1 Fingerprint=99:9A:64:C3:7F:F4:7D:9F:AB:95:F1:47:69:89:14:60:EE:C4:C3:C5 diff --git a/sparse/system/etc/security/cacerts/04f60c28.0 b/sparse/system/etc/security/cacerts/04f60c28.0 new file mode 100644 index 0000000..2afdb1b --- /dev/null +++ b/sparse/system/etc/security/cacerts/04f60c28.0 @@ -0,0 +1,55 @@ +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 5c:8b:99:c5:5a:94:c5:d2:71:56:de:cd:89:80:cc:26 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority + Validity + Not Before: Feb 1 00:00:00 2010 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:1a:ac:54:5a:a9:f9:68:23:e7:7a:d5:24:6f:53: + c6:5a:d8:4b:ab:c6:d5:b6:d1:e6:73:71:ae:dd:9c: + d6:0c:61:fd:db:a0:89:03:b8:05:14:ec:57:ce:ee: + 5d:3f:e2:21:b3:ce:f7:d4:8a:79:e0:a3:83:7e:2d: + 97:d0:61:c4:f1:99:dc:25:91:63:ab:7f:30:a3:b4: + 70:e2:c7:a1:33:9c:f3:bf:2e:5c:53:b1:5f:b3:7d: + 32:7f:8a:34:e3:79:79 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Subject Key Identifier: + 3A:E1:09:86:D4:CF:19:C2:96:76:74:49:76:DC:E0:35:C6:63:63:9A + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:30:36:67:a1:16:08:dc:e4:97:00:41:1d:4e:be:e1: + 63:01:cf:3b:aa:42:11:64:a0:9d:94:39:02:11:79:5c:7b:1d: + fa:64:b9:ee:16:42:b3:bf:8a:c2:09:c4:ec:e4:b1:4d:02:31: + 00:e9:2a:61:47:8c:52:4a:4b:4e:18:70:f6:d6:44:d6:6e:f5: + 83:ba:6d:58:bd:24:d9:56:48:ea:ef:c4:a2:46:81:88:6a:3a: + 46:d1:a9:9b:4d:c9:61:da:d1:5d:57:6a:18 +SHA1 Fingerprint=D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0 diff --git a/sparse/system/etc/security/cacerts/0d69c7e1.0 b/sparse/system/etc/security/cacerts/0d69c7e1.0 new file mode 100644 index 0000000..36f0a98 --- /dev/null +++ b/sparse/system/etc/security/cacerts/0d69c7e1.0 @@ -0,0 +1,48 @@ +-----BEGIN CERTIFICATE----- +MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ +FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F +uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX +kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs +ewv4n4Q= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 2a:38:a4:1c:96:0a:04:de:42:b2:28:a5:0b:e8:34:98:02 + Signature Algorithm: ecdsa-with-SHA256 + Issuer: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Nov 13 00:00:00 2012 GMT + Not After : Jan 19 03:14:07 2038 GMT + Subject: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (256 bit) + pub: + 04:b8:c6:79:d3:8f:6c:25:0e:9f:2e:39:19:1c:03: + a4:ae:9a:e5:39:07:09:16:ca:63:b1:b9:86:f8:8a: + 57:c1:57:ce:42:fa:73:a1:f7:65:42:ff:1e:c1:00: + b2:6e:73:0e:ff:c7:21:e5:18:a4:aa:d9:71:3f:a8: + d4:b9:ce:8c:1d + ASN1 OID: prime256v1 + NIST CURVE: P-256 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 54:B0:7B:AD:45:B8:E2:40:7F:FB:0A:6E:FB:BE:33:C9:3C:A3:84:D5 + Signature Algorithm: ecdsa-with-SHA256 + 30:45:02:21:00:dc:92:a1:a0:13:a6:cf:03:b0:e6:c4:21:97: + 90:fa:14:57:2d:03:ec:ee:3c:d3:6e:ca:a8:6c:76:bc:a2:de: + bb:02:20:27:a8:85:27:35:9b:56:c6:a3:f2:47:d2:b7:6e:1b: + 02:00:17:aa:67:a6:15:91:de:fa:94:ec:7b:0b:f8:9f:84 +SHA1 Fingerprint=69:69:56:2E:40:80:F4:24:A1:E7:19:9F:14:BA:F3:EE:58:AB:6A:BB diff --git a/sparse/system/etc/security/cacerts/10531352.0 b/sparse/system/etc/security/cacerts/10531352.0 new file mode 100644 index 0000000..3052868 --- /dev/null +++ b/sparse/system/etc/security/cacerts/10531352.0 @@ -0,0 +1,81 @@ +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Services Root Certificate Authority - G2 + Validity + Not Before: Sep 1 00:00:00 2009 GMT + Not After : Dec 31 23:59:59 2037 GMT + Subject: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Services Root Certificate Authority - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:d5:0c:3a:c4:2a:f9:4e:e2:f5:be:19:97:5f:8e: + 88:53:b1:1f:3f:cb:cf:9f:20:13:6d:29:3a:c8:0f: + 7d:3c:f7:6b:76:38:63:d9:36:60:a8:9b:5e:5c:00: + 80:b2:2f:59:7f:f6:87:f9:25:43:86:e7:69:1b:52: + 9a:90:e1:71:e3:d8:2d:0d:4e:6f:f6:c8:49:d9:b6: + f3:1a:56:ae:2b:b6:74:14:eb:cf:fb:26:e3:1a:ba: + 1d:96:2e:6a:3b:58:94:89:47:56:ff:25:a0:93:70: + 53:83:da:84:74:14:c3:67:9e:04:68:3a:df:8e:40: + 5a:1d:4a:4e:cf:43:91:3b:e7:56:d6:00:70:cb:52: + ee:7b:7d:ae:3a:e7:bc:31:f9:45:f6:c2:60:cf:13: + 59:02:2b:80:cc:34:47:df:b9:de:90:65:6d:02:cf: + 2c:91:a6:a6:e7:de:85:18:49:7c:66:4e:a3:3a:6d: + a9:b5:ee:34:2e:ba:0d:03:b8:33:df:47:eb:b1:6b: + 8d:25:d9:9b:ce:81:d1:45:46:32:96:70:87:de:02: + 0e:49:43:85:b6:6c:73:bb:64:ea:61:41:ac:c9:d4: + 54:df:87:2f:c7:22:b2:26:cc:9f:59:54:68:9f:fc: + be:2a:2f:c4:55:1c:75:40:60:17:85:02:55:39:8b: + 7f:05 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 9C:5F:00:DF:AA:01:D7:30:2B:38:88:A2:B8:6D:4A:9C:F2:11:91:83 + Signature Algorithm: sha256WithRSAEncryption + 4b:36:a6:84:77:69:dd:3b:19:9f:67:23:08:6f:0e:61:c9:fd: + 84:dc:5f:d8:36:81:cd:d8:1b:41:2d:9f:60:dd:c7:1a:68:d9: + d1:6e:86:e1:88:23:cf:13:de:43:cf:e2:34:b3:04:9d:1f:29: + d5:bf:f8:5e:c8:d5:c1:bd:ee:92:6f:32:74:f2:91:82:2f:bd: + 82:42:7a:ad:2a:b7:20:7d:4d:bc:7a:55:12:c2:15:ea:bd:f7: + 6a:95:2e:6c:74:9f:cf:1c:b4:f2:c5:01:a3:85:d0:72:3e:ad: + 73:ab:0b:9b:75:0c:6d:45:b7:8e:94:ac:96:37:b5:a0:d0:8f: + 15:47:0e:e3:e8:83:dd:8f:fd:ef:41:01:77:cc:27:a9:62:85: + 33:f2:37:08:ef:71:cf:77:06:de:c8:19:1d:88:40:cf:7d:46: + 1d:ff:1e:c7:e1:ce:ff:23:db:c6:fa:8d:55:4e:a9:02:e7:47: + 11:46:3e:f4:fd:bd:7b:29:26:bb:a9:61:62:37:28:b6:2d:2a: + f6:10:86:64:c9:70:a7:d2:ad:b7:29:70:79:ea:3c:da:63:25: + 9f:fd:68:b7:30:ec:70:fb:75:8a:b7:6d:60:67:b2:1e:c8:b9: + e9:d8:a8:6f:02:8b:67:0d:4d:26:57:71:da:20:fc:c1:4a:50: + 8d:b1:28:ba +SHA1 Fingerprint=92:5A:8F:8D:2C:6D:04:E0:66:5F:59:6A:FF:22:D8:63:E8:25:6F:3F diff --git a/sparse/system/etc/security/cacerts/111e6273.0 b/sparse/system/etc/security/cacerts/111e6273.0 new file mode 100644 index 0000000..4753f64 --- /dev/null +++ b/sparse/system/etc/security/cacerts/111e6273.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1 +MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL +v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8 +eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq +tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd +C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa +zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB +mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH +V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n +bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG +3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs +J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO +291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS +ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd +AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7 +TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:0f:86:26:e6:0d + Signature Algorithm: sha1WithRSAEncryption + Issuer: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Dec 15 08:00:00 2006 GMT + Not After : Dec 15 08:00:00 2021 GMT + Subject: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:a6:cf:24:0e:be:2e:6f:28:99:45:42:c4:ab:3e: + 21:54:9b:0b:d3:7f:84:70:fa:12:b3:cb:bf:87:5f: + c6:7f:86:d3:b2:30:5c:d6:fd:ad:f1:7b:dc:e5:f8: + 60:96:09:92:10:f5:d0:53:de:fb:7b:7e:73:88:ac: + 52:88:7b:4a:a6:ca:49:a6:5e:a8:a7:8c:5a:11:bc: + 7a:82:eb:be:8c:e9:b3:ac:96:25:07:97:4a:99:2a: + 07:2f:b4:1e:77:bf:8a:0f:b5:02:7c:1b:96:b8:c5: + b9:3a:2c:bc:d6:12:b9:eb:59:7d:e2:d0:06:86:5f: + 5e:49:6a:b5:39:5e:88:34:ec:bc:78:0c:08:98:84: + 6c:a8:cd:4b:b4:a0:7d:0c:79:4d:f0:b8:2d:cb:21: + ca:d5:6c:5b:7d:e1:a0:29:84:a1:f9:d3:94:49:cb: + 24:62:91:20:bc:dd:0b:d5:d9:cc:f9:ea:27:0a:2b: + 73:91:c6:9d:1b:ac:c8:cb:e8:e0:a0:f4:2f:90:8b: + 4d:fb:b0:36:1b:f6:19:7a:85:e0:6d:f2:61:13:88: + 5c:9f:e0:93:0a:51:97:8a:5a:ce:af:ab:d5:f7:aa: + 09:aa:60:bd:dc:d9:5f:df:72:a9:60:13:5e:00:01: + c9:4a:fa:3f:a4:ea:07:03:21:02:8e:82:ca:03:c2: + 9b:8f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 9B:E2:07:57:67:1C:1E:C0:6A:06:DE:59:B4:9A:2D:DF:DC:19:86:2E + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.globalsign.net/root-r2.crl + + X509v3 Authority Key Identifier: + keyid:9B:E2:07:57:67:1C:1E:C0:6A:06:DE:59:B4:9A:2D:DF:DC:19:86:2E + + Signature Algorithm: sha1WithRSAEncryption + 99:81:53:87:1c:68:97:86:91:ec:e0:4a:b8:44:0b:ab:81:ac: + 27:4f:d6:c1:b8:1c:43:78:b3:0c:9a:fc:ea:2c:3c:6e:61:1b: + 4d:4b:29:f5:9f:05:1d:26:c1:b8:e9:83:00:62:45:b6:a9:08: + 93:b9:a9:33:4b:18:9a:c2:f8:87:88:4e:db:dd:71:34:1a:c1: + 54:da:46:3f:e0:d3:2a:ab:6d:54:22:f5:3a:62:cd:20:6f:ba: + 29:89:d7:dd:91:ee:d3:5c:a2:3e:a1:5b:41:f5:df:e5:64:43: + 2d:e9:d5:39:ab:d2:a2:df:b7:8b:d0:c0:80:19:1c:45:c0:2d: + 8c:e8:f8:2d:a4:74:56:49:c5:05:b5:4f:15:de:6e:44:78:39: + 87:a8:7e:bb:f3:79:18:91:bb:f4:6f:9d:c1:f0:8c:35:8c:5d: + 01:fb:c3:6d:b9:ef:44:6d:79:46:31:7e:0a:fe:a9:82:c1:ff: + ef:ab:6e:20:c4:50:c9:5f:9d:4d:9b:17:8c:0c:e5:01:c9:a0: + 41:6a:73:53:fa:a5:50:b4:6e:25:0f:fb:4c:18:f4:fd:52:d9: + 8e:69:b1:e8:11:0f:de:88:d8:fb:1d:49:f7:aa:de:95:cf:20: + 78:c2:60:12:db:25:40:8c:6a:fc:7e:42:38:40:64:12:f7:9e: + 81:e1:93:2e +SHA1 Fingerprint=75:E0:AB:B6:13:85:12:27:1C:04:F8:5F:DD:DE:38:E4:B7:24:2E:FE diff --git a/sparse/system/etc/security/cacerts/12d55845.0 b/sparse/system/etc/security/cacerts/12d55845.0 new file mode 100644 index 0000000..1b02631 --- /dev/null +++ b/sparse/system/etc/security/cacerts/12d55845.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/ +MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT +DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow +PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD +Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB +AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O +rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq +OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b +xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw +7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD +aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV +HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG +SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69 +ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr +AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz +R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5 +JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo +Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 44:af:b0:80:d6:a3:27:ba:89:30:39:86:2e:f8:40:6b + Signature Algorithm: sha1WithRSAEncryption + Issuer: O=Digital Signature Trust Co., CN=DST Root CA X3 + Validity + Not Before: Sep 30 21:12:19 2000 GMT + Not After : Sep 30 14:01:15 2021 GMT + Subject: O=Digital Signature Trust Co., CN=DST Root CA X3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:df:af:e9:97:50:08:83:57:b4:cc:62:65:f6:90: + 82:ec:c7:d3:2c:6b:30:ca:5b:ec:d9:c3:7d:c7:40: + c1:18:14:8b:e0:e8:33:76:49:2a:e3:3f:21:49:93: + ac:4e:0e:af:3e:48:cb:65:ee:fc:d3:21:0f:65:d2: + 2a:d9:32:8f:8c:e5:f7:77:b0:12:7b:b5:95:c0:89: + a3:a9:ba:ed:73:2e:7a:0c:06:32:83:a2:7e:8a:14: + 30:cd:11:a0:e1:2a:38:b9:79:0a:31:fd:50:bd:80: + 65:df:b7:51:63:83:c8:e2:88:61:ea:4b:61:81:ec: + 52:6b:b9:a2:e2:4b:1a:28:9f:48:a3:9e:0c:da:09: + 8e:3e:17:2e:1e:dd:20:df:5b:c6:2a:8a:ab:2e:bd: + 70:ad:c5:0b:1a:25:90:74:72:c5:7b:6a:ab:34:d6: + 30:89:ff:e5:68:13:7b:54:0b:c8:d6:ae:ec:5a:9c: + 92:1e:3d:64:b3:8c:c6:df:bf:c9:41:70:ec:16:72: + d5:26:ec:38:55:39:43:d0:fc:fd:18:5c:40:f1:97: + eb:d5:9a:9b:8d:1d:ba:da:25:b9:c6:d8:df:c1:15: + 02:3a:ab:da:6e:f1:3e:2e:f5:5c:08:9c:3c:d6:83: + 69:e4:10:9b:19:2a:b6:29:57:e3:e5:3d:9b:9f:f0: + 02:5d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + C4:A7:B1:A4:7B:2C:71:FA:DB:E1:4B:90:75:FF:C4:15:60:85:89:10 + Signature Algorithm: sha1WithRSAEncryption + a3:1a:2c:9b:17:00:5c:a9:1e:ee:28:66:37:3a:bf:83:c7:3f: + 4b:c3:09:a0:95:20:5d:e3:d9:59:44:d2:3e:0d:3e:bd:8a:4b: + a0:74:1f:ce:10:82:9c:74:1a:1d:7e:98:1a:dd:cb:13:4b:b3: + 20:44:e4:91:e9:cc:fc:7d:a5:db:6a:e5:fe:e6:fd:e0:4e:dd: + b7:00:3a:b5:70:49:af:f2:e5:eb:02:f1:d1:02:8b:19:cb:94: + 3a:5e:48:c4:18:1e:58:19:5f:1e:02:5a:f0:0c:f1:b1:ad:a9: + dc:59:86:8b:6e:e9:91:f5:86:ca:fa:b9:66:33:aa:59:5b:ce: + e2:a7:16:73:47:cb:2b:cc:99:b0:37:48:cf:e3:56:4b:f5:cf: + 0f:0c:72:32:87:c6:f0:44:bb:53:72:6d:43:f5:26:48:9a:52: + 67:b7:58:ab:fe:67:76:71:78:db:0d:a2:56:14:13:39:24:31: + 85:a2:a8:02:5a:30:47:e1:dd:50:07:bc:02:09:90:00:eb:64: + 63:60:9b:16:bc:88:c9:12:e6:d2:7d:91:8b:f9:3d:32:8d:65: + b4:e9:7c:b1:57:76:ea:c5:b6:28:39:bf:15:65:1c:c8:f6:77: + 96:6a:0a:8d:77:0b:d8:91:0b:04:8e:07:db:29:b6:0a:ee:9d: + 82:35:35:10 +SHA1 Fingerprint=DA:C9:02:4F:54:D8:F6:DF:94:93:5F:B1:73:26:38:CA:6A:D7:7C:13 diff --git a/sparse/system/etc/security/cacerts/1ae85e5e.0 b/sparse/system/etc/security/cacerts/1ae85e5e.0 new file mode 100644 index 0000000..60bb72e --- /dev/null +++ b/sparse/system/etc/security/cacerts/1ae85e5e.0 @@ -0,0 +1,50 @@ +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0d:6a:5f:08:3f:28:5c:3e:51:95:df:5d + Signature Algorithm: ecdsa-with-SHA256 + Issuer: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P256 Certification Authority + Validity + Not Before: Aug 23 19:35:10 2017 GMT + Not After : Aug 23 19:35:10 2042 GMT + Subject: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P256 Certification Authority + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (256 bit) + pub: + 04:7e:fb:6c:e6:23:e3:73:32:08:ca:60:e6:53:9c: + ba:74:8d:18:b0:78:90:52:80:dd:38:c0:4a:1d:d1: + a8:cc:93:a4:97:06:38:ca:0d:15:62:c6:8e:01:2a: + 65:9d:aa:df:34:91:2e:81:c1:e4:33:92:31:c4:fd: + 09:3a:a6:3f:ad + ASN1 OID: prime256v1 + NIST CURVE: P-256 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + A3:41:06:AC:90:6D:D1:4A:EB:75:A5:4A:10:99:B3:B1:A1:8B:4A:F7 + Signature Algorithm: ecdsa-with-SHA256 + 30:44:02:20:07:e6:54:da:0e:a0:5a:b2:ae:11:9f:87:c5:b6: + ff:69:de:25:be:f8:a0:b7:08:f3:44:ce:2a:df:08:21:0c:37: + 02:20:2d:26:03:a0:05:bd:6b:d1:f6:5c:f8:65:cc:86:6d:b3: + 9c:34:48:63:84:09:c5:8d:77:1a:e2:cc:9c:e1:74:7b +SHA1 Fingerprint=B4:90:82:DD:45:0C:BE:8B:5B:B1:66:D3:E2:A4:08:26:CD:ED:42:CF diff --git a/sparse/system/etc/security/cacerts/1df5a75f.0 b/sparse/system/etc/security/cacerts/1df5a75f.0 new file mode 100644 index 0000000..c0ec131 --- /dev/null +++ b/sparse/system/etc/security/cacerts/1df5a75f.0 @@ -0,0 +1,90 @@ +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 623603 (0x983f3) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009 + Validity + Not Before: Nov 5 08:35:58 2009 GMT + Not After : Nov 5 08:35:58 2029 GMT + Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:d3:b2:4a:cf:7a:47:ef:75:9b:23:fa:3a:2f:d6: + 50:45:89:35:3a:c6:6b:db:fe:db:00:68:a8:e0:03: + 11:1d:37:50:08:9f:4d:4a:68:94:35:b3:53:d1:94: + 63:a7:20:56:af:de:51:78:ec:2a:3d:f3:48:48:50: + 3e:0a:df:46:55:8b:27:6d:c3:10:4d:0d:91:52:43: + d8:87:e0:5d:4e:36:b5:21:ca:5f:39:40:04:5f:5b: + 7e:cc:a3:c6:2b:a9:40:1e:d9:36:84:d6:48:f3:92: + 1e:34:46:20:24:c1:a4:51:8e:4a:1a:ef:50:3f:69: + 5d:19:7f:45:c3:c7:01:8f:51:c9:23:e8:72:ae:b4: + bc:56:09:7f:12:cb:1c:b1:af:29:90:0a:c9:55:cc: + 0f:d3:b4:1a:ed:47:35:5a:4a:ed:9c:73:04:21:d0: + aa:bd:0c:13:b5:00:ca:26:6c:c4:6b:0c:94:5a:95: + 94:da:50:9a:f1:ff:a5:2b:66:31:a4:c9:38:a0:df: + 1d:1f:b8:09:2e:f3:a7:e8:67:52:ab:95:1f:e0:46: + 3e:d8:a4:c3:ca:5a:c5:31:80:e8:48:9a:9f:94:69: + fe:19:dd:d8:73:7c:81:ca:96:de:8e:ed:b3:32:05: + 65:84:34:e6:e6:fd:57:10:b5:5f:76:bf:2f:b0:10: + 0d:c5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + FD:DA:14:C4:9F:30:DE:21:BD:1E:42:39:FC:AB:63:23:49:E0:F1:84 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 CRL Distribution Points: + + Full Name: + URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist + + Full Name: + URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_2009.crl + + Signature Algorithm: sha256WithRSAEncryption + 7f:97:db:30:c8:df:a4:9c:7d:21:7a:80:70:ce:14:12:69:88: + 14:95:60:44:01:ac:b2:e9:30:4f:9b:50:c2:66:d8:7e:8d:30: + b5:70:31:e9:e2:69:c7:f3:70:db:20:15:86:d0:0d:f0:be:ac: + 01:75:84:ce:7e:9f:4d:bf:b7:60:3b:9c:f3:ca:1d:e2:5e:68: + d8:a3:9d:97:e5:40:60:d2:36:21:fe:d0:b4:b8:17:da:74:a3: + 7f:d4:df:b0:98:02:ac:6f:6b:6b:2c:25:24:72:a1:65:ee:25: + 5a:e5:e6:32:e7:f2:df:ab:49:fa:f3:90:69:23:db:04:d9:e7: + 5c:58:fc:65:d4:97:be:cc:fc:2e:0a:cc:25:2a:35:04:f8:60: + 91:15:75:3d:41:ff:23:1f:19:c8:6c:eb:82:53:04:a6:e4:4c: + 22:4d:8d:8c:ba:ce:5b:73:ec:64:54:50:6d:d1:9c:55:fb:69: + c3:36:c3:8c:bc:3c:85:a6:6b:0a:26:0d:e0:93:98:60:ae:7e: + c6:24:97:8a:61:5f:91:8e:66:92:09:87:36:cd:8b:9b:2d:3e: + f6:51:d4:50:d4:59:28:bd:83:f2:cc:28:7b:53:86:6d:d8:26: + 88:70:d7:ea:91:cd:3e:b9:ca:c0:90:6e:5a:c6:5e:74:65:d7: + 5c:fe:a3:e2 +SHA1 Fingerprint=58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0 diff --git a/sparse/system/etc/security/cacerts/1e1eab7c.0 b/sparse/system/etc/security/cacerts/1e1eab7c.0 new file mode 100644 index 0000000..17b9940 --- /dev/null +++ b/sparse/system/etc/security/cacerts/1e1eab7c.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3 + Validity + Not Before: Oct 1 10:29:56 2008 GMT + Not After : Oct 1 23:59:59 2033 GMT + Subject: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:bd:75:93:f0:62:22:6f:24:ae:e0:7a:76:ac:7d: + bd:d9:24:d5:b8:b7:fc:cd:f0:42:e0:eb:78:88:56: + 5e:9b:9a:54:1d:4d:0c:8a:f6:d3:cf:70:f4:52:b5: + d8:93:04:e3:46:86:71:41:4a:2b:f0:2a:2c:55:03: + d6:48:c3:e0:39:38:ed:f2:5c:3c:3f:44:bc:93:3d: + 61:ab:4e:cd:0d:be:f0:20:27:58:0e:44:7f:04:1a: + 87:a5:d7:96:14:36:90:d0:49:7b:a1:75:fb:1a:6b: + 73:b1:f8:ce:a9:09:2c:f2:53:d5:c3:14:44:b8:86: + a5:f6:8b:2b:39:da:a3:33:54:d9:fa:72:1a:f7:22: + 15:1c:88:91:6b:7f:66:e5:c3:6a:80:b0:24:f3:df: + 86:45:88:fd:19:7f:75:87:1f:1f:b1:1b:0a:73:24: + 5b:b9:65:e0:2c:54:c8:60:d3:66:17:3f:e1:cc:54: + 33:73:91:02:3a:a6:7f:7b:76:39:a2:1f:96:b6:38: + ae:b5:c8:93:74:1d:9e:b9:b4:e5:60:9d:2f:56:d1: + e0:eb:5e:5b:4c:12:70:0c:6c:44:20:ab:11:d8:f4: + 19:f6:d2:9c:52:37:e7:fa:b6:c2:31:3b:4a:d4:14: + 99:ad:c7:1a:f5:5d:5f:fa:07:b8:7c:0d:1f:d6:83: + 1e:b3 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + B5:03:F7:76:3B:61:82:6A:12:AA:18:53:EB:03:21:94:BF:FE:CE:CA + Signature Algorithm: sha256WithRSAEncryption + 56:3d:ef:94:d5:bd:da:73:b2:58:be:ae:90:ad:98:27:97:fe: + 01:b1:b0:52:00:b8:4d:e4:1b:21:74:1b:7e:c0:ee:5e:69:2a: + 25:af:5c:d6:1d:da:d2:79:c9:f3:97:29:e0:86:87:de:04:59: + 0f:f1:59:d4:64:85:4b:99:af:25:04:1e:c9:46:a9:97:de:82: + b2:1b:70:9f:9c:f6:af:71:31:dd:7b:05:a5:2c:d3:b9:ca:47: + f6:ca:f2:f6:e7:ad:b9:48:3f:bc:16:b7:c1:6d:f4:ea:09:af: + ec:f3:b5:e7:05:9e:a6:1e:8a:53:51:d6:93:81:cc:74:93:f6: + b9:da:a6:25:05:74:79:5a:7e:40:3e:82:4b:26:11:30:6e:e1: + 3f:41:c7:47:00:35:d5:f5:d3:f7:54:3e:81:3d:da:49:6a:9a: + b3:ef:10:3d:e6:eb:6f:d1:c8:22:47:cb:cc:cf:01:31:92:d9: + 18:e3:22:be:09:1e:1a:3e:5a:b2:e4:6b:0c:54:7a:7d:43:4e: + b8:89:a5:7b:d7:a2:3d:96:86:cc:f2:26:34:2d:6a:92:9d:9a: + 1a:d0:30:e2:5d:4e:04:b0:5f:8b:20:7e:77:c1:3d:95:82:d1: + 46:9a:3b:3c:78:b8:6f:a1:d0:0d:64:a2:78:1e:29:4e:93:c3: + a4:54:14:5b +SHA1 Fingerprint=55:A6:72:3E:CB:F2:EC:CD:C3:23:74:70:19:9D:2A:BE:11:E3:81:D1 diff --git a/sparse/system/etc/security/cacerts/1e8e7201.0 b/sparse/system/etc/security/cacerts/1e8e7201.0 new file mode 100644 index 0000000..7141d84 --- /dev/null +++ b/sparse/system/etc/security/cacerts/1e8e7201.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:21:58:53:08:a2 + Signature Algorithm: sha256WithRSAEncryption + Issuer: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Mar 18 10:00:00 2009 GMT + Not After : Mar 18 10:00:00 2029 GMT + Subject: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:cc:25:76:90:79:06:78:22:16:f5:c0:83:b6:84: + ca:28:9e:fd:05:76:11:c5:ad:88:72:fc:46:02:43: + c7:b2:8a:9d:04:5f:24:cb:2e:4b:e1:60:82:46:e1: + 52:ab:0c:81:47:70:6c:dd:64:d1:eb:f5:2c:a3:0f: + 82:3d:0c:2b:ae:97:d7:b6:14:86:10:79:bb:3b:13: + 80:77:8c:08:e1:49:d2:6a:62:2f:1f:5e:fa:96:68: + df:89:27:95:38:9f:06:d7:3e:c9:cb:26:59:0d:73: + de:b0:c8:e9:26:0e:83:15:c6:ef:5b:8b:d2:04:60: + ca:49:a6:28:f6:69:3b:f6:cb:c8:28:91:e5:9d:8a: + 61:57:37:ac:74:14:dc:74:e0:3a:ee:72:2f:2e:9c: + fb:d0:bb:bf:f5:3d:00:e1:06:33:e8:82:2b:ae:53: + a6:3a:16:73:8c:dd:41:0e:20:3a:c0:b4:a7:a1:e9: + b2:4f:90:2e:32:60:e9:57:cb:b9:04:92:68:68:e5: + 38:26:60:75:b2:9f:77:ff:91:14:ef:ae:20:49:fc: + ad:40:15:48:d1:02:31:61:19:5e:b8:97:ef:ad:77: + b7:64:9a:7a:bf:5f:c1:13:ef:9b:62:fb:0d:6c:e0: + 54:69:16:a9:03:da:6e:e9:83:93:71:76:c6:69:85: + 82:17 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 8F:F0:4B:7F:A8:2E:45:24:AE:4D:50:FA:63:9A:8B:DE:E2:DD:1B:BC + Signature Algorithm: sha256WithRSAEncryption + 4b:40:db:c0:50:aa:fe:c8:0c:ef:f7:96:54:45:49:bb:96:00: + 09:41:ac:b3:13:86:86:28:07:33:ca:6b:e6:74:b9:ba:00:2d: + ae:a4:0a:d3:f5:f1:f1:0f:8a:bf:73:67:4a:83:c7:44:7b:78: + e0:af:6e:6c:6f:03:29:8e:33:39:45:c3:8e:e4:b9:57:6c:aa: + fc:12:96:ec:53:c6:2d:e4:24:6c:b9:94:63:fb:dc:53:68:67: + 56:3e:83:b8:cf:35:21:c3:c9:68:fe:ce:da:c2:53:aa:cc:90: + 8a:e9:f0:5d:46:8c:95:dd:7a:58:28:1a:2f:1d:de:cd:00:37: + 41:8f:ed:44:6d:d7:53:28:97:7e:f3:67:04:1e:15:d7:8a:96: + b4:d3:de:4c:27:a4:4c:1b:73:73:76:f4:17:99:c2:1f:7a:0e: + e3:2d:08:ad:0a:1c:2c:ff:3c:ab:55:0e:0f:91:7e:36:eb:c3: + 57:49:be:e1:2e:2d:7c:60:8b:c3:41:51:13:23:9d:ce:f7:32: + 6b:94:01:a8:99:e7:2c:33:1f:3a:3b:25:d2:86:40:ce:3b:2c: + 86:78:c9:61:2f:14:ba:ee:db:55:6f:df:84:ee:05:09:4d:bd: + 28:d8:72:ce:d3:62:50:65:1e:eb:92:97:83:31:d9:b3:b5:ca: + 47:58:3f:5f +SHA1 Fingerprint=D6:9B:56:11:48:F0:1C:77:C5:45:78:C1:09:26:DF:5B:85:69:76:AD diff --git a/sparse/system/etc/security/cacerts/1eb37bdf.0 b/sparse/system/etc/security/cacerts/1eb37bdf.0 new file mode 100644 index 0000000..8878324 --- /dev/null +++ b/sparse/system/etc/security/cacerts/1eb37bdf.0 @@ -0,0 +1,140 @@ +-----BEGIN CERTIFICATE----- +MIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYD +VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0 +IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3 +MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xKTAnBgNVBAMTIENoYW1iZXJz +IG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEyMjk1MFoXDTM4MDcz +MTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBj +dXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIw +EAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEp +MCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0G +CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCvAMtwNyuAWko6bHiUfaN/Gh/2NdW9 +28sNRHI+JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKAXuFixrYp4YFs8r/lfTJq +VKAyGVn+H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorjh40G072Q +DuKZoRuGDtqaCrsLYVAGUvGef3bsyw/QHg3PmTA9HMRFEFis1tPo1+XqxQEHd9ZR +5gN/ikilTWh1uem8nk4ZcfUyS5xtYBkL+8ydddy/Js2Pk3g5eXNeJQ7KXOt3EgfL +ZEFHcpOrUMPrCXZkNNI5t3YRCQ12RcSprj1qr7V9ZS+UWBDsXHyvfuK2GNnQm05a +Sd+pZgvMPMZ4fKecHePOjlO+Bd5gD2vlGts/4+EhySnB8esHnFIbAURRPHsl18Tl +UlRdJQfKFiC4reRB7noI/plvg6aRArBsNlVq5331lubKgdaX8ZSD6e2wsWsSaR6s ++12pxZjptFtYer49okQ6Y1nUCyXeG0+95QGezdIp1Z8XGQpvvwyQ0wlf2eOKNcx5 +Wk0ZN5K3xMGtr/R5JJqyAQuxr1yW84Ay+1w9mPGgP0revq+ULtlVmhduYJ1jbLhj +ya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K+OJ9dC1vX7gUMQSibMjmhAx +hduub+84Mxh2EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH/BAgwBgEB/wIBDDAdBgNV +HQ4EFgQU+SSsD7K1+HnA+mCIG8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU+SSsD7K1 ++HnA+mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN +YWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t +L2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy +ZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAt +IDIwMDiCCQCj2kJ+pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRV +HSAAMCowKAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20w +DQYJKoZIhvcNAQEFBQADggIBAJASryI1wqM58C7e6bXpeHxIvj99RZJe6dqxGfwW +PJ+0W2aeaufDuV2I6A+tzyMP3iU6XsxPpcG1Lawk0lgH3qLPaYRgM+gQDROpI9CF +5Y57pp49chNyM/WqfcZjHwj0/gF/JM8rLFQJ3uIrbZLGOU8W6jx+ekbURWpGqOt1 +glanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9/jvjA9iSnyu0/VU+I22mlaH +FoI6M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO+rcf+g769HsJtg1pDDFOqxXnrN2 +pSB7+R5KBWIBpih1YJeSDW4+TTdDDZIVnBgizVGZoCkaPF+KMjNbMMeJL0eYD6MD +xvbxrN8y8NmBGuScvfaAFPDRLLmF9dijscilIeUcE5fuDr3fKanvNFNb0+RqE4QG +tjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcKzBIKinmwPQN/aUv0NCB9szTq +jktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn+mCdCxqvGnrDQWzilm1De +fhiYtUU79nm06PcaewaD+9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21+9AUiRg +OGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZ +d0jQ +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + a3:da:42:7e:a4:b1:ae:da + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008 + Validity + Not Before: Aug 1 12:29:50 2008 GMT + Not After : Jul 31 12:29:50 2038 GMT + Subject: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:af:00:cb:70:37:2b:80:5a:4a:3a:6c:78:94:7d: + a3:7f:1a:1f:f6:35:d5:bd:db:cb:0d:44:72:3e:26: + b2:90:52:ba:63:3b:28:58:6f:a5:b3:6d:94:a6:f3: + dd:64:0c:55:f6:f6:e7:f2:22:22:80:5e:e1:62:c6: + b6:29:e1:81:6c:f2:bf:e5:7d:32:6a:54:a0:32:19: + 59:fe:1f:8b:d7:3d:60:86:85:24:6f:e3:11:b3:77: + 3e:20:96:35:21:6b:b3:08:d9:70:2e:64:f7:84:92: + 53:d6:0e:b0:90:8a:8a:e3:87:8d:06:d3:bd:90:0e: + e2:99:a1:1b:86:0e:da:9a:0a:bb:0b:61:50:06:52: + f1:9e:7f:76:ec:cb:0f:d0:1e:0d:cf:99:30:3d:1c: + c4:45:10:58:ac:d6:d3:e8:d7:e5:ea:c5:01:07:77: + d6:51:e6:03:7f:8a:48:a5:4d:68:75:b9:e9:bc:9e: + 4e:19:71:f5:32:4b:9c:6d:60:19:0b:fb:cc:9d:75: + dc:bf:26:cd:8f:93:78:39:79:73:5e:25:0e:ca:5c: + eb:77:12:07:cb:64:41:47:72:93:ab:50:c3:eb:09: + 76:64:34:d2:39:b7:76:11:09:0d:76:45:c4:a9:ae: + 3d:6a:af:b5:7d:65:2f:94:58:10:ec:5c:7c:af:7e: + e2:b6:18:d9:d0:9b:4e:5a:49:df:a9:66:0b:cc:3c: + c6:78:7c:a7:9c:1d:e3:ce:8e:53:be:05:de:60:0f: + 6b:e5:1a:db:3f:e3:e1:21:c9:29:c1:f1:eb:07:9c: + 52:1b:01:44:51:3c:7b:25:d7:c4:e5:52:54:5d:25: + 07:ca:16:20:b8:ad:e4:41:ee:7a:08:fe:99:6f:83: + a6:91:02:b0:6c:36:55:6a:e7:7d:f5:96:e6:ca:81: + d6:97:f1:94:83:e9:ed:b0:b1:6b:12:69:1e:ac:fb: + 5d:a9:c5:98:e9:b4:5b:58:7a:be:3d:a2:44:3a:63: + 59:d4:0b:25:de:1b:4f:bd:e5:01:9e:cd:d2:29:d5: + 9f:17:19:0a:6f:bf:0c:90:d3:09:5f:d9:e3:8a:35: + cc:79:5a:4d:19:37:92:b7:c4:c1:ad:af:f4:79:24: + 9a:b2:01:0b:b1:af:5c:96:f3:80:32:fb:5c:3d:98: + f1:a0:3f:4a:de:be:af:94:2e:d9:55:9a:17:6e:60: + 9d:63:6c:b8:63:c9:ae:81:5c:18:35:e0:90:bb:be: + 3c:4f:37:22:b9:7e:eb:cf:9e:77:21:a6:3d:38:81: + fb:48:da:31:3d:2b:e3:89:f5:d0:b5:bd:7e:e0:50: + c4:12:89:b3:23:9a:10:31:85:db:ae:6f:ef:38:33: + 18:76:11 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE, pathlen:12 + X509v3 Subject Key Identifier: + F9:24:AC:0F:B2:B5:F8:79:C0:FA:60:88:1B:C4:D9:4D:02:9E:17:19 + X509v3 Authority Key Identifier: + keyid:F9:24:AC:0F:B2:B5:F8:79:C0:FA:60:88:1B:C4:D9:4D:02:9E:17:19 + DirName:/C=EU/L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287/O=AC Camerfirma S.A./CN=Chambers of Commerce Root - 2008 + serial:A3:DA:42:7E:A4:B1:AE:DA + + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Certificate Policies: + Policy: X509v3 Any Policy + CPS: http://policy.camerfirma.com + + Signature Algorithm: sha1WithRSAEncryption + 90:12:af:22:35:c2:a3:39:f0:2e:de:e9:b5:e9:78:7c:48:be: + 3f:7d:45:92:5e:e9:da:b1:19:fc:16:3c:9f:b4:5b:66:9e:6a: + e7:c3:b9:5d:88:e8:0f:ad:cf:23:0f:de:25:3a:5e:cc:4f:a5: + c1:b5:2d:ac:24:d2:58:07:de:a2:cf:69:84:60:33:e8:10:0d: + 13:a9:23:d0:85:e5:8e:7b:a6:9e:3d:72:13:72:33:f5:aa:7d: + c6:63:1f:08:f4:fe:01:7f:24:cf:2b:2c:54:09:de:e2:2b:6d: + 92:c6:39:4f:16:ea:3c:7e:7a:46:d4:45:6a:46:a8:eb:75:82: + 56:a7:ab:a0:7c:68:13:33:f6:9d:30:f0:6f:27:39:24:23:2a: + 90:fd:90:29:35:f2:93:df:34:a5:c6:f7:f8:ef:8c:0f:62:4a: + 7c:ae:d3:f5:54:f8:8d:b6:9a:56:87:16:82:3a:33:ab:5a:22: + 08:f7:82:ba:ea:2e:e0:47:9a:b4:b5:45:a3:05:3b:d9:dc:2e: + 45:40:3b:ea:dc:7f:e8:3b:eb:d1:ec:26:d8:35:a4:30:c5:3a: + ac:57:9e:b3:76:a5:20:7b:f9:1e:4a:05:62:01:a6:28:75:60: + 97:92:0d:6e:3e:4d:37:43:0d:92:15:9c:18:22:cd:51:99:a0: + 29:1a:3c:5f:8a:32:33:5b:30:c7:89:2f:47:98:0f:a3:03:c6: + f6:f1:ac:df:32:f0:d9:81:1a:e4:9c:bd:f6:80:14:f0:d1:2c: + b9:85:f5:d8:a3:b1:c8:a5:21:e5:1c:13:97:ee:0e:bd:df:29: + a9:ef:34:53:5b:d3:e4:6a:13:84:06:b6:32:02:c4:52:ae:22: + d2:dc:b2:21:42:1a:da:40:f0:29:c9:ec:0a:0c:5c:e2:d0:ba: + cc:48:d3:37:0a:cc:12:0a:8a:79:b0:3d:03:7f:69:4b:f4:34: + 20:7d:b3:34:ea:8e:4b:64:f5:3e:fd:b3:23:67:15:0d:04:b8: + f0:2d:c1:09:51:3c:b2:6c:15:f0:a5:23:d7:83:74:e4:e5:2e: + c9:fe:98:27:42:c6:ab:c6:9e:b0:d0:5b:38:a5:9b:50:de:7e: + 18:98:b5:45:3b:f6:79:b4:e8:f7:1a:7b:06:83:fb:d0:8b:da: + bb:c7:bd:18:ab:08:6f:3c:80:6b:40:3f:19:19:ba:65:8a:e6: + be:d5:5c:d3:36:d7:ef:40:52:24:60:38:67:04:31:ec:8f:f3: + 82:c6:de:b9:55:f3:3b:31:91:5a:dc:b5:08:15:ad:76:25:0a: + 0d:7b:2e:87:e2:0c:a6:06:bc:26:10:6d:37:9d:ec:dd:78:8c: + 7c:80:c5:f0:d9:77:48:d0 +SHA1 Fingerprint=78:6A:74:AC:76:AB:14:7F:9C:6A:30:50:BA:9E:A8:7E:FE:9A:CE:3C diff --git a/sparse/system/etc/security/cacerts/1f58a078.0 b/sparse/system/etc/security/cacerts/1f58a078.0 new file mode 100644 index 0000000..45ac1a9 --- /dev/null +++ b/sparse/system/etc/security/cacerts/1f58a078.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 44:57:34:24:5b:81:89:9b:35:f2:ce:b8:2b:3b:5b:a7:26:f0:75:28 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3 + Validity + Not Before: Jan 12 18:59:32 2012 GMT + Not After : Jan 12 18:59:32 2042 GMT + Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:a1:ae:25:b2:01:18:dc:57:88:3f:46:eb:f9:af: + e2:eb:23:71:e2:9a:d1:61:66:21:5f:aa:af:27:51: + e5:6e:1b:16:d4:2d:7d:50:b0:53:77:bd:78:3a:60: + e2:64:02:9b:7c:86:9b:d6:1a:8e:ad:ff:1f:15:7f: + d5:95:1e:12:cb:e6:14:84:04:c1:df:36:b3:16:9f: + 8a:e3:c9:db:98:34:ce:d8:33:17:28:46:fc:a7:c9: + f0:d2:b4:d5:4d:09:72:49:f9:f2:87:e3:a9:da:7d: + a1:7d:6b:b2:3a:25:a9:6d:52:44:ac:f8:be:6e:fb: + dc:a6:73:91:90:61:a6:03:14:20:f2:e7:87:a3:88: + ad:ad:a0:8c:ff:a6:0b:25:52:25:e7:16:01:d5:cb: + b8:35:81:0c:a3:3b:f0:e1:e1:fc:5a:5d:ce:80:71: + 6d:f8:49:ab:3e:3b:ba:b8:d7:80:01:fb:a5:eb:5b: + b3:c5:5e:60:2a:31:a0:af:37:e8:20:3a:9f:a8:32: + 2c:0c:cc:09:1d:d3:9e:8e:5d:bc:4c:98:ee:c5:1a: + 68:7b:ec:53:a6:e9:14:35:a3:df:cd:80:9f:0c:48: + fb:1c:f4:f1:bf:4a:b8:fa:d5:8c:71:4a:c7:1f:ad: + fe:41:9a:b3:83:5d:f2:84:56:ef:a5:57:43:ce:29: + ad:8c:ab:55:bf:c4:fb:5b:01:dd:23:21:a1:58:00: + 8e:c3:d0:6a:13:ed:13:e3:12:2b:80:dc:67:e6:95: + b2:cd:1e:22:6e:2a:f8:41:d4:f2:ca:14:07:8d:8a: + 55:12:c6:69:f5:b8:86:68:2f:53:5e:b0:d2:aa:21: + c1:98:e6:30:e3:67:55:c7:9b:6e:ac:19:a8:55:a6: + 45:06:d0:23:3a:db:eb:65:5d:2a:11:11:f0:3b:4f: + ca:6d:f4:34:c4:71:e4:ff:00:5a:f6:5c:ae:23:60: + 85:73:f1:e4:10:b1:25:ae:d5:92:bb:13:c1:0c:e0: + 39:da:b4:39:57:b5:ab:35:aa:72:21:3b:83:35:e7: + 31:df:7a:21:6e:b8:32:08:7d:1d:32:91:15:4a:62: + 72:cf:e3:77:a1:bc:d5:11:1b:76:01:67:08:e0:41: + 0b:c3:eb:15:6e:f8:a4:19:d9:a2:ab:af:e2:27:52: + 56:2b:02:8a:2c:14:24:f9:bf:42:02:bf:26:c8:c6: + 8f:e0:6e:38:7d:53:2d:e5:ed:98:b3:95:63:68:7f: + f9:35:f4:df:88:c5:60:35:92:c0:7c:69:1c:61:95: + 16:d0:eb:de:0b:af:3e:04:10:45:65:58:50:38:af: + 48:f2:59:b6:16:f2:3c:0d:90:02:c6:70:2e:01:ad: + 3c:15:d7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + ED:E7:6F:76:5A:BF:60:EC:49:5B:C6:A5:77:BB:72:16:71:9B:C4:3D + Signature Algorithm: sha256WithRSAEncryption + 91:df:80:3f:43:09:7e:71:c2:f7:eb:b3:88:8f:e1:51:b2:bc: + 3d:75:f9:28:5d:c8:bc:99:9b:7b:5d:aa:e5:ca:e1:0a:f7:e8: + b2:d3:9f:dd:67:31:7e:ba:01:aa:c7:6a:41:3b:90:d4:08:5c: + b2:60:6a:90:f0:c8:ce:03:62:f9:8b:ed:fb:6e:2a:dc:06:4d: + 3c:29:0f:89:16:8a:58:4c:48:0f:e8:84:61:ea:3c:72:a6:77: + e4:42:ae:88:a3:43:58:79:7e:ae:ca:a5:53:0d:a9:3d:70:bd: + 20:19:61:a4:6c:38:fc:43:32:e1:c1:47:ff:f8:ec:f1:11:22: + 32:96:9c:c2:f6:5b:69:96:7b:20:0c:43:41:9a:5b:f6:59:19: + 88:de:55:88:37:51:0b:78:5c:0a:1e:a3:42:fd:c7:9d:88:0f: + c0:f2:78:02:24:54:93:af:89:87:88:c9:4a:80:1d:ea:d0:6e: + 3e:61:2e:36:bb:35:0e:27:96:fd:66:34:3b:61:72:73:f1:16: + 5c:47:06:54:49:00:7a:58:12:b0:0a:ef:85:fd:b1:b8:33:75: + 6a:93:1c:12:e6:60:5e:6f:1d:7f:c9:1f:23:cb:84:61:9f:1e: + 82:44:f9:5f:ad:62:55:24:9a:52:98:ed:51:e7:a1:7e:97:3a: + e6:2f:1f:11:da:53:80:2c:85:9e:ab:35:10:db:22:5f:6a:c5: + 5e:97:53:f2:32:02:09:30:a3:58:f0:0d:01:d5:72:c6:b1:7c: + 69:7b:c3:f5:36:45:cc:61:6e:5e:4c:94:c5:5e:ae:e8:0e:5e: + 8b:bf:f7:cd:e0:ed:a1:0e:1b:33:ee:54:18:fe:0f:be:ef:7e: + 84:6b:43:e3:70:98:db:5d:75:b2:0d:59:07:85:15:23:39:d6: + f1:df:a9:26:0f:d6:48:c7:b3:a6:22:f5:33:37:5a:95:47:9f: + 7b:ba:18:15:6f:ff:d6:14:64:83:49:d2:0a:67:21:db:0f:35: + 63:60:28:22:e3:b1:95:83:cd:85:a6:dd:2f:0f:e7:67:52:6e: + bb:2f:85:7c:f5:4a:73:e7:c5:3e:c0:bd:21:12:05:3f:fc:b7: + 03:49:02:5b:c8:25:e6:e2:54:38:f5:79:87:8c:1d:53:b2:4e: + 85:7b:06:38:c7:2c:f8:f8:b0:72:8d:25:e5:77:52:f4:03:1c: + 48:a6:50:5f:88:20:30:6e:f2:82:43:ab:3d:97:84:e7:53:fb: + 21:c1:4f:0f:22:9a:86:b8:59:2a:f6:47:3d:19:88:2d:e8:85: + e1:9e:ec:85:08:6a:b1:6c:34:c9:1d:ec:48:2b:3b:78:ed:66: + c4:8e:79:69:83:de:7f:8c +SHA1 Fingerprint=09:3C:61:F3:8B:8B:DC:7D:55:DF:75:38:02:05:00:E1:25:F5:C8:36 diff --git a/sparse/system/etc/security/cacerts/219d9499.0 b/sparse/system/etc/security/cacerts/219d9499.0 new file mode 100644 index 0000000..c10f1e9 --- /dev/null +++ b/sparse/system/etc/security/cacerts/219d9499.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority + Validity + Not Before: Jun 29 17:06:20 2004 GMT + Not After : Jun 29 17:06:20 2034 GMT + Subject: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:de:9d:d7:ea:57:18:49:a1:5b:eb:d7:5f:48:86: + ea:be:dd:ff:e4:ef:67:1c:f4:65:68:b3:57:71:a0: + 5e:77:bb:ed:9b:49:e9:70:80:3d:56:18:63:08:6f: + da:f2:cc:d0:3f:7f:02:54:22:54:10:d8:b2:81:d4: + c0:75:3d:4b:7f:c7:77:c3:3e:78:ab:1a:03:b5:20: + 6b:2f:6a:2b:b1:c5:88:7e:c4:bb:1e:b0:c1:d8:45: + 27:6f:aa:37:58:f7:87:26:d7:d8:2d:f6:a9:17:b7: + 1f:72:36:4e:a6:17:3f:65:98:92:db:2a:6e:5d:a2: + fe:88:e0:0b:de:7f:e5:8d:15:e1:eb:cb:3a:d5:e2: + 12:a2:13:2d:d8:8e:af:5f:12:3d:a0:08:05:08:b6: + 5c:a5:65:38:04:45:99:1e:a3:60:60:74:c5:41:a5: + 72:62:1b:62:c5:1f:6f:5f:1a:42:be:02:51:65:a8: + ae:23:18:6a:fc:78:03:a9:4d:7f:80:c3:fa:ab:5a: + fc:a1:40:a4:ca:19:16:fe:b2:c8:ef:5e:73:0d:ee: + 77:bd:9a:f6:79:98:bc:b1:07:67:a2:15:0d:dd:a0: + 58:c6:44:7b:0a:3e:62:28:5f:ba:41:07:53:58:cf: + 11:7e:38:74:c5:f8:ff:b5:69:90:8f:84:74:ea:97: + 1b:af + Exponent: 3 (0x3) + X509v3 extensions: + X509v3 Subject Key Identifier: + D2:C4:B0:D2:91:D4:4C:11:71:B3:61:CB:3D:A1:FE:DD:A8:6A:D4:E3 + X509v3 Authority Key Identifier: + keyid:D2:C4:B0:D2:91:D4:4C:11:71:B3:61:CB:3D:A1:FE:DD:A8:6A:D4:E3 + DirName:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority + serial:00 + + X509v3 Basic Constraints: + CA:TRUE + Signature Algorithm: sha1WithRSAEncryption + 32:4b:f3:b2:ca:3e:91:fc:12:c6:a1:07:8c:8e:77:a0:33:06: + 14:5c:90:1e:18:f7:08:a6:3d:0a:19:f9:87:80:11:6e:69:e4: + 96:17:30:ff:34:91:63:72:38:ee:cc:1c:01:a3:1d:94:28:a4: + 31:f6:7a:c4:54:d7:f6:e5:31:58:03:a2:cc:ce:62:db:94:45: + 73:b5:bf:45:c9:24:b5:d5:82:02:ad:23:79:69:8d:b8:b6:4d: + ce:cf:4c:ca:33:23:e8:1c:88:aa:9d:8b:41:6e:16:c9:20:e5: + 89:9e:cd:3b:da:70:f7:7e:99:26:20:14:54:25:ab:6e:73:85: + e6:9b:21:9d:0a:6c:82:0e:a8:f8:c2:0c:fa:10:1e:6c:96:ef: + 87:0d:c4:0f:61:8b:ad:ee:83:2b:95:f8:8e:92:84:72:39:eb: + 20:ea:83:ed:83:cd:97:6e:08:bc:eb:4e:26:b6:73:2b:e4:d3: + f6:4c:fe:26:71:e2:61:11:74:4a:ff:57:1a:87:0f:75:48:2e: + cf:51:69:17:a0:02:12:61:95:d5:d1:40:b2:10:4c:ee:c4:ac: + 10:43:a6:a5:9e:0a:d5:95:62:9a:0d:cf:88:82:c5:32:0c:e4: + 2b:9f:45:e6:0d:9f:28:9c:b1:b9:2a:5a:57:ad:37:0f:af:1d: + 7f:db:bd:9f +SHA1 Fingerprint=27:96:BA:E6:3F:18:01:E2:77:26:1B:A0:D7:77:70:02:8F:20:EE:E4 diff --git a/sparse/system/etc/security/cacerts/23f4c490.0 b/sparse/system/etc/security/cacerts/23f4c490.0 new file mode 100644 index 0000000..82ef1ad --- /dev/null +++ b/sparse/system/etc/security/cacerts/23f4c490.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2 Certification Authority + Validity + Not Before: Jun 29 17:39:16 2004 GMT + Not After : Jun 29 17:39:16 2034 GMT + Subject: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2 Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b7:32:c8:fe:e9:71:a6:04:85:ad:0c:11:64:df: + ce:4d:ef:c8:03:18:87:3f:a1:ab:fb:3c:a6:9f:f0: + c3:a1:da:d4:d8:6e:2b:53:90:fb:24:a4:3e:84:f0: + 9e:e8:5f:ec:e5:27:44:f5:28:a6:3f:7b:de:e0:2a: + f0:c8:af:53:2f:9e:ca:05:01:93:1e:8f:66:1c:39: + a7:4d:fa:5a:b6:73:04:25:66:eb:77:7f:e7:59:c6: + 4a:99:25:14:54:eb:26:c7:f3:7f:19:d5:30:70:8f: + af:b0:46:2a:ff:ad:eb:29:ed:d7:9f:aa:04:87:a3: + d4:f9:89:a5:34:5f:db:43:91:82:36:d9:66:3c:b1: + b8:b9:82:fd:9c:3a:3e:10:c8:3b:ef:06:65:66:7a: + 9b:19:18:3d:ff:71:51:3c:30:2e:5f:be:3d:77:73: + b2:5d:06:6c:c3:23:56:9a:2b:85:26:92:1c:a7:02: + b3:e4:3f:0d:af:08:79:82:b8:36:3d:ea:9c:d3:35: + b3:bc:69:ca:f5:cc:9d:e8:fd:64:8d:17:80:33:6e: + 5e:4a:5d:99:c9:1e:87:b4:9d:1a:c0:d5:6e:13:35: + 23:5e:df:9b:5f:3d:ef:d6:f7:76:c2:ea:3e:bb:78: + 0d:1c:42:67:6b:04:d8:f8:d6:da:6f:8b:f2:44:a0: + 01:ab + Exponent: 3 (0x3) + X509v3 extensions: + X509v3 Subject Key Identifier: + BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7 + X509v3 Authority Key Identifier: + keyid:BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7 + DirName:/C=US/O=Starfield Technologies, Inc./OU=Starfield Class 2 Certification Authority + serial:00 + + X509v3 Basic Constraints: + CA:TRUE + Signature Algorithm: sha1WithRSAEncryption + 05:9d:3f:88:9d:d1:c9:1a:55:a1:ac:69:f3:f3:59:da:9b:01: + 87:1a:4f:57:a9:a1:79:09:2a:db:f7:2f:b2:1e:cc:c7:5e:6a: + d8:83:87:a1:97:ef:49:35:3e:77:06:41:58:62:bf:8e:58:b8: + 0a:67:3f:ec:b3:dd:21:66:1f:c9:54:fa:72:cc:3d:4c:40:d8: + 81:af:77:9e:83:7a:bb:a2:c7:f5:34:17:8e:d9:11:40:f4:fc: + 2c:2a:4d:15:7f:a7:62:5d:2e:25:d3:00:0b:20:1a:1d:68:f9: + 17:b8:f4:bd:8b:ed:28:59:dd:4d:16:8b:17:83:c8:b2:65:c7: + 2d:7a:a5:aa:bc:53:86:6d:dd:57:a4:ca:f8:20:41:0b:68:f0: + f4:fb:74:be:56:5d:7a:79:f5:f9:1d:85:e3:2d:95:be:f5:71: + 90:43:cc:8d:1f:9a:00:0a:87:29:e9:55:22:58:00:23:ea:e3: + 12:43:29:5b:47:08:dd:8c:41:6a:65:06:a8:e5:21:aa:41:b4: + 95:21:95:b9:7d:d1:34:ab:13:d6:ad:bc:dc:e2:3d:39:cd:bd: + 3e:75:70:a1:18:59:03:c9:22:b4:8f:9c:d5:5e:2a:d7:a5:b6: + d4:0a:6d:f8:b7:40:11:46:9a:1f:79:0e:62:bf:0f:97:ec:e0: + 2f:1f:17:94 +SHA1 Fingerprint=AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A diff --git a/sparse/system/etc/security/cacerts/27af790d.0 b/sparse/system/etc/security/cacerts/27af790d.0 new file mode 100644 index 0000000..19f1bdc --- /dev/null +++ b/sparse/system/etc/security/cacerts/27af790d.0 @@ -0,0 +1,56 @@ +-----BEGIN CERTIFICATE----- +MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL +MAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj +KSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2 +MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 +eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV +BAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw +NyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV +BAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH +MjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL +So17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal +tJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG +CCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT +qQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz +rD6ogRLQy7rQkgu2npaqBA+K +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 3c:b2:f4:48:0a:00:e2:fe:eb:24:3b:5e:60:3e:c3:6b + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2 + Validity + Not Before: Nov 5 00:00:00 2007 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:15:b1:e8:fd:03:15:43:e5:ac:eb:87:37:11:62: + ef:d2:83:36:52:7d:45:57:0b:4a:8d:7b:54:3b:3a: + 6e:5f:15:02:c0:50:a6:cf:25:2f:7d:ca:48:b8:c7: + 50:63:1c:2a:21:08:7c:9a:36:d8:0b:fe:d1:26:c5: + 58:31:30:28:25:f3:5d:5d:a3:b8:b6:a5:b4:92:ed: + 6c:2c:9f:eb:dd:43:89:a2:3c:4b:48:91:1d:50:ec: + 26:df:d6:60:2e:bd:21 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 15:5F:35:57:51:55:FB:25:B2:AD:03:69:FC:01:A3:FA:BE:11:55:D5 + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:64:96:59:a6:e8:09:de:8b:ba:fa:5a:88:88:f0: + 1f:91:d3:46:a8:f2:4a:4c:02:63:fb:6c:5f:38:db:2e:41:93: + a9:0e:e6:9d:dc:31:1c:b2:a0:a7:18:1c:79:e1:c7:36:02:30: + 3a:56:af:9a:74:6c:f6:fb:83:e0:33:d3:08:5f:a1:9c:c2:5b: + 9f:46:d6:b6:cb:91:06:63:a2:06:e7:33:ac:3e:a8:81:12:d0: + cb:ba:d0:92:0b:b6:9e:96:aa:04:0f:8a +SHA1 Fingerprint=8D:17:84:D5:37:F3:03:7D:EC:70:FE:57:8B:51:9A:99:E6:10:D7:B0 diff --git a/sparse/system/etc/security/cacerts/2add47b6.0 b/sparse/system/etc/security/cacerts/2add47b6.0 new file mode 100644 index 0000000..8c5089c --- /dev/null +++ b/sparse/system/etc/security/cacerts/2add47b6.0 @@ -0,0 +1,53 @@ +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 60:59:49:e0:26:2e:bb:55:f9:0a:77:8a:71:f9:4a:d8:6c + Signature Algorithm: ecdsa-with-SHA384 + Issuer: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Nov 13 00:00:00 2012 GMT + Not After : Jan 19 03:14:07 2038 GMT + Subject: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:47:45:0e:96:fb:7d:5d:bf:e9:39:d1:21:f8:9f: + 0b:b6:d5:7b:1e:92:3a:48:59:1c:f0:62:31:2d:c0: + 7a:28:fe:1a:a7:5c:b3:b6:cc:97:e7:45:d4:58:fa: + d1:77:6d:43:a2:c0:87:65:34:0a:1f:7a:dd:eb:3c: + 33:a1:c5:9d:4d:a4:6f:41:95:38:7f:c9:1e:84:eb: + d1:9e:49:92:87:94:87:0c:3a:85:4a:66:9f:9d:59: + 93:4d:97:61:06:86:4a + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 3D:E6:29:48:9B:EA:07:CA:21:44:4A:26:DE:6E:DE:D2:83:D0:9F:59 + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:31:00:e5:69:12:c9:6e:db:c6:31:ba:09:41:e1:97: + f8:fb:fd:9a:e2:7d:12:c9:ed:7c:64:d3:cb:05:25:8b:56:d9: + a0:e7:5e:5d:4e:0b:83:9c:5b:76:29:a0:09:26:21:6a:62:02: + 30:71:d2:b5:8f:5c:ea:3b:e1:78:09:85:a8:75:92:3b:c8:5c: + fd:48:ef:0d:74:22:a8:08:e2:6e:c5:49:ce:c7:0c:bc:a7:61: + 69:f1:f7:3b:e1:2a:cb:f9:2b:f3:66:90:37 +SHA1 Fingerprint=1F:24:C6:30:CD:A4:18:EF:20:69:FF:AD:4F:DD:5F:46:3A:1B:69:AA diff --git a/sparse/system/etc/security/cacerts/2d9dafe4.0 b/sparse/system/etc/security/cacerts/2d9dafe4.0 new file mode 100644 index 0000000..31e7283 --- /dev/null +++ b/sparse/system/etc/security/cacerts/2d9dafe4.0 @@ -0,0 +1,119 @@ +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 2 (0x2) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA + Validity + Not Before: Oct 26 08:28:58 2010 GMT + Not After : Oct 26 08:28:58 2040 GMT + Subject: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:a5:da:0a:95:16:50:e3:95:f2:5e:9d:76:31:06: + 32:7a:9b:f1:10:76:b8:00:9a:b5:52:36:cd:24:47: + b0:9f:18:64:bc:9a:f6:fa:d5:79:d8:90:62:4c:22: + 2f:de:38:3d:d6:e0:a8:e9:1c:2c:db:78:11:e9:8e: + 68:51:15:72:c7:f3:33:87:e4:a0:5d:0b:5c:e0:57: + 07:2a:30:f5:cd:c4:37:77:28:4d:18:91:e6:bf:d5: + 52:fd:71:2d:70:3e:e7:c6:c4:8a:e3:f0:28:0b:f4: + 76:98:a1:8b:87:55:b2:3a:13:fc:b7:3e:27:37:8e: + 22:e3:a8:4f:2a:ef:60:bb:3d:b7:39:c3:0e:01:47: + 99:5d:12:4f:db:43:fa:57:a1:ed:f9:9d:be:11:47: + 26:5b:13:98:ab:5d:16:8a:b0:37:1c:57:9d:45:ff: + 88:96:36:bf:bb:ca:07:7b:6f:87:63:d7:d0:32:6a: + d6:5d:6c:0c:f1:b3:6e:39:e2:6b:31:2e:39:00:27: + 14:de:38:c0:ec:19:66:86:12:e8:9d:72:16:13:64: + 52:c7:a9:37:1c:fd:82:30:ed:84:18:1d:f4:ae:5c: + ff:70:13:00:eb:b1:f5:33:7a:4b:d6:55:f8:05:8d: + 4b:69:b0:f5:b3:28:36:5c:14:c4:51:73:4d:6b:0b: + f1:34:07:db:17:39:d7:dc:28:7b:6b:f5:9f:f3:2e: + c1:4f:17:2a:10:f3:cc:ca:e8:eb:fd:6b:ab:2e:9a: + 9f:2d:82:6e:04:d4:52:01:93:2d:3d:86:fc:7e:fc: + df:ef:42:1d:a6:6b:ef:b9:20:c6:f7:bd:a0:a7:95: + fd:a7:e6:89:24:d8:cc:8c:34:6c:e2:23:2f:d9:12: + 1a:21:b9:55:91:6f:0b:91:79:19:0c:ad:40:88:0b: + 70:e2:7a:d2:0e:d8:68:48:bb:82:13:39:10:58:e9: + d8:2a:07:c6:12:db:58:db:d2:3b:55:10:47:05:15: + 67:62:7e:18:63:a6:46:3f:09:0e:54:32:5e:bf:0d: + 62:7a:27:ef:80:e8:db:d9:4b:06:5a:37:5a:25:d0: + 08:12:77:d4:6f:09:50:97:3d:c8:1d:c3:df:8c:45: + 30:56:c6:d3:64:ab:66:f3:c0:5e:96:9c:c3:c4:ef: + c3:7c:6b:8b:3a:79:7f:b3:49:cf:3d:e2:89:9f:a0: + 30:4b:85:b9:9c:94:24:79:8f:7d:6b:a9:45:68:0f: + 2b:d0:f1:da:1c:cb:69:b8:ca:49:62:6d:c8:d0:63: + 62:dd:60:0f:58:aa:8f:a1:bc:05:a5:66:a2:cf:1b: + 76:b2:84:64:b1:4c:39:52:c0:30:ba:f0:8c:4b:02: + b0:b6:b7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 47:B8:CD:FF:E5:6F:EE:F8:B2:EC:2F:4E:0E:F9:25:B0:8E:3C:6B:C3 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 00:20:23:41:35:04:90:c2:40:62:60:ef:e2:35:4c:d7:3f:ac: + e2:34:90:b8:a1:6f:76:fa:16:16:a4:48:37:2c:e9:90:c2:f2: + 3c:f8:0a:9f:d8:81:e5:bb:5b:da:25:2c:a4:a7:55:71:24:32: + f6:c8:0b:f2:bc:6a:f8:93:ac:b2:07:c2:5f:9f:db:cc:c8:8a: + aa:be:6a:6f:e1:49:10:cc:31:d7:80:bb:bb:c8:d8:a2:0e:64: + 57:ea:a2:f5:c2:a9:31:15:d2:20:6a:ec:fc:22:01:28:cf:86: + b8:80:1e:a9:cc:11:a5:3c:f2:16:b3:47:9d:fc:d2:80:21:c4: + cb:d0:47:70:41:a1:ca:83:19:08:2c:6d:f2:5d:77:9c:8a:14: + 13:d4:36:1c:92:f0:e5:06:37:dc:a6:e6:90:9b:38:8f:5c:6b: + 1b:46:86:43:42:5f:3e:01:07:53:54:5d:65:7d:f7:8a:73:a1: + 9a:54:5a:1f:29:43:14:27:c2:85:0f:b5:88:7b:1a:3b:94:b7: + 1d:60:a7:b5:9c:e7:29:69:57:5a:9b:93:7a:43:30:1b:03:d7: + 62:c8:40:a6:aa:fc:64:e4:4a:d7:91:53:01:a8:20:88:6e:9c: + 5f:44:b9:cb:60:81:34:ec:6f:d3:7d:da:48:5f:eb:b4:90:bc: + 2d:a9:1c:0b:ac:1c:d5:a2:68:20:80:04:d6:fc:b1:8f:2f:bb: + 4a:31:0d:4a:86:1c:eb:e2:36:29:26:f5:da:d8:c4:f2:75:61: + cf:7e:ae:76:63:4a:7a:40:65:93:87:f8:1e:80:8c:86:e5:86: + d6:8f:0e:fc:53:2c:60:e8:16:61:1a:a2:3e:43:7b:cd:39:60: + 54:6a:f5:f2:89:26:01:68:83:48:a2:33:e8:c9:04:91:b2:11: + 34:11:3e:ea:d0:43:19:1f:03:93:90:0c:ff:51:3d:57:f4:41: + 6e:e1:cb:a0:be:eb:c9:63:cd:6d:cc:e4:f8:36:aa:68:9d:ed: + bd:5d:97:70:44:0d:b6:0e:35:dc:e1:0c:5d:bb:a0:51:94:cb: + 7e:16:eb:11:2f:a3:92:45:c8:4c:71:d9:bc:c9:99:52:57:46: + 2f:50:cf:bd:35:69:f4:3d:15:ce:06:a5:2c:0f:3e:f6:81:ba: + 94:bb:c3:bb:bf:65:78:d2:86:79:ff:49:3b:1a:83:0c:f0:de: + 78:ec:c8:f2:4d:4c:1a:de:82:29:f8:c1:5a:da:ed:ee:e6:27: + 5e:e8:45:d0:9d:1c:51:a8:68:ab:44:e3:d0:8b:6a:e3:f8:3b: + bb:dc:4d:d7:64:f2:51:be:e6:aa:ab:5a:e9:31:ee:06:bc:73: + bf:13:62:0a:9f:c7:b9:97 +SHA1 Fingerprint=DA:FA:F7:FA:66:84:EC:06:8F:14:50:BD:C7:C2:81:A5:BC:A9:64:57 diff --git a/sparse/system/etc/security/cacerts/2fa87019.0 b/sparse/system/etc/security/cacerts/2fa87019.0 new file mode 100644 index 0000000..ce1f69e --- /dev/null +++ b/sparse/system/etc/security/cacerts/2fa87019.0 @@ -0,0 +1,86 @@ +-----BEGIN CERTIFICATE----- +MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi +MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu +MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp +dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV +UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO +ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz +c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP +OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl +mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF +BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4 +qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw +gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB +BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu +bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp +dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8 +6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/ +h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH +/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv +wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN +pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 57:cb:33:6f:c2:5c:16:e6:47:16:17:e3:90:31:68:e0 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority + Validity + Not Before: Dec 1 00:00:00 2006 GMT + Not After : Dec 31 23:59:59 2029 GMT + Subject: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:e4:bc:7e:92:30:6d:c6:d8:8e:2b:0b:bc:46:ce: + e0:27:96:de:de:f9:fa:12:d3:3c:33:73:b3:04:2f: + bc:71:8c:e5:9f:b6:22:60:3e:5f:5d:ce:09:ff:82: + 0c:1b:9a:51:50:1a:26:89:dd:d5:61:5d:19:dc:12: + 0f:2d:0a:a2:43:5d:17:d0:34:92:20:ea:73:cf:38: + 2c:06:26:09:7a:72:f7:fa:50:32:f8:c2:93:d3:69: + a2:23:ce:41:b1:cc:e4:d5:1f:36:d1:8a:3a:f8:8c: + 63:e2:14:59:69:ed:0d:d3:7f:6b:e8:b8:03:e5:4f: + 6a:e5:98:63:69:48:05:be:2e:ff:33:b6:e9:97:59: + 69:f8:67:19:ae:93:61:96:44:15:d3:72:b0:3f:bc: + 6a:7d:ec:48:7f:8d:c3:ab:aa:71:2b:53:69:41:53: + 34:b5:b0:b9:c5:06:0a:c4:b0:45:f5:41:5d:6e:89: + 45:7b:3d:3b:26:8c:74:c2:e5:d2:d1:7d:b2:11:d4: + fb:58:32:22:9a:80:c9:dc:fd:0c:e9:7f:5e:03:97: + ce:3b:00:14:87:27:70:38:a9:8e:6e:b3:27:76:98: + 51:e0:05:e3:21:ab:1a:d5:85:22:3c:29:b5:9a:16: + c5:80:a8:f4:bb:6b:30:8f:2f:46:02:a2:b1:0c:22: + e0:d3 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 21:30:C9:FB:00:D7:4E:98:DA:87:AA:2A:D0:A7:2E:B1:40:31:A7:4C + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.netsolssl.com/NetworkSolutionsCertificateAuthority.crl + + Signature Algorithm: sha1WithRSAEncryption + bb:ae:4b:e7:b7:57:eb:7f:aa:2d:b7:73:47:85:6a:c1:e4:a5: + 1d:e4:e7:3c:e9:f4:59:65:77:b5:7a:5b:5a:8d:25:36:e0:7a: + 97:2e:38:c0:57:60:83:98:06:83:9f:b9:76:7a:6e:50:e0:ba: + 88:2c:fc:45:cc:18:b0:99:95:51:0e:ec:1d:b8:88:ff:87:50: + 1c:82:c2:e3:e0:32:80:bf:a0:0b:47:c8:c3:31:ef:99:67:32: + 80:4f:17:21:79:0c:69:5c:de:5e:34:ae:02:b5:26:ea:50:df: + 7f:18:65:2c:c9:f2:63:e1:a9:07:fe:7c:71:1f:6b:33:24:6a: + 1e:05:f7:05:68:c0:6a:12:cb:2e:5e:61:cb:ae:28:d3:7e:c2: + b4:66:91:26:5f:3c:2e:24:5f:cb:58:0f:eb:28:ec:af:11:96: + f3:dc:7b:6f:c0:a7:88:f2:53:77:b3:60:5e:ae:ae:28:da:35: + 2c:6f:34:45:d3:26:e1:de:ec:5b:4f:27:6b:16:7c:bd:44:04: + 18:82:b3:89:79:17:10:71:3d:7a:a2:16:4e:f5:01:cd:a4:6c: + 65:68:a1:49:76:5c:43:c9:d8:bc:36:67:6c:a5:94:b5:d4:cc: + b9:bd:6a:35:56:21:de:d8:c3:eb:fb:cb:a4:60:4c:b0:55:a0: + a0:7b:57:b2 +SHA1 Fingerprint=74:F8:A3:C3:EF:E7:B3:90:06:4B:83:90:3C:21:64:60:20:E5:DF:CE diff --git a/sparse/system/etc/security/cacerts/302904dd.0 b/sparse/system/etc/security/cacerts/302904dd.0 new file mode 100644 index 0000000..1b116df --- /dev/null +++ b/sparse/system/etc/security/cacerts/302904dd.0 @@ -0,0 +1,140 @@ +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + ca:e9:1b:89:f1:55:03:0d:a3:e6:41:6d:c4:e3:a6:e1 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=FR, O=Dhimyotis, OU=0002 48146308100036, CN=Certigna Root CA + Validity + Not Before: Oct 1 08:32:27 2013 GMT + Not After : Oct 1 08:32:27 2033 GMT + Subject: C=FR, O=Dhimyotis, OU=0002 48146308100036, CN=Certigna Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:cd:18:39:65:1a:59:b1:ea:64:16:0e:8c:94:24: + 95:7c:83:d3:c5:39:26:dc:0c:ef:16:57:8d:d7:d8: + ac:a3:42:7f:82:ca:ed:cd:5b:db:0e:b7:2d:ed:45: + 08:17:b2:d9:b3:cb:d6:17:52:72:28:db:8e:4e:9e: + 8a:b6:0b:f9:9e:84:9a:4d:76:de:22:29:5c:d2:b3: + d2:06:3e:30:39:a9:74:a3:92:56:1c:a1:6f:4c:0a: + 20:6d:9f:23:7a:b4:c6:da:2c:e4:1d:2c:dc:b3:28: + d0:13:f2:4c:4e:02:49:a1:54:40:9e:e6:e5:05:a0: + 2d:84:c8:ff:98:6c:d0:eb:8a:1a:84:08:1e:b7:68: + 23:ee:23:d5:70:ce:6d:51:69:10:ee:a1:7a:c2:d1: + 22:31:c2:82:85:d2:f2:55:76:50:7c:25:7a:c9:84: + 5c:0b:ac:dd:42:4e:2b:e7:82:a2:24:89:cb:90:b2: + d0:ee:23:ba:66:4c:bb:62:a4:f9:53:5a:64:7b:7c: + 98:fa:a3:48:9e:0f:95:ae:a7:18:f4:6a:ec:2e:03: + 45:af:f0:74:f8:2a:cd:7a:5d:d1:be:44:26:32:29: + f1:f1:f5:6c:cc:7e:02:21:0b:9f:6f:a4:3f:be:9d: + 53:e2:cf:7d:a9:2c:7c:58:1a:97:e1:3d:37:37:18: + 66:28:d2:40:c5:51:8a:8c:c3:2d:ce:53:88:24:58: + 64:30:16:c5:aa:e0:d6:0a:a6:40:df:78:f6:f5:04: + 7c:69:13:84:bc:d1:d1:a7:06:cf:01:f7:68:c0:a8: + 57:bb:3a:61:ad:04:8c:93:e3:ad:fc:f0:db:44:6d: + 59:dc:49:59:ae:ac:9a:99:36:30:41:7b:76:33:22: + 87:a3:c2:92:86:6e:f9:70:ee:ae:87:87:95:1b:c4: + 7a:bd:31:f3:d4:d2:e5:99:ff:be:48:ec:75:f5:78: + 16:1d:a6:70:c1:7f:3c:1b:a1:92:fb:cf:c8:3c:d6: + c5:93:0a:8f:f5:55:3a:76:95:ce:59:98:8a:09:95: + 77:32:9a:83:ba:2c:04:3a:97:bd:d4:2f:be:d7:6c: + 9b:a2:ca:7d:6d:26:c9:55:d5:cf:c3:79:52:08:09: + 99:07:24:2d:64:25:6b:a6:21:69:9b:6a:dd:74:4d: + 6b:97:7a:41:bd:ab:17:f9:90:17:48:8f:36:f9:2d: + d5:c5:db:ee:aa:85:45:41:fa:cd:3a:45:b1:68:e6: + 36:4c:9b:90:57:ec:23:b9:87:08:c2:c4:09:f1:97: + 86:2a:28:4d:e2:74:c0:da:c4:8c:db:df:e2:a1:17: + 59:ce:24:59:74:31:da:7f:fd:30:6d:d9:dc:e1:6a: + e1:fc:5f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 18:87:56:E0:6E:77:EE:24:35:3C:4E:73:9A:1F:D6:E1:E2:79:7E:2B + X509v3 Authority Key Identifier: + keyid:18:87:56:E0:6E:77:EE:24:35:3C:4E:73:9A:1F:D6:E1:E2:79:7E:2B + + X509v3 Certificate Policies: + Policy: X509v3 Any Policy + CPS: https://wwww.certigna.fr/autorites/ + + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.certigna.fr/certignarootca.crl + + Full Name: + URI:http://crl.dhimyotis.com/certignarootca.crl + + Signature Algorithm: sha256WithRSAEncryption + 94:b8:9e:4f:f0:e3:95:08:22:e7:cd:68:41:f7:1c:55:d5:7c: + 00:e2:2d:3a:89:5d:68:38:2f:51:22:0b:4a:8d:cb:e9:bb:5d: + 3e:bb:5c:3d:b1:28:fe:e4:53:55:13:cf:a1:90:1b:02:1d:5f: + 66:46:09:33:28:e1:0d:24:97:70:d3:10:1f:ea:64:57:96:bb: + 5d:da:e7:c4:8c:4f:4c:64:46:1d:5c:87:e3:59:de:42:d1:9b: + a8:7e:a6:89:dd:8f:1c:c9:30:82:ed:3b:9c:cd:c0:e9:19:e0: + 6a:d8:02:75:37:ab:f7:34:28:28:91:f2:04:0a:4f:35:e3:60: + 26:01:fa:d0:11:8c:f9:11:6a:ee:af:3d:c3:50:d3:8f:5f:33: + 79:3c:86:a8:73:45:90:8c:20:b6:72:73:17:23:be:07:65:e5: + 78:92:0d:ba:01:c0:eb:8c:1c:66:bf:ac:86:77:01:94:0d:9c: + e6:e9:39:8d:1f:a6:51:8c:99:0c:39:77:e1:b4:9b:fa:1c:67: + 57:6f:6a:6a:8e:a9:2b:4c:57:79:7a:57:22:cf:cd:5f:63:46: + 8d:5c:59:3a:86:f8:32:47:62:a3:67:0d:18:91:dc:fb:a6:6b: + f5:48:61:73:23:59:8e:02:a7:bc:44:ea:f4:49:9d:f1:54:58: + f9:60:af:da:18:a4:2f:28:45:dc:7a:a0:88:86:5d:f3:3b:e7: + ff:29:35:80:fc:64:43:94:e6:e3:1c:6f:be:ad:0e:2a:63:99: + 2b:c9:7e:85:f6:71:e8:06:03:95:fe:de:8f:48:1c:5a:d4:92: + e8:2b:ee:e7:31:db:ba:04:6a:87:98:e7:c5:5f:ef:7d:a7:22: + f7:01:d8:4d:f9:89:d0:0e:9a:05:59:a4:9e:98:d9:6f:2b:ca: + 70:be:64:c2:55:a3:f4:e9:af:c3:92:29:dc:88:16:24:99:3c: + 8d:26:98:b6:5b:b7:cc:ce:b7:37:07:fd:26:d9:98:85:24:ff: + 59:23:03:9a:ed:9d:9d:a8:e4:5e:38:ce:d7:52:0d:6f:d2:3f: + 6d:b1:05:6b:49:ce:8a:91:46:73:f4:f6:2f:f0:a8:73:77:0e: + 65:ac:a1:8d:66:52:69:7e:4b:68:0c:c7:1e:37:27:83:a5:8c: + c7:02:e4:14:cd:49:01:b0:73:b3:fd:c6:90:3a:6f:d2:6c:ed: + 3b:ee:ec:91:be:a2:43:5d:8b:00:4a:66:25:44:70:de:40:0f: + f8:7c:15:f7:a2:ce:3c:d7:5e:13:8c:81:17:18:17:d1:bd:f1: + 77:10:3a:d4:65:39:c1:27:ac:57:2c:25:54:ff:a2:da:4f:8a: + 61:39:5e:ae:3d:4a:8c:bd +SHA1 Fingerprint=2D:0D:52:14:FF:9E:AD:99:24:01:74:20:47:6E:6C:85:27:27:F5:43 diff --git a/sparse/system/etc/security/cacerts/304d27c3.0 b/sparse/system/etc/security/cacerts/304d27c3.0 new file mode 100644 index 0000000..e30c58c --- /dev/null +++ b/sparse/system/etc/security/cacerts/304d27c3.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 5d:df:b1:da:5a:a3:ed:5d:be:5a:65:20:65:03:90:ef + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=CN, O=UniTrust, CN=UCA Global G2 Root + Validity + Not Before: Mar 11 00:00:00 2016 GMT + Not After : Dec 31 00:00:00 2040 GMT + Subject: C=CN, O=UniTrust, CN=UCA Global G2 Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c5:e6:2b:6f:7c:ef:26:05:27:a3:81:24:da:6f: + cb:01:f9:99:9a:a9:32:c2:22:87:61:41:91:3b:cb: + c3:68:1b:06:c5:4c:a9:2b:c1:67:17:22:1d:2b:ed: + f9:29:89:93:a2:78:bd:92:6b:a0:a3:0d:a2:7e:ca: + 93:b3:a6:d1:8c:35:d5:75:f9:17:f6:cf:45:c5:e5: + 7a:ec:77:93:a0:8f:23:ae:0e:1a:03:7f:be:d4:d0: + ed:2e:7b:ab:46:23:5b:ff:2c:e6:54:7a:94:c0:2a: + 15:f0:c9:8d:b0:7a:3b:24:e1:d7:68:e2:31:3c:06: + 33:46:b6:54:11:a6:a5:2f:22:54:2a:58:0d:01:02: + f1:fa:15:51:67:6c:c0:fa:d7:b6:1b:7f:d1:56:88: + 2f:1a:3a:8d:3b:bb:82:11:e0:47:00:d0:52:87:ab: + fb:86:7e:0f:24:6b:40:9d:34:67:bc:8d:c7:2d:86: + 6f:79:3e:8e:a9:3c:17:4b:7f:b0:99:e3:b0:71:60: + dc:0b:f5:64:c3:ce:43:bc:6d:71:b9:d2:de:27:5b: + 8a:e8:d8:c6:ae:e1:59:7d:cf:28:2d:35:b8:95:56: + 1a:f1:b2:58:4b:b7:12:37:c8:7c:b3:ed:4b:80:e1: + 8d:fa:32:23:b6:6f:b7:48:95:08:b1:44:4e:85:8c: + 3a:02:54:20:2f:df:bf:57:4f:3b:3a:90:21:d7:c1: + 26:35:54:20:ec:c7:3f:47:ec:ef:5a:bf:4b:7a:c1: + ad:3b:17:50:5c:62:d8:0f:4b:4a:dc:2b:fa:6e:bc: + 73:92:cd:ec:c7:50:e8:41:96:d7:a9:7e:6d:d8:e9: + 1d:8f:8a:b5:b9:58:92:ba:4a:92:2b:0c:56:fd:80: + eb:08:f0:5e:29:6e:1b:1c:0c:af:8f:93:89:ad:db: + bd:a3:9e:21:ca:89:19:ec:df:b5:c3:1a:eb:16:fe: + 78:36:4c:d6:6e:d0:3e:17:1c:90:17:6b:26:ba:fb: + 7a:2f:bf:11:1c:18:0e:2d:73:03:8f:a0:e5:35:a0: + 5a:e2:4c:75:1d:71:e1:39:38:53:78:40:cc:83:93: + d7:0a:9e:9d:5b:8f:8a:e4:e5:e0:48:e4:48:b2:47: + cd:4e:2a:75:2a:7b:f2:22:f6:c9:be:09:91:96:57: + 7a:88:88:ac:ee:70:ac:f9:dc:29:e3:0c:1c:3b:12: + 4e:44:d6:a7:4e:b0:26:c8:f3:d9:1a:97:91:68:ea: + ef:8d:46:06:d2:56:45:58:9a:3c:0c:0f:83:b8:05: + 25:c3:39:cf:3b:a4:34:89:b7:79:12:2f:47:c5:e7: + a9:97:69:fc:a6:77:67:b5:df:7b:f1:7a:65:15:e4: + 61:56:65 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 81:C4:8C:CC:F5:E4:30:FF:A5:0C:08:5F:8C:15:67:21:74:01:DF:DF + Signature Algorithm: sha256WithRSAEncryption + 13:65:22:f5:8e:2b:ad:44:e4:cb:ff:b9:68:e6:c3:80:48:3d: + 04:7b:fa:23:2f:7a:ed:36:da:b2:ce:6d:f6:e6:9e:e5:5f:58: + 8f:cb:37:32:a1:c8:65:b6:ae:38:3d:35:1b:3e:bc:3b:b6:04: + d0:bc:f9:49:f5:9b:f7:85:c5:36:b6:cb:bc:f8:c8:39:d5:e4: + 5f:07:bd:15:54:97:74:ca:ca:ed:4f:ba:ba:64:76:9f:81:b8: + 84:45:49:4c:8d:6f:a2:eb:b1:cc:d1:c3:94:da:44:c2:e6:e2: + ea:18:e8:a2:1f:27:05:ba:d7:e5:d6:a9:cd:dd:ef:76:98:8d: + 00:0e:cd:1b:fa:03:b7:8e:80:58:0e:27:3f:52:fb:94:a2:ca: + 5e:65:c9:d6:84:da:b9:35:71:f3:26:c0:4f:77:e6:81:27:d2: + 77:3b:9a:14:6f:79:f4:f6:d0:e1:d3:94:ba:d0:57:51:bd:27: + 05:0d:c1:fd:c8:12:30:ee:6f:8d:11:2b:08:9d:d4:d4:bf:80: + 45:14:9a:88:44:da:30:ea:b4:a7:e3:ee:ef:5b:82:d5:3e:d6: + ad:78:92:db:5c:3c:f3:d8:ad:fa:b8:6b:7f:c4:36:28:b6:02: + 15:8a:54:2c:9c:b0:17:73:8e:d0:37:a3:14:3c:98:95:00:0c: + 29:05:5b:9e:49:49:b1:5f:c7:e3:cb:cf:27:65:8e:35:17:b7: + 57:c8:30:d9:41:5b:b9:14:b6:e8:c2:0f:94:31:a7:94:98:cc: + 6a:eb:b5:e1:27:f5:10:a8:01:e8:8e:12:62:e8:88:cc:b5:7f: + 46:97:c0:9b:10:66:38:1a:36:46:5f:22:68:3d:df:c9:c6:13: + 27:ab:53:06:ac:a2:3c:86:06:65:6f:b1:7e:b1:29:44:9a:a3: + ba:49:69:28:69:8f:d7:e5:5f:ad:04:86:64:6f:1a:a0:0c:c5: + 08:62:ce:80:a3:d0:f3:ec:68:de:be:33:c7:17:5b:7f:80:c4: + 4c:4c:b1:a6:84:8a:c3:3b:b8:09:cd:14:81:ba:18:e3:54:57: + 36:fe:db:2f:7c:47:a1:3a:33:c8:f9:58:3b:44:4f:b1:ca:02: + 89:04:96:28:68:c5:4b:b8:26:89:bb:d6:33:2f:50:d5:fe:9a: + 89:ba:18:32:92:54:c6:5b:e0:9d:f9:5e:e5:0d:22:9b:f6:da: + e2:c8:21:b2:62:21:aa:86:40:b2:2e:64:d3:5f:c8:e3:7e:11: + 67:45:1f:05:fe:e3:a2:ef:b3:a8:b3:f3:7d:8f:f8:0c:1f:22: + 1f:2d:70:b4:b8:01:34:76:30:00:e5:23:78:a7:56:d7:50:1f: + 8a:fb:06:f5:c2:19:f0:d0 +SHA1 Fingerprint=28:F9:78:16:19:7A:FF:18:25:18:AA:44:FE:C1:A0:CE:5C:B6:4C:8A diff --git a/sparse/system/etc/security/cacerts/31188b5e.0 b/sparse/system/etc/security/cacerts/31188b5e.0 new file mode 100644 index 0000000..00dadb6 --- /dev/null +++ b/sparse/system/etc/security/cacerts/31188b5e.0 @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 + Validity + Not Before: Nov 25 08:25:55 2013 GMT + Not After : Oct 25 08:25:55 2043 GMT + Subject: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:af:75:30:33:aa:bb:6b:d3:99:2c:12:37:84:d9: + 8d:7b:97:80:d3:6e:e7:ff:9b:50:95:3e:90:95:56: + 42:d7:19:7c:26:84:8d:92:fa:01:1d:3a:0f:e2:64: + 38:b7:8c:bc:e8:88:f9:8b:24:ab:2e:a3:f5:37:e4: + 40:8e:18:25:79:83:75:1f:3b:ff:6c:a8:c5:c6:56: + f8:b4:ed:8a:44:a3:ab:6c:4c:fc:1d:d0:dc:ef:68: + bd:cf:e4:aa:ce:f0:55:f7:a2:34:d4:83:6b:37:7c: + 1c:c2:fe:b5:03:ec:57:ce:bc:b4:b5:c5:ed:00:0f: + 53:37:2a:4d:f4:4f:0c:83:fb:86:cf:cb:fe:8c:4e: + bd:87:f9:a7:8b:21:57:9c:7a:df:03:67:89:2c:9d: + 97:61:a7:10:b8:55:90:7f:0e:2d:27:38:74:df:e7: + fd:da:4e:12:e3:4d:15:22:02:c8:e0:e0:fc:0f:ad: + 8a:d7:c9:54:50:cc:3b:0f:ca:16:80:84:d0:51:56: + c3:8e:56:7f:89:22:33:2f:e6:85:0a:bd:a5:a8:1b: + 36:de:d3:dc:2c:6d:3b:c7:13:bd:59:23:2c:e6:e5: + a4:f7:d8:0b:ed:ea:90:40:44:a8:95:bb:93:d5:d0: + 80:34:b6:46:78:0e:1f:00:93:46:e1:ee:e9:f9:ec: + 4f:17 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 65:3F:C7:8A:86:C6:3C:DD:3C:54:5C:35:F8:3A:ED:52:0C:47:57:C8 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha256WithRSAEncryption + 2a:3f:e1:f1:32:8e:ae:e1:98:5c:4b:5e:cf:6b:1e:6a:09:d2: + 22:a9:12:c7:5e:57:7d:73:56:64:80:84:7a:93:e4:09:b9:10: + cd:9f:2a:27:e1:00:77:be:48:c8:35:a8:81:9f:e4:b8:2c:c9: + 7f:0e:b0:d2:4b:37:5d:ea:b9:d5:0b:5e:34:bd:f4:73:29:c3: + ed:26:15:9c:7e:08:53:8a:58:8d:d0:4b:28:df:c1:b3:df:20: + f3:f9:e3:e3:3a:df:cc:9c:94:d8:4e:4f:c3:6b:17:b7:f7:72: + e8:ad:66:33:b5:25:53:ab:e0:f8:4c:a9:9d:fd:f2:0d:ba:ae: + b9:d9:aa:c6:6b:f9:93:bb:ae:ab:b8:97:3c:03:1a:ba:43:c6: + 96:b9:45:72:38:b3:a7:a1:96:3d:91:7b:7e:c0:21:53:4c:87: + ed:f2:0b:54:95:51:93:d5:22:a5:0d:8a:f1:93:0e:3e:54:0e: + b0:d8:c9:4e:dc:f2:31:32:56:ea:64:f9:ea:b5:9d:16:66:42: + 72:f3:7f:d3:b1:31:43:fc:a4:8e:17:f1:6d:23:ab:94:66:f8: + ad:fb:0f:08:6e:26:2d:7f:17:07:09:b2:8c:fb:50:c0:9f:96: + 8d:cf:b6:fd:00:9d:5a:14:9a:bf:02:44:f5:c1:c2:9f:22:5e: + a2:0f:a1:e3 +SHA1 Fingerprint=31:43:64:9B:EC:CE:27:EC:ED:3A:3F:0B:8F:0D:E4:E8:91:DD:EE:CA diff --git a/sparse/system/etc/security/cacerts/33ee480d.0 b/sparse/system/etc/security/cacerts/33ee480d.0 new file mode 100644 index 0000000..4636458 --- /dev/null +++ b/sparse/system/etc/security/cacerts/33ee480d.0 @@ -0,0 +1,125 @@ +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8875640296558310041 (0x7b2c9bd316803299) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority RSA + Validity + Not Before: Feb 12 17:39:39 2016 GMT + Not After : Feb 12 17:39:39 2041 GMT + Subject: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority RSA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:f9:0f:dd:a3:2b:7d:cb:d0:2a:fe:ec:67:85:a6: + e7:2e:1b:ba:77:e1:e3:f5:af:a4:ec:fa:4a:5d:91: + c4:57:47:6b:18:77:6b:76:f2:fd:93:e4:3d:0f:c2: + 16:9e:0b:66:c3:56:94:9e:17:83:85:ce:56:ef:f2: + 16:fd:00:62:f5:22:09:54:e8:65:17:4e:41:b9:e0: + 4f:46:97:aa:1b:c8:b8:6e:62:5e:69:b1:5f:db:2a: + 02:7e:fc:6c:ca:f3:41:d8:ed:d0:e8:fc:3f:61:48: + ed:b0:03:14:1d:10:0e:4b:19:e0:bb:4e:ec:86:65: + ff:36:f3:5e:67:02:0b:9d:86:55:61:fd:7a:38:ed: + fe:e2:19:00:b7:6f:a1:50:62:75:74:3c:a0:fa:c8: + 25:92:b4:6e:7a:22:c7:f8:1e:a1:e3:b2:dd:91:31: + ab:2b:1d:04:ff:a5:4a:04:37:e9:85:a4:33:2b:fd: + e2:d6:55:34:7c:19:a4:4a:68:c7:b2:a8:d3:b7:ca: + a1:93:88:eb:c1:97:bc:8c:f9:1d:d9:22:84:24:74: + c7:04:3d:6a:a9:29:93:cc:eb:b8:5b:e1:fe:5f:25: + aa:34:58:c8:c1:23:54:9d:1b:98:11:c3:38:9c:7e: + 3d:86:6c:a5:0f:40:86:7c:02:f4:5c:02:4f:28:cb: + ae:71:9f:0f:3a:c8:33:fe:11:25:35:ea:fc:ba:c5: + 60:3d:d9:7c:18:d5:b2:a9:d3:75:78:03:72:22:ca: + 3a:c3:1f:ef:2c:e5:2e:a9:fa:9e:2c:b6:51:46:fd: + af:03:d6:ea:60:68:ea:85:16:36:6b:85:e9:1e:c0: + b3:dd:c4:24:dc:80:2a:81:41:6d:94:3e:c8:e0:c9: + 81:41:00:9e:5e:bf:7f:c5:08:98:a2:18:2c:42:40: + b3:f9:6f:38:27:4b:4e:80:f4:3d:81:47:e0:88:7c: + ea:1c:ce:b5:75:5c:51:2e:1c:2b:7f:1a:72:28:e7: + 00:b5:d1:74:c6:d7:e4:9f:ad:07:93:b6:53:35:35: + fc:37:e4:c3:f6:5d:16:be:21:73:de:92:0a:f8:a0: + 63:6a:bc:96:92:6a:3e:f8:bc:65:55:9b:de:f5:0d: + 89:26:04:fc:25:1a:a6:25:69:cb:c2:6d:ca:7c:e2: + 59:5f:97:ac:eb:ef:2e:c8:bc:d7:1b:59:3c:2b:cc: + f2:19:c8:93:6b:27:63:19:cf:fc:e9:26:f8:ca:71: + 9b:7f:93:fe:34:67:84:4e:99:eb:fc:b3:78:09:33: + 70:ba:66:a6:76:ed:1b:73:eb:1a:a5:0d:c4:22:13: + 20:94:56:0a:4e:2c:6c:4e:b1:fd:cf:9c:09:ba:a2: + 33:ed:87 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + DD:04:09:07:A2:F5:7A:7D:52:53:12:92:95:EE:38:80:25:0D:A6:59 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:DD:04:09:07:A2:F5:7A:7D:52:53:12:92:95:EE:38:80:25:0D:A6:59 + + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 20:18:11:94:29:fb:26:9d:1c:1e:1e:70:61:f1:95:72:93:71: + 24:ad:68:93:58:8e:32:af:1b:b3:70:03:fc:25:2b:74:85:90: + 3d:78:6a:f4:b9:8b:a5:97:3b:b5:18:91:bb:1e:a7:f9:40:5b: + 91:f9:55:99:af:1e:11:d0:5c:1d:a7:66:e3:b1:94:07:0c:32: + 39:a6:ea:1b:b0:79:d8:1d:9c:70:44:e3:8a:dd:c4:f9:95:1f: + 8a:38:43:3f:01:85:a5:47:a7:3d:46:b2:bc:e5:22:68:f7:7b: + 9c:d8:2c:3e:0a:21:c8:2d:33:ac:bf:c5:81:99:31:74:c1:75: + 71:c5:be:b1:f0:23:45:f4:9d:6b:fc:19:63:9d:a3:bc:04:c6: + 18:0b:25:bb:53:89:0f:b3:80:50:de:45:ee:44:7f:ab:94:78: + 64:98:d3:f6:28:dd:87:d8:70:65:74:fb:0e:b9:13:eb:a7:0f: + 61:a9:32:96:cc:de:bb:ed:63:4c:18:bb:a9:40:f7:a0:54:6e: + 20:88:71:75:18:ea:7a:b4:34:72:e0:23:27:77:5c:b6:90:ea: + 86:25:40:ab:ef:33:0f:cb:9f:82:be:a2:20:fb:f6:b5:2d:1a: + e6:c2:85:b1:74:0f:fb:c8:65:02:a4:52:01:47:dd:49:22:c1: + bf:d8:eb:6b:ac:7e:de:ec:63:33:15:b7:23:08:8f:c6:0f:8d: + 41:5a:dd:8e:c5:b9:8f:e5:45:3f:78:db:ba:d2:1b:40:b1:fe: + 71:4d:3f:e0:81:a2:ba:5e:b4:ec:15:e0:93:dd:08:1f:7e:e1: + 55:99:0b:21:de:93:9e:0a:fb:e6:a3:49:bd:36:30:fe:e7:77: + b2:a0:75:97:b5:2d:81:88:17:65:20:f7:da:90:00:9f:c9:52: + cc:32:ca:35:7c:f5:3d:0f:d8:2b:d7:f5:26:6c:c9:06:34:96: + 16:ea:70:59:1a:32:79:79:0b:b6:88:7f:0f:52:48:3d:bf:6c: + d8:a2:44:2e:d1:4e:b7:72:58:d3:89:13:95:fe:44:ab:f8:d7: + 8b:1b:6e:9c:bc:2c:a0:5b:d5:6a:00:af:5f:37:e1:d5:fa:10: + 0b:98:9c:86:e7:26:8f:ce:f0:ec:6e:8a:57:0b:80:e3:4e:b2: + c0:a0:63:61:90:ba:55:68:37:74:6a:b6:92:db:9f:a1:86:22: + b6:65:27:0e:ec:b6:9f:42:60:e4:67:c2:b5:da:41:0b:c4:d3: + 8b:61:1b:bc:fa:1f:91:2b:d7:44:07:5e:ba:29:ac:d9:c5:e9: + ef:53:48:5a:eb:80:f1:28:58:21:cd:b0:06:55:fb:27:3f:53: + 90:70:a9:04:1e:57:27:b9 +SHA1 Fingerprint=B7:AB:33:08:D1:EA:44:77:BA:14:80:12:5A:6F:BD:A9:36:49:0C:BB diff --git a/sparse/system/etc/security/cacerts/343eb6cb.0 b/sparse/system/etc/security/cacerts/343eb6cb.0 new file mode 100644 index 0000000..4f7b9e5 --- /dev/null +++ b/sparse/system/etc/security/cacerts/343eb6cb.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG +A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh +bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE +ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS +b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5 +7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS +J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y +HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP +t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz +FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY +XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/ +MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw +hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js +MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA +A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj +Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx +XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o +omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc +A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW +WL1WMRJOEcgh4LMRkWXbtKaIOM5V +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:0f:85:aa:2d:48 + Signature Algorithm: sha1WithRSAEncryption + Issuer: O=Cybertrust, Inc, CN=Cybertrust Global Root + Validity + Not Before: Dec 15 08:00:00 2006 GMT + Not After : Dec 15 08:00:00 2021 GMT + Subject: O=Cybertrust, Inc, CN=Cybertrust Global Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:f8:c8:bc:bd:14:50:66:13:ff:f0:d3:79:ec:23: + f2:b7:1a:c7:8e:85:f1:12:73:a6:19:aa:10:db:9c: + a2:65:74:5a:77:3e:51:7d:56:f6:dc:23:b6:d4:ed: + 5f:58:b1:37:4d:d5:49:0e:6e:f5:6a:87:d6:d2:8c: + d2:27:c6:e2:ff:36:9f:98:65:a0:13:4e:c6:2a:64: + 9b:d5:90:12:cf:14:06:f4:3b:e3:d4:28:be:e8:0e: + f8:ab:4e:48:94:6d:8e:95:31:10:5c:ed:a2:2d:bd: + d5:3a:6d:b2:1c:bb:60:c0:46:4b:01:f5:49:ae:7e: + 46:8a:d0:74:8d:a1:0c:02:ce:ee:fc:e7:8f:b8:6b: + 66:f3:7f:44:00:bf:66:25:14:2b:dd:10:30:1d:07: + 96:3f:4d:f6:6b:b8:8f:b7:7b:0c:a5:38:eb:de:47: + db:d5:5d:39:fc:88:a7:f3:d7:2a:74:f1:e8:5a:a2: + 3b:9f:50:ba:a6:8c:45:35:c2:50:65:95:dc:63:82: + ef:dd:bf:77:4d:9c:62:c9:63:73:16:d0:29:0f:49: + a9:48:f0:b3:aa:b7:6c:c5:a7:30:39:40:5d:ae:c4: + e2:5d:26:53:f0:ce:1c:23:08:61:a8:94:19:ba:04: + 62:40:ec:1f:38:70:77:12:06:71:a7:30:18:5d:25: + 27:a5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57 + X509v3 CRL Distribution Points: + + Full Name: + URI:http://www2.public-trust.com/crl/ct/ctroot.crl + + X509v3 Authority Key Identifier: + keyid:B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57 + + Signature Algorithm: sha1WithRSAEncryption + 56:ef:0a:23:a0:54:4e:95:97:c9:f8:89:da:45:c1:d4:a3:00: + 25:f4:1f:13:ab:b7:a3:85:58:69:c2:30:ad:d8:15:8a:2d:e3: + c9:cd:81:5a:f8:73:23:5a:a7:7c:05:f3:fd:22:3b:0e:d1:06: + c4:db:36:4c:73:04:8e:e5:b0:22:e4:c5:f3:2e:a5:d9:23:e3: + b8:4e:4a:20:a7:6e:02:24:9f:22:60:67:7b:8b:1d:72:09:c5: + 31:5c:e9:79:9f:80:47:3d:ad:a1:0b:07:14:3d:47:ff:03:69: + 1a:0c:0b:44:e7:63:25:a7:7f:b2:c9:b8:76:84:ed:23:f6:7d: + 07:ab:45:7e:d3:df:b3:bf:e9:8a:b6:cd:a8:a2:67:2b:52:d5: + b7:65:f0:39:4c:63:a0:91:79:93:52:0f:54:dd:83:bb:9f:d1: + 8f:a7:53:73:c3:cb:ff:30:ec:7c:04:b8:d8:44:1f:93:5f:71: + 09:22:b7:6e:3e:ea:1c:03:4e:9d:1a:20:61:fb:81:37:ec:5e: + fc:0a:45:ab:d7:e7:17:55:d0:a0:ea:60:9b:a6:f6:e3:8c:5b: + 29:c2:06:60:14:9d:2d:97:4c:a9:93:15:9d:61:c4:01:5f:48: + d6:58:bd:56:31:12:4e:11:c8:21:e0:b3:11:91:65:db:b4:a6: + 88:38:ce:55 +SHA1 Fingerprint=5F:43:E5:B1:BF:F8:78:8C:AC:1C:C7:CA:4A:9A:C6:22:2B:CC:34:C6 diff --git a/sparse/system/etc/security/cacerts/35105088.0 b/sparse/system/etc/security/cacerts/35105088.0 new file mode 100644 index 0000000..ff58900 --- /dev/null +++ b/sparse/system/etc/security/cacerts/35105088.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 01:fd:6d:30:fc:a3:ca:51:a8:1b:bc:64:0e:35:03:2d + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority + Validity + Not Before: Feb 1 00:00:00 2010 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:80:12:65:17:36:0e:c3:db:08:b3:d0:ac:57:0d: + 76:ed:cd:27:d3:4c:ad:50:83:61:e2:aa:20:4d:09: + 2d:64:09:dc:ce:89:9f:cc:3d:a9:ec:f6:cf:c1:dc: + f1:d3:b1:d6:7b:37:28:11:2b:47:da:39:c6:bc:3a: + 19:b4:5f:a6:bd:7d:9d:a3:63:42:b6:76:f2:a9:3b: + 2b:91:f8:e2:6f:d0:ec:16:20:90:09:3e:e2:e8:74: + c9:18:b4:91:d4:62:64:db:7f:a3:06:f1:88:18:6a: + 90:22:3c:bc:fe:13:f0:87:14:7b:f6:e4:1f:8e:d4: + e4:51:c6:11:67:46:08:51:cb:86:14:54:3f:bc:33: + fe:7e:6c:9c:ff:16:9d:18:bd:51:8e:35:a6:a7:66: + c8:72:67:db:21:66:b1:d4:9b:78:03:c0:50:3a:e8: + cc:f0:dc:bc:9e:4c:fe:af:05:96:35:1f:57:5a:b7: + ff:ce:f9:3d:b7:2c:b6:f6:54:dd:c8:e7:12:3a:4d: + ae:4c:8a:b7:5c:9a:b4:b7:20:3d:ca:7f:22:34:ae: + 7e:3b:68:66:01:44:e7:01:4e:46:53:9b:33:60:f7: + 94:be:53:37:90:73:43:f3:32:c3:53:ef:db:aa:fe: + 74:4e:69:c7:6b:8c:60:93:de:c4:c7:0c:df:e1:32: + ae:cc:93:3b:51:78:95:67:8b:ee:3d:56:fe:0c:d0: + 69:0f:1b:0f:f3:25:26:6b:33:6d:f7:6e:47:fa:73: + 43:e5:7e:0e:a5:66:b1:29:7c:32:84:63:55:89:c4: + 0d:c1:93:54:30:19:13:ac:d3:7d:37:a7:eb:5d:3a: + 6c:35:5c:db:41:d7:12:da:a9:49:0b:df:d8:80:8a: + 09:93:62:8e:b5:66:cf:25:88:cd:84:b8:b1:3f:a4: + 39:0f:d9:02:9e:eb:12:4c:95:7c:f3:6b:05:a9:5e: + 16:83:cc:b8:67:e2:e8:13:9d:cc:5b:82:d3:4c:b3: + ed:5b:ff:de:e5:73:ac:23:3b:2d:00:bf:35:55:74: + 09:49:d8:49:58:1a:7f:92:36:e6:51:92:0e:f3:26: + 7d:1c:4d:17:bc:c9:ec:43:26:d0:bf:41:5f:40:a9: + 44:44:f4:99:e7:57:87:9e:50:1f:57:54:a8:3e:fd: + 74:63:2f:b1:50:65:09:e6:58:42:2e:43:1a:4c:b4: + f0:25:47:59:fa:04:1e:93:d4:26:46:4a:50:81:b2: + de:be:78:b7:fc:67:15:e1:c9:57:84:1e:0f:63:d6: + e9:62:ba:d6:5f:55:2e:ea:5c:c6:28:08:04:25:39: + b8:0e:2b:a9:f2:4c:97:1c:07:3f:0d:52:f5:ed:ef: + 2f:82:0f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 53:79:BF:5A:AA:2B:4A:CF:54:80:E1:D8:9B:C0:9D:F2:B2:03:66:CB + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha384WithRSAEncryption + 5c:d4:7c:0d:cf:f7:01:7d:41:99:65:0c:73:c5:52:9f:cb:f8: + cf:99:06:7f:1b:da:43:15:9f:9e:02:55:57:96:14:f1:52:3c: + 27:87:94:28:ed:1f:3a:01:37:a2:76:fc:53:50:c0:84:9b:c6: + 6b:4e:ba:8c:21:4f:a2:8e:55:62:91:f3:69:15:d8:bc:88:e3: + c4:aa:0b:fd:ef:a8:e9:4b:55:2a:06:20:6d:55:78:29:19:ee: + 5f:30:5c:4b:24:11:55:ff:24:9a:6e:5e:2a:2b:ee:0b:4d:9f: + 7f:f7:01:38:94:14:95:43:07:09:fb:60:a9:ee:1c:ab:12:8c: + a0:9a:5e:a7:98:6a:59:6d:8b:3f:08:fb:c8:d1:45:af:18:15: + 64:90:12:0f:73:28:2e:c5:e2:24:4e:fc:58:ec:f0:f4:45:fe: + 22:b3:eb:2f:8e:d2:d9:45:61:05:c1:97:6f:a8:76:72:8f:8b: + 8c:36:af:bf:0d:05:ce:71:8d:e6:a6:6f:1f:6c:a6:71:62:c5: + d8:d0:83:72:0c:f1:67:11:89:0c:9c:13:4c:72:34:df:bc:d5: + 71:df:aa:71:dd:e1:b9:6c:8c:3c:12:5d:65:da:bd:57:12:b6: + 43:6b:ff:e5:de:4d:66:11:51:cf:99:ae:ec:17:b6:e8:71:91: + 8c:de:49:fe:dd:35:71:a2:15:27:94:1c:cf:61:e3:26:bb:6f: + a3:67:25:21:5d:e6:dd:1d:0b:2e:68:1b:3b:82:af:ec:83:67: + 85:d4:98:51:74:b1:b9:99:80:89:ff:7f:78:19:5c:79:4a:60: + 2e:92:40:ae:4c:37:2a:2c:c9:c7:62:c8:0e:5d:f7:36:5b:ca: + e0:25:25:01:b4:dd:1a:07:9c:77:00:3f:d0:dc:d5:ec:3d:d4: + fa:bb:3f:cc:85:d6:6f:7f:a9:2d:df:b9:02:f7:f5:97:9a:b5: + 35:da:c3:67:b0:87:4a:a9:28:9e:23:8e:ff:5c:27:6b:e1:b0: + 4f:f3:07:ee:00:2e:d4:59:87:cb:52:41:95:ea:f4:47:d7:ee: + 64:41:55:7c:8d:59:02:95:dd:62:9d:c2:b9:ee:5a:28:74:84: + a5:9b:b7:90:c7:0c:07:df:f5:89:36:74:32:d6:28:c1:b0:b0: + 0b:e0:9c:4c:c3:1c:d6:fc:e3:69:b5:47:46:81:2f:a2:82:ab: + d3:63:44:70:c4:8d:ff:2d:33:ba:ad:8f:7b:b5:70:88:ae:3e: + 19:cf:40:28:d8:fc:c8:90:bb:5d:99:22:f5:52:e6:58:c5:1f: + 88:31:43:ee:88:1d:d7:c6:8e:3c:43:6a:1d:a7:18:de:7d:3d: + 16:f1:62:f9:ca:90:a8:fd +SHA1 Fingerprint=2B:8F:1B:57:33:0D:BB:A2:D0:7A:6C:51:F7:0E:E9:0D:DA:B9:AD:8E diff --git a/sparse/system/etc/security/cacerts/399e7759.0 b/sparse/system/etc/security/cacerts/399e7759.0 new file mode 100644 index 0000000..6301f4b --- /dev/null +++ b/sparse/system/etc/security/cacerts/399e7759.0 @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 08:3b:e0:56:90:42:46:b1:a1:75:6a:c9:59:91:c7:4a + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA + Validity + Not Before: Nov 10 00:00:00 2006 GMT + Not After : Nov 10 00:00:00 2031 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:e2:3b:e1:11:72:de:a8:a4:d3:a3:57:aa:50:a2: + 8f:0b:77:90:c9:a2:a5:ee:12:ce:96:5b:01:09:20: + cc:01:93:a7:4e:30:b7:53:f7:43:c4:69:00:57:9d: + e2:8d:22:dd:87:06:40:00:81:09:ce:ce:1b:83:bf: + df:cd:3b:71:46:e2:d6:66:c7:05:b3:76:27:16:8f: + 7b:9e:1e:95:7d:ee:b7:48:a3:08:da:d6:af:7a:0c: + 39:06:65:7f:4a:5d:1f:bc:17:f8:ab:be:ee:28:d7: + 74:7f:7a:78:99:59:85:68:6e:5c:23:32:4b:bf:4e: + c0:e8:5a:6d:e3:70:bf:77:10:bf:fc:01:f6:85:d9: + a8:44:10:58:32:a9:75:18:d5:d1:a2:be:47:e2:27: + 6a:f4:9a:33:f8:49:08:60:8b:d4:5f:b4:3a:84:bf: + a1:aa:4a:4c:7d:3e:cf:4f:5f:6c:76:5e:a0:4b:37: + 91:9e:dc:22:e6:6d:ce:14:1a:8e:6a:cb:fe:cd:b3: + 14:64:17:c7:5b:29:9e:32:bf:f2:ee:fa:d3:0b:42: + d4:ab:b7:41:32:da:0c:d4:ef:f8:81:d5:bb:8d:58: + 3f:b5:1b:e8:49:28:a2:70:da:31:04:dd:f7:b2:16: + f2:4c:0a:4e:07:a8:ed:4a:3d:5e:b5:7f:a3:90:c3: + af:27 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 03:DE:50:35:56:D1:4C:BB:66:F0:A3:E2:1B:1B:C3:97:B2:3D:D1:55 + X509v3 Authority Key Identifier: + keyid:03:DE:50:35:56:D1:4C:BB:66:F0:A3:E2:1B:1B:C3:97:B2:3D:D1:55 + + Signature Algorithm: sha1WithRSAEncryption + cb:9c:37:aa:48:13:12:0a:fa:dd:44:9c:4f:52:b0:f4:df:ae: + 04:f5:79:79:08:a3:24:18:fc:4b:2b:84:c0:2d:b9:d5:c7:fe: + f4:c1:1f:58:cb:b8:6d:9c:7a:74:e7:98:29:ab:11:b5:e3:70: + a0:a1:cd:4c:88:99:93:8c:91:70:e2:ab:0f:1c:be:93:a9:ff: + 63:d5:e4:07:60:d3:a3:bf:9d:5b:09:f1:d5:8e:e3:53:f4:8e: + 63:fa:3f:a7:db:b4:66:df:62:66:d6:d1:6e:41:8d:f2:2d:b5: + ea:77:4a:9f:9d:58:e2:2b:59:c0:40:23:ed:2d:28:82:45:3e: + 79:54:92:26:98:e0:80:48:a8:37:ef:f0:d6:79:60:16:de:ac: + e8:0e:cd:6e:ac:44:17:38:2f:49:da:e1:45:3e:2a:b9:36:53: + cf:3a:50:06:f7:2e:e8:c4:57:49:6c:61:21:18:d5:04:ad:78: + 3c:2c:3a:80:6b:a7:eb:af:15:14:e9:d8:89:c1:b9:38:6c:e2: + 91:6c:8a:ff:64:b9:77:25:57:30:c0:1b:24:a3:e1:dc:e9:df: + 47:7c:b5:b4:24:08:05:30:ec:2d:bd:0b:bf:45:bf:50:b9:a9: + f3:eb:98:01:12:ad:c8:88:c6:98:34:5f:8d:0a:3c:c6:e9:d5: + 95:95:6d:de +SHA1 Fingerprint=A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36 diff --git a/sparse/system/etc/security/cacerts/3ad48a91.0 b/sparse/system/etc/security/cacerts/3ad48a91.0 new file mode 100644 index 0000000..db80cf2 --- /dev/null +++ b/sparse/system/etc/security/cacerts/3ad48a91.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 33554617 (0x20000b9) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root + Validity + Not Before: May 12 18:46:00 2000 GMT + Not After : May 12 23:59:00 2025 GMT + Subject: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:a3:04:bb:22:ab:98:3d:57:e8:26:72:9a:b5:79: + d4:29:e2:e1:e8:95:80:b1:b0:e3:5b:8e:2b:29:9a: + 64:df:a1:5d:ed:b0:09:05:6d:db:28:2e:ce:62:a2: + 62:fe:b4:88:da:12:eb:38:eb:21:9d:c0:41:2b:01: + 52:7b:88:77:d3:1c:8f:c7:ba:b9:88:b5:6a:09:e7: + 73:e8:11:40:a7:d1:cc:ca:62:8d:2d:e5:8f:0b:a6: + 50:d2:a8:50:c3:28:ea:f5:ab:25:87:8a:9a:96:1c: + a9:67:b8:3f:0c:d5:f7:f9:52:13:2f:c2:1b:d5:70: + 70:f0:8f:c0:12:ca:06:cb:9a:e1:d9:ca:33:7a:77: + d6:f8:ec:b9:f1:68:44:42:48:13:d2:c0:c2:a4:ae: + 5e:60:fe:b6:a6:05:fc:b4:dd:07:59:02:d4:59:18: + 98:63:f5:a5:63:e0:90:0c:7d:5d:b2:06:7a:f3:85: + ea:eb:d4:03:ae:5e:84:3e:5f:ff:15:ed:69:bc:f9: + 39:36:72:75:cf:77:52:4d:f3:c9:90:2c:b9:3d:e5: + c9:23:53:3f:1f:24:98:21:5c:07:99:29:bd:c6:3a: + ec:e7:6e:86:3a:6b:97:74:63:33:bd:68:18:31:f0: + 78:8d:76:bf:fc:9e:8e:5d:2a:86:a7:4d:90:dc:27: + 1a:39 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + E5:9D:59:30:82:47:58:CC:AC:FA:08:54:36:86:7B:3A:B5:04:4D:F0 + X509v3 Basic Constraints: critical + CA:TRUE, pathlen:3 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 85:0c:5d:8e:e4:6f:51:68:42:05:a0:dd:bb:4f:27:25:84:03: + bd:f7:64:fd:2d:d7:30:e3:a4:10:17:eb:da:29:29:b6:79:3f: + 76:f6:19:13:23:b8:10:0a:f9:58:a4:d4:61:70:bd:04:61:6a: + 12:8a:17:d5:0a:bd:c5:bc:30:7c:d6:e9:0c:25:8d:86:40:4f: + ec:cc:a3:7e:38:c6:37:11:4f:ed:dd:68:31:8e:4c:d2:b3:01: + 74:ee:be:75:5e:07:48:1a:7f:70:ff:16:5c:84:c0:79:85:b8: + 05:fd:7f:be:65:11:a3:0f:c0:02:b4:f8:52:37:39:04:d5:a9: + 31:7a:18:bf:a0:2a:f4:12:99:f7:a3:45:82:e3:3c:5e:f5:9d: + 9e:b5:c8:9e:7c:2e:c8:a4:9e:4e:08:14:4b:6d:fd:70:6d:6b: + 1a:63:bd:64:e6:1f:b7:ce:f0:f2:9f:2e:bb:1b:b7:f2:50:88: + 73:92:c2:e2:e3:16:8d:9a:32:02:ab:8e:18:dd:e9:10:11:ee: + 7e:35:ab:90:af:3e:30:94:7a:d0:33:3d:a7:65:0f:f5:fc:8e: + 9e:62:cf:47:44:2c:01:5d:bb:1d:b5:32:d2:47:d2:38:2e:d0: + fe:81:dc:32:6a:1e:b5:ee:3c:d5:fc:e7:81:1d:19:c3:24:42: + ea:63:39:a9 +SHA1 Fingerprint=D4:DE:20:D0:5E:66:FC:53:FE:1A:50:88:2C:78:DB:28:52:CA:E4:74 diff --git a/sparse/system/etc/security/cacerts/3c6676aa.0 b/sparse/system/etc/security/cacerts/3c6676aa.0 new file mode 100644 index 0000000..1693994 --- /dev/null +++ b/sparse/system/etc/security/cacerts/3c6676aa.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO +TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh +dCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y +MjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg +TmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS +b290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS +M4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC +UiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d +Z//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p +rfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l +pJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb +j5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC +KFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS +/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X +cgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH +1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP +px9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7 +MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI +eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u +2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS +v4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC +wPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy +CqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e +vTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6 +Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa +Gl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL +eG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8 +FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc +7uzXLg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 10000013 (0x98968d) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA + Validity + Not Before: Dec 8 11:19:29 2010 GMT + Not After : Dec 8 11:10:28 2022 GMT + Subject: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:e3:c7:7e:89:f9:24:4b:3a:d2:33:83:35:2c:69: + ec:dc:09:a4:e3:51:a8:25:2b:79:b8:08:3d:e0:91: + ba:84:85:c6:85:a4:ca:e6:c9:2e:53:a4:c9:24:1e: + fd:55:66:71:5d:2c:c5:60:68:04:b7:d9:c2:52:26: + 38:88:a4:d6:3b:40:a6:c2:cd:3f:cd:98:93:b3:54: + 14:58:96:55:d5:50:fe:86:ad:a4:63:7f:5c:87:f6: + 8e:e6:27:92:67:17:92:02:03:2c:dc:d6:66:74:ed: + dd:67:ff:c1:61:8d:63:4f:0f:9b:6d:17:30:26:ef: + ab:d2:1f:10:a0:f9:c5:7f:16:69:81:03:47:ed:1e: + 68:8d:72:a1:4d:b2:26:c6:ba:6c:5f:6d:d6:af:d1: + b1:13:8e:a9:ad:f3:5e:69:75:26:18:3e:41:2b:21: + 7f:ee:8b:5d:07:06:9d:43:c4:29:0a:2b:fc:2a:3e: + 86:cb:3c:83:3a:f9:c9:0d:da:c5:99:e2:bc:78:41: + 33:76:e1:bf:2f:5d:e5:a4:98:50:0c:15:dd:e0:fa: + 9c:7f:38:68:d0:b2:a6:7a:a7:d1:31:bd:7e:8a:58: + 27:43:b3:ba:33:91:d3:a7:98:15:5c:9a:e6:d3:0f: + 75:d9:fc:41:98:97:3e:aa:25:db:8f:92:2e:b0:7b: + 0c:5f:f1:63:a9:37:f9:9b:75:69:4c:28:26:25:da: + d5:f2:12:70:45:55:e3:df:73:5e:37:f5:21:6c:90: + 8e:35:5a:c9:d3:23:eb:d3:c0:be:78:ac:42:28:58: + 66:a5:46:6d:70:02:d7:10:f9:4b:54:fc:5d:86:4a: + 87:cf:7f:ca:45:ac:11:5a:b5:20:51:8d:2f:88:47: + 97:39:c0:cf:ba:c0:42:01:40:99:48:21:0b:6b:a7: + d2:fd:96:d5:d1:be:46:9d:49:e0:0b:a6:a0:22:4e: + 38:d0:c1:3c:30:bc:70:8f:2c:75:cc:d0:c5:8c:51: + 3b:3d:94:08:64:26:61:7d:b9:c3:65:8f:14:9c:21: + d0:aa:fd:17:72:03:8f:bd:9b:8c:e6:5e:53:9e:b9: + 9d:ef:82:bb:e1:bc:e2:72:41:5b:21:94:d3:45:37: + 94:d1:df:09:39:5d:e7:23:aa:9a:1d:ca:6d:a8:0a: + 86:85:8a:82:be:42:07:d6:f2:38:82:73:da:87:5b: + e5:3c:d3:9e:3e:a7:3b:9e:f4:03:b3:f9:f1:7d:13: + 74:02:ff:bb:a1:e5:fa:00:79:1c:a6:66:41:88:5c: + 60:57:a6:2e:09:c4:ba:fd:9a:cf:a7:1f:40:c3:bb: + cc:5a:0a:55:4b:3b:38:76:51:b8:63:8b:84:94:16: + e6:56:f3 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + FE:AB:00:90:98:9E:24:FC:A9:CC:1A:8A:FB:27:B8:BF:30:6E:A8:3B + Signature Algorithm: sha256WithRSAEncryption + cf:77:2c:6e:56:be:4e:b3:b6:84:00:94:ab:47:c9:0d:d2:76: + c7:86:9f:1d:07:d3:b6:b4:bb:08:78:af:69:d2:0b:49:de:33: + c5:ac:ad:c2:88:02:7d:06:b7:35:02:c1:60:c9:bf:c4:e8:94: + de:d4:d3:a9:13:25:5a:fe:6e:a2:ae:7d:05:dc:7d:f3:6c:f0: + 7e:a6:8d:ee:d9:d7:ce:58:17:e8:a9:29:ae:73:48:87:e7:9b: + ca:6e:29:a1:64:5f:19:13:f7:ae:06:10:ff:51:c6:9b:4d:55: + 25:4f:93:99:10:01:53:75:f1:13:ce:c7:a6:41:41:d2:bf:88: + a5:7f:45:fc:ac:b8:a5:b5:33:0c:82:c4:fb:07:f6:6a:e5:25: + 84:5f:06:ca:c1:86:39:11:db:58:cd:77:3b:2c:c2:4c:0f:5e: + 9a:e3:f0:ab:3e:61:1b:50:24:c2:c0:f4:f1:19:f0:11:29:b6: + a5:18:02:9b:d7:63:4c:70:8c:47:a3:03:43:5c:b9:5d:46:a0: + 0d:6f:ff:59:8e:be:dd:9f:72:c3:5b:2b:df:8c:5b:ce:e5:0c: + 46:6c:92:b2:0a:a3:4c:54:42:18:15:12:18:bd:da:fc:ba:74: + 6e:ff:c1:b6:a0:64:d8:a9:5f:55:ae:9f:5c:6a:76:96:d8:73: + 67:87:fb:4d:7f:5c:ee:69:ca:73:10:fb:8a:a9:fd:9e:bd:36: + 38:49:49:87:f4:0e:14:f0:e9:87:b8:3f:a7:4f:7a:5a:8e:79: + d4:93:e4:bb:68:52:84:ac:6c:e9:f3:98:70:55:72:32:f9:34: + ab:2b:49:b5:cd:20:62:e4:3a:7a:67:63:ab:96:dc:6d:ae:97: + ec:fc:9f:76:56:88:2e:66:cf:5b:b6:c9:a4:b0:d7:05:ba:e1: + 27:2f:93:bb:26:2a:a2:93:b0:1b:f3:8e:be:1d:40:a3:b9:36: + 8f:3e:82:1a:1a:5e:88:ea:50:f8:59:e2:83:46:29:0b:e3:44: + 5c:e1:95:b6:69:90:9a:14:6f:97:ae:81:cf:68:ef:99:9a:be: + b5:e7:e1:7f:f8:fa:13:47:16:4c:cc:6d:08:40:e7:8b:78:6f: + 50:82:44:50:3f:66:06:8a:ab:43:84:56:4a:0f:20:2d:86:0e: + f5:d2:db:d2:7a:8a:4b:cd:a5:e8:4e:f1:5e:26:25:01:59:23: + a0:7e:d2:f6:7e:21:57:d7:27:bc:15:57:4c:a4:46:c1:e0:83: + 1e:0c:4c:4d:1f:4f:06:19:e2:f9:a8:f4:3a:82:a1:b2:79:43: + 79:d6:ad:6f:7a:27:90:03:a4:ea:24:87:3f:d9:bd:d9:e9:f2: + 5f:50:49:1c:ee:ec:d7:2e +SHA1 Fingerprint=76:E2:7E:C1:4F:DB:82:C1:C0:A6:75:B5:05:BE:3D:29:B4:ED:DB:BB diff --git a/sparse/system/etc/security/cacerts/3c860d51.0 b/sparse/system/etc/security/cacerts/3c860d51.0 new file mode 100644 index 0000000..8b46c87 --- /dev/null +++ b/sparse/system/etc/security/cacerts/3c860d51.0 @@ -0,0 +1,129 @@ +-----BEGIN CERTIFICATE----- +MIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV +BAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln +biBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF +MQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT +d2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8 +76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+ +bbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c +6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE +emA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd +MmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt +MDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y +MszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y +FGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi +aG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM +gI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB +qTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7 +lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn +8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov +L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6 +45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO +UYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5 +O1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC +bwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv +GPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a +77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC +hdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3 +92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp +Ld6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w +ZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt +Qc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + bb:40:1c:43:f5:5e:4f:b0 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2 + Validity + Not Before: Oct 25 08:30:35 2006 GMT + Not After : Oct 25 08:30:35 2036 GMT + Subject: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:af:e4:ee:7e:8b:24:0e:12:6e:a9:50:2d:16:44: + 3b:92:92:5c:ca:b8:5d:84:92:42:13:2a:bc:65:57: + 82:40:3e:57:24:cd:50:8b:25:2a:b7:6f:fc:ef:a2: + d0:c0:1f:02:24:4a:13:96:8f:23:13:e6:28:58:00: + a3:47:c7:06:a7:84:23:2b:bb:bd:96:2b:7f:55:cc: + 8b:c1:57:1f:0e:62:65:0f:dd:3d:56:8a:73:da:ae: + 7e:6d:ba:81:1c:7e:42:8c:20:35:d9:43:4d:84:fa: + 84:db:52:2c:f3:0e:27:77:0b:6b:bf:11:2f:72:78: + 9f:2e:d8:3e:e6:18:37:5a:2a:72:f9:da:62:90:92: + 95:ca:1f:9c:e9:b3:3c:2b:cb:f3:01:13:bf:5a:cf: + c1:b5:0a:60:bd:dd:b5:99:64:53:b8:a0:96:b3:6f: + e2:26:77:91:8c:e0:62:10:02:9f:34:0f:a4:d5:92: + 33:51:de:be:8d:ba:84:7a:60:3c:6a:db:9f:2b:ec: + de:de:01:3f:6e:4d:e5:50:86:cb:b4:af:ed:44:40: + c5:ca:5a:8c:da:d2:2b:7c:a8:ee:be:a6:e5:0a:aa: + 0e:a5:df:05:52:b7:55:c7:22:5d:32:6a:97:97:63: + 13:db:c9:db:79:36:7b:85:3a:4a:c5:52:89:f9:24: + e7:9d:77:a9:82:ff:55:1c:a5:71:69:2b:d1:02:24: + f2:b3:26:d4:6b:da:04:55:e5:c1:0a:c7:6d:30:37: + 90:2a:e4:9e:14:33:5e:16:17:55:c5:5b:b5:cb:34: + 89:92:f1:9d:26:8f:a1:07:d4:c6:b2:78:50:db:0c: + 0c:0b:7c:0b:8c:41:d7:b9:e9:dd:8c:88:f7:a3:4d: + b2:32:cc:d8:17:da:cd:b7:ce:66:9d:d4:fd:5e:ff: + bd:97:3e:29:75:e7:7e:a7:62:58:af:25:34:a5:41: + c7:3d:bc:0d:50:ca:03:03:0f:08:5a:1f:95:73:78: + 62:bf:af:72:14:69:0e:a5:e5:03:0e:78:8e:26:28: + 42:f0:07:0b:62:20:10:67:39:46:fa:a9:03:cc:04: + 38:7a:66:ef:20:83:b5:8c:4a:56:8e:91:00:fc:8e: + 5c:82:de:88:a0:c3:e2:68:6e:7d:8d:ef:3c:dd:65: + f4:5d:ac:51:ef:24:80:ae:aa:56:97:6f:f9:ad:7d: + da:61:3f:98:77:3c:a5:91:b6:1c:8c:26:da:65:a2: + 09:6d:c1:e2:54:e3:b9:ca:4c:4c:80:8f:77:7b:60: + 9a:1e:df:b6:f2:48:1e:0e:ba:4e:54:6d:98:e0:e1: + a2:1a:a2:77:50:cf:c4:63:92:ec:47:19:9d:eb:e6: + 6b:ce:c1 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 5B:25:7B:96:A4:65:51:7E:B8:39:F3:C0:78:66:5E:E8:3A:E7:F0:EE + X509v3 Authority Key Identifier: + keyid:5B:25:7B:96:A4:65:51:7E:B8:39:F3:C0:78:66:5E:E8:3A:E7:F0:EE + + X509v3 Certificate Policies: + Policy: 2.16.756.1.89.1.2.1.1 + CPS: http://repository.swisssign.com/ + + Signature Algorithm: sha1WithRSAEncryption + 27:ba:e3:94:7c:f1:ae:c0:de:17:e6:e5:d8:d5:f5:54:b0:83: + f4:bb:cd:5e:05:7b:4f:9f:75:66:af:3c:e8:56:7e:fc:72:78: + 38:03:d9:2b:62:1b:00:b9:f8:e9:60:cd:cc:ce:51:8a:c7:50: + 31:6e:e1:4a:7e:18:2f:69:59:b6:3d:64:81:2b:e3:83:84:e6: + 22:87:8e:7d:e0:ee:02:99:61:b8:1e:f4:b8:2b:88:12:16:84: + c2:31:93:38:96:31:a6:b9:3b:53:3f:c3:24:93:56:5b:69:92: + ec:c5:c1:bb:38:00:e3:ec:17:a9:b8:dc:c7:7c:01:83:9f:32: + 47:ba:52:22:34:1d:32:7a:09:56:a7:7c:25:36:a9:3d:4b:da: + c0:82:6f:0a:bb:12:c8:87:4b:27:11:f9:1e:2d:c7:93:3f:9e: + db:5f:26:6b:52:d9:2e:8a:f1:14:c6:44:8d:15:a9:b7:bf:bd: + de:a6:1a:ee:ae:2d:fb:48:77:17:fe:bb:ec:af:18:f5:2a:51: + f0:39:84:97:95:6c:6e:1b:c3:2b:c4:74:60:79:25:b0:0a:27: + df:df:5e:d2:39:cf:45:7d:42:4b:df:b3:2c:1e:c5:c6:5d:ca: + 55:3a:a0:9c:69:9a:8f:da:ef:b2:b0:3c:9f:87:6c:12:2b:65: + 70:15:52:31:1a:24:cf:6f:31:23:50:1f:8c:4f:8f:23:c3:74: + 41:63:1c:55:a8:14:dd:3e:e0:51:50:cf:f1:1b:30:56:0e:92: + b0:82:85:d8:83:cb:22:64:bc:2d:b8:25:d5:54:a2:b8:06:ea: + ad:92:a4:24:a0:c1:86:b5:4a:13:6a:47:cf:2e:0b:56:95:54: + cb:ce:9a:db:6a:b4:a6:b2:db:41:08:86:27:77:f7:6a:a0:42: + 6c:0b:38:ce:d7:75:50:32:92:c2:df:2b:30:22:48:d0:d5:41: + 38:25:5d:a4:e9:5d:9f:c6:94:75:d0:45:fd:30:97:43:8f:90: + ab:0a:c7:86:73:60:4a:69:2d:de:a5:78:d7:06:da:6a:9e:4b: + 3e:77:3a:20:13:22:01:d0:bf:68:9e:63:60:6b:35:4d:0b:6d: + ba:a1:3d:c0:93:e0:7f:23:b3:55:ad:72:25:4e:46:f9:d2:16: + ef:b0:64:c1:01:9e:e9:ca:a0:6a:98:0e:cf:d8:60:f2:2f:49: + b8:e4:42:e1:38:35:16:f4:c8:6e:4f:f7:81:56:e8:ba:a3:be: + 23:af:ae:fd:6f:03:e0:02:3b:30:76:fa:1b:6d:41:cf:01:b1: + e9:b8:c9:66:f4:db:26:f3:3a:a4:74:f2:49:24:5b:c9:b0:d0: + 57:c1:fa:3e:7a:e1:97:c9 +SHA1 Fingerprint=D8:C5:38:8A:B7:30:1B:1B:6E:D4:7A:E6:45:25:3A:6F:9F:1A:27:61 diff --git a/sparse/system/etc/security/cacerts/3c899c73.0 b/sparse/system/etc/security/cacerts/3c899c73.0 new file mode 100644 index 0000000..c23dcc7 --- /dev/null +++ b/sparse/system/etc/security/cacerts/3c899c73.0 @@ -0,0 +1,56 @@ +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 21:2a:56:0c:ae:da:0c:ab:40:45:bf:2b:a2:2d:3a:ea + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GC CA + Validity + Not Before: May 9 09:48:34 2017 GMT + Not After : May 9 09:58:33 2042 GMT + Subject: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GC CA + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:4c:e9:50:c0:c6:0f:72:18:bc:d8:f1:ba:b3:89: + e2:79:4a:a3:16:a7:6b:54:24:db:51:ff:ea:f4:09: + 24:c3:0b:22:9f:cb:6a:27:82:81:0d:d2:c0:af:31: + e4:74:82:6e:ca:25:d9:8c:75:9d:f1:db:d0:9a:a2: + 4b:21:7e:16:a7:63:90:d2:39:d4:b1:87:78:5f:18: + 96:0f:50:1b:35:37:0f:6a:c6:dc:d9:13:4d:a4:8e: + 90:37:e6:bd:5b:31:91 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 48:87:14:AC:E3:C3:9E:90:60:3A:D7:CA:89:EE:D3:AD:8C:B4:50:66 + 1.3.6.1.4.1.311.21.1: + ... + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:30:26:c7:69:5b:dc:d5:e7:b2:e7:c8:0c:8c:8c:c3: + dd:79:8c:1b:63:d5:c9:52:94:4e:4d:82:4a:73:1e:b2:80:84: + a9:25:c0:4c:5a:6d:49:29:60:78:13:e2:7e:48:eb:64:02:31: + 00:db:34:20:32:08:ff:9a:49:02:b6:88:de:14:af:5d:6c:99: + 71:8d:1a:3f:8b:d7:e0:a2:36:86:1c:07:82:3a:76:53:fd:c2: + a2:ed:ef:7b:b0:80:4f:58:0f:4b:53:39:bd +SHA1 Fingerprint=E0:11:84:5E:34:DE:BE:88:81:B9:9C:F6:16:26:D1:96:1F:C3:B9:31 diff --git a/sparse/system/etc/security/cacerts/3c9a4d3b.0 b/sparse/system/etc/security/cacerts/3c9a4d3b.0 new file mode 100644 index 0000000..58b0022 --- /dev/null +++ b/sparse/system/etc/security/cacerts/3c9a4d3b.0 @@ -0,0 +1,152 @@ +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 6828503384748696800 (0x5ec3b7a6437fa4e0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES + Validity + Not Before: May 5 09:37:37 2011 GMT + Not After : Dec 31 09:37:37 2030 GMT + Subject: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:9b:a9:ab:bf:61:4a:97:af:2f:97:66:9a:74:5f: + d0:d9:96:fd:cf:e2:e4:66:ef:1f:1f:47:33:c2:44: + a3:df:9a:de:1f:b5:54:dd:15:7c:69:35:11:6f:bb: + c8:0c:8e:6a:18:1e:d8:8f:d9:16:bc:10:48:36:5c: + f0:63:b3:90:5a:5c:24:37:d7:a3:d6:cb:09:71:b9: + f1:01:72:84:b0:7d:db:4d:80:cd:fc:d3:6f:c9:f8: + da:b6:0e:82:d2:45:85:a8:1b:68:a8:3d:e8:f4:44: + 6c:bd:a1:c2:cb:03:be:8c:3e:13:00:84:df:4a:48: + c0:e3:22:0a:e8:e9:37:a7:18:4c:b1:09:0d:23:56: + 7f:04:4d:d9:17:84:18:a5:c8:da:40:94:73:eb:ce: + 0e:57:3c:03:81:3a:9d:0a:a1:57:43:69:ac:57:6d: + 79:90:78:e5:b5:b4:3b:d8:bc:4c:8d:28:a1:a7:a3: + a7:ba:02:4e:25:d1:2a:ae:ed:ae:03:22:b8:6b:20: + 0f:30:28:54:95:7f:e0:ee:ce:0a:66:9d:d1:40:2d: + 6e:22:af:9d:1a:c1:05:19:d2:6f:c0:f2:9f:f8:7b: + b3:02:42:fb:50:a9:1d:2d:93:0f:23:ab:c6:c1:0f: + 92:ff:d0:a2:15:f5:53:09:71:1c:ff:45:13:84:e6: + 26:5e:f8:e0:88:1c:0a:fc:16:b6:a8:73:06:b8:f0: + 63:84:02:a0:c6:5a:ec:e7:74:df:70:ae:a3:83:25: + ea:d6:c7:97:87:93:a7:c6:8a:8a:33:97:60:37:10: + 3e:97:3e:6e:29:15:d6:a1:0f:d1:88:2c:12:9f:6f: + aa:a4:c6:42:eb:41:a2:e3:95:43:d3:01:85:6d:8e: + bb:3b:f3:23:36:c7:fe:3b:e0:a1:25:07:48:ab:c9: + 89:74:ff:08:8f:80:bf:c0:96:65:f3:ee:ec:4b:68: + bd:9d:88:c3:31:b3:40:f1:e8:cf:f6:38:bb:9c:e4: + d1:7f:d4:e5:58:9b:7c:fa:d4:f3:0e:9b:75:91:e4: + ba:52:2e:19:7e:d1:f5:cd:5a:19:fc:ba:06:f6:fb: + 52:a8:4b:99:04:dd:f8:f9:b4:8b:50:a3:4e:62:89: + f0:87:24:fa:83:42:c1:87:fa:d5:2d:29:2a:5a:71: + 7a:64:6a:d7:27:60:63:0d:db:ce:49:f5:8d:1f:90: + 89:32:17:f8:73:43:b8:d2:5a:93:86:61:d6:e1:75: + 0a:ea:79:66:76:88:4f:71:eb:04:25:d6:0a:5a:7a: + 93:e5:b9:4b:17:40:0f:b1:b6:b9:f5:de:4f:dc:e0: + b3:ac:3b:11:70:60:84:4a:43:6e:99:20:c0:29:71: + 0a:c0:65 + Exponent: 65537 (0x10001) + X509v3 extensions: + Authority Information Access: + CA Issuers - URI:http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1.crt + OCSP - URI:http://ocsp.accv.es + + X509v3 Subject Key Identifier: + D2:87:B4:E3:DF:37:27:93:55:F6:56:EA:81:E5:36:CC:8C:1E:3F:BD + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:D2:87:B4:E3:DF:37:27:93:55:F6:56:EA:81:E5:36:CC:8C:1E:3F:BD + + X509v3 Certificate Policies: + Policy: X509v3 Any Policy + User Notice: + Explicit Text: + CPS: http://www.accv.es/legislacion_c.htm + + X509v3 CRL Distribution Points: + + Full Name: + URI:http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1_der.crl + + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Alternative Name: + email:accv@accv.es + Signature Algorithm: sha1WithRSAEncryption + 97:31:02:9f:e7:fd:43:67:48:44:14:e4:29:87:ed:4c:28:66: + d0:8f:35:da:4d:61:b7:4a:97:4d:b5:db:90:e0:05:2e:0e:c6: + 79:d0:f2:97:69:0f:bd:04:47:d9:be:db:b5:29:da:9b:d9:ae: + a9:99:d5:d3:3c:30:93:f5:8d:a1:a8:fc:06:8d:44:f4:ca:16: + 95:7c:33:dc:62:8b:a8:37:f8:27:d8:09:2d:1b:ef:c8:14:27: + 20:a9:64:44:ff:2e:d6:75:aa:6c:4d:60:40:19:49:43:54:63: + da:e2:cc:ba:66:e5:4f:44:7a:5b:d9:6a:81:2b:40:d5:7f:f9: + 01:27:58:2c:c8:ed:48:91:7c:3f:a6:00:cf:c4:29:73:11:36: + de:86:19:3e:9d:ee:19:8a:1b:d5:b0:ed:8e:3d:9c:2a:c0:0d: + d8:3d:66:e3:3c:0d:bd:d5:94:5c:e2:e2:a7:35:1b:04:00:f6: + 3f:5a:8d:ea:43:bd:5f:89:1d:a9:c1:b0:cc:99:e2:4d:00:0a: + da:c9:27:5b:e7:13:90:5c:e4:f5:33:a2:55:6d:dc:e0:09:4d: + 2f:b1:26:5b:27:75:00:09:c4:62:77:29:08:5f:9e:59:ac:b6: + 7e:ad:9f:54:30:22:03:c1:1e:71:64:fe:f9:38:0a:96:18:dd: + 02:14:ac:23:cb:06:1c:1e:a4:7d:8d:0d:de:27:41:e8:ad:da: + 15:b7:b0:23:dd:2b:a8:d3:da:25:87:ed:e8:55:44:4d:88:f4: + 36:7e:84:9a:78:ac:f7:0e:56:49:0e:d6:33:25:d6:84:50:42: + 6c:20:12:1d:2a:d5:be:bc:f2:70:81:a4:70:60:be:05:b5:9b: + 9e:04:44:be:61:23:ac:e9:a5:24:8c:11:80:94:5a:a2:a2:b9: + 49:d2:c1:dc:d1:a7:ed:31:11:2c:9e:19:a6:ee:e1:55:e1:c0: + ea:cf:0d:84:e4:17:b7:a2:7c:a5:de:55:25:06:ee:cc:c0:87: + 5c:40:da:cc:95:3f:55:e0:35:c7:b8:84:be:b4:5d:cd:7a:83: + 01:72:ee:87:e6:5f:1d:ae:b5:85:c6:26:df:e6:c1:9a:e9:1e: + 02:47:9f:2a:a8:6d:a9:5b:cf:ec:45:77:7f:98:27:9a:32:5d: + 2a:e3:84:ee:c5:98:66:2f:96:20:1d:dd:d8:c3:27:d7:b0:f9: + fe:d9:7d:cd:d0:9f:8f:0b:14:58:51:9f:2f:8b:c3:38:2d:de: + e8:8f:d6:8d:87:a4:f5:56:43:16:99:2c:f4:a4:56:b4:34:b8: + 61:37:c9:c2:58:80:1b:a0:97:a1:fc:59:8d:e9:11:f6:d1:0f: + 4b:55:34:46:2a:8b:86:3b +SHA1 Fingerprint=93:05:7A:88:15:C6:4F:CE:88:2F:FA:91:16:52:28:78:BC:53:64:17 diff --git a/sparse/system/etc/security/cacerts/3e7271e8.0 b/sparse/system/etc/security/cacerts/3e7271e8.0 new file mode 100644 index 0000000..a7c62a3 --- /dev/null +++ b/sparse/system/etc/security/cacerts/3e7271e8.0 @@ -0,0 +1,82 @@ +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 946069240 (0x3863def8) + Signature Algorithm: sha1WithRSAEncryption + Issuer: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048) + Validity + Not Before: Dec 24 17:50:51 1999 GMT + Not After : Jul 24 14:15:12 2029 GMT + Subject: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048) + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:ad:4d:4b:a9:12:86:b2:ea:a3:20:07:15:16:64: + 2a:2b:4b:d1:bf:0b:4a:4d:8e:ed:80:76:a5:67:b7: + 78:40:c0:73:42:c8:68:c0:db:53:2b:dd:5e:b8:76: + 98:35:93:8b:1a:9d:7c:13:3a:0e:1f:5b:b7:1e:cf: + e5:24:14:1e:b1:81:a9:8d:7d:b8:cc:6b:4b:03:f1: + 02:0c:dc:ab:a5:40:24:00:7f:74:94:a1:9d:08:29: + b3:88:0b:f5:87:77:9d:55:cd:e4:c3:7e:d7:6a:64: + ab:85:14:86:95:5b:97:32:50:6f:3d:c8:ba:66:0c: + e3:fc:bd:b8:49:c1:76:89:49:19:fd:c0:a8:bd:89: + a3:67:2f:c6:9f:bc:71:19:60:b8:2d:e9:2c:c9:90: + 76:66:7b:94:e2:af:78:d6:65:53:5d:3c:d6:9c:b2: + cf:29:03:f9:2f:a4:50:b2:d4:48:ce:05:32:55:8a: + fd:b2:64:4c:0e:e4:98:07:75:db:7f:df:b9:08:55: + 60:85:30:29:f9:7b:48:a4:69:86:e3:35:3f:1e:86: + 5d:7a:7a:15:bd:ef:00:8e:15:22:54:17:00:90:26: + 93:bc:0e:49:68:91:bf:f8:47:d3:9d:95:42:c1:0e: + 4d:df:6f:26:cf:c3:18:21:62:66:43:70:d6:d5:c0: + 07:e1 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 55:E4:81:D1:11:80:BE:D8:89:B9:08:A3:31:F9:A1:24:09:16:B9:70 + Signature Algorithm: sha1WithRSAEncryption + 3b:9b:8f:56:9b:30:e7:53:99:7c:7a:79:a7:4d:97:d7:19:95: + 90:fb:06:1f:ca:33:7c:46:63:8f:96:66:24:fa:40:1b:21:27: + ca:e6:72:73:f2:4f:fe:31:99:fd:c8:0c:4c:68:53:c6:80:82: + 13:98:fa:b6:ad:da:5d:3d:f1:ce:6e:f6:15:11:94:82:0c:ee: + 3f:95:af:11:ab:0f:d7:2f:de:1f:03:8f:57:2c:1e:c9:bb:9a: + 1a:44:95:eb:18:4f:a6:1f:cd:7d:57:10:2f:9b:04:09:5a:84: + b5:6e:d8:1d:3a:e1:d6:9e:d1:6c:79:5e:79:1c:14:c5:e3:d0: + 4c:93:3b:65:3c:ed:df:3d:be:a6:e5:95:1a:c3:b5:19:c3:bd: + 5e:5b:bb:ff:23:ef:68:19:cb:12:93:27:5c:03:2d:6f:30:d0: + 1e:b6:1a:ac:de:5a:f7:d1:aa:a8:27:a6:fe:79:81:c4:79:99: + 33:57:ba:12:b0:a9:e0:42:6c:93:ca:56:de:fe:6d:84:0b:08: + 8b:7e:8d:ea:d7:98:21:c6:f3:e7:3c:79:2f:5e:9c:d1:4c:15: + 8d:e1:ec:22:37:cc:9a:43:0b:97:dc:80:90:8d:b3:67:9b:6f: + 48:08:15:56:cf:bf:f1:2b:7c:5e:9a:76:e9:59:90:c5:7c:83: + 35:11:65:51 +SHA1 Fingerprint=50:30:06:09:1D:97:D4:F5:AE:39:F7:CB:E7:92:7D:7D:65:2D:34:31 diff --git a/sparse/system/etc/security/cacerts/40dc992e.0 b/sparse/system/etc/security/cacerts/40dc992e.0 new file mode 100644 index 0000000..259a549 --- /dev/null +++ b/sparse/system/etc/security/cacerts/40dc992e.0 @@ -0,0 +1,93 @@ +-----BEGIN CERTIFICATE----- +MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix +RDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p +YyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw +NjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK +EztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl +cnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz +dYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ +fel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns +bgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD +75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP +FEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV +HRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp +5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu +b3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA +A4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p +6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8 +TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7 +dIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys +Nnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI +l7WdmplNsDz4SgCbZN2fOUvRJ9e4 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011 + Validity + Not Before: Dec 6 13:49:52 2011 GMT + Not After : Dec 1 13:49:52 2031 GMT + Subject: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:a9:53:00:e3:2e:a6:f6:8e:fa:60:d8:2d:95:3e: + f8:2c:2a:54:4e:cd:b9:84:61:94:58:4f:8f:3d:8b: + e4:43:f3:75:89:8d:51:e4:c3:37:d2:8a:88:4d:79: + 1e:b7:12:dd:43:78:4a:8a:92:e6:d7:48:d5:0f:a4: + 3a:29:44:35:b8:07:f6:68:1d:55:cd:38:51:f0:8c: + 24:31:85:af:83:c9:7d:e9:77:af:ed:1a:7b:9d:17: + f9:b3:9d:38:50:0f:a6:5a:79:91:80:af:37:ae:a6: + d3:31:fb:b5:26:09:9d:3c:5a:ef:51:c5:2b:df:96: + 5d:eb:32:1e:02:da:70:49:ec:6e:0c:c8:9a:37:8d: + f7:f1:36:60:4b:26:2c:82:9e:d0:78:f3:0d:0f:63: + a4:51:30:e1:f9:2b:27:12:07:d8:ea:bd:18:62:98: + b0:59:37:7d:be:ee:f3:20:51:42:5a:83:ef:93:ba: + 69:15:f1:62:9d:9f:99:39:82:a1:b7:74:2e:8b:d4: + c5:0b:7b:2f:f0:c8:0a:da:3d:79:0a:9a:93:1c:a5: + 28:72:73:91:43:9a:a7:d1:4d:85:84:b9:a9:74:8f: + 14:40:c7:dc:de:ac:41:64:6c:b4:19:9b:02:63:6d: + 24:64:8f:44:b2:25:ea:ce:5d:74:0c:63:32:5c:8d: + 87:e5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + A6:91:42:FD:13:61:4A:23:9E:08:A4:29:E5:D8:13:04:23:EE:41:25 + X509v3 Name Constraints: + Permitted: + DNS:.gr + DNS:.eu + DNS:.edu + DNS:.org + email:.gr + email:.eu + email:.edu + email:.org + + Signature Algorithm: sha1WithRSAEncryption + 1f:ef:79:41:e1:7b:6e:3f:b2:8c:86:37:42:4a:4e:1c:37:1e: + 8d:66:ba:24:81:c9:4f:12:0f:21:c0:03:97:86:25:6d:5d:d3: + 22:29:a8:6c:a2:0d:a9:eb:3d:06:5b:99:3a:c7:cc:c3:9a:34: + 7f:ab:0e:c8:4e:1c:e1:fa:e4:dc:cd:0d:be:bf:24:fe:6c:e7: + 6b:c2:0d:c8:06:9e:4e:8d:61:28:a6:6a:fd:e5:f6:62:ea:18: + 3c:4e:a0:53:9d:b2:3a:9c:eb:a5:9c:91:16:b6:4d:82:e0:0c: + 05:48:a9:6c:f5:cc:f8:cb:9d:49:b4:f0:02:a5:fd:70:03:ed: + 8a:21:a5:ae:13:86:49:c3:33:73:be:87:3b:74:8b:17:45:26: + 4c:16:91:83:fe:67:7d:cd:4d:63:67:fa:f3:03:12:96:78:06: + 8d:b1:67:ed:8e:3f:be:9f:4f:02:f5:b3:09:2f:f3:4c:87:df: + 2a:cb:95:7c:01:cc:ac:36:7a:bf:a2:73:7a:f7:8f:c1:b5:9a: + a1:14:b2:8f:33:9f:0d:ef:22:dc:66:7b:84:bd:45:17:06:3d: + 3c:ca:b9:77:34:8f:ca:ea:cf:3f:31:3e:e3:88:e3:80:49:25: + c8:97:b5:9d:9a:99:4d:b0:3c:f8:4a:00:9b:64:dd:9f:39:4b: + d1:27:d7:b8 +SHA1 Fingerprint=FE:45:65:9B:79:03:5B:98:A1:61:B5:51:2E:AC:DA:58:09:48:22:4D diff --git a/sparse/system/etc/security/cacerts/455f1b52.0 b/sparse/system/etc/security/cacerts/455f1b52.0 new file mode 100644 index 0000000..4f46c77 --- /dev/null +++ b/sparse/system/etc/security/cacerts/455f1b52.0 @@ -0,0 +1,82 @@ +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1246989352 (0x4a538c28) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2 + Validity + Not Before: Jul 7 17:25:54 2009 GMT + Not After : Dec 7 17:55:54 2030 GMT + Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:ba:84:b6:72:db:9e:0c:6b:e2:99:e9:30:01:a7: + 76:ea:32:b8:95:41:1a:c9:da:61:4e:58:72:cf:fe: + f6:82:79:bf:73:61:06:0a:a5:27:d8:b3:5f:d3:45: + 4e:1c:72:d6:4e:32:f2:72:8a:0f:f7:83:19:d0:6a: + 80:80:00:45:1e:b0:c7:e7:9a:bf:12:57:27:1c:a3: + 68:2f:0a:87:bd:6a:6b:0e:5e:65:f3:1c:77:d5:d4: + 85:8d:70:21:b4:b3:32:e7:8b:a2:d5:86:39:02:b1: + b8:d2:47:ce:e4:c9:49:c4:3b:a7:de:fb:54:7d:57: + be:f0:e8:6e:c2:79:b2:3a:0b:55:e2:50:98:16:32: + 13:5c:2f:78:56:c1:c2:94:b3:f2:5a:e4:27:9a:9f: + 24:d7:c6:ec:d0:9b:25:82:e3:cc:c2:c4:45:c5:8c: + 97:7a:06:6b:2a:11:9f:a9:0a:6e:48:3b:6f:db:d4: + 11:19:42:f7:8f:07:bf:f5:53:5f:9c:3e:f4:17:2c: + e6:69:ac:4e:32:4c:62:77:ea:b7:e8:e5:bb:34:bc: + 19:8b:ae:9c:51:e7:b7:7e:b5:53:b1:33:22:e5:6d: + cf:70:3c:1a:fa:e2:9b:67:b6:83:f4:8d:a5:af:62: + 4c:4d:e0:58:ac:64:34:12:03:f8:b6:8d:94:63:24: + a4:71 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 6A:72:26:7A:D0:1E:EF:7D:E7:3B:69:51:D4:6C:8D:9F:90:12:66:AB + Signature Algorithm: sha256WithRSAEncryption + 79:9f:1d:96:c6:b6:79:3f:22:8d:87:d3:87:03:04:60:6a:6b: + 9a:2e:59:89:73:11:ac:43:d1:f5:13:ff:8d:39:2b:c0:f2:bd: + 4f:70:8c:a9:2f:ea:17:c4:0b:54:9e:d4:1b:96:98:33:3c:a8: + ad:62:a2:00:76:ab:59:69:6e:06:1d:7e:c4:b9:44:8d:98:af: + 12:d4:61:db:0a:19:46:47:f3:eb:f7:63:c1:40:05:40:a5:d2: + b7:f4:b5:9a:36:bf:a9:88:76:88:04:55:04:2b:9c:87:7f:1a: + 37:3c:7e:2d:a5:1a:d8:d4:89:5e:ca:bd:ac:3d:6c:d8:6d:af: + d5:f3:76:0f:cd:3b:88:38:22:9d:6c:93:9a:c4:3d:bf:82:1b: + 65:3f:a6:0f:5d:aa:fc:e5:b2:15:ca:b5:ad:c6:bc:3d:d0:84: + e8:ea:06:72:b0:4d:39:32:78:bf:3e:11:9c:0b:a4:9d:9a:21: + f3:f0:9b:0b:30:78:db:c1:dc:87:43:fe:bc:63:9a:ca:c5:c2: + 1c:c9:c7:8d:ff:3b:12:58:08:e6:b6:3d:ec:7a:2c:4e:fb:83: + 96:ce:0c:3c:69:87:54:73:a4:73:c2:93:ff:51:10:ac:15:54: + 01:d8:fc:05:b1:89:a1:7f:74:83:9a:49:d7:dc:4e:7b:8a:48: + 6f:8b:45:f6 +SHA1 Fingerprint=8C:F4:27:FD:79:0C:3A:D1:66:06:8D:E8:1E:57:EF:BB:93:22:72:D4 diff --git a/sparse/system/etc/security/cacerts/48a195d8.0 b/sparse/system/etc/security/cacerts/48a195d8.0 new file mode 100644 index 0000000..83714a2 --- /dev/null +++ b/sparse/system/etc/security/cacerts/48a195d8.0 @@ -0,0 +1,125 @@ +-----BEGIN CERTIFICATE----- +MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4 +MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6 +ZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD +VQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j +b20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq +scIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO +xdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H +LmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX +uaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD +yCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+ +JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q +rLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN +BjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L +hij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB +QFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+ +HMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu +Zm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg +QTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB +BgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx +MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA +A4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb +laQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56 +awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo +JNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw +LDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT +VyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk +LhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb +UjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/ +QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+ +naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls +QyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + b0:b7:5a:16:48:5f:bf:e1:cb:f5:8b:d7:19:e6:7d + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=ES, O=IZENPE S.A., CN=Izenpe.com + Validity + Not Before: Dec 13 13:08:28 2007 GMT + Not After : Dec 13 08:27:25 2037 GMT + Subject: C=ES, O=IZENPE S.A., CN=Izenpe.com + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c9:d3:7a:ca:0f:1e:ac:a7:86:e8:16:65:6a:b1: + c2:1b:45:32:71:95:d9:fe:10:5b:cc:af:e7:a5:79: + 01:8f:89:c3:ca:f2:55:71:f7:77:be:77:94:f3:72: + a4:2c:44:d8:9e:92:9b:14:3a:a1:e7:24:90:0a:0a: + 56:8e:c5:d8:26:94:e1:d9:48:e1:2d:3e:da:0a:72: + dd:a3:99:15:da:81:a2:87:f4:7b:6e:26:77:89:58: + ad:d6:eb:0c:b2:41:7a:73:6e:6d:db:7a:78:41:e9: + 08:88:12:7e:87:2e:66:11:63:6c:54:fb:3c:9d:72: + c0:bc:2e:ff:c2:b7:dd:0d:76:e3:3a:d7:f7:b4:68: + be:a2:f5:e3:81:6e:c1:46:6f:5d:8d:e0:4d:c6:54: + 55:89:1a:33:31:0a:b1:57:b9:a3:8a:98:c3:ec:3b: + 34:c5:95:41:69:7e:75:c2:3c:20:c5:61:ba:51:47: + a0:20:90:93:a1:90:4b:f3:4e:7c:85:45:54:9a:d1: + 05:26:41:b0:b5:4d:1d:33:be:c4:03:c8:25:7c:c1: + 70:db:3b:f4:09:2d:54:27:48:ac:2f:e1:c4:ac:3e: + c8:cb:92:4c:53:39:37:23:ec:d3:01:f9:e0:09:44: + 4d:4d:64:c0:e1:0d:5a:87:22:bc:ad:1b:a3:fe:26: + b5:15:f3:a7:fc:84:19:e9:ec:a1:88:b4:44:69:84: + 83:f3:89:d1:74:06:a9:cc:0b:d6:c2:de:27:85:50: + 26:ca:17:b8:c9:7a:87:56:2c:1a:01:1e:6c:be:13: + ad:10:ac:b5:24:f5:38:91:a1:d6:4b:da:f1:bb:d2: + de:47:b5:f1:bc:81:f6:59:6b:cf:19:53:e9:8d:15: + cb:4a:cb:a9:6f:44:e5:1b:41:cf:e1:86:a7:ca:d0: + 6a:9f:bc:4c:8d:06:33:5a:a2:85:e5:90:35:a0:62: + 5c:16:4e:f0:e3:a2:fa:03:1a:b4:2c:71:b3:58:2c: + de:7b:0b:db:1a:0f:eb:de:21:1f:06:77:06:03:b0: + c9:ef:99:fc:c0:b9:4f:0b:86:28:fe:d2:b9:ea:e3: + da:a5:c3:47:69:12:e0:db:f0:f6:19:8b:ed:7b:70: + d7:02:d6:ed:87:18:28:2c:04:24:4c:77:e4:48:8a: + 1a:c6:3b:9a:d4:0f:ca:fa:75:d2:01:40:5a:8d:79: + bf:8b:cf:4b:cf:aa:16:c1:95:e4:ad:4c:8a:3e:17: + 91:d4:b1:62:e5:82:e5:80:04:a4:03:7e:8d:bf:da: + 7f:a2:0f:97:4f:0c:d3:0d:fb:d7:d1:e5:72:7e:1c: + c8:77:ff:5b:9a:0f:b7:ae:05:46:e5:f1:a8:16:ec: + 47:a4:17 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Alternative Name: + email:info@izenpe.com, DirName:/O=IZENPE S.A. - CIF A01337260-RMerc.Vitoria-Gasteiz T1055 F62 S8/street=Avda del Mediterraneo Etorbidea 14 - 01010 Vitoria-Gasteiz + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 1D:1C:65:0E:A8:F2:25:7B:B4:91:CF:E4:B1:B1:E6:BD:55:74:6C:05 + Signature Algorithm: sha256WithRSAEncryption + 78:a6:0c:16:4a:9f:4c:88:3a:c0:cb:0e:a5:16:7d:9f:b9:48: + 5f:18:8f:0d:62:36:f6:cd:19:6b:ac:ab:d5:f6:91:7d:ae:71: + f3:3f:b3:0e:78:85:9b:95:a4:27:21:47:42:4a:7c:48:3a:f5: + 45:7c:b3:0c:8e:51:78:ac:95:13:de:c6:fd:7d:b8:1a:90:4c: + ab:92:03:c7:ed:42:01:ce:0f:d8:b1:fa:a2:92:e1:60:6d:ae: + 7a:6b:09:aa:c6:29:ee:68:49:67:30:80:24:7a:31:16:39:5b: + 7e:f1:1c:2e:dd:6c:09:ad:f2:31:c1:82:4e:b9:bb:f9:be:bf: + 2a:85:3f:c0:40:a3:3a:59:fc:59:4b:3c:28:24:db:b4:15:75: + ae:0d:88:ba:2e:73:c0:bd:58:87:e5:42:f2:eb:5e:ee:1e:30: + 22:99:cb:37:d1:c4:21:6c:81:ec:be:6d:26:e6:1c:e4:42:20: + 9e:47:b0:ac:83:59:70:2c:35:d6:af:36:34:b4:cd:3b:f8:32: + a8:ef:e3:78:89:fb:8d:45:2c:da:9c:b8:7e:40:1c:61:e7:3e: + a2:92:2c:4b:f2:cd:fa:98:b6:29:ff:f3:f2:7b:a9:1f:2e:a0: + 93:57:2b:de:85:03:f9:69:37:cb:9e:78:6a:05:b4:c5:31:78: + 89:ec:7a:a7:85:e1:b9:7b:3c:de:be:1e:79:84:ce:9f:70:0e: + 59:c2:35:2e:90:2a:31:d9:e4:45:7a:41:a4:2e:13:9b:34:0e: + 66:7b:49:ab:64:97:d0:46:c3:79:9d:72:50:63:a6:98:5b:06: + bd:48:6d:d8:39:83:70:e8:35:f0:05:d1:aa:bc:e3:db:c8:02: + ea:7c:fd:82:da:c2:5b:52:35:ae:98:3a:ad:ba:35:93:23:a7: + 1f:48:dd:35:46:98:b2:10:68:e4:a5:31:c2:0a:58:2e:19:81: + 10:c9:50:75:fc:ea:5a:16:ce:11:d7:ee:ef:50:88:2d:61:ff: + 3f:42:73:05:94:43:d5:8e:3c:4e:01:3a:19:a5:1f:46:4e:77: + d0:5d:e5:81:22:21:87:fe:94:7d:84:d8:93:ad:d6:68:43:48: + b2:db:eb:73:24:e7:91:7f:54:a4:b6:80:3e:9d:a3:3c:4c:72: + c2:57:c4:a0:d4:cc:38:27:ce:d5:06:9e:a2:48:d9:e9:9f:ce: + 82:70:36:93:9a:3b:df:96:21:e3:59:b7:0c:da:91:37:f0:fd: + 59:5a:b3:99:c8:69:6c:43:26:01:35:63:60:55:89:03:3a:75: + d8:ba:4a:d9:54:ff:ee:de:80:d8:2d:d1:38:d5:5e:2d:0b:98: + 7d:3e:6c:db:fc:26:88:c7 +SHA1 Fingerprint=2F:78:3D:25:52:18:A7:4A:65:39:71:B5:2C:A2:9C:45:15:6F:E9:19 diff --git a/sparse/system/etc/security/cacerts/4be590e0.0 b/sparse/system/etc/security/cacerts/4be590e0.0 new file mode 100644 index 0000000..ed8db77 --- /dev/null +++ b/sparse/system/etc/security/cacerts/4be590e0.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0a:01:42:80:00:00:01:45:23:cf:46:7c:00:00:00:02 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1 + Validity + Not Before: Jan 16 17:53:32 2014 GMT + Not After : Jan 16 17:53:32 2034 GMT + Subject: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b6:22:94:fc:a4:48:af:e8:47:6b:0a:fb:27:76: + e4:f2:3f:8a:3b:7a:4a:2c:31:2a:8c:8d:b0:a9:c3: + 31:6b:a8:77:76:84:26:b6:ac:81:42:0d:08:eb:55: + 58:bb:7a:f8:bc:65:7d:f2:a0:6d:8b:a8:47:e9:62: + 76:1e:11:ee:08:14:d1:b2:44:16:f4:ea:d0:fa:1e: + 2f:5e:db:cb:73:41:ae:bc:00:b0:4a:2b:40:b2:ac: + e1:3b:4b:c2:2d:9d:e4:a1:9b:ec:1a:3a:1e:f0:08: + b3:d0:e4:24:35:07:9f:9c:b4:c9:52:6d:db:07:ca: + 8f:b5:5b:f0:83:f3:4f:c7:2d:a5:c8:ad:cb:95:20: + a4:31:28:57:58:5a:e4:8d:1b:9a:ab:9e:0d:0c:f2: + 0a:33:39:22:39:0a:97:2e:f3:53:77:b9:44:45:fd: + 84:cb:36:20:81:59:2d:9a:6f:6d:48:48:61:ca:4c: + df:53:d1:af:52:bc:44:9f:ab:2f:6b:83:72:ef:75: + 80:da:06:33:1b:5d:c8:da:63:c6:4d:cd:ac:66:31: + cd:d1:de:3e:87:10:36:e1:b9:a4:7a:ef:60:50:b2: + cb:ca:a6:56:e0:37:af:ab:34:13:39:25:e8:39:66: + e4:98:7a:aa:12:98:9c:59:66:86:3e:ad:f1:b0:ca: + 3e:06:0f:7b:f0:11:4b:37:a0:44:6d:7b:cb:a8:8c: + 71:f4:d5:b5:91:36:cc:f0:15:c6:2b:de:51:17:b1: + 97:4c:50:3d:b1:95:59:7c:05:7d:2d:21:d5:00:bf: + 01:67:a2:5e:7b:a6:5c:f2:f7:22:f1:90:0d:93:db: + aa:44:51:66:cc:7d:76:03:eb:6a:a8:2a:38:19:97: + 76:0d:6b:8a:61:f9:bc:f6:ee:76:fd:70:2b:dd:29: + 3c:f8:0a:1e:5b:42:1c:8b:56:2f:55:1b:1c:a1:2e: + b5:c7:16:e6:f8:aa:3c:92:8e:69:b6:01:c1:b5:86: + 9d:89:0f:0b:38:94:54:e8:ea:dc:9e:3d:25:bc:53: + 26:ed:d5:ab:39:aa:c5:40:4c:54:ab:b2:b4:d9:d9: + f8:d7:72:db:1c:bc:6d:bd:65:5f:ef:88:35:2a:66: + 2f:ee:f6:b3:65:f0:33:8d:7c:98:41:69:46:0f:43: + 1c:69:fa:9b:b5:d0:61:6a:cd:ca:4b:d9:4c:90:46: + ab:15:59:a1:47:54:29:2e:83:28:5f:1c:c2:a2:ab: + 72:17:00:06:8e:45:ec:8b:e2:33:3d:7f:da:19:44: + e4:62:72:c3:df:22:c6:f2:56:d4:dd:5f:95:72:ed: + 6d:5f:f7:48:03:5b:fd:c5:2a:a0:f6:73:23:84:10: + 1b:01:e7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + E3:71:E0:9E:D8:A7:42:D9:DB:71:91:6B:94:93:EB:C3:A3:D1:14:A3 + Signature Algorithm: sha256WithRSAEncryption + 47:fa:dd:0a:b0:11:91:38:ad:4d:5d:f7:e5:0e:97:54:19:82: + 48:87:54:8c:aa:64:99:d8:5a:fe:88:01:c5:58:a5:99:b1:23: + 54:23:b7:6a:1d:20:57:e5:01:62:41:17:d3:09:db:75:cb:6e: + 54:90:75:fe:1a:9f:81:0a:c2:dd:d7:f7:09:d0:5b:72:15:e4: + 1e:09:6a:3d:33:f3:21:9a:e6:15:7e:ad:51:d5:0d:10:ed:7d: + 42:c0:8f:ee:c0:9a:08:d5:41:d6:5c:0e:21:69:6e:80:61:0e: + 15:c0:b8:cf:c5:49:12:52:cc:be:3a:cc:d4:2e:38:05:de:35: + fd:1f:6f:b8:80:68:98:3d:4d:a0:ca:40:65:d2:73:7c:f5:8b: + d9:0a:95:3f:d8:3f:23:6d:1a:d1:2a:24:19:d9:85:b3:17:ef: + 78:6e:a9:58:d1:23:d3:c7:13:ed:72:25:7f:5d:b1:73:70:d0: + 7f:06:97:09:84:29:80:61:1d:fa:5e:ff:73:ac:a0:e3:89:b8: + 1c:71:15:c6:de:31:7f:12:dc:e1:6d:9b:af:e7:e8:9f:75:78: + 4c:ab:46:3b:9a:ce:bf:05:18:5d:4d:15:3c:16:9a:19:50:04: + 9a:b2:9a:6f:65:8b:52:5f:3c:58:04:28:25:c0:66:61:31:7e: + b9:e0:75:b9:1a:a8:81:d6:72:17:b3:c5:03:31:35:11:78:78: + a2:e0:e9:30:8c:7f:80:df:58:df:3c:ba:27:96:e2:80:34:6d: + e3:98:d3:64:27:ac:48:7e:28:77:5c:c6:25:61:25:f8:85:0c: + 65:fa:c4:32:2f:a5:98:05:e4:f8:0b:67:16:16:c6:82:b8:32: + 19:f9:f9:b9:79:dc:1f:cd:eb:af:ab:0e:dd:1b:db:45:e4:7a: + e7:02:e2:95:5d:fc:69:f0:53:69:61:95:75:79:0b:5e:55:e6: + 38:1c:94:a9:59:33:9e:c8:71:74:79:7f:51:89:b6:c8:6a:b8: + 30:c8:6a:38:c3:6e:9e:e1:37:16:ea:05:62:4c:5b:12:47:ed: + a7:b4:b3:58:56:c7:49:f3:7f:12:68:09:31:71:f0:6d:f8:4e: + 47:fb:d6:85:ee:c5:58:40:19:a4:1d:a7:f9:4b:43:37:dc:68: + 5a:4f:cf:eb:c2:64:74:de:b4:15:d9:f4:54:54:1a:2f:1c:d7: + 97:71:54:90:8e:d9:20:9d:53:2b:7f:ab:8f:e2:ea:30:bc:50: + 37:ef:f1:47:b5:7d:7c:2c:04:ec:68:9d:b4:49:44:10:f4:72: + 4b:1c:64:e7:fc:e6:6b:90:dd:69:7d:69:fd:00:56:a5:b7:ac: + b6:ad:b7:ca:3e:01:ef:9c +SHA1 Fingerprint=BA:29:41:60:77:98:3F:F4:F3:EF:F2:31:05:3B:2E:EA:6D:4D:45:FD diff --git a/sparse/system/etc/security/cacerts/5046c355.0 b/sparse/system/etc/security/cacerts/5046c355.0 new file mode 100644 index 0000000..1283579 --- /dev/null +++ b/sparse/system/etc/security/cacerts/5046c355.0 @@ -0,0 +1,128 @@ +-----BEGIN CERTIFICATE----- +MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE +BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu +IFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow +RzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY +U3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A +MIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv +Fz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br +YT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF +nbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH +6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt +eJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/ +c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ +MoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH +HTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf +jNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6 +5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB +rDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +F6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c +wpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0 +cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB +AHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp +WJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9 +xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ +2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ +IseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8 +aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X +em1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR +dAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/ +OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+ +hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy +tGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 5700383053117599563 (0x4f1bd42f54bb2f4b) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2 + Validity + Not Before: Oct 25 08:32:46 2006 GMT + Not After : Oct 25 08:32:46 2036 GMT + Subject: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c4:f1:87:7f:d3:78:31:f7:38:c9:f8:c3:99:43: + bc:c7:f7:bc:37:e7:4e:71:ba:4b:8f:a5:73:1d:5c: + 6e:98:ae:03:57:ae:38:37:43:2f:17:3d:1f:c8:ce: + 68:10:c1:78:ae:19:03:2b:10:fa:2c:79:83:f6:e8: + b9:68:b9:55:f2:04:44:a7:39:f9:fc:04:8b:1e:f1: + a2:4d:27:f9:61:7b:ba:b7:e5:a2:13:b6:eb:61:3e: + d0:6c:d1:e6:fb:fa:5e:ed:1d:b4:9e:a0:35:5b:a1: + 92:cb:f0:49:92:fe:85:0a:05:3e:e6:d9:0b:e2:4f: + bb:dc:95:37:fc:91:e9:32:35:22:d1:1f:3a:4e:27: + 85:9d:b0:15:94:32:da:61:0d:47:4d:60:42:ae:92: + 47:e8:83:5a:50:58:e9:8a:8b:b9:5d:a1:dc:dd:99: + 4a:1f:36:67:bb:48:e4:83:b6:37:eb:48:3a:af:0f: + 67:8f:17:07:e8:04:ca:ef:6a:31:87:d4:c0:b6:f9: + 94:71:7b:67:64:b8:b6:91:4a:42:7b:65:2e:30:6a: + 0c:f5:90:ee:95:e6:f2:cd:82:ec:d9:a1:4a:ec:f6: + b2:4b:e5:45:85:e6:6d:78:93:04:2e:9c:82:6d:36: + a9:c4:31:64:1f:86:83:0b:2a:f4:35:0a:78:c9:55: + cf:41:b0:47:e9:30:9f:99:be:61:a8:06:84:b9:28: + 7a:5f:38:d9:1b:a9:38:b0:83:7f:73:c1:c3:3b:48: + 2a:82:0f:21:9b:b8:cc:a8:35:c3:84:1b:83:b3:3e: + be:a4:95:69:01:3a:89:00:78:04:d9:c9:f4:99:19: + ab:56:7e:5b:8b:86:39:15:91:a4:10:2c:09:32:80: + 60:b3:93:c0:2a:b6:18:0b:9d:7e:8d:49:f2:10:4a: + 7f:f9:d5:46:2f:19:92:a3:99:a7:26:ac:bb:8c:3c: + e6:0e:bc:47:07:dc:73:51:f1:70:64:2f:08:f9:b4: + 47:1d:30:6c:44:ea:29:37:85:92:68:66:bc:83:38: + fe:7b:39:2e:d3:50:f0:1f:fb:5e:60:b6:a9:a6:fa: + 27:41:f1:9b:18:72:f2:f5:84:74:4a:c9:67:c4:54: + ae:48:64:df:8c:d1:6e:b0:1d:e1:07:8f:08:1e:99: + 9c:71:e9:4c:d8:a5:f7:47:12:1f:74:d1:51:9e:86: + f3:c2:a2:23:40:0b:73:db:4b:a6:e7:73:06:8c:c1: + a0:e9:c1:59:ac:46:fa:e6:2f:f8:cf:71:9c:46:6d: + b9:c4:15:8d:38:79:03:45:48:ef:c4:5d:d7:08:ee: + 87:39:22:86:b2:0d:0f:58:43:f7:71:a9:48:2e:fd: + ea:d6:1f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 17:A0:CD:C1:E4:41:B6:3A:5B:3B:CB:45:9D:BD:1C:C2:98:FA:86:58 + X509v3 Authority Key Identifier: + keyid:17:A0:CD:C1:E4:41:B6:3A:5B:3B:CB:45:9D:BD:1C:C2:98:FA:86:58 + + X509v3 Certificate Policies: + Policy: 2.16.756.1.89.1.3.1.1 + CPS: http://repository.swisssign.com/ + + Signature Algorithm: sha1WithRSAEncryption + 73:c6:81:e0:27:d2:2d:0f:e0:95:30:e2:9a:41:7f:50:2c:5f: + 5f:62:61:a9:86:6a:69:18:0c:74:49:d6:5d:84:ea:41:52:18: + 6f:58:ad:50:56:20:6a:c6:bd:28:69:58:91:dc:91:11:35:a9: + 3a:1d:bc:1a:a5:60:9e:d8:1f:7f:45:91:69:d9:7e:bb:78:72: + c1:06:0f:2a:ce:8f:85:70:61:ac:a0:cd:0b:b8:39:29:56:84: + 32:4e:86:bb:3d:c4:2a:d9:d7:1f:72:ee:fe:51:a1:22:41:b1: + 71:02:63:1a:82:b0:62:ab:5e:57:12:1f:df:cb:dd:75:a0:c0: + 5d:79:90:8c:1b:e0:50:e6:de:31:fe:98:7b:70:5f:a5:90:d8: + ad:f8:02:b6:6f:d3:60:dd:40:4b:22:c5:3d:ad:3a:7a:9f:1a: + 1a:47:91:79:33:ba:82:dc:32:69:03:96:6e:1f:4b:f0:71:fe: + e3:67:72:a0:b1:bf:5c:8b:e4:fa:99:22:c7:84:b9:1b:8d:23: + 97:3f:ed:25:e0:cf:65:bb:f5:61:04:ef:dd:1e:b2:5a:41:22: + 5a:a1:9f:5d:2c:e8:5b:c9:6d:a9:0c:0c:78:aa:60:c6:56:8f: + 01:5a:0c:68:bc:69:19:79:c4:1f:7e:97:05:bf:c5:e9:24:51: + 5e:d4:d5:4b:53:ed:d9:23:5a:36:03:65:a3:c1:03:ad:41:30: + f3:46:1b:85:90:af:65:b5:d5:b1:e4:16:5b:78:75:1d:97:7a: + 6d:59:a9:2a:8f:7b:de:c3:87:89:10:99:49:73:78:c8:3d:bd: + 51:35:74:2a:d5:f1:7e:69:1b:2a:bb:3b:bd:25:b8:9a:5a:3d: + 72:61:90:66:87:ee:0c:d6:4d:d4:11:74:0b:6a:fe:0b:03:fc: + a3:55:57:89:fe:4a:cb:ae:5b:17:05:c8:f2:8d:23:31:53:38: + d2:2d:6a:3f:82:b9:8d:08:6a:f7:5e:41:74:6e:c3:11:7e:07: + ac:29:60:91:3f:38:ca:57:10:0d:bd:30:2f:c7:a5:e6:41:a0: + da:ae:05:87:9a:a0:a4:65:6c:4c:09:0c:89:ba:b8:d3:b9:c0: + 93:8a:30:fa:8d:e5:9a:6b:15:01:4e:67:aa:da:62:56:3e:84: + 08:66:d2:c4:36:7d:a7:3e:10:fc:88:e0:d4:80:e5:00:bd:aa: + f3:4e:06:a3:7a:6a:f9:62:72:e3:09:4f:eb:9b:0e:01:23:f1: + 9f:bb:7c:dc:dc:6c:11:97:25:b2:f2:b4:63:14:d2:06:2a:67: + 8c:83:f5:ce:ea:07:d8:9a:6a:1e:ec:e4:0a:bb:2a:4c:eb:09: + 60:39:ce:ca:62:d8:2e:6e +SHA1 Fingerprint=9B:AA:E5:9F:56:EE:21:CB:43:5A:BE:25:93:DF:A7:F0:40:D1:1D:CB diff --git a/sparse/system/etc/security/cacerts/524d9b43.0 b/sparse/system/etc/security/cacerts/524d9b43.0 new file mode 100644 index 0000000..06e6760 --- /dev/null +++ b/sparse/system/etc/security/cacerts/524d9b43.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB +vTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL +ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp +U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W +ZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX +MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0 +IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y +IGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh +bCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF +AAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF +9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH +H26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H +LL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN +/BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT +rJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud +EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw +WTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs +exkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud +DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4 +sAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+ +seQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz +4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+ +BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR +lRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3 +7M2CYfE45k+XmCpajQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 40:1a:c4:64:21:b3:13:21:03:0e:bb:e4:12:1a:c5:1d + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2008 VeriSign, Inc. - For authorized use only, CN=VeriSign Universal Root Certification Authority + Validity + Not Before: Apr 2 00:00:00 2008 GMT + Not After : Dec 1 23:59:59 2037 GMT + Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2008 VeriSign, Inc. - For authorized use only, CN=VeriSign Universal Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:c7:61:37:5e:b1:01:34:db:62:d7:15:9b:ff:58: + 5a:8c:23:23:d6:60:8e:91:d7:90:98:83:7a:e6:58: + 19:38:8c:c5:f6:e5:64:85:b4:a2:71:fb:ed:bd:b9: + da:cd:4d:00:b4:c8:2d:73:a5:c7:69:71:95:1f:39: + 3c:b2:44:07:9c:e8:0e:fa:4d:4a:c4:21:df:29:61: + 8f:32:22:61:82:c5:87:1f:6e:8c:7c:5f:16:20:51: + 44:d1:70:4f:57:ea:e3:1c:e3:cc:79:ee:58:d8:0e: + c2:b3:45:93:c0:2c:e7:9a:17:2b:7b:00:37:7a:41: + 33:78:e1:33:e2:f3:10:1a:7f:87:2c:be:f6:f5:f7: + 42:e2:e5:bf:87:62:89:5f:00:4b:df:c5:dd:e4:75: + 44:32:41:3a:1e:71:6e:69:cb:0b:75:46:08:d1:ca: + d2:2b:95:d0:cf:fb:b9:40:6b:64:8c:57:4d:fc:13: + 11:79:84:ed:5e:54:f6:34:9f:08:01:f3:10:25:06: + 17:4a:da:f1:1d:7a:66:6b:98:60:66:a4:d9:ef:d2: + 2e:82:f1:f0:ef:09:ea:44:c9:15:6a:e2:03:6e:33: + d3:ac:9f:55:00:c7:f6:08:6a:94:b9:5f:dc:e0:33: + f1:84:60:f9:5b:27:11:b4:fc:16:f2:bb:56:6a:80: + 25:8d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + 1.3.6.1.5.5.7.1.12: + 0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif + X509v3 Subject Key Identifier: + B6:77:FA:69:48:47:9F:53:12:D5:C2:EA:07:32:76:07:D1:97:07:19 + Signature Algorithm: sha256WithRSAEncryption + 4a:f8:f8:b0:03:e6:2c:67:7b:e4:94:77:63:cc:6e:4c:f9:7d: + 0e:0d:dc:c8:b9:35:b9:70:4f:63:fa:24:fa:6c:83:8c:47:9d: + 3b:63:f3:9a:f9:76:32:95:91:b1:77:bc:ac:9a:be:b1:e4:31: + 21:c6:81:95:56:5a:0e:b1:c2:d4:b1:a6:59:ac:f1:63:cb:b8: + 4c:1d:59:90:4a:ef:90:16:28:1f:5a:ae:10:fb:81:50:38:0c: + 6c:cc:f1:3d:c3:f5:63:e3:b3:e3:21:c9:24:39:e9:fd:15:66: + 46:f4:1b:11:d0:4d:73:a3:7d:46:f9:3d:ed:a8:5f:62:d4:f1: + 3f:f8:e0:74:57:2b:18:9d:81:b4:c4:28:da:94:97:a5:70:eb: + ac:1d:be:07:11:f0:d5:db:dd:e5:8c:f0:d5:32:b0:83:e6:57: + e2:8f:bf:be:a1:aa:bf:3d:1d:b5:d4:38:ea:d7:b0:5c:3a:4f: + 6a:3f:8f:c0:66:6c:63:aa:e9:d9:a4:16:f4:81:d1:95:14:0e: + 7d:cd:95:34:d9:d2:8f:70:73:81:7b:9c:7e:bd:98:61:d8:45: + 87:98:90:c5:eb:86:30:c6:35:bf:f0:ff:c3:55:88:83:4b:ef: + 05:92:06:71:f2:b8:98:93:b7:ec:cd:82:61:f1:38:e6:4f:97: + 98:2a:5a:8d +SHA1 Fingerprint=36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54 diff --git a/sparse/system/etc/security/cacerts/52b525c7.0 b/sparse/system/etc/security/cacerts/52b525c7.0 new file mode 100644 index 0000000..29ef958 --- /dev/null +++ b/sparse/system/etc/security/cacerts/52b525c7.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 78:58:5f:2e:ad:2c:19:4b:e3:37:07:35:34:13:28:b5:96:d4:65:93 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3 + Validity + Not Before: Jan 12 17:27:44 2012 GMT + Not After : Jan 12 17:27:44 2042 GMT + Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:a0:be:50:10:8e:e9:f2:6c:40:b4:04:9c:85:b9: + 31:ca:dc:2d:e4:11:a9:04:3c:1b:55:c1:e7:58:30: + 1d:24:b4:c3:ef:85:de:8c:2c:e1:c1:3d:df:82:e6: + 4f:ad:47:87:6c:ec:5b:49:c1:4a:d5:bb:8f:ec:87: + ac:7f:82:9a:86:ec:3d:03:99:52:01:d2:35:9e:ac: + da:f0:53:c9:66:3c:d4:ac:02:01:da:24:d3:3b:a8: + 02:46:af:a4:1c:e3:f8:73:58:76:b7:f6:0e:90:0d: + b5:f0:cf:cc:fa:f9:c6:4c:e5:c3:86:30:0a:8d:17: + 7e:35:eb:c5:df:bb:0e:9c:c0:8d:87:e3:88:38:85: + 67:fa:3e:c7:ab:e0:13:9c:05:18:98:cf:93:f5:b1: + 92:b4:fc:23:d3:cf:d5:c4:27:49:e0:9e:3c:9b:08: + a3:8b:5d:2a:21:e0:fc:39:aa:53:da:7d:7e:cf:1a: + 09:53:bc:5d:05:04:cf:a1:4a:8f:8b:76:82:0d:a1: + f8:d2:c7:14:77:5b:90:36:07:81:9b:3e:06:fa:52: + 5e:63:c5:a6:00:fe:a5:e9:52:1b:52:b5:92:39:72: + 03:09:62:bd:b0:60:16:6e:a6:dd:25:c2:03:66:dd: + f3:04:d1:40:e2:4e:8b:86:f4:6f:e5:83:a0:27:84: + 5e:04:c1:f5:90:bd:30:3d:c4:ef:a8:69:bc:38:9b: + a4:a4:96:d1:62:da:69:c0:01:96:ae:cb:c4:51:34: + ea:0c:aa:ff:21:8e:59:8f:4a:5c:e4:61:9a:a7:d2: + e9:2a:78:8d:51:3d:3a:15:ee:a2:59:8e:a9:5c:de: + c5:f9:90:22:e5:88:45:71:dd:91:99:6c:7a:9f:3d: + 3d:98:7c:5e:f6:be:16:68:a0:5e:ae:0b:23:fc:5a: + 0f:aa:22:76:2d:c9:a1:10:1d:e4:d3:44:23:90:88: + 9f:c6:2a:e6:d7:f5:9a:b3:58:1e:2f:30:89:08:1b: + 54:a2:b5:98:23:ec:08:77:1c:95:5d:61:d1:cb:89: + 9c:5f:a2:4a:91:9a:ef:21:aa:49:16:08:a8:bd:61: + 28:31:c9:74:ad:85:f6:d9:c5:b1:8b:d1:e5:10:32: + 4d:5f:8b:20:3a:3c:49:1f:33:85:59:0d:db:cb:09: + 75:43:69:73:fb:6b:71:7d:f0:df:c4:4c:7d:c6:a3: + 2e:c8:95:79:cb:73:a2:8e:4e:4d:24:fb:5e:e4:04: + be:72:1b:a6:27:2d:49:5a:99:7a:d7:5c:09:20:b7: + 7f:94:b9:4f:f1:0d:1c:5e:88:42:1b:11:b7:e7:91: + db:9e:6c:f4:6a:df:8c:06:98:03:ad:cc:28:ef:a5: + 47:f3:53 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + A3:97:D6:F3:5E:A2:10:E1:AB:45:9F:3C:17:64:3C:EE:01:70:9C:CC + Signature Algorithm: sha256WithRSAEncryption + 18:fa:5b:75:fc:3e:7a:c7:5f:77:c7:ca:df:cf:5f:c3:12:c4: + 40:5d:d4:32:aa:b8:6a:d7:d5:15:15:46:98:23:a5:e6:90:5b: + 18:99:4c:e3:ad:42:a3:82:31:36:88:cd:e9:fb:c4:04:96:48: + 8b:01:c7:8d:01:cf:5b:33:06:96:46:66:74:1d:4f:ed:c1:b6: + b9:b4:0d:61:cc:63:7e:d7:2e:77:8c:96:1c:2a:23:68:6b:85: + 57:76:70:33:13:fe:e1:4f:a6:23:77:18:fa:1a:8c:e8:bd:65: + c9:cf:3f:f4:c9:17:dc:eb:c7:bc:c0:04:2e:2d:46:2f:69:66: + c3:1b:8f:fe:ec:3e:d3:ca:94:bf:76:0a:25:0d:a9:7b:02:1c: + a9:d0:3b:5f:0b:c0:81:3a:3d:64:e1:bf:a7:2d:4e:bd:4d:c4: + d8:29:c6:22:18:d0:c5:ac:72:02:82:3f:aa:3a:a2:3a:22:97: + 31:dd:08:63:c3:75:14:b9:60:28:2d:5b:68:e0:16:a9:66:82: + 23:51:f5:eb:53:d8:31:9b:7b:e9:b7:9d:4b:eb:88:16:cf:f9: + 5d:38:8a:49:30:8f:ed:f1:eb:19:f4:77:1a:31:18:4d:67:54: + 6c:2f:6f:65:f9:db:3d:ec:21:ec:5e:f4:f4:8b:ca:60:65:54: + d1:71:64:f4:f9:a6:a3:81:33:36:33:71:f0:a4:78:5f:4e:ad: + 83:21:de:34:49:8d:e8:59:ac:9d:f2:76:5a:36:f2:13:f4:af: + e0:09:c7:61:2a:6c:f7:e0:9d:ae:bb:86:4a:28:6f:2e:ee:b4: + 79:cd:90:33:c3:b3:76:fa:f5:f0:6c:9d:01:90:fa:9e:90:f6: + 9c:72:cf:47:da:c3:1f:e4:35:20:53:f2:54:d1:df:61:83:a6: + 02:e2:25:38:de:85:32:2d:5e:73:90:52:5d:42:c4:ce:3d:4b: + e1:f9:19:84:1d:d5:a2:50:cc:41:fb:41:14:c3:bd:d6:c9:5a: + a3:63:66:02:80:bd:05:3a:3b:47:9c:ec:00:26:4c:f5:88:51: + bf:a8:23:7f:18:07:b0:0b:ed:8b:26:a1:64:d3:61:4a:eb:5c: + 9f:de:b3:af:67:03:b3:1f:dd:6d:5d:69:68:69:ab:5e:3a:ec: + 7c:69:bc:c7:3b:85:4e:9e:15:b9:b4:15:4f:c3:95:7a:58:d7: + c9:6c:e9:6c:b9:f3:29:63:5e:b4:2c:f0:2d:3d:ed:5a:65:e0: + a9:5b:40:c2:48:99:81:6d:9e:1f:06:2a:3c:12:b4:8b:0f:9b: + a2:24:f0:a6:8d:d6:7a:e0:4b:b6:64:96:63:95:84:c2:4a:cd: + 1c:2e:24:87:33:60:e5:c3 +SHA1 Fingerprint=1B:8E:EA:57:96:29:1A:C9:39:EA:B8:0A:81:1A:73:73:C0:93:79:67 diff --git a/sparse/system/etc/security/cacerts/583d0756.0 b/sparse/system/etc/security/cacerts/583d0756.0 new file mode 100644 index 0000000..4540abc --- /dev/null +++ b/sparse/system/etc/security/cacerts/583d0756.0 @@ -0,0 +1,125 @@ +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 6248227494352943350 (0x56b629cd34bc78f6) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority RSA R2 + Validity + Not Before: May 31 18:14:37 2017 GMT + Not After : May 30 18:14:37 2042 GMT + Subject: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority RSA R2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:8f:36:65:40:e1:d6:4d:c0:d7:b4:e9:46:da:6b: + ea:33:47:cd:4c:f9:7d:7d:be:bd:2d:3d:f0:db:78: + e1:86:a5:d9:ba:09:57:68:ed:57:3e:a0:d0:08:41: + 83:e7:28:41:24:1f:e3:72:15:d0:01:1a:fb:5e:70: + 23:b2:cb:9f:39:e3:cf:c5:4e:c6:92:6d:26:c6:7b: + bb:b3:da:27:9d:0a:86:e9:81:37:05:fe:f0:71:71: + ec:c3:1c:e9:63:a2:17:14:9d:ef:1b:67:d3:85:55: + 02:02:d6:49:c9:cc:5a:e1:b1:f7:6f:32:9f:c9:d4: + 3b:88:41:a8:9c:bd:cb:ab:db:6d:7b:09:1f:a2:4c: + 72:90:da:2b:08:fc:cf:3c:54:ce:67:0f:a8:cf:5d: + 96:19:0b:c4:e3:72:eb:ad:d1:7d:1d:27:ef:92:eb: + 10:bf:5b:eb:3b:af:cf:80:dd:c1:d2:96:04:5b:7a: + 7e:a4:a9:3c:38:76:a4:62:8e:a0:39:5e:ea:77:cf: + 5d:00:59:8f:66:2c:3e:07:a2:a3:05:26:11:69:97: + ea:85:b7:0f:96:0b:4b:c8:40:e1:50:ba:2e:8a:cb: + f7:0f:9a:22:e7:7f:9a:37:13:cd:f2:4d:13:6b:21: + d1:c0:cc:22:f2:a1:46:f6:44:69:9c:ca:61:35:07: + 00:6f:d6:61:08:11:ea:ba:b8:f6:e9:b3:60:e5:4d: + b9:ec:9f:14:66:c9:57:58:db:cd:87:69:f8:8a:86: + 12:03:47:bf:66:13:76:ac:77:7d:34:24:85:83:cd: + d7:aa:9c:90:1a:9f:21:2c:7f:78:b7:64:b8:d8:e8: + a6:f4:78:b3:55:cb:84:d2:32:c4:78:ae:a3:8f:61: + dd:ce:08:53:ad:ec:88:fc:15:e4:9a:0d:e6:9f:1a: + 77:ce:4c:8f:b8:14:15:3d:62:9c:86:38:06:00:66: + 12:e4:59:76:5a:53:c0:02:98:a2:10:2b:68:44:7b: + 8e:79:ce:33:4a:76:aa:5b:81:16:1b:b5:8a:d8:d0: + 00:7b:5e:62:b4:09:d6:86:63:0e:a6:05:95:49:ba: + 28:8b:88:93:b2:34:1c:d8:a4:55:6e:b7:1c:d0:de: + 99:55:3b:23:f4:22:e0:f9:29:66:26:ec:20:50:77: + db:4a:0b:8f:be:e5:02:60:70:41:5e:d4:ae:50:39: + 22:14:26:cb:b2:3b:73:74:55:47:07:79:81:39:a8: + 30:13:44:e5:04:8a:ae:96:13:25:42:0f:b9:53:c4: + 9b:fc:cd:e4:1c:de:3c:fa:ab:d6:06:4a:1f:67:a6: + 98:30:1c:dd:2c:db:dc:18:95:57:66:c6:ff:5c:8b: + 56:f5:77 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:F9:60:BB:D4:E3:D5:34:F6:B8:F5:06:80:25:A7:73:DB:46:69:A8:9E + + X509v3 Subject Key Identifier: + F9:60:BB:D4:E3:D5:34:F6:B8:F5:06:80:25:A7:73:DB:46:69:A8:9E + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 56:b3:8e:cb:0a:9d:49:8e:bf:a4:c4:91:bb:66:17:05:51:98: + 75:fb:e5:50:2c:7a:9e:f1:14:fa:ab:d3:8a:3e:ff:91:29:8f: + 63:8b:d8:b4:a9:54:01:0d:be:93:86:2f:f9:4a:6d:c7:5e:f5: + 57:f9:ca:55:1c:12:be:47:0f:36:c5:df:6a:b7:db:75:c2:47: + 25:7f:b9:f1:63:f8:68:2d:55:04:d1:f2:8d:b0:a4:cf:bc:3c: + 5e:1f:78:e7:a5:a0:20:70:b0:04:c5:b7:f7:72:a7:de:22:0d: + bd:33:25:46:8c:64:92:26:e3:3e:2e:63:96:da:9b:8c:3d:f8: + 18:09:d7:03:cc:7d:86:82:e0:ca:04:07:51:50:d7:ff:92:d5: + 0c:ef:da:86:9f:99:d7:eb:b7:af:68:e2:39:26:94:ba:68:b7: + bf:83:d3:ea:7a:67:3d:62:67:ae:25:e5:72:e8:e2:e4:ec:ae: + 12:f6:4b:2b:3c:9f:e9:b0:40:f3:38:54:b3:fd:b7:68:c8:da: + c6:8f:51:3c:b2:fb:91:dc:1c:e7:9b:9d:e1:b7:0d:72:8f:e2: + a4:c4:a9:78:f9:eb:14:ac:c6:43:05:c2:65:39:28:18:02:c3: + 82:b2:9d:05:be:65:ed:96:5f:65:74:3c:fb:09:35:2e:7b:9c: + 13:fd:1b:0f:5d:c7:6d:81:3a:56:0f:cc:3b:e1:af:02:2f:22: + ac:46:ca:46:3c:a0:1c:4c:d6:44:b4:5e:2e:5c:15:66:09:e1: + 26:29:fe:c6:52:61:ba:b1:73:ff:c3:0c:9c:e5:6c:6a:94:3f: + 14:ca:40:16:95:84:f3:59:a9:ac:5f:4c:61:93:6d:d1:3b:cc: + a2:95:0c:22:a6:67:67:44:2e:b9:d9:d2:8a:41:b3:66:0b:5a: + fb:7d:23:a5:f2:1a:b0:ff:de:9b:83:94:2e:d1:3f:df:92:b7: + 91:af:05:3b:65:c7:a0:6c:b1:cd:62:12:c3:90:1b:e3:25:ce: + 34:bc:6f:77:76:b1:10:c3:f7:05:1a:c0:d6:af:74:62:48:17: + 77:92:69:90:61:1c:de:95:80:74:54:8f:18:1c:c3:f3:03:d0: + bf:a4:43:75:86:53:18:7a:0a:2e:09:1c:36:9f:91:fd:82:8a: + 22:4b:d1:0e:50:25:dd:cb:03:0c:17:c9:83:00:08:4e:35:4d: + 8a:8b:ed:f0:02:94:66:2c:44:7f:cb:95:27:96:17:ad:09:30: + ac:b6:71:17:6e:8b:17:f6:1c:09:d4:2d:3b:98:a5:71:d3:54: + 13:d9:60:f3:f5:4b:66:4f:fa:f1:ee:20:12:8d:b4:ac:57:b1: + 45:63:a1:ac:76:a9:c2:fb +SHA1 Fingerprint=74:3A:F0:52:9B:D0:32:A0:F4:4A:83:CD:D4:BA:A9:7B:7C:2E:C4:9A diff --git a/sparse/system/etc/security/cacerts/5a250ea7.0 b/sparse/system/etc/security/cacerts/5a250ea7.0 new file mode 100644 index 0000000..c63ddde --- /dev/null +++ b/sparse/system/etc/security/cacerts/5a250ea7.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIEAJiiOTANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO +TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh +dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEczMB4XDTEzMTExNDExMjg0MloX +DTI4MTExMzIzMDAwMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl +ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv +b3QgQ0EgLSBHMzCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAL4yolQP +cPssXFnrbMSkUeiFKrPMSjTysF/zDsccPVMeiAho2G89rcKezIJnByeHaHE6n3WW +IkYFsO2tx1ueKt6c/DrGlaf1F2cY5y9JCAxcz+bMNO14+1Cx3Gsy8KL+tjzk7FqX +xz8ecAgwoNzFs21v0IJyEavSgWhZghe3eJJg+szeP4TrjTgzkApyI/o1zCZxMdFy +KJLZWyNtZrVtB0LrpjPOktvA9mxjeM3KTj215VKb8b475lRgsGYeCasH/lSJEULR +9yS6YHgamPfJEf0WwTUaVHXvQ9Plrk7O53vDxk5hUUurmkVLoR9BvUhTFXFkC4az +5S6+zqQbwSmEorXLCCN2QyIkHxcE1G6cxvx/K2Ya7Irl1s9N9WMJtxU51nus6+N8 +6U78dULI7ViVDAZCopz35HCz33JvWjdAidiFpNfxC95DGdRKWCyMijmev4SH8RY7 +Ngzp07TKbBlBUgmhHbBqv4LvcFEhMtwFdozL92TkA1CvjJFnq8Xy7ljY3r735zHP +bMk7ccHViLVlvMDoFxcHErVc0qsgk7TmgoNwNsXNo42ti+yjwUOH5kPiNL6VizXt +BznaqB16nzaeErAMZRKQFWDZJkBE41ZgpRDUajz9QdwOWke275dhdU/Z/seyHdTt +XUmzqWrLZoQT1Vyg3N9udwbRcXXIV2+vD3dbAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRUrfrHkleuyjWcLhL75Lpd +INyUVzANBgkqhkiG9w0BAQsFAAOCAgEAMJmdBTLIXg47mAE6iqTnB/d6+Oea31BD +U5cqPco8R5gu4RV78ZLzYdqQJRZlwJ9UXQ4DO1t3ApyEtg2YXzTdO2PCwyiBwpwp +LiniyMMB8jPqKqrMCQj3ZWfGzd/TtiunvczRDnBfuCPRy5FOCvTIeuXZYzbB1N/8 +Ipf3YF3qKS9Ysr1YvY2WTxB1v0h7PVGHoTx0IsL8B3+A3MSs/mrBcDCw6Y5p4ixp +gZQJut3+TcCDjJRYwEYgr5wfAvg1VUkvRtTA8KCWAg8zxXHzniN9lLf9OtMJgwYh +/WA9rjLA0u6NpvDntIJ8CsxwyXmA+P5M9zWEGYox+wrZ13+b8KKaa8MFSu1BYBQw +0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko+gE4uZbqKmxnl4mUnrzhVNXkanjvSr0rmj1A +fsbAddJu+2gw7OyLnflJNZoaLNmzlTnVHpL3prllL+U9bTpITAjc5CgSKL59NVzq +4BZ+Extq1z7XnvwtdbLBFNUjA9tbbws+eC8N3jONFrdI54OagQ97wUNNVQQXOEpR +1VmiiXTTn74eS9fGbbeIJG9gkaSChVtWQbzQRKtqE77RLFi3EjNYsjdj3BP1lB0/ +QFH1T/U67cjF68IeHRaVesd+QnGTbksVtzDfqu1XhUisHWrdOWnk4Xl4vs4Fv6EM +94B7IWcnMFk= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 10003001 (0x98a239) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3 + Validity + Not Before: Nov 14 11:28:42 2013 GMT + Not After : Nov 13 23:00:00 2028 GMT + Subject: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:be:32:a2:54:0f:70:fb:2c:5c:59:eb:6c:c4:a4: + 51:e8:85:2a:b3:cc:4a:34:f2:b0:5f:f3:0e:c7:1c: + 3d:53:1e:88:08:68:d8:6f:3d:ad:c2:9e:cc:82:67: + 07:27:87:68:71:3a:9f:75:96:22:46:05:b0:ed:ad: + c7:5b:9e:2a:de:9c:fc:3a:c6:95:a7:f5:17:67:18: + e7:2f:49:08:0c:5c:cf:e6:cc:34:ed:78:fb:50:b1: + dc:6b:32:f0:a2:fe:b6:3c:e4:ec:5a:97:c7:3f:1e: + 70:08:30:a0:dc:c5:b3:6d:6f:d0:82:72:11:ab:d2: + 81:68:59:82:17:b7:78:92:60:fa:cc:de:3f:84:eb: + 8d:38:33:90:0a:72:23:fa:35:cc:26:71:31:d1:72: + 28:92:d9:5b:23:6d:66:b5:6d:07:42:eb:a6:33:ce: + 92:db:c0:f6:6c:63:78:cd:ca:4e:3d:b5:e5:52:9b: + f1:be:3b:e6:54:60:b0:66:1e:09:ab:07:fe:54:89: + 11:42:d1:f7:24:ba:60:78:1a:98:f7:c9:11:fd:16: + c1:35:1a:54:75:ef:43:d3:e5:ae:4e:ce:e7:7b:c3: + c6:4e:61:51:4b:ab:9a:45:4b:a1:1f:41:bd:48:53: + 15:71:64:0b:86:b3:e5:2e:be:ce:a4:1b:c1:29:84: + a2:b5:cb:08:23:76:43:22:24:1f:17:04:d4:6e:9c: + c6:fc:7f:2b:66:1a:ec:8a:e5:d6:cf:4d:f5:63:09: + b7:15:39:d6:7b:ac:eb:e3:7c:e9:4e:fc:75:42:c8: + ed:58:95:0c:06:42:a2:9c:f7:e4:70:b3:df:72:6f: + 5a:37:40:89:d8:85:a4:d7:f1:0b:de:43:19:d4:4a: + 58:2c:8c:8a:39:9e:bf:84:87:f1:16:3b:36:0c:e9: + d3:b4:ca:6c:19:41:52:09:a1:1d:b0:6a:bf:82:ef: + 70:51:21:32:dc:05:76:8c:cb:f7:64:e4:03:50:af: + 8c:91:67:ab:c5:f2:ee:58:d8:de:be:f7:e7:31:cf: + 6c:c9:3b:71:c1:d5:88:b5:65:bc:c0:e8:17:17:07: + 12:b5:5c:d2:ab:20:93:b4:e6:82:83:70:36:c5:cd: + a3:8d:ad:8b:ec:a3:c1:43:87:e6:43:e2:34:be:95: + 8b:35:ed:07:39:da:a8:1d:7a:9f:36:9e:12:b0:0c: + 65:12:90:15:60:d9:26:40:44:e3:56:60:a5:10:d4: + 6a:3c:fd:41:dc:0e:5a:47:b6:ef:97:61:75:4f:d9: + fe:c7:b2:1d:d4:ed:5d:49:b3:a9:6a:cb:66:84:13: + d5:5c:a0:dc:df:6e:77:06:d1:71:75:c8:57:6f:af: + 0f:77:5b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 54:AD:FA:C7:92:57:AE:CA:35:9C:2E:12:FB:E4:BA:5D:20:DC:94:57 + Signature Algorithm: sha256WithRSAEncryption + 30:99:9d:05:32:c8:5e:0e:3b:98:01:3a:8a:a4:e7:07:f7:7a: + f8:e7:9a:df:50:43:53:97:2a:3d:ca:3c:47:98:2e:e1:15:7b: + f1:92:f3:61:da:90:25:16:65:c0:9f:54:5d:0e:03:3b:5b:77: + 02:9c:84:b6:0d:98:5f:34:dd:3b:63:c2:c3:28:81:c2:9c:29: + 2e:29:e2:c8:c3:01:f2:33:ea:2a:aa:cc:09:08:f7:65:67:c6: + cd:df:d3:b6:2b:a7:bd:cc:d1:0e:70:5f:b8:23:d1:cb:91:4e: + 0a:f4:c8:7a:e5:d9:63:36:c1:d4:df:fc:22:97:f7:60:5d:ea: + 29:2f:58:b2:bd:58:bd:8d:96:4f:10:75:bf:48:7b:3d:51:87: + a1:3c:74:22:c2:fc:07:7f:80:dc:c4:ac:fe:6a:c1:70:30:b0: + e9:8e:69:e2:2c:69:81:94:09:ba:dd:fe:4d:c0:83:8c:94:58: + c0:46:20:af:9c:1f:02:f8:35:55:49:2f:46:d4:c0:f0:a0:96: + 02:0f:33:c5:71:f3:9e:23:7d:94:b7:fd:3a:d3:09:83:06:21: + fd:60:3d:ae:32:c0:d2:ee:8d:a6:f0:e7:b4:82:7c:0a:cc:70: + c9:79:80:f8:fe:4c:f7:35:84:19:8a:31:fb:0a:d9:d7:7f:9b: + f0:a2:9a:6b:c3:05:4a:ed:41:60:14:30:d1:aa:11:42:6e:d3: + 23:02:04:0b:c6:65:dd:dd:52:77:da:81:6b:b2:a8:fa:01:38: + b9:96:ea:2a:6c:67:97:89:94:9e:bc:e1:54:d5:e4:6a:78:ef: + 4a:bd:2b:9a:3d:40:7e:c6:c0:75:d2:6e:fb:68:30:ec:ec:8b: + 9d:f9:49:35:9a:1a:2c:d9:b3:95:39:d5:1e:92:f7:a6:b9:65: + 2f:e5:3d:6d:3a:48:4c:08:dc:e4:28:12:28:be:7d:35:5c:ea: + e0:16:7e:13:1b:6a:d7:3e:d7:9e:fc:2d:75:b2:c1:14:d5:23: + 03:db:5b:6f:0b:3e:78:2f:0d:de:33:8d:16:b7:48:e7:83:9a: + 81:0f:7b:c1:43:4d:55:04:17:38:4a:51:d5:59:a2:89:74:d3: + 9f:be:1e:4b:d7:c6:6d:b7:88:24:6f:60:91:a4:82:85:5b:56: + 41:bc:d0:44:ab:6a:13:be:d1:2c:58:b7:12:33:58:b2:37:63: + dc:13:f5:94:1d:3f:40:51:f5:4f:f5:3a:ed:c8:c5:eb:c2:1e: + 1d:16:95:7a:c7:7e:42:71:93:6e:4b:15:b7:30:df:aa:ed:57: + 85:48:ac:1d:6a:dd:39:69:e4:e1:79:78:be:ce:05:bf:a1:0c: + f7:80:7b:21:67:27:30:59 +SHA1 Fingerprint=D8:EB:6B:41:51:92:59:E0:F3:E7:85:00:C0:3D:B6:88:97:C9:EE:FC diff --git a/sparse/system/etc/security/cacerts/5a3f0ff8.0 b/sparse/system/etc/security/cacerts/5a3f0ff8.0 new file mode 100644 index 0000000..35cfa10 --- /dev/null +++ b/sparse/system/etc/security/cacerts/5a3f0ff8.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 4e:81:2d:8a:82:65:e0:0b:02:ee:3e:35:02:46:e5:3d + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority + Validity + Not Before: Dec 1 00:00:00 2006 GMT + Not After : Dec 31 23:59:59 2029 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:d0:40:8b:8b:72:e3:91:1b:f7:51:c1:1b:54:04: + 98:d3:a9:bf:c1:e6:8a:5d:3b:87:fb:bb:88:ce:0d: + e3:2f:3f:06:96:f0:a2:29:50:99:ae:db:3b:a1:57: + b0:74:51:71:cd:ed:42:91:4d:41:fe:a9:c8:d8:6a: + 86:77:44:bb:59:66:97:50:5e:b4:d4:2c:70:44:cf: + da:37:95:42:69:3c:30:c4:71:b3:52:f0:21:4d:a1: + d8:ba:39:7c:1c:9e:a3:24:9d:f2:83:16:98:aa:16: + 7c:43:9b:15:5b:b7:ae:34:91:fe:d4:62:26:18:46: + 9a:3f:eb:c1:f9:f1:90:57:eb:ac:7a:0d:8b:db:72: + 30:6a:66:d5:e0:46:a3:70:dc:68:d9:ff:04:48:89: + 77:de:b5:e9:fb:67:6d:41:e9:bc:39:bd:32:d9:62: + 02:f1:b1:a8:3d:6e:37:9c:e2:2f:e2:d3:a2:26:8b: + c6:b8:55:43:88:e1:23:3e:a5:d2:24:39:6a:47:ab: + 00:d4:a1:b3:a9:25:fe:0d:3f:a7:1d:ba:d3:51:c1: + 0b:a4:da:ac:38:ef:55:50:24:05:65:46:93:34:4f: + 2d:8d:ad:c6:d4:21:19:d2:8e:ca:05:61:71:07:73: + 47:e5:8a:19:12:bd:04:4d:ce:4e:9c:a5:48:ac:bb: + 26:f7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 0B:58:E5:8B:C6:4C:15:37:A4:40:A9:30:A9:21:BE:47:36:5A:56:FF + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.comodoca.com/COMODOCertificationAuthority.crl + + Signature Algorithm: sha1WithRSAEncryption + 3e:98:9e:9b:f6:1b:e9:d7:39:b7:78:ae:1d:72:18:49:d3:87: + e4:43:82:eb:3f:c9:aa:f5:a8:b5:ef:55:7c:21:52:65:f9:d5: + 0d:e1:6c:f4:3e:8c:93:73:91:2e:02:c4:4e:07:71:6f:c0:8f: + 38:61:08:a8:1e:81:0a:c0:2f:20:2f:41:8b:91:dc:48:45:bc: + f1:c6:de:ba:76:6b:33:c8:00:2d:31:46:4c:ed:e7:9d:cf:88: + 94:ff:33:c0:56:e8:24:86:26:b8:d8:38:38:df:2a:6b:dd:12: + cc:c7:3f:47:17:4c:a2:c2:06:96:09:d6:db:fe:3f:3c:46:41: + df:58:e2:56:0f:3c:3b:c1:1c:93:35:d9:38:52:ac:ee:c8:ec: + 2e:30:4e:94:35:b4:24:1f:4b:78:69:da:f2:02:38:cc:95:52: + 93:f0:70:25:59:9c:20:67:c4:ee:f9:8b:57:61:f4:92:76:7d: + 3f:84:8d:55:b7:e8:e5:ac:d5:f1:f5:19:56:a6:5a:fb:90:1c: + af:93:eb:e5:1c:d4:67:97:5d:04:0e:be:0b:83:a6:17:83:b9: + 30:12:a0:c5:33:15:05:b9:0d:fb:c7:05:76:e3:d8:4a:8d:fc: + 34:17:a3:c6:21:28:be:30:45:31:1e:c7:78:be:58:61:38:ac: + 3b:e2:01:65 +SHA1 Fingerprint=66:31:BF:9E:F7:4F:9E:B6:C9:D5:A6:0C:BA:6A:BE:D1:F7:BD:EF:7B diff --git a/sparse/system/etc/security/cacerts/5acf816d.0 b/sparse/system/etc/security/cacerts/5acf816d.0 new file mode 100644 index 0000000..0a1d1fa --- /dev/null +++ b/sparse/system/etc/security/cacerts/5acf816d.0 @@ -0,0 +1,52 @@ +-----BEGIN CERTIFICATE----- +MIICCjCCAZGgAwIBAgIQbkepyIuUtui7OyrYorLBmTAKBggqhkjOPQQDAzBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzu +hXyiQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/l +xKvRHYqjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNnADBkAjBqUFJ0 +CMRw3J5QdCHojXohw0+WbhXRIjVhLfoIN+4Zba3bssx9BzT1YBkstTTZbyACMANx +sbqjYAuG7ZoIapVon+Kz4ZNkfF6Tpt95LY2F45TPI11xzPKwTdb+mciUqXWi4w== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 6e:47:a9:c8:8b:94:b6:e8:bb:3b:2a:d8:a2:b2:c1:99 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=Google Trust Services LLC, CN=GTS Root R4 + Validity + Not Before: Jun 22 00:00:00 2016 GMT + Not After : Jun 22 00:00:00 2036 GMT + Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R4 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:f3:74:73:a7:68:8b:60:ae:43:b8:35:c5:81:30: + 7b:4b:49:9d:fb:c1:61:ce:e6:de:46:bd:6b:d5:61: + 18:35:ae:40:dd:73:f7:89:91:30:5a:eb:3c:ee:85: + 7c:a2:40:76:3b:a9:c6:b8:47:d8:2a:e7:92:91:6a: + 73:e9:b1:72:39:9f:29:9f:a2:98:d3:5f:5e:58:86: + 65:0f:a1:84:65:06:d1:dc:8b:c9:c7:73:c8:8c:6a: + 2f:e5:c4:ab:d1:1d:8a + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:6a:50:52:74:08:c4:70:dc:9e:50:74:21:e8:8d: + 7a:21:c3:4f:96:6e:15:d1:22:35:61:2d:fa:08:37:ee:19:6d: + ad:db:b2:cc:7d:07:34:f5:60:19:2c:b5:34:d9:6f:20:02:30: + 03:71:b1:ba:a3:60:0b:86:ed:9a:08:6a:95:68:9f:e2:b3:e1: + 93:64:7c:5e:93:a6:df:79:2d:8d:85:e3:94:cf:23:5d:71:cc: + f2:b0:4d:d6:fe:99:c8:94:a9:75:a2:e3 +SHA1 Fingerprint=2A:1D:60:27:D9:4A:B1:0A:1C:4D:91:5C:CD:33:A0:CB:3E:2D:54:CB diff --git a/sparse/system/etc/security/cacerts/5cf9d536.0 b/sparse/system/etc/security/cacerts/5cf9d536.0 new file mode 100644 index 0000000..bb7a9df --- /dev/null +++ b/sparse/system/etc/security/cacerts/5cf9d536.0 @@ -0,0 +1,105 @@ +-----BEGIN CERTIFICATE----- +MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0 +aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0 +aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAzMTkxODMzMzNaFw0yMTAzMTcxODMz +MzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUw +IwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVR +dW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Yp +li4kVEAkOPcahdxYTMukJ0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2D +rOpm2RgbaIr1VxqYuvXtdj182d6UajtLF8HVj71lODqV0D1VNk7feVcxKh7YWWVJ +WCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeLYzcS19Dsw3sgQUSj7cug +F+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWenAScOospU +xbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCC +Ak4wPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVv +dmFkaXNvZmZzaG9yZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREw +ggENMIIBCQYJKwYBBAG+WAABMIH7MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNl +IG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBh +c3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFy +ZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh +Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYI +KwYBBQUHAgEWFmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3T +KbkGGew5Oanwl4Rqy+/fMIGuBgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rq +y+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p +dGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYD +VQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL +MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk +fnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf8 +7C9TqnN7Az10buYWnuulLsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1R +cHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2xgI4JVrmcGmD+XcHXetwReNDWXcG31a0y +mQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi5upZIof4l/UO/erMkqQW +xFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi5nrQNiOK +SnQ2+Q== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 985026699 (0x3ab6508b) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority + Validity + Not Before: Mar 19 18:33:33 2001 GMT + Not After : Mar 17 18:33:33 2021 GMT + Subject: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:bf:61:b5:95:53:ba:57:fc:fa:f2:67:0b:3a:1a: + df:11:80:64:95:b4:d1:bc:cd:7a:cf:f6:29:96:2e: + 24:54:40:24:38:f7:1a:85:dc:58:4c:cb:a4:27:42: + 97:d0:9f:83:8a:c3:e4:06:03:5b:00:a5:51:1e:70: + 04:74:e2:c1:d4:3a:ab:d7:ad:3b:07:18:05:8e:fd: + 83:ac:ea:66:d9:18:1b:68:8a:f5:57:1a:98:ba:f5: + ed:76:3d:7c:d9:de:94:6a:3b:4b:17:c1:d5:8f:bd: + 65:38:3a:95:d0:3d:55:36:4e:df:79:57:31:2a:1e: + d8:59:65:49:58:20:98:7e:ab:5f:7e:9f:e9:d6:4d: + ec:83:74:a9:c7:6c:d8:ee:29:4a:85:2a:06:14:f9: + 54:e6:d3:da:65:07:8b:63:37:12:d7:d0:ec:c3:7b: + 20:41:44:a3:ed:cb:a0:17:e1:71:65:ce:1d:66:31: + f7:76:01:19:c8:7d:03:58:b6:95:49:1d:a6:12:26: + e8:c6:0c:76:e0:e3:66:cb:ea:5d:a6:26:ee:e5:cc: + 5f:bd:67:a7:01:27:0e:a2:ca:54:c5:b1:7a:95:1d: + 71:1e:4a:29:8a:03:dc:6a:45:c1:a4:19:5e:6f:36: + cd:c3:a2:b0:b7:fe:5c:38:e2:52:bc:f8:44:43:e6: + 90:bb + Exponent: 65537 (0x10001) + X509v3 extensions: + Authority Information Access: + OCSP - URI:https://ocsp.quovadisoffshore.com + + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Certificate Policies: + Policy: 1.3.6.1.4.1.8024.0.1 + User Notice: + Explicit Text: Reliance on the QuoVadis Root Certificate by any party assumes acceptance of the then applicable standard terms and conditions of use, certification practices, and the QuoVadis Certificate Policy. + CPS: http://www.quovadis.bm + + X509v3 Subject Key Identifier: + 8B:4B:6D:ED:D3:29:B9:06:19:EC:39:39:A9:F0:97:84:6A:CB:EF:DF + X509v3 Authority Key Identifier: + keyid:8B:4B:6D:ED:D3:29:B9:06:19:EC:39:39:A9:F0:97:84:6A:CB:EF:DF + DirName:/C=BM/O=QuoVadis Limited/OU=Root Certification Authority/CN=QuoVadis Root Certification Authority + serial:3A:B6:50:8B + + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 8a:d4:14:b5:fe:f4:9a:92:a7:19:d4:a4:7e:72:18:8f:d9:68: + 7c:52:24:dd:67:6f:39:7a:c4:aa:5e:3d:e2:58:b0:4d:70:98: + 84:61:e8:1b:e3:69:18:0e:ce:fb:47:50:a0:4e:ff:f0:24:1f: + bd:b2:ce:f5:27:fc:ec:2f:53:aa:73:7b:03:3d:74:6e:e6:16: + 9e:eb:a5:2e:c4:bf:56:27:50:2b:62:ba:be:4b:1c:3c:55:5c: + 41:1d:24:be:82:20:47:5d:d5:44:7e:7a:16:68:df:7d:4d:51: + 70:78:57:1d:33:1e:fd:02:99:9c:0c:cd:0a:05:4f:c7:bb:8e: + a4:75:fa:4a:6d:b1:80:8e:09:56:b9:9c:1a:60:fe:5d:c1:d7: + 7a:dc:11:78:d0:d6:5d:c1:b7:d5:ad:32:99:03:3a:8a:cc:54: + 25:39:31:81:7b:13:22:51:ba:46:6c:a1:bb:9e:fa:04:6c:49: + 26:74:8f:d2:73:eb:cc:30:a2:e6:ea:59:22:87:f8:97:f5:0e: + fd:ea:cc:92:a4:16:c4:52:18:ea:21:ce:b1:f1:e6:84:81:e5: + ba:a9:86:28:f2:43:5a:5d:12:9d:ac:1e:d9:a8:e5:0a:6a:a7: + 7f:a0:87:29:cf:f2:89:4d:d4:ec:c5:e2:e6:7a:d0:36:23:8a: + 4a:74:36:f9 +SHA1 Fingerprint=DE:3F:40:BD:50:93:D3:9B:6C:60:F6:DA:BC:07:62:01:00:89:76:C9 diff --git a/sparse/system/etc/security/cacerts/5f47b495.0 b/sparse/system/etc/security/cacerts/5f47b495.0 new file mode 100644 index 0000000..5cb5c0c --- /dev/null +++ b/sparse/system/etc/security/cacerts/5f47b495.0 @@ -0,0 +1,124 @@ +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 6271844772424770508 (0x570a119742c4e3cc) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA + Validity + Not Before: Sep 22 11:22:02 2011 GMT + Not After : Sep 22 11:22:02 2030 GMT + Subject: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:a7:c6:c4:a5:29:a4:2c:ef:e5:18:c5:b0:50:a3: + 6f:51:3b:9f:0a:5a:c9:c2:48:38:0a:c2:1c:a0:18: + 7f:91:b5:87:b9:40:3f:dd:1d:68:1f:08:83:d5:2d: + 1e:88:a0:f8:8f:56:8f:6d:99:02:92:90:16:d5:5f: + 08:6c:89:d7:e1:ac:bc:20:c2:b1:e0:83:51:8a:69: + 4d:00:96:5a:6f:2f:c0:44:7e:a3:0e:e4:91:cd:58: + ee:dc:fb:c7:1e:45:47:dd:27:b9:08:01:9f:a6:21: + 1d:f5:41:2d:2f:4c:fd:28:ad:e0:8a:ad:22:b4:56: + 65:8e:86:54:8f:93:43:29:de:39:46:78:a3:30:23: + ba:cd:f0:7d:13:57:c0:5d:d2:83:6b:48:4c:c4:ab: + 9f:80:5a:5b:3a:bd:c9:a7:22:3f:80:27:33:5b:0e: + b7:8a:0c:5d:07:37:08:cb:6c:d2:7a:47:22:44:35: + c5:cc:cc:2e:8e:dd:2a:ed:b7:7d:66:0d:5f:61:51: + 22:55:1b:e3:46:e3:e3:3d:d0:35:62:9a:db:af:14: + c8:5b:a1:cc:89:1b:e1:30:26:fc:a0:9b:1f:81:a7: + 47:1f:04:eb:a3:39:92:06:9f:99:d3:bf:d3:ea:4f: + 50:9c:19:fe:96:87:1e:3c:65:f6:a3:18:24:83:86: + 10:e7:54:3e:a8:3a:76:24:4f:81:21:c5:e3:0f:02: + f8:93:94:47:20:bb:fe:d4:0e:d3:68:b9:dd:c4:7a: + 84:82:e3:53:54:79:dd:db:9c:d2:f2:07:9b:2e:b6: + bc:3e:ed:85:6d:ef:25:11:f2:97:1a:42:61:f7:4a: + 97:e8:8b:b1:10:07:fa:65:81:b2:a2:39:cf:f7:3c: + ff:18:fb:c6:f1:5a:8b:59:e2:02:ac:7b:92:d0:4e: + 14:4f:59:45:f6:0c:5e:28:5f:b0:e8:3f:45:cf:cf: + af:9b:6f:fb:84:d3:77:5a:95:6f:ac:94:84:9e:ee: + bc:c0:4a:8f:4a:93:f8:44:21:e2:31:45:61:50:4e: + 10:d8:e3:35:7c:4c:19:b4:de:05:bf:a3:06:9f:c8: + b5:cd:e4:1f:d7:17:06:0d:7a:95:74:55:0d:68:1a: + fc:10:1b:62:64:9d:6d:e0:95:a0:c3:94:07:57:0d: + 14:e6:bd:05:fb:b8:9f:e6:df:8b:e2:c6:e7:7e:96: + f6:53:c5:80:34:50:28:58:f0:12:50:71:17:30:ba: + e6:78:63:bc:f4:b2:ad:9b:2b:b2:fe:e1:39:8c:5e: + ba:0b:20:94:de:7b:83:b8:ff:e3:56:8d:b7:11:e9: + 3b:8c:f2:b1:c1:5d:9d:a4:0b:4c:2b:d9:b2:18:f5: + b5:9f:4b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0 + + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 0b:7b:72:87:c0:60:a6:49:4c:88:58:e6:1d:88:f7:14:64:48: + a6:d8:58:0a:0e:4f:13:35:df:35:1d:d4:ed:06:31:c8:81:3e: + 6a:d5:dd:3b:1a:32:ee:90:3d:11:d2:2e:f4:8e:c3:63:2e:23: + 66:b0:67:be:6f:b6:c0:13:39:60:aa:a2:34:25:93:75:52:de: + a7:9d:ad:0e:87:89:52:71:6a:16:3c:19:1d:83:f8:9a:29:65: + be:f4:3f:9a:d9:f0:f3:5a:87:21:71:80:4d:cb:e0:38:9b:3f: + bb:fa:e0:30:4d:cf:86:d3:65:10:19:18:d1:97:02:b1:2b:72: + 42:68:ac:a0:bd:4e:5a:da:18:bf:6b:98:81:d0:fd:9a:be:5e: + 15:48:cd:11:15:b9:c0:29:5c:b4:e8:88:f7:3e:36:ae:b7:62: + fd:1e:62:de:70:78:10:1c:48:5b:da:bc:a4:38:ba:67:ed:55: + 3e:5e:57:df:d4:03:40:4c:81:a4:d2:4f:63:a7:09:42:09:14: + fc:00:a9:c2:80:73:4f:2e:c0:40:d9:11:7b:48:ea:7a:02:c0: + d3:eb:28:01:26:58:74:c1:c0:73:22:6d:93:95:fd:39:7d:bb: + 2a:e3:f6:82:e3:2c:97:5f:4e:1f:91:94:fa:fe:2c:a3:d8:76: + 1a:b8:4d:b2:38:4f:9b:fa:1d:48:60:79:26:e2:f3:fd:a9:d0: + 9a:e8:70:8f:49:7a:d6:e5:bd:0a:0e:db:2d:f3:8d:bf:eb:e3: + a4:7d:cb:c7:95:71:e8:da:a3:7c:c5:c2:f8:74:92:04:1b:86: + ac:a4:22:53:40:b6:ac:fe:4c:76:cf:fb:94:32:c0:35:9f:76: + 3f:6e:e5:90:6e:a0:a6:26:a2:b8:2c:be:d1:2b:85:fd:a7:68: + c8:ba:01:2b:b1:6c:74:1d:b8:73:95:e7:ee:b7:c7:25:f0:00: + 4c:00:b2:7e:b6:0b:8b:1c:f3:c0:50:9e:25:b9:e0:08:de:36: + 66:ff:37:a5:d1:bb:54:64:2c:c9:27:b5:4b:92:7e:65:ff:d3: + 2d:e1:b9:4e:bc:7f:a4:41:21:90:41:77:a6:39:1f:ea:9e:e3: + 9f:d0:66:6f:05:ec:aa:76:7e:bf:6b:16:a0:eb:b5:c7:fc:92: + 54:2f:2b:11:27:25:37:78:4c:51:6a:b0:f3:cc:58:5d:14:f1: + 6a:48:15:ff:c2:07:b6:b1:8d:0f:8e:5c:50:46:b3:3d:bf:01: + 98:4f:b2:59:54:47:3e:34:7b:78:6d:56:93:2e:73:ea:66:28: + 78:cd:1d:14:bf:a0:8f:2f:2e:b8:2e:8e:f2:14:8a:cc:e9:b5: + 7c:fb:6c:9d:0c:a5:e1:96 +SHA1 Fingerprint=F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC diff --git a/sparse/system/etc/security/cacerts/60afe812.0 b/sparse/system/etc/security/cacerts/60afe812.0 new file mode 100644 index 0000000..050a6f0 --- /dev/null +++ b/sparse/system/etc/security/cacerts/60afe812.0 @@ -0,0 +1,81 @@ +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 80544274841616 (0x49412ce40010) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=HU, L=Budapest, O=NetLock Kft., OU=Tan\xC3\xBAs\xC3\xADtv\xC3\xA1nykiad\xC3\xB3k (Certification Services), CN=NetLock Arany (Class Gold) F\xC5\x91tan\xC3\xBAs\xC3\xADtv\xC3\xA1ny + Validity + Not Before: Dec 11 15:08:21 2008 GMT + Not After : Dec 6 15:08:21 2028 GMT + Subject: C=HU, L=Budapest, O=NetLock Kft., OU=Tan\xC3\xBAs\xC3\xADtv\xC3\xA1nykiad\xC3\xB3k (Certification Services), CN=NetLock Arany (Class Gold) F\xC5\x91tan\xC3\xBAs\xC3\xADtv\xC3\xA1ny + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:c4:24:5e:73:be:4b:6d:14:c3:a1:f4:e3:97:90: + 6e:d2:30:45:1e:3c:ee:67:d9:64:e0:1a:8a:7f:ca: + 30:ca:83:e3:20:c1:e3:f4:3a:d3:94:5f:1a:7c:5b: + 6d:bf:30:4f:84:27:f6:9f:1f:49:bc:c6:99:0a:90: + f2:0f:f5:7f:43:84:37:63:51:8b:7a:a5:70:fc:7a: + 58:cd:8e:9b:ed:c3:46:6c:84:70:5d:da:f3:01:90: + 23:fc:4e:30:a9:7e:e1:27:63:e7:ed:64:3c:a0:b8: + c9:33:63:fe:16:90:ff:b0:b8:fd:d7:a8:c0:c0:94: + 43:0b:b6:d5:59:a6:9e:56:d0:24:1f:70:79:af:db: + 39:54:0d:65:75:d9:15:41:94:01:af:5e:ec:f6:8d: + f1:ff:ad:64:fe:20:9a:d7:5c:eb:fe:a6:1f:08:64: + a3:8b:76:55:ad:1e:3b:28:60:2e:87:25:e8:aa:af: + 1f:c6:64:46:20:b7:70:7f:3c:de:48:db:96:53:b7: + 39:77:e4:1a:e2:c7:16:84:76:97:5b:2f:bb:19:15: + 85:f8:69:85:f5:99:a7:a9:f2:34:a7:a9:b6:a6:03: + fc:6f:86:3d:54:7c:76:04:9b:6b:f9:40:5d:00:34: + c7:2e:99:75:9d:e5:88:03:aa:4d:f8:03:d2:42:76: + c0:1b + Exponent: 43147 (0xa88b) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE, pathlen:4 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + CC:FA:67:93:F0:B6:B8:D0:A5:C0:1E:F3:53:FD:8C:53:DF:83:D7:96 + Signature Algorithm: sha256WithRSAEncryption + ab:7f:ee:1c:16:a9:9c:3c:51:00:a0:c0:11:08:05:a7:99:e6: + 6f:01:88:54:61:6e:f1:b9:18:ad:4a:ad:fe:81:40:23:94:2f: + fb:75:7c:2f:28:4b:62:24:81:82:0b:f5:61:f1:1c:6e:b8:61: + 38:eb:81:fa:62:a1:3b:5a:62:d3:94:65:c4:e1:e6:6d:82:f8: + 2f:25:70:b2:21:26:c1:72:51:1f:8c:2c:c3:84:90:c3:5a:8f: + ba:cf:f4:a7:65:a5:eb:98:d1:fb:05:b2:46:75:15:23:6a:6f: + 85:63:30:80:f0:d5:9e:1f:29:1c:c2:6c:b0:50:59:5d:90:5b: + 3b:a8:0d:30:cf:bf:7d:7f:ce:f1:9d:83:bd:c9:46:6e:20:a6: + f9:61:51:ba:21:2f:7b:be:a5:15:63:a1:d4:95:87:f1:9e:b9: + f3:89:f3:3d:85:b8:b8:db:be:b5:b9:29:f9:da:37:05:00:49: + 94:03:84:44:e7:bf:43:31:cf:75:8b:25:d1:f4:a6:64:f5:92: + f6:ab:05:eb:3d:e9:a5:0b:36:62:da:cc:06:5f:36:8b:b6:5e: + 31:b8:2a:fb:5e:f6:71:df:44:26:9e:c4:e6:0d:91:b4:2e:75: + 95:80:51:6a:4b:30:a6:b0:62:a1:93:f1:9b:d8:ce:c4:63:75: + 3f:59:47:b1 +SHA1 Fingerprint=06:08:3F:59:3F:15:A1:04:A0:69:A4:6B:A9:03:D0:06:B7:97:09:91 diff --git a/sparse/system/etc/security/cacerts/6187b673.0 b/sparse/system/etc/security/cacerts/6187b673.0 new file mode 100644 index 0000000..5395bc3 --- /dev/null +++ b/sparse/system/etc/security/cacerts/6187b673.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 82:10:cf:b0:d2:40:e3:59:44:63:e0:bb:63:82:8b:00 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=Internet Security Research Group, CN=ISRG Root X1 + Validity + Not Before: Jun 4 11:04:38 2015 GMT + Not After : Jun 4 11:04:38 2035 GMT + Subject: C=US, O=Internet Security Research Group, CN=ISRG Root X1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:ad:e8:24:73:f4:14:37:f3:9b:9e:2b:57:28:1c: + 87:be:dc:b7:df:38:90:8c:6e:3c:e6:57:a0:78:f7: + 75:c2:a2:fe:f5:6a:6e:f6:00:4f:28:db:de:68:86: + 6c:44:93:b6:b1:63:fd:14:12:6b:bf:1f:d2:ea:31: + 9b:21:7e:d1:33:3c:ba:48:f5:dd:79:df:b3:b8:ff: + 12:f1:21:9a:4b:c1:8a:86:71:69:4a:66:66:6c:8f: + 7e:3c:70:bf:ad:29:22:06:f3:e4:c0:e6:80:ae:e2: + 4b:8f:b7:99:7e:94:03:9f:d3:47:97:7c:99:48:23: + 53:e8:38:ae:4f:0a:6f:83:2e:d1:49:57:8c:80:74: + b6:da:2f:d0:38:8d:7b:03:70:21:1b:75:f2:30:3c: + fa:8f:ae:dd:da:63:ab:eb:16:4f:c2:8e:11:4b:7e: + cf:0b:e8:ff:b5:77:2e:f4:b2:7b:4a:e0:4c:12:25: + 0c:70:8d:03:29:a0:e1:53:24:ec:13:d9:ee:19:bf: + 10:b3:4a:8c:3f:89:a3:61:51:de:ac:87:07:94:f4: + 63:71:ec:2e:e2:6f:5b:98:81:e1:89:5c:34:79:6c: + 76:ef:3b:90:62:79:e6:db:a4:9a:2f:26:c5:d0:10: + e1:0e:de:d9:10:8e:16:fb:b7:f7:a8:f7:c7:e5:02: + 07:98:8f:36:08:95:e7:e2:37:96:0d:36:75:9e:fb: + 0e:72:b1:1d:9b:bc:03:f9:49:05:d8:81:dd:05:b4: + 2a:d6:41:e9:ac:01:76:95:0a:0f:d8:df:d5:bd:12: + 1f:35:2f:28:17:6c:d2:98:c1:a8:09:64:77:6e:47: + 37:ba:ce:ac:59:5e:68:9d:7f:72:d6:89:c5:06:41: + 29:3e:59:3e:dd:26:f5:24:c9:11:a7:5a:a3:4c:40: + 1f:46:a1:99:b5:a7:3a:51:6e:86:3b:9e:7d:72:a7: + 12:05:78:59:ed:3e:51:78:15:0b:03:8f:8d:d0:2f: + 05:b2:3e:7b:4a:1c:4b:73:05:12:fc:c6:ea:e0:50: + 13:7c:43:93:74:b3:ca:74:e7:8e:1f:01:08:d0:30: + d4:5b:71:36:b4:07:ba:c1:30:30:5c:48:b7:82:3b: + 98:a6:7d:60:8a:a2:a3:29:82:cc:ba:bd:83:04:1b: + a2:83:03:41:a1:d6:05:f1:1b:c2:b6:f0:a8:7c:86: + 3b:46:a8:48:2a:88:dc:76:9a:76:bf:1f:6a:a5:3d: + 19:8f:eb:38:f3:64:de:c8:2b:0d:0a:28:ff:f7:db: + e2:15:42:d4:22:d0:27:5d:e1:79:fe:18:e7:70:88: + ad:4e:e6:d9:8b:3a:c6:dd:27:51:6e:ff:bc:64:f5: + 33:43:4f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 79:B4:59:E6:7B:B6:E5:E4:01:73:80:08:88:C8:1A:58:F6:E9:9B:6E + Signature Algorithm: sha256WithRSAEncryption + 55:1f:58:a9:bc:b2:a8:50:d0:0c:b1:d8:1a:69:20:27:29:08: + ac:61:75:5c:8a:6e:f8:82:e5:69:2f:d5:f6:56:4b:b9:b8:73: + 10:59:d3:21:97:7e:e7:4c:71:fb:b2:d2:60:ad:39:a8:0b:ea: + 17:21:56:85:f1:50:0e:59:eb:ce:e0:59:e9:ba:c9:15:ef:86: + 9d:8f:84:80:f6:e4:e9:91:90:dc:17:9b:62:1b:45:f0:66:95: + d2:7c:6f:c2:ea:3b:ef:1f:cf:cb:d6:ae:27:f1:a9:b0:c8:ae: + fd:7d:7e:9a:fa:22:04:eb:ff:d9:7f:ea:91:2b:22:b1:17:0e: + 8f:f2:8a:34:5b:58:d8:fc:01:c9:54:b9:b8:26:cc:8a:88:33: + 89:4c:2d:84:3c:82:df:ee:96:57:05:ba:2c:bb:f7:c4:b7:c7: + 4e:3b:82:be:31:c8:22:73:73:92:d1:c2:80:a4:39:39:10:33: + 23:82:4c:3c:9f:86:b2:55:98:1d:be:29:86:8c:22:9b:9e:e2: + 6b:3b:57:3a:82:70:4d:dc:09:c7:89:cb:0a:07:4d:6c:e8:5d: + 8e:c9:ef:ce:ab:c7:bb:b5:2b:4e:45:d6:4a:d0:26:cc:e5:72: + ca:08:6a:a5:95:e3:15:a1:f7:a4:ed:c9:2c:5f:a5:fb:ff:ac: + 28:02:2e:be:d7:7b:bb:e3:71:7b:90:16:d3:07:5e:46:53:7c: + 37:07:42:8c:d3:c4:96:9c:d5:99:b5:2a:e0:95:1a:80:48:ae: + 4c:39:07:ce:cc:47:a4:52:95:2b:ba:b8:fb:ad:d2:33:53:7d: + e5:1d:4d:6d:d5:a1:b1:c7:42:6f:e6:40:27:35:5c:a3:28:b7: + 07:8d:e7:8d:33:90:e7:23:9f:fb:50:9c:79:6c:46:d5:b4:15: + b3:96:6e:7e:9b:0c:96:3a:b8:52:2d:3f:d6:5b:e1:fb:08:c2: + 84:fe:24:a8:a3:89:da:ac:6a:e1:18:2a:b1:a8:43:61:5b:d3: + 1f:dc:3b:8d:76:f2:2d:e8:8d:75:df:17:33:6c:3d:53:fb:7b: + cb:41:5f:ff:dc:a2:d0:61:38:e1:96:b8:ac:5d:8b:37:d7:75: + d5:33:c0:99:11:ae:9d:41:c1:72:75:84:be:02:41:42:5f:67: + 24:48:94:d1:9b:27:be:07:3f:b9:b8:4f:81:74:51:e1:7a:b7: + ed:9d:23:e2:be:e0:d5:28:04:13:3c:31:03:9e:dd:7a:6c:8f: + c6:07:18:c6:7f:de:47:8e:3f:28:9e:04:06:cf:a5:54:34:77: + bd:ec:89:9b:e9:17:43:df:5b:db:5f:fe:8e:1e:57:a2:cd:40: + 9d:7e:62:22:da:de:18:27 +SHA1 Fingerprint=CA:BD:2A:79:A1:07:6A:31:F2:1D:25:36:35:CB:03:9D:43:29:A5:E8 diff --git a/sparse/system/etc/security/cacerts/63a2c897.0 b/sparse/system/etc/security/cacerts/63a2c897.0 new file mode 100644 index 0000000..671abc6 --- /dev/null +++ b/sparse/system/etc/security/cacerts/63a2c897.0 @@ -0,0 +1,119 @@ +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 95:be:16:a0:f7:2e:46:f1:7b:39:82:72:fa:8b:cd:96 + Signature Algorithm: sha1WithRSAEncryption + Issuer: O=TeliaSonera, CN=TeliaSonera Root CA v1 + Validity + Not Before: Oct 18 12:00:50 2007 GMT + Not After : Oct 18 12:00:50 2032 GMT + Subject: O=TeliaSonera, CN=TeliaSonera Root CA v1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c2:be:eb:27:f0:21:a3:f3:69:26:55:7e:9d:c5: + 55:16:91:5c:fd:ef:21:bf:53:80:7a:2d:d2:91:8c: + 63:31:f0:ec:24:f0:c3:a5:d2:72:7c:10:6d:f4:37: + b7:e5:e6:7c:79:ea:8c:b5:82:8b:ae:48:b6:ac:00: + dc:65:75:ec:2a:4d:5f:c1:87:f5:20:65:2b:81:a8: + 47:3e:89:23:95:30:16:90:7f:e8:57:07:48:e7:19: + ae:bf:45:67:b1:37:1b:06:2a:fe:de:f9:ac:7d:83: + fb:5e:ba:e4:8f:97:67:be:4b:8e:8d:64:07:57:38: + 55:69:34:36:3d:13:48:ef:4f:e2:d3:66:1e:a4:cf: + 1a:b7:5e:36:33:d4:b4:06:bd:18:01:fd:77:84:50: + 00:45:f5:8c:5d:e8:23:bc:7e:fe:35:e1:ed:50:7b: + a9:30:8d:19:d3:09:8e:68:67:5d:bf:3c:97:18:53: + bb:29:62:c5:ca:5e:72:c1:c7:96:d4:db:2d:a0:b4: + 1f:69:03:ec:ea:e2:50:f1:0c:3c:f0:ac:f3:53:2d: + f0:1c:f5:ed:6c:39:39:73:80:16:c8:52:b0:23:cd: + e0:3e:dc:dd:3c:47:a0:bb:35:8a:e2:98:68:8b:be: + e5:bf:72:ee:d2:fa:a5:ed:12:ed:fc:98:18:a9:26: + 76:dc:28:4b:10:20:1c:d3:7f:16:77:2d:ed:6f:80: + f7:49:bb:53:05:bb:5d:68:c7:d4:c8:75:16:3f:89: + 5a:8b:f7:17:47:d4:4c:f1:d2:89:79:3e:4d:3d:98: + a8:61:de:3a:1e:d2:f8:5e:03:e0:c1:c9:1c:8c:d3: + 8d:4d:d3:95:36:b3:37:5f:63:63:9b:33:14:f0:2d: + 26:6b:53:7c:89:8c:32:c2:6e:ec:3d:21:00:39:c9: + a1:68:e2:50:83:2e:b0:3a:2b:f3:36:a0:ac:2f:e4: + 6f:61:c2:51:09:39:3e:8b:53:b9:bb:67:da:dc:53: + b9:76:59:36:9d:43:e5:20:e0:3d:32:60:85:22:51: + b7:c7:33:bb:dd:15:2f:a4:78:a6:07:7b:81:46:36: + 04:86:dd:79:35:c7:95:2c:3b:b0:a3:17:35:e5:73: + 1f:b4:5c:59:ef:da:ea:10:65:7b:7a:d0:7f:9f:b3: + b4:2a:37:3b:70:8b:9b:5b:b9:2b:b7:ec:b2:51:12: + 97:53:29:5a:d4:f0:12:10:dc:4f:02:bb:12:92:2f: + 62:d4:3f:69:43:7c:0d:d6:fc:58:75:01:88:9d:58: + 16:4b:de:ba:90:ff:47:01:89:06:6a:f6:5f:b2:90: + 6a:b3:02:a6:02:88:bf:b3:47:7e:2a:d9:d5:fa:68: + 78:35:4d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + F0:8F:59:38:00:B3:F5:8F:9A:96:0C:D5:EB:FA:7B:AA:17:E8:13:12 + Signature Algorithm: sha1WithRSAEncryption + be:e4:5c:62:4e:24:f4:0c:08:ff:f0:d3:0c:68:e4:93:49:22: + 3f:44:27:6f:bb:6d:de:83:66:ce:a8:cc:0d:fc:f5:9a:06:e5: + 77:14:91:eb:9d:41:7b:99:2a:84:e5:ff:fc:21:c1:5d:f0:e4: + 1f:57:b7:75:a9:a1:5f:02:26:ff:d7:c7:f7:4e:de:4f:f8:f7: + 1c:46:c0:7a:4f:40:2c:22:35:f0:19:b1:d0:6b:67:2c:b0:a8: + e0:c0:40:37:35:f6:84:5c:5c:e3:af:42:78:fe:a7:c9:0d:50: + ea:0d:84:76:f6:51:ef:83:53:c6:7a:ff:0e:56:49:2e:8f:7a: + d6:0c:e6:27:54:e3:4d:0a:60:72:62:cd:91:07:d6:a5:bf:c8: + 99:6b:ed:c4:19:e6:ab:4c:11:38:c5:6f:31:e2:6e:49:c8:3f: + 76:80:26:03:26:29:e0:36:f6:f6:20:53:e3:17:70:34:17:9d: + 63:68:1e:6b:ec:c3:4d:86:b8:13:30:2f:5d:46:0d:47:43:d5: + 1b:aa:59:0e:b9:5c:8d:06:48:ad:74:87:5f:c7:fc:31:54:41: + 13:e2:c7:21:0e:9e:e0:1e:0d:e1:c0:7b:43:85:90:c5:8a:58: + c6:65:0a:78:57:f2:c6:23:0f:01:d9:20:4b:de:0f:fb:92:85: + 75:2a:5c:73:8d:6d:7b:25:91:ca:ee:45:ae:06:4b:00:cc:d3: + b1:59:50:da:3a:88:3b:29:43:46:5e:97:2b:54:ce:53:6f:8d: + 4a:e7:96:fa:bf:71:0e:42:8b:7c:fd:28:a0:d0:48:ca:da:c4: + 81:4c:bb:a2:73:93:26:c8:eb:0c:d6:26:88:b6:c0:24:cf:bb: + bd:5b:eb:75:7d:e9:08:8e:86:33:2c:79:77:09:69:a5:89:fc: + b3:70:90:87:76:8f:d3:22:bb:42:ce:bd:73:0b:20:26:2a:d0: + 9b:3d:70:1e:24:6c:cd:87:76:a9:17:96:b7:cf:0d:92:fb:8e: + 18:a9:98:49:d1:9e:fe:60:44:72:21:b9:19:ed:c2:f5:31:f1: + 39:48:88:90:24:75:54:16:ad:ce:f4:f8:69:14:64:39:fb:a3: + b8:ba:70:40:c7:27:1c:bf:c4:56:53:fa:63:65:d0:f3:1c:0e: + 16:f5:6b:86:58:4d:18:d4:e4:0d:8e:a5:9d:5b:91:dc:76:24: + 50:3f:c6:2a:fb:d9:b7:9c:b5:d6:e6:d0:d9:e8:19:8b:15:71: + 48:ad:b7:ea:d8:59:88:d4:90:bf:16:b3:d9:e9:ac:59:61:54: + c8:1c:ba:ca:c1:ca:e1:b9:20:4c:8f:3a:93:89:a5:a0:cc:bf: + d3:f6:75:a4:75:96:6d:56 +SHA1 Fingerprint=43:13:BB:96:F1:D5:86:9B:C1:4E:6A:92:F6:CF:F6:34:69:87:82:37 diff --git a/sparse/system/etc/security/cacerts/69105f4f.0 b/sparse/system/etc/security/cacerts/69105f4f.0 new file mode 100644 index 0000000..adebaf9 --- /dev/null +++ b/sparse/system/etc/security/cacerts/69105f4f.0 @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA + Validity + Not Before: Nov 10 00:00:00 2006 GMT + Not After : Nov 10 00:00:00 2031 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:ad:0e:15:ce:e4:43:80:5c:b1:87:f3:b7:60:f9: + 71:12:a5:ae:dc:26:94:88:aa:f4:ce:f5:20:39:28: + 58:60:0c:f8:80:da:a9:15:95:32:61:3c:b5:b1:28: + 84:8a:8a:dc:9f:0a:0c:83:17:7a:8f:90:ac:8a:e7: + 79:53:5c:31:84:2a:f6:0f:98:32:36:76:cc:de:dd: + 3c:a8:a2:ef:6a:fb:21:f2:52:61:df:9f:20:d7:1f: + e2:b1:d9:fe:18:64:d2:12:5b:5f:f9:58:18:35:bc: + 47:cd:a1:36:f9:6b:7f:d4:b0:38:3e:c1:1b:c3:8c: + 33:d9:d8:2f:18:fe:28:0f:b3:a7:83:d6:c3:6e:44: + c0:61:35:96:16:fe:59:9c:8b:76:6d:d7:f1:a2:4b: + 0d:2b:ff:0b:72:da:9e:60:d0:8e:90:35:c6:78:55: + 87:20:a1:cf:e5:6d:0a:c8:49:7c:31:98:33:6c:22: + e9:87:d0:32:5a:a2:ba:13:82:11:ed:39:17:9d:99: + 3a:72:a1:e6:fa:a4:d9:d5:17:31:75:ae:85:7d:22: + ae:3f:01:46:86:f6:28:79:c8:b1:da:e4:57:17:c4: + 7e:1c:0e:b0:b4:92:a6:56:b3:bd:b2:97:ed:aa:a7: + f0:b7:c5:a8:3f:95:16:d0:ff:a1:96:eb:08:5f:18: + 77:4f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F + X509v3 Authority Key Identifier: + keyid:45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F + + Signature Algorithm: sha1WithRSAEncryption + a2:0e:bc:df:e2:ed:f0:e3:72:73:7a:64:94:bf:f7:72:66:d8: + 32:e4:42:75:62:ae:87:eb:f2:d5:d9:de:56:b3:9f:cc:ce:14: + 28:b9:0d:97:60:5c:12:4c:58:e4:d3:3d:83:49:45:58:97:35: + 69:1a:a8:47:ea:56:c6:79:ab:12:d8:67:81:84:df:7f:09:3c: + 94:e6:b8:26:2c:20:bd:3d:b3:28:89:f7:5f:ff:22:e2:97:84: + 1f:e9:65:ef:87:e0:df:c1:67:49:b3:5d:eb:b2:09:2a:eb:26: + ed:78:be:7d:3f:2b:f3:b7:26:35:6d:5f:89:01:b6:49:5b:9f: + 01:05:9b:ab:3d:25:c1:cc:b6:7f:c2:f1:6f:86:c6:fa:64:68: + eb:81:2d:94:eb:42:b7:fa:8c:1e:dd:62:f1:be:50:67:b7:6c: + bd:f3:f1:1f:6b:0c:36:07:16:7f:37:7c:a9:5b:6d:7a:f1:12: + 46:60:83:d7:27:04:be:4b:ce:97:be:c3:67:2a:68:11:df:80: + e7:0c:33:66:bf:13:0d:14:6e:f3:7f:1f:63:10:1e:fa:8d:1b: + 25:6d:6c:8f:a5:b7:61:01:b1:d2:a3:26:a1:10:71:9d:ad:e2: + c3:f9:c3:99:51:b7:2b:07:08:ce:2e:e6:50:b2:a7:fa:0a:45: + 2f:a2:f0:f2 +SHA1 Fingerprint=05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43 diff --git a/sparse/system/etc/security/cacerts/6b03dec0.0 b/sparse/system/etc/security/cacerts/6b03dec0.0 new file mode 100644 index 0000000..0e07740 --- /dev/null +++ b/sparse/system/etc/security/cacerts/6b03dec0.0 @@ -0,0 +1,52 @@ +-----BEGIN CERTIFICATE----- +MIICDDCCAZGgAwIBAgIQbkepx2ypcyRAiQ8DVd2NHTAKBggqhkjOPQQDAzBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout +736GjOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2A +DDL24CejQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEAgFuk +fCPAlaUs3L6JbyO5o91lAFJekazInXJ0glMLfalAvWhgxeG4VDvBNhcl2MG9AjEA +njWSdIUlUfUk7GRSJFClH9voy8l27OyCbvWFGFPouOOaKaqW04MjyaR7YbPMAuhd +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 6e:47:a9:c7:6c:a9:73:24:40:89:0f:03:55:dd:8d:1d + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=Google Trust Services LLC, CN=GTS Root R3 + Validity + Not Before: Jun 22 00:00:00 2016 GMT + Not After : Jun 22 00:00:00 2036 GMT + Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:1f:4f:33:87:33:29:8a:a1:84:de:cb:c7:21:58: + 41:89:ea:56:9d:2b:4b:85:c6:1d:4c:27:bc:7f:26: + 51:72:6f:e2:9f:d6:a3:ca:cc:45:14:46:8b:ad:ef: + 7e:86:8c:ec:b1:7e:2f:ff:a9:71:9d:18:84:45:04: + 41:55:6e:2b:ea:26:7f:bb:90:01:e3:4b:19:ba:e4: + 54:96:45:09:b1:d5:6c:91:44:ad:84:13:8e:9a:8c: + 0d:80:0c:32:f6:e0:27 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + C1:F1:26:BA:A0:2D:AE:85:81:CF:D3:F1:2A:12:BD:B8:0A:67:FD:BC + Signature Algorithm: ecdsa-with-SHA384 + 30:66:02:31:00:80:5b:a4:7c:23:c0:95:a5:2c:dc:be:89:6f: + 23:b9:a3:dd:65:00:52:5e:91:ac:c8:9d:72:74:82:53:0b:7d: + a9:40:bd:68:60:c5:e1:b8:54:3b:c1:36:17:25:d8:c1:bd:02: + 31:00:9e:35:92:74:85:25:51:f5:24:ec:64:52:24:50:a5:1f: + db:e8:cb:c9:76:ec:ec:82:6e:f5:85:18:53:e8:b8:e3:9a:29: + aa:96:d3:83:23:c9:a4:7b:61:b3:cc:02:e8:5d +SHA1 Fingerprint=30:D4:24:6F:07:FF:DB:91:89:8A:0B:E9:49:66:11:EB:8C:5E:46:E5 diff --git a/sparse/system/etc/security/cacerts/75680d2e.0 b/sparse/system/etc/security/cacerts/75680d2e.0 new file mode 100644 index 0000000..eeeab3f --- /dev/null +++ b/sparse/system/etc/security/cacerts/75680d2e.0 @@ -0,0 +1,90 @@ +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services + Validity + Not Before: Jan 1 00:00:00 2004 GMT + Not After : Dec 31 23:59:59 2028 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:be:40:9d:f4:6e:e1:ea:76:87:1c:4d:45:44:8e: + be:46:c8:83:06:9d:c1:2a:fe:18:1f:8e:e4:02:fa: + f3:ab:5d:50:8a:16:31:0b:9a:06:d0:c5:70:22:cd: + 49:2d:54:63:cc:b6:6e:68:46:0b:53:ea:cb:4c:24: + c0:bc:72:4e:ea:f1:15:ae:f4:54:9a:12:0a:c3:7a: + b2:33:60:e2:da:89:55:f3:22:58:f3:de:dc:cf:ef: + 83:86:a2:8c:94:4f:9f:68:f2:98:90:46:84:27:c7: + 76:bf:e3:cc:35:2c:8b:5e:07:64:65:82:c0:48:b0: + a8:91:f9:61:9f:76:20:50:a8:91:c7:66:b5:eb:78: + 62:03:56:f0:8a:1a:13:ea:31:a3:1e:a0:99:fd:38: + f6:f6:27:32:58:6f:07:f5:6b:b8:fb:14:2b:af:b7: + aa:cc:d6:63:5f:73:8c:da:05:99:a8:38:a8:cb:17: + 78:36:51:ac:e9:9e:f4:78:3a:8d:cf:0f:d9:42:e2: + 98:0c:ab:2f:9f:0e:01:de:ef:9f:99:49:f1:2d:df: + ac:74:4d:1b:98:b5:47:c5:e5:29:d1:f9:90:18:c7: + 62:9c:be:83:c7:26:7b:3e:8a:25:c7:c0:dd:9d:e6: + 35:68:10:20:9d:8f:d8:de:d2:c3:84:9c:0d:5e:e8: + 2f:c9 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + A0:11:0A:23:3E:96:F1:07:EC:E2:AF:29:EF:82:A5:7F:D0:30:A4:B4 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.comodoca.com/AAACertificateServices.crl + + Full Name: + URI:http://crl.comodo.net/AAACertificateServices.crl + + Signature Algorithm: sha1WithRSAEncryption + 08:56:fc:02:f0:9b:e8:ff:a4:fa:d6:7b:c6:44:80:ce:4f:c4: + c5:f6:00:58:cc:a6:b6:bc:14:49:68:04:76:e8:e6:ee:5d:ec: + 02:0f:60:d6:8d:50:18:4f:26:4e:01:e3:e6:b0:a5:ee:bf:bc: + 74:54:41:bf:fd:fc:12:b8:c7:4f:5a:f4:89:60:05:7f:60:b7: + 05:4a:f3:f6:f1:c2:bf:c4:b9:74:86:b6:2d:7d:6b:cc:d2:f3: + 46:dd:2f:c6:e0:6a:c3:c3:34:03:2c:7d:96:dd:5a:c2:0e:a7: + 0a:99:c1:05:8b:ab:0c:2f:f3:5c:3a:cf:6c:37:55:09:87:de: + 53:40:6c:58:ef:fc:b6:ab:65:6e:04:f6:1b:dc:3c:e0:5a:15: + c6:9e:d9:f1:59:48:30:21:65:03:6c:ec:e9:21:73:ec:9b:03: + a1:e0:37:ad:a0:15:18:8f:fa:ba:02:ce:a7:2c:a9:10:13:2c: + d4:e5:08:26:ab:22:97:60:f8:90:5e:74:d4:a2:9a:53:bd:f2: + a9:68:e0:a2:6e:c2:d7:6c:b1:a3:0f:9e:bf:eb:68:e7:56:f2: + ae:f2:e3:2b:38:3a:09:81:b5:6b:85:d7:be:2d:ed:3f:1a:b7: + b2:63:e2:f5:62:2c:82:d4:6a:00:41:50:f1:39:83:9f:95:e9: + 36:96:98:6e +SHA1 Fingerprint=D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49 diff --git a/sparse/system/etc/security/cacerts/76579174.0 b/sparse/system/etc/security/cacerts/76579174.0 new file mode 100644 index 0000000..afc84d2 --- /dev/null +++ b/sparse/system/etc/security/cacerts/76579174.0 @@ -0,0 +1,92 @@ +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 50:94:6c:ec:18:ea:d5:9c:4d:d5:97:ef:75:8f:a0:ad + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority + Validity + Not Before: Nov 1 17:14:04 2004 GMT + Not After : Jan 1 05:37:19 2035 GMT + Subject: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:98:24:1e:bd:15:b4:ba:df:c7:8c:a5:27:b6:38: + 0b:69:f3:b6:4e:a8:2c:2e:21:1d:5c:44:df:21:5d: + 7e:23:74:fe:5e:7e:b4:4a:b7:a6:ad:1f:ae:e0:06: + 16:e2:9b:5b:d9:67:74:6b:5d:80:8f:29:9d:86:1b: + d9:9c:0d:98:6d:76:10:28:58:e4:65:b0:7f:4a:98: + 79:9f:e0:c3:31:7e:80:2b:b5:8c:c0:40:3b:11:86: + d0:cb:a2:86:36:60:a4:d5:30:82:6d:d9:6e:d0:0f: + 12:04:33:97:5f:4f:61:5a:f0:e4:f9:91:ab:e7:1d: + 3b:bc:e8:cf:f4:6b:2d:34:7c:e2:48:61:1c:8e:f3: + 61:44:cc:6f:a0:4a:a9:94:b0:4d:da:e7:a9:34:7a: + 72:38:a8:41:cc:3c:94:11:7d:eb:c8:a6:8c:b7:86: + cb:ca:33:3b:d9:3d:37:8b:fb:7a:3e:86:2c:e7:73: + d7:0a:57:ac:64:9b:19:eb:f4:0f:04:08:8a:ac:03: + 17:19:64:f4:5a:25:22:8d:34:2c:b2:f6:68:1d:12: + 6d:d3:8a:1e:14:da:c4:8f:a6:e2:23:85:d5:7a:0d: + bd:6a:e0:e9:ec:ec:17:bb:42:1b:67:aa:25:ed:45: + 83:21:fc:c1:c9:7c:d5:62:3e:fa:f2:c5:2d:d3:fd: + d4:65 + Exponent: 65537 (0x10001) + X509v3 extensions: + 1.3.6.1.4.1.311.20.2: + ...C.A + X509v3 Key Usage: + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + C6:4F:A2:3D:06:63:84:09:9C:CE:62:E4:04:AC:8D:5C:B5:E9:B6:1B + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.xrampsecurity.com/XGCA.crl + + 1.3.6.1.4.1.311.21.1: + ... + Signature Algorithm: sha1WithRSAEncryption + 91:15:39:03:01:1b:67:fb:4a:1c:f9:0a:60:5b:a1:da:4d:97: + 62:f9:24:53:27:d7:82:64:4e:90:2e:c3:49:1b:2b:9a:dc:fc: + a8:78:67:35:f1:1d:f0:11:bd:b7:48:e3:10:f6:0d:df:3f:d2: + c9:b6:aa:55:a4:48:ba:02:db:de:59:2e:15:5b:3b:9d:16:7d: + 47:d7:37:ea:5f:4d:76:12:36:bb:1f:d7:a1:81:04:46:20:a3: + 2c:6d:a9:9e:01:7e:3f:29:ce:00:93:df:fd:c9:92:73:89:89: + 64:9e:e7:2b:e4:1c:91:2c:d2:b9:ce:7d:ce:6f:31:99:d3:e6: + be:d2:1e:90:f0:09:14:79:5c:23:ab:4d:d2:da:21:1f:4d:99: + 79:9d:e1:cf:27:9f:10:9b:1c:88:0d:b0:8a:64:41:31:b8:0e: + 6c:90:24:a4:9b:5c:71:8f:ba:bb:7e:1c:1b:db:6a:80:0f:21: + bc:e9:db:a6:b7:40:f4:b2:8b:a9:b1:e4:ef:9a:1a:d0:3d:69: + 99:ee:a8:28:a3:e1:3c:b3:f0:b2:11:9c:cf:7c:40:e6:dd:e7: + 43:7d:a2:d8:3a:b5:a9:8d:f2:34:99:c4:d4:10:e1:06:fd:09: + 84:10:3b:ee:c4:4c:f4:ec:27:7c:42:c2:74:7c:82:8a:09:c9: + b4:03:25:bc +SHA1 Fingerprint=B8:01:86:D1:EB:9C:86:A5:41:04:CF:30:54:F3:4C:52:B7:E5:58:C6 diff --git a/sparse/system/etc/security/cacerts/7892ad52.0 b/sparse/system/etc/security/cacerts/7892ad52.0 new file mode 100644 index 0000000..b7faafa --- /dev/null +++ b/sparse/system/etc/security/cacerts/7892ad52.0 @@ -0,0 +1,57 @@ +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3182246526754555285 (0x2c299c5b16ed0595) + Signature Algorithm: ecdsa-with-SHA256 + Issuer: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC + Validity + Not Before: Feb 12 18:15:23 2016 GMT + Not After : Feb 12 18:15:23 2041 GMT + Subject: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com EV Root Certification Authority ECC + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:aa:12:47:90:98:1b:fb:ef:c3:40:07:83:20:4e: + f1:30:82:a2:06:d1:f2:92:86:61:f2:f6:21:68:ca: + 00:c4:c7:ea:43:00:54:86:dc:fd:1f:df:00:b8:41: + 62:5c:dc:70:16:32:de:1f:99:d4:cc:c5:07:c8:08: + 1f:61:16:07:51:3d:7d:5c:07:53:e3:35:38:8c:df: + cd:9f:d9:2e:0d:4a:b6:19:2e:5a:70:5a:06:ed:be: + f0:a1:b0:ca:d0:09:29 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Subject Key Identifier: + 5B:CA:5E:E5:DE:D2:81:AA:CD:A8:2D:64:51:B6:D9:72:9B:97:E6:4F + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:5B:CA:5E:E5:DE:D2:81:AA:CD:A8:2D:64:51:B6:D9:72:9B:97:E6:4F + + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: ecdsa-with-SHA256 + 30:65:02:31:00:8a:e6:40:89:37:eb:e9:d5:13:d9:ca:d4:6b: + 24:f3:b0:3d:87:46:58:1a:ec:b1:df:6f:fb:56:ba:70:6b:c7: + 38:cc:e8:b1:8c:4f:0f:f7:f1:67:76:0e:83:d0:1e:51:8f:02: + 30:3d:f6:23:28:26:4c:c6:60:87:93:26:9b:b2:35:1e:ba:d6: + f7:3c:d1:1c:ce:fa:25:3c:a6:1a:81:15:5b:f3:12:0f:6c:ee: + 65:8a:c9:87:a8:f9:07:e0:62:9a:8c:5c:4a +SHA1 Fingerprint=4C:DD:51:A3:D1:F5:20:32:14:B0:C6:C5:32:23:03:91:C7:46:42:6D diff --git a/sparse/system/etc/security/cacerts/7a7c655d.0 b/sparse/system/etc/security/cacerts/7a7c655d.0 new file mode 100644 index 0000000..3292992 --- /dev/null +++ b/sparse/system/etc/security/cacerts/7a7c655d.0 @@ -0,0 +1,47 @@ +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 06:6c:9f:d5:74:97:36:66:3f:3b:0b:9a:d9:e8:9e:76:03:f2:4a + Signature Algorithm: ecdsa-with-SHA256 + Issuer: C=US, O=Amazon, CN=Amazon Root CA 3 + Validity + Not Before: May 26 00:00:00 2015 GMT + Not After : May 26 00:00:00 2040 GMT + Subject: C=US, O=Amazon, CN=Amazon Root CA 3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (256 bit) + pub: + 04:29:97:a7:c6:41:7f:c0:0d:9b:e8:01:1b:56:c6: + f2:52:a5:ba:2d:b2:12:e8:d2:2e:d7:fa:c9:c5:d8: + aa:6d:1f:73:81:3b:3b:98:6b:39:7c:33:a5:c5:4e: + 86:8e:80:17:68:62:45:57:7d:44:58:1d:b3:37:e5: + 67:08:eb:66:de + ASN1 OID: prime256v1 + NIST CURVE: P-256 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + AB:B6:DB:D7:06:9E:37:AC:30:86:07:91:70:C7:9C:C4:19:B1:78:C0 + Signature Algorithm: ecdsa-with-SHA256 + 30:46:02:21:00:e0:85:92:a3:17:b7:8d:f9:2b:06:a5:93:ac: + 1a:98:68:61:72:fa:e1:a1:d0:fb:1c:78:60:a6:43:99:c5:b8: + c4:02:21:00:9c:02:ef:f1:94:9c:b3:96:f9:eb:c6:2a:f8:b6: + 2c:fe:3a:90:14:16:d7:8c:63:24:48:1c:df:30:7d:d5:68:3b +SHA1 Fingerprint=0D:44:DD:8C:3C:8C:1A:1A:58:75:64:81:E9:0F:2E:2A:FF:B3:D2:6E diff --git a/sparse/system/etc/security/cacerts/7a819ef2.0 b/sparse/system/etc/security/cacerts/7a819ef2.0 new file mode 100644 index 0000000..7ac8550 --- /dev/null +++ b/sparse/system/etc/security/cacerts/7a819ef2.0 @@ -0,0 +1,126 @@ +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1289 (0x509) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 + Validity + Not Before: Nov 24 18:27:00 2006 GMT + Not After : Nov 24 18:23:33 2031 GMT + Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:9a:18:ca:4b:94:0d:00:2d:af:03:29:8a:f0:0f: + 81:c8:ae:4c:19:85:1d:08:9f:ab:29:44:85:f3:2f: + 81:ad:32:1e:90:46:bf:a3:86:26:1a:1e:fe:7e:1c: + 18:3a:5c:9c:60:17:2a:3a:74:83:33:30:7d:61:54: + 11:cb:ed:ab:e0:e6:d2:a2:7e:f5:6b:6f:18:b7:0a: + 0b:2d:fd:e9:3e:ef:0a:c6:b3:10:e9:dc:c2:46:17: + f8:5d:fd:a4:da:ff:9e:49:5a:9c:e6:33:e6:24:96: + f7:3f:ba:5b:2b:1c:7a:35:c2:d6:67:fe:ab:66:50: + 8b:6d:28:60:2b:ef:d7:60:c3:c7:93:bc:8d:36:91: + f3:7f:f8:db:11:13:c4:9c:77:76:c1:ae:b7:02:6a: + 81:7a:a9:45:83:e2:05:e6:b9:56:c1:94:37:8f:48: + 71:63:22:ec:17:65:07:95:8a:4b:df:8f:c6:5a:0a: + e5:b0:e3:5f:5e:6b:11:ab:0c:f9:85:eb:44:e9:f8: + 04:73:f2:e9:fe:5c:98:8c:f5:73:af:6b:b4:7e:cd: + d4:5c:02:2b:4c:39:e1:b2:95:95:2d:42:87:d7:d5: + b3:90:43:b7:6c:13:f1:de:dd:f6:c4:f8:89:3f:d1: + 75:f5:92:c3:91:d5:8a:88:d0:90:ec:dc:6d:de:89: + c2:65:71:96:8b:0d:03:fd:9c:bf:5b:16:ac:92:db: + ea:fe:79:7c:ad:eb:af:f7:16:cb:db:cd:25:2b:e5: + 1f:fb:9a:9f:e2:51:cc:3a:53:0c:48:e6:0e:bd:c9: + b4:76:06:52:e6:11:13:85:72:63:03:04:e0:04:36: + 2b:20:19:02:e8:74:a7:1f:b6:c9:56:66:f0:75:25: + dc:67:c1:0e:61:60:88:b3:3e:d1:a8:fc:a3:da:1d: + b0:d1:b1:23:54:df:44:76:6d:ed:41:d8:c1:b2:22: + b6:53:1c:df:35:1d:dc:a1:77:2a:31:e4:2d:f5:e5: + e5:db:c8:e0:ff:e5:80:d7:0b:63:a0:ff:33:a1:0f: + ba:2c:15:15:ea:97:b3:d2:a2:b5:be:f2:8c:96:1e: + 1a:8f:1d:6c:a4:61:37:b9:86:73:33:d7:97:96:9e: + 23:7d:82:a4:4c:81:e2:a1:d1:ba:67:5f:95:07:a3: + 27:11:ee:16:10:7b:bc:45:4a:4c:b2:04:d2:ab:ef: + d5:fd:0c:51:ce:50:6a:08:31:f9:91:da:0c:8f:64: + 5c:03:c3:3a:8b:20:3f:6e:8d:67:3d:3a:d6:fe:7d: + 5b:88:c9:5e:fb:cc:61:dc:8b:33:77:d3:44:32:35: + 09:62:04:92:16:10:d8:9e:27:47:fb:3b:21:e3:f8: + eb:1d:5b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 1A:84:62:BC:48:4C:33:25:04:D4:EE:D0:F6:03:C4:19:46:D1:94:6B + X509v3 Authority Key Identifier: + keyid:1A:84:62:BC:48:4C:33:25:04:D4:EE:D0:F6:03:C4:19:46:D1:94:6B + DirName:/C=BM/O=QuoVadis Limited/CN=QuoVadis Root CA 2 + serial:05:09 + + Signature Algorithm: sha1WithRSAEncryption + 3e:0a:16:4d:9f:06:5b:a8:ae:71:5d:2f:05:2f:67:e6:13:45: + 83:c4:36:f6:f3:c0:26:0c:0d:b5:47:64:5d:f8:b4:72:c9:46: + a5:03:18:27:55:89:78:7d:76:ea:96:34:80:17:20:dc:e7:83: + f8:8d:fc:07:b8:da:5f:4d:2e:67:b2:84:fd:d9:44:fc:77:50: + 81:e6:7c:b4:c9:0d:0b:72:53:f8:76:07:07:41:47:96:0c:fb: + e0:82:26:93:55:8c:fe:22:1f:60:65:7c:5f:e7:26:b3:f7:32: + 90:98:50:d4:37:71:55:f6:92:21:78:f7:95:79:fa:f8:2d:26: + 87:66:56:30:77:a6:37:78:33:52:10:58:ae:3f:61:8e:f2:6a: + b1:ef:18:7e:4a:59:63:ca:8d:a2:56:d5:a7:2f:bc:56:1f:cf: + 39:c1:e2:fb:0a:a8:15:2c:7d:4d:7a:63:c6:6c:97:44:3c:d2: + 6f:c3:4a:17:0a:f8:90:d2:57:a2:19:51:a5:2d:97:41:da:07: + 4f:a9:50:da:90:8d:94:46:e1:3e:f0:94:fd:10:00:38:f5:3b: + e8:40:e1:b4:6e:56:1a:20:cc:6f:58:8d:ed:2e:45:8f:d6:e9: + 93:3f:e7:b1:2c:df:3a:d6:22:8c:dc:84:bb:22:6f:d0:f8:e4: + c6:39:e9:04:88:3c:c3:ba:eb:55:7a:6d:80:99:24:f5:6c:01: + fb:f8:97:b0:94:5b:eb:fd:d2:6f:f1:77:68:0d:35:64:23:ac: + b8:55:a1:03:d1:4d:42:19:dc:f8:75:59:56:a3:f9:a8:49:79: + f8:af:0e:b9:11:a0:7c:b7:6a:ed:34:d0:b6:26:62:38:1a:87: + 0c:f8:e8:fd:2e:d3:90:7f:07:91:2a:1d:d6:7e:5c:85:83:99: + b0:38:08:3f:e9:5e:f9:35:07:e4:c9:62:6e:57:7f:a7:50:95: + f7:ba:c8:9b:e6:8e:a2:01:c5:d6:66:bf:79:61:f3:3c:1c:e1: + b9:82:5c:5d:a0:c3:e9:d8:48:bd:19:a2:11:14:19:6e:b2:86: + 1b:68:3e:48:37:1a:88:b7:5d:96:5e:9c:c7:ef:27:62:08:e2: + 91:19:5c:d2:f1:21:dd:ba:17:42:82:97:71:81:53:31:a9:9f: + f6:7d:62:bf:72:e1:a3:93:1d:cc:8a:26:5a:09:38:d0:ce:d7: + 0d:80:16:b4:78:a5:3a:87:4c:8d:8a:a5:d5:46:97:f2:2c:10: + b9:bc:54:22:c0:01:50:69:43:9e:f4:b2:ef:6d:f8:ec:da:f1: + e3:b1:ef:df:91:8f:54:2a:0b:25:c1:26:19:c4:52:10:05:65: + d5:82:10:ea:c2:31:cd:2e +SHA1 Fingerprint=CA:3A:FB:CF:12:40:36:4B:44:B2:16:20:88:80:48:39:19:93:7C:F7 diff --git a/sparse/system/etc/security/cacerts/81b9768f.0 b/sparse/system/etc/security/cacerts/81b9768f.0 new file mode 100644 index 0000000..8872ea1 --- /dev/null +++ b/sparse/system/etc/security/cacerts/81b9768f.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 02:ac:5c:26:6a:0b:40:9b:8f:0b:79:f2:ae:46:25:77 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA + Validity + Not Before: Nov 10 00:00:00 2006 GMT + Not After : Nov 10 00:00:00 2031 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:c6:cc:e5:73:e6:fb:d4:bb:e5:2d:2d:32:a6:df: + e5:81:3f:c9:cd:25:49:b6:71:2a:c3:d5:94:34:67: + a2:0a:1c:b0:5f:69:a6:40:b1:c4:b7:b2:8f:d0:98: + a4:a9:41:59:3a:d3:dc:94:d6:3c:db:74:38:a4:4a: + cc:4d:25:82:f7:4a:a5:53:12:38:ee:f3:49:6d:71: + 91:7e:63:b6:ab:a6:5f:c3:a4:84:f8:4f:62:51:be: + f8:c5:ec:db:38:92:e3:06:e5:08:91:0c:c4:28:41: + 55:fb:cb:5a:89:15:7e:71:e8:35:bf:4d:72:09:3d: + be:3a:38:50:5b:77:31:1b:8d:b3:c7:24:45:9a:a7: + ac:6d:00:14:5a:04:b7:ba:13:eb:51:0a:98:41:41: + 22:4e:65:61:87:81:41:50:a6:79:5c:89:de:19:4a: + 57:d5:2e:e6:5d:1c:53:2c:7e:98:cd:1a:06:16:a4: + 68:73:d0:34:04:13:5c:a1:71:d3:5a:7c:55:db:5e: + 64:e1:37:87:30:56:04:e5:11:b4:29:80:12:f1:79: + 39:88:a2:02:11:7c:27:66:b7:88:b7:78:f2:ca:0a: + a8:38:ab:0a:64:c2:bf:66:5d:95:84:c1:a1:25:1e: + 87:5d:1a:50:0b:20:12:cc:41:bb:6e:0b:51:38:b8: + 4b:cb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3 + X509v3 Authority Key Identifier: + keyid:B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3 + + Signature Algorithm: sha1WithRSAEncryption + 1c:1a:06:97:dc:d7:9c:9f:3c:88:66:06:08:57:21:db:21:47: + f8:2a:67:aa:bf:18:32:76:40:10:57:c1:8a:f3:7a:d9:11:65: + 8e:35:fa:9e:fc:45:b5:9e:d9:4c:31:4b:b8:91:e8:43:2c:8e: + b3:78:ce:db:e3:53:79:71:d6:e5:21:94:01:da:55:87:9a:24: + 64:f6:8a:66:cc:de:9c:37:cd:a8:34:b1:69:9b:23:c8:9e:78: + 22:2b:70:43:e3:55:47:31:61:19:ef:58:c5:85:2f:4e:30:f6: + a0:31:16:23:c8:e7:e2:65:16:33:cb:bf:1a:1b:a0:3d:f8:ca: + 5e:8b:31:8b:60:08:89:2d:0c:06:5c:52:b7:c4:f9:0a:98:d1: + 15:5f:9f:12:be:7c:36:63:38:bd:44:a4:7f:e4:26:2b:0a:c4: + 97:69:0d:e9:8c:e2:c0:10:57:b8:c8:76:12:91:55:f2:48:69: + d8:bc:2a:02:5b:0f:44:d4:20:31:db:f4:ba:70:26:5d:90:60: + 9e:bc:4b:17:09:2f:b4:cb:1e:43:68:c9:07:27:c1:d2:5c:f7: + ea:21:b9:68:12:9c:3c:9c:bf:9e:fc:80:5c:9b:63:cd:ec:47: + aa:25:27:67:a0:37:f3:00:82:7d:54:d7:a9:f8:e9:2e:13:a3: + 77:e8:1f:4a +SHA1 Fingerprint=5F:B7:EE:06:33:E2:59:DB:AD:0C:4C:9A:E6:D3:8F:1A:61:C7:DC:25 diff --git a/sparse/system/etc/security/cacerts/82223c44.0 b/sparse/system/etc/security/cacerts/82223c44.0 new file mode 100644 index 0000000..71cc88e --- /dev/null +++ b/sparse/system/etc/security/cacerts/82223c44.0 @@ -0,0 +1,119 @@ +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 2 (0x2) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA + Validity + Not Before: Oct 26 08:38:03 2010 GMT + Not After : Oct 26 08:38:03 2040 GMT + Subject: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:d7:c7:5e:f7:c1:07:d4:77:fb:43:21:f4:f4:f5: + 69:e4:ee:32:01:db:a3:86:1f:e4:59:0d:ba:e7:75: + 83:52:eb:ea:1c:61:15:48:bb:1d:07:ca:8c:ae:b0: + dc:96:9d:ea:c3:60:92:86:82:28:73:9c:56:06:ff: + 4b:64:f0:0c:2a:37:49:b5:e5:cf:0c:7c:ee:f1:4a: + bb:73:30:65:f3:d5:2f:83:b6:7e:e3:e7:f5:9e:ab: + 60:f9:d3:f1:9d:92:74:8a:e4:1c:96:ac:5b:80:e9: + b5:f4:31:87:a3:51:fc:c7:7e:a1:6f:8e:53:77:d4: + 97:c1:55:33:92:3e:18:2f:75:d4:ad:86:49:cb:95: + af:54:06:6c:d8:06:13:8d:5b:ff:e1:26:19:59:c0: + 24:ba:81:71:79:90:44:50:68:24:94:5f:b8:b3:11: + f1:29:41:61:a3:41:cb:23:36:d5:c1:f1:32:50:10: + 4e:7f:f4:86:93:ec:84:d3:8e:bc:4b:bf:5c:01:4e: + 07:3d:dc:14:8a:94:0a:a4:ea:73:fb:0b:51:e8:13: + 07:18:fa:0e:f1:2b:d1:54:15:7d:3c:e1:f7:b4:19: + 42:67:62:5e:77:e0:a2:55:ec:b6:d9:69:17:d5:3a: + af:44:ed:4a:c5:9e:e4:7a:27:7c:e5:75:d7:aa:cb: + 25:e7:df:6b:0a:db:0f:4d:93:4e:a8:a0:cd:7b:2e: + f2:59:01:6a:b7:0d:b8:07:81:7e:8b:38:1b:38:e6: + 0a:57:99:3d:ee:21:e8:a3:f5:0c:16:dd:8b:ec:34: + 8e:9c:2a:1c:00:15:17:8d:68:83:d2:70:9f:18:08: + cd:11:68:d5:c9:6b:52:cd:c4:46:8f:dc:b5:f3:d8: + 57:73:1e:e9:94:39:04:bf:d3:de:38:de:b4:53:ec: + 69:1c:a2:7e:c4:8f:e4:1b:70:ad:f2:a2:f9:fb:f7: + 16:64:66:69:9f:49:51:a2:e2:15:18:67:06:4a:7f: + d5:6c:b5:4d:b3:33:e0:61:eb:5d:be:e9:98:0f:32: + d7:1d:4b:3c:2e:5a:01:52:91:09:f2:df:ea:8d:d8: + 06:40:63:aa:11:e4:fe:c3:37:9e:14:52:3f:f4:e2: + cc:f2:61:93:d1:fd:67:6b:d7:52:ae:bf:68:ab:40: + 43:a0:57:35:53:78:f0:53:f8:61:42:07:64:c6:d7: + 6f:9b:4c:38:0d:63:ac:62:af:36:8b:a2:73:0a:0d: + f5:21:bd:74:aa:4d:ea:72:03:49:db:c7:5f:1d:62: + 63:c7:fd:dd:91:ec:33:ee:f5:6d:b4:6e:30:68:de: + c8:d6:26:b0:75:5e:7b:b4:07:20:98:a1:76:32:b8: + 4d:6c:4f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + C9:80:77:E0:62:92:82:F5:46:9C:F3:BA:F7:4C:C3:DE:B8:A3:AD:39 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 53:5f:21:f5:ba:b0:3a:52:39:2c:92:b0:6c:00:c9:ef:ce:20: + ef:06:f2:96:9e:e9:a4:74:7f:7a:16:fc:b7:f5:b6:fb:15:1b: + 3f:ab:a6:c0:72:5d:10:b1:71:ee:bc:4f:e3:ad:ac:03:6d:2e: + 71:2e:af:c4:e3:ad:a3:bd:0c:11:a7:b4:ff:4a:b2:7b:10:10: + 1f:a7:57:41:b2:c0:ae:f4:2c:59:d6:47:10:88:f3:21:51:29: + 30:ca:60:86:af:46:ab:1d:ed:3a:5b:b0:94:de:44:e3:41:08: + a2:c1:ec:1d:d6:fd:4f:b6:d6:47:d0:14:0b:ca:e6:ca:b5:7b: + 77:7e:41:1f:5e:83:c7:b6:8c:39:96:b0:3f:96:81:41:6f:60: + 90:e2:e8:f9:fb:22:71:d9:7d:b3:3d:46:bf:b4:84:af:90:1c: + 0f:8f:12:6a:af:ef:ee:1e:7a:ae:02:4a:8a:17:2b:76:fe:ac: + 54:89:24:2c:4f:3f:b6:b2:a7:4e:8c:a8:91:97:fb:29:c6:7b: + 5c:2d:b9:cb:66:b6:b7:a8:5b:12:51:85:b5:09:7e:62:78:70: + fe:a9:6a:60:b6:1d:0e:79:0c:fd:ca:ea:24:80:72:c3:97:3f: + f2:77:ab:43:22:0a:c7:eb:b6:0c:84:82:2c:80:6b:41:8a:08: + c0:eb:a5:6b:df:99:12:cb:8a:d5:5e:80:0c:91:e0:26:08:36: + 48:c5:fa:38:11:35:ff:25:83:2d:f2:7a:bf:da:fd:8e:fe:a5: + cb:45:2c:1f:c4:88:53:ae:77:0e:d9:9a:76:c5:8e:2c:1d:a3: + ba:d5:ec:32:ae:c0:aa:ac:f7:d1:7a:4d:eb:d4:07:e2:48:f7: + 22:8e:b0:a4:9f:6a:ce:8e:b2:b2:60:f4:a3:22:d0:23:eb:94: + 5a:7a:69:dd:0f:bf:40:57:ac:6b:59:50:d9:a3:99:e1:6e:fe: + 8d:01:79:27:23:15:de:92:9d:7b:09:4d:5a:e7:4b:48:30:5a: + 18:e6:0a:6d:e6:8f:e0:d2:bb:e6:df:7c:6e:21:82:c1:68:39: + 4d:b4:98:58:66:62:cc:4a:90:5e:c3:fa:27:04:b1:79:15:74: + 99:cc:be:ad:20:de:26:60:1c:eb:56:51:a6:a3:ea:e4:a3:3f: + a7:ff:61:dc:f1:5a:4d:6c:32:23:43:ee:ac:a8:ee:ee:4a:12: + 09:3c:5d:71:c2:be:79:fa:c2:87:68:1d:0b:fd:5c:69:cc:06: + d0:9a:7d:54:99:2a:c9:39:1a:19:af:4b:2a:43:f3:63:5d:5a: + 58:e2:2f:e3:1d:e4:a9:d6:d0:0a:d0:9e:bf:d7:81:09:f1:c9: + c7:26:0d:ac:98:16:56:a0 +SHA1 Fingerprint=49:0A:75:74:DE:87:0A:47:FE:58:EE:F6:C7:6B:EB:C6:0B:12:40:99 diff --git a/sparse/system/etc/security/cacerts/83e9984f.0 b/sparse/system/etc/security/cacerts/83e9984f.0 new file mode 100644 index 0000000..6115ed2 --- /dev/null +++ b/sparse/system/etc/security/cacerts/83e9984f.0 @@ -0,0 +1,53 @@ +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 01:54:48:ef:21:fd:97:59:0d:f5:04:0a + Signature Algorithm: ecdsa-with-SHA256 + Issuer: C=HU, L=Budapest, O=Microsec Ltd./organizationIdentifier=VATHU-23584497, CN=e-Szigno Root CA 2017 + Validity + Not Before: Aug 22 12:07:06 2017 GMT + Not After : Aug 22 12:07:06 2042 GMT + Subject: C=HU, L=Budapest, O=Microsec Ltd./organizationIdentifier=VATHU-23584497, CN=e-Szigno Root CA 2017 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (256 bit) + pub: + 04:96:dc:3d:8a:d8:b0:7b:6f:c6:27:be:44:90:b1: + b3:56:15:7b:8e:43:24:7d:1a:84:59:ee:63:68:b2: + c6:5e:87:d0:15:48:1e:a8:90:ad:bd:53:a2:da:de: + 3a:90:a6:60:5f:68:32:b5:86:41:df:87:5b:2c:7b: + c5:fe:7c:7a:da + ASN1 OID: prime256v1 + NIST CURVE: P-256 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 87:11:15:08:D1:AA:C1:78:0C:B1:AF:CE:C6:C9:90:EF:BF:30:04:C0 + X509v3 Authority Key Identifier: + keyid:87:11:15:08:D1:AA:C1:78:0C:B1:AF:CE:C6:C9:90:EF:BF:30:04:C0 + + Signature Algorithm: ecdsa-with-SHA256 + 30:46:02:21:00:b5:57:dd:d7:8a:55:0b:36:e1:86:44:fa:d4: + d9:68:8d:b8:dc:23:8a:8a:0d:d4:2f:7d:ea:73:ec:bf:4d:6c: + a8:02:21:00:cb:a5:b4:12:fa:e7:b5:e8:cf:7e:93:fc:f3:35: + 8f:6f:4e:5a:7c:b4:bc:4e:b2:fc:72:aa:5b:59:f9:e7:dc:31 +SHA1 Fingerprint=89:D4:83:03:4F:9E:9A:48:80:5F:72:37:D4:A9:A6:EF:CB:7C:1F:D1 diff --git a/sparse/system/etc/security/cacerts/85cde254.0 b/sparse/system/etc/security/cacerts/85cde254.0 new file mode 100644 index 0000000..f76b3d7 --- /dev/null +++ b/sparse/system/etc/security/cacerts/85cde254.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certificate Authority - G2 + Validity + Not Before: Sep 1 00:00:00 2009 GMT + Not After : Dec 31 23:59:59 2037 GMT + Subject: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certificate Authority - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:bd:ed:c1:03:fc:f6:8f:fc:02:b1:6f:5b:9f:48: + d9:9d:79:e2:a2:b7:03:61:56:18:c3:47:b6:d7:ca: + 3d:35:2e:89:43:f7:a1:69:9b:de:8a:1a:fd:13:20: + 9c:b4:49:77:32:29:56:fd:b9:ec:8c:dd:22:fa:72: + dc:27:61:97:ee:f6:5a:84:ec:6e:19:b9:89:2c:dc: + 84:5b:d5:74:fb:6b:5f:c5:89:a5:10:52:89:46:55: + f4:b8:75:1c:e6:7f:e4:54:ae:4b:f8:55:72:57:02: + 19:f8:17:71:59:eb:1e:28:07:74:c5:9d:48:be:6c: + b4:f4:a4:b0:f3:64:37:79:92:c0:ec:46:5e:7f:e1: + 6d:53:4c:62:af:cd:1f:0b:63:bb:3a:9d:fb:fc:79: + 00:98:61:74:cf:26:82:40:63:f3:b2:72:6a:19:0d: + 99:ca:d4:0e:75:cc:37:fb:8b:89:c1:59:f1:62:7f: + 5f:b3:5f:65:30:f8:a7:b7:4d:76:5a:1e:76:5e:34: + c0:e8:96:56:99:8a:b3:f0:7f:a4:cd:bd:dc:32:31: + 7c:91:cf:e0:5f:11:f8:6b:aa:49:5c:d1:99:94:d1: + a2:e3:63:5b:09:76:b5:56:62:e1:4b:74:1d:96:d4: + 26:d4:08:04:59:d0:98:0e:0e:e6:de:fc:c3:ec:1f: + 90:f1 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 7C:0C:32:1F:A7:D9:30:7F:C4:7D:68:A3:62:A8:A1:CE:AB:07:5B:27 + Signature Algorithm: sha256WithRSAEncryption + 11:59:fa:25:4f:03:6f:94:99:3b:9a:1f:82:85:39:d4:76:05: + 94:5e:e1:28:93:6d:62:5d:09:c2:a0:a8:d4:b0:75:38:f1:34: + 6a:9d:e4:9f:8a:86:26:51:e6:2c:d1:c6:2d:6e:95:20:4a:92: + 01:ec:b8:8a:67:7b:31:e2:67:2e:8c:95:03:26:2e:43:9d:4a: + 31:f6:0e:b5:0c:bb:b7:e2:37:7f:22:ba:00:a3:0e:7b:52:fb: + 6b:bb:3b:c4:d3:79:51:4e:cd:90:f4:67:07:19:c8:3c:46:7a: + 0d:01:7d:c5:58:e7:6d:e6:85:30:17:9a:24:c4:10:e0:04:f7: + e0:f2:7f:d4:aa:0a:ff:42:1d:37:ed:94:e5:64:59:12:20:77: + 38:d3:32:3e:38:81:75:96:73:fa:68:8f:b1:cb:ce:1f:c5:ec: + fa:9c:7e:cf:7e:b1:f1:07:2d:b6:fc:bf:ca:a4:bf:d0:97:05: + 4a:bc:ea:18:28:02:90:bd:54:78:09:21:71:d3:d1:7d:1d:d9: + 16:b0:a9:61:3d:d0:0a:00:22:fc:c7:7b:cb:09:64:45:0b:3b: + 40:81:f7:7d:7c:32:f5:98:ca:58:8e:7d:2a:ee:90:59:73:64: + f9:36:74:5e:25:a1:f5:66:05:2e:7f:39:15:a9:2a:fb:50:8b: + 8e:85:69:f4 +SHA1 Fingerprint=B5:1C:06:7C:EE:2B:0C:3D:F8:55:AB:2D:92:F4:FE:39:D4:E7:0F:0E diff --git a/sparse/system/etc/security/cacerts/86212b19.0 b/sparse/system/etc/security/cacerts/86212b19.0 new file mode 100644 index 0000000..9107239 --- /dev/null +++ b/sparse/system/etc/security/cacerts/86212b19.0 @@ -0,0 +1,77 @@ +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8957382827206547757 (0x7c4f04391cd4992d) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Networking + Validity + Not Before: Jan 29 14:08:24 2010 GMT + Not After : Dec 31 14:08:24 2030 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Networking + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b4:84:cc:33:17:2e:6b:94:6c:6b:61:52:a0:eb: + a3:cf:79:94:4c:e5:94:80:99:cb:55:64:44:65:8f: + 67:64:e2:06:e3:5c:37:49:f6:2f:9b:84:84:1e:2d: + f2:60:9d:30:4e:cc:84:85:e2:2c:cf:1e:9e:fe:36: + ab:33:77:35:44:d8:35:96:1a:3d:36:e8:7a:0e:d8: + d5:47:a1:6a:69:8b:d9:fc:bb:3a:ae:79:5a:d5:f4: + d6:71:bb:9a:90:23:6b:9a:b7:88:74:87:0c:1e:5f: + b9:9e:2d:fa:ab:53:2b:dc:bb:76:3e:93:4c:08:08: + 8c:1e:a2:23:1c:d4:6a:ad:22:ba:99:01:2e:6d:65: + cb:be:24:66:55:24:4b:40:44:b1:1b:d7:e1:c2:85: + c0:de:10:3f:3d:ed:b8:fc:f1:f1:23:53:dc:bf:65: + 97:6f:d9:f9:40:71:8d:7d:bd:95:d4:ce:be:a0:5e: + 27:23:de:fd:a6:d0:26:0e:00:29:eb:3c:46:f0:3d: + 60:bf:3f:50:d2:dc:26:41:51:9e:14:37:42:04:a3: + 70:57:a8:1b:87:ed:2d:fa:7b:ee:8c:0a:e3:a9:66: + 89:19:cb:41:f9:dd:44:36:61:cf:e2:77:46:c8:7d: + f6:f4:92:81:36:fd:db:34:f1:72:7e:f3:0c:16:bd: + b4:15 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 07:1F:D2:E7:9C:DA:C2:6E:A2:40:B4:B0:7A:50:10:50:74:C4:C8:BD + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 89:57:b2:16:7a:a8:c2:fd:d6:d9:9b:9b:34:c2:9c:b4:32:14: + 4d:a7:a4:df:ec:be:a7:be:f8:43:db:91:37:ce:b4:32:2e:50: + 55:1a:35:4e:76:43:71:20:ef:93:77:4e:15:70:2e:87:c3:c1: + 1d:6d:dc:cb:b5:27:d4:2c:56:d1:52:53:3a:44:d2:73:c8:c4: + 1b:05:65:5a:62:92:9c:ee:41:8d:31:db:e7:34:ea:59:21:d5: + 01:7a:d7:64:b8:64:39:cd:c9:ed:af:ed:4b:03:48:a7:a0:99: + 01:80:dc:65:a3:36:ae:65:59:48:4f:82:4b:c8:65:f1:57:1d: + e5:59:2e:0a:3f:6c:d8:d1:f5:e5:09:b4:6c:54:00:0a:e0:15: + 4d:87:75:6d:b7:58:96:5a:dd:6d:d2:00:a0:f4:9b:48:be:c3: + 37:a4:ba:36:e0:7c:87:85:97:1a:15:a2:de:2e:a2:5b:bd:af: + 18:f9:90:50:cd:70:59:f8:27:67:47:cb:c7:a0:07:3a:7d:d1: + 2c:5d:6c:19:3a:66:b5:7d:fd:91:6f:82:b1:be:08:93:db:14: + 47:f1:a2:37:c7:45:9e:3c:c7:77:af:64:a8:93:df:f6:69:83: + 82:60:f2:49:42:34:ed:5a:00:54:85:1c:16:36:92:0c:5c:fa: + a6:ad:bf:db +SHA1 Fingerprint=29:36:21:02:8B:20:ED:02:F5:66:C5:32:D1:D6:ED:90:9F:45:00:2F diff --git a/sparse/system/etc/security/cacerts/869fbf79.0 b/sparse/system/etc/security/cacerts/869fbf79.0 new file mode 100644 index 0000000..ee9120e --- /dev/null +++ b/sparse/system/etc/security/cacerts/869fbf79.0 @@ -0,0 +1,53 @@ +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 7b:71:b6:82:56:b8:12:7c:9c:a8 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign ECC Root CA - C3 + Validity + Not Before: Feb 18 18:30:00 2018 GMT + Not After : Feb 18 18:30:00 2043 GMT + Subject: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign ECC Root CA - C3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:fd:a5:61:ae:7b:26:10:1d:e9:b7:22:30:ae:06: + f4:81:b3:b1:42:71:95:39:bc:d3:52:e3:af:af:f9: + f2:97:35:92:36:46:0e:87:95:8d:b9:39:5a:e9:bb: + df:d0:fe:c8:07:41:3c:bb:55:6f:83:a3:6a:fb:62: + b0:81:89:02:70:7d:48:c5:4a:e3:e9:22:54:22:4d: + 93:bb:42:0c:af:77:9c:23:a6:7d:d7:61:11:ce:65: + c7:f8:7f:fe:f5:f2:a9 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Subject Key Identifier: + FB:5A:48:D0:80:20:40:F2:A8:E9:00:07:69:19:77:A7:E6:C3:F4:CF + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:31:00:b4:d8:2f:02:89:fd:b6:4c:62:ba:43:4e:13: + 84:72:b5:ae:dd:1c:de:d6:b5:dc:56:8f:58:40:5a:2d:de:20: + 4c:22:83:ca:93:a8:7e:ee:12:40:c7:d6:87:4f:f8:df:85:02: + 30:1c:14:64:e4:7c:96:83:11:9c:b0:d1:5a:61:4b:a6:0f:49: + d3:00:fc:a1:fc:e4:a5:ff:7f:ad:d7:30:d0:c7:77:7f:be:81: + 07:55:30:50:20:14:f5:57:38:0a:a8:31:51 +SHA1 Fingerprint=B6:AF:43:C2:9B:81:53:7D:F6:EF:6B:C3:1F:1F:60:15:0C:EE:48:66 diff --git a/sparse/system/etc/security/cacerts/882de061.0 b/sparse/system/etc/security/cacerts/882de061.0 new file mode 100644 index 0000000..7d86dcd --- /dev/null +++ b/sparse/system/etc/security/cacerts/882de061.0 @@ -0,0 +1,77 @@ +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 35210227249154 (0x200605167002) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=RO, O=certSIGN, OU=certSIGN ROOT CA + Validity + Not Before: Jul 4 17:20:04 2006 GMT + Not After : Jul 4 17:20:04 2031 GMT + Subject: C=RO, O=certSIGN, OU=certSIGN ROOT CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b7:33:b9:7e:c8:25:4a:8e:b5:db:b4:28:1b:aa: + 57:90:e8:d1:22:d3:64:ba:d3:93:e8:d4:ac:86:61: + 40:6a:60:57:68:54:84:4d:bc:6a:54:02:05:ff:df: + 9b:9a:2a:ae:5d:07:8f:4a:c3:28:7f:ef:fb:2b:fa: + 79:f1:c7:ad:f0:10:53:24:90:8b:66:c9:a8:88:ab: + af:5a:a3:00:e9:be:ba:46:ee:5b:73:7b:2c:17:82: + 81:5e:62:2c:a1:02:65:b3:bd:c5:2b:00:7e:c4:fc: + 03:33:57:0d:ed:e2:fa:ce:5d:45:d6:38:cd:35:b6: + b2:c1:d0:9c:81:4a:aa:e4:b2:01:5c:1d:8f:5f:99: + c4:b1:ad:db:88:21:eb:90:08:82:80:f3:30:a3:43: + e6:90:82:ae:55:28:49:ed:5b:d7:a9:10:38:0e:fe: + 8f:4c:5b:9b:46:ea:41:f5:b0:08:74:c3:d0:88:33: + b6:7c:d7:74:df:dc:84:d1:43:0e:75:39:a1:25:40: + 28:ea:78:cb:0e:2c:2e:39:9d:8c:8b:6e:16:1c:2f: + 26:82:10:e2:e3:65:94:0a:04:c0:5e:f7:5d:5b:f8: + 10:e2:d0:ba:7a:4b:fb:de:37:00:00:1a:5b:28:e3: + d2:9c:73:3e:32:87:98:a1:c9:51:2f:d7:de:ac:33: + b3:4f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Non Repudiation, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + E0:8C:9B:DB:25:49:B3:F1:7C:86:D6:B2:42:87:0B:D0:6B:A0:D9:E4 + Signature Algorithm: sha1WithRSAEncryption + 3e:d2:1c:89:2e:35:fc:f8:75:dd:e6:7f:65:88:f4:72:4c:c9: + 2c:d7:32:4e:f3:dd:19:79:47:bd:8e:3b:5b:93:0f:50:49:24: + 13:6b:14:06:72:ef:09:d3:a1:a1:e3:40:84:c9:e7:18:32:74: + 3c:48:6e:0f:9f:4b:d4:f7:1e:d3:93:86:64:54:97:63:72:50: + d5:55:cf:fa:20:93:02:a2:9b:c3:23:93:4e:16:55:76:a0:70: + 79:6d:cd:21:1f:cf:2f:2d:bc:19:e3:88:31:f8:59:1a:81:09: + c8:97:a6:74:c7:60:c4:5b:cc:57:8e:b2:75:fd:1b:02:09:db: + 59:6f:72:93:69:f7:31:41:d6:88:38:bf:87:b2:bd:16:79:f9: + aa:e4:be:88:25:dd:61:27:23:1c:b5:31:07:04:36:b4:1a:90: + bd:a0:74:71:50:89:6d:bc:14:e3:0f:86:ae:f1:ab:3e:c7:a0: + 09:cc:a3:48:d1:e0:db:64:e7:92:b5:cf:af:72:43:70:8b:f9: + c3:84:3c:13:aa:7e:92:9b:57:53:93:fa:70:c2:91:0e:31:f9: + 9b:67:5d:e9:96:38:5e:5f:b3:73:4e:88:15:67:de:9e:76:10: + 62:20:be:55:69:95:43:00:39:4d:f6:ee:b0:5a:4e:49:44:54: + 58:5f:42:83 +SHA1 Fingerprint=FA:B7:EE:36:97:26:62:FB:2D:B0:2A:F6:BF:03:FD:E8:7C:4B:2F:9B diff --git a/sparse/system/etc/security/cacerts/88950faa.0 b/sparse/system/etc/security/cacerts/88950faa.0 new file mode 100644 index 0000000..6337347 --- /dev/null +++ b/sparse/system/etc/security/cacerts/88950faa.0 @@ -0,0 +1,57 @@ +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8495723813297216424 (0x75e6dfcbc1685ba8) + Signature Algorithm: ecdsa-with-SHA256 + Issuer: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority ECC + Validity + Not Before: Feb 12 18:14:03 2016 GMT + Not After : Feb 12 18:14:03 2041 GMT + Subject: C=US, ST=Texas, L=Houston, O=SSL Corporation, CN=SSL.com Root Certification Authority ECC + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:45:6e:a9:50:c4:a6:23:36:9e:5f:28:8d:17:cb: + 96:22:64:3f:dc:7a:8e:1d:cc:08:b3:a2:71:24:ba: + 8e:49:b9:04:1b:47:96:58:ab:2d:95:c8:ed:9e:08: + 35:c8:27:eb:89:8c:53:58:eb:62:8a:fe:f0:5b:0f: + 6b:31:52:63:41:3b:89:cd:ec:ec:b6:8d:19:d3:34: + 07:dc:bb:c6:06:7f:c2:45:95:ec:cb:7f:a8:23:e0: + 09:e9:81:fa:f3:47:d3 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Subject Key Identifier: + 82:D1:85:73:30:E7:35:04:D3:8E:02:92:FB:E5:A4:D1:C4:21:E8:CD + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:82:D1:85:73:30:E7:35:04:D3:8E:02:92:FB:E5:A4:D1:C4:21:E8:CD + + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: ecdsa-with-SHA256 + 30:64:02:30:6f:e7:eb:59:11:a4:60:cf:61:b0:96:7b:ed:05: + f9:2f:13:91:dc:ed:e5:fc:50:6b:11:46:46:b3:1c:21:00:62: + bb:be:c3:e7:e8:cd:07:99:f9:0d:0b:5d:72:3e:c4:aa:02:30: + 1f:bc:ba:0b:e2:30:24:fb:7c:6d:80:55:0a:99:3e:80:0d:33: + e5:66:a3:b3:a3:bb:a5:d5:8b:8f:09:2c:a6:5d:7e:e2:f0:07: + 08:68:6d:d2:7c:69:6e:5f:df:e5:6a:65 +SHA1 Fingerprint=C3:19:7C:39:24:E6:54:AF:1B:C4:AB:20:95:7A:E2:C3:0E:13:02:6A diff --git a/sparse/system/etc/security/cacerts/89c02a45.0 b/sparse/system/etc/security/cacerts/89c02a45.0 new file mode 100644 index 0000000..4dc5464 --- /dev/null +++ b/sparse/system/etc/security/cacerts/89c02a45.0 @@ -0,0 +1,55 @@ +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 1f:47:af:aa:62:00:70:50:54:4c:01:9e:9b:63:99:2a + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority + Validity + Not Before: Mar 6 00:00:00 2008 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:03:47:7b:2f:75:c9:82:15:85:fb:75:e4:91:16: + d4:ab:62:99:f5:3e:52:0b:06:ce:41:00:7f:97:e1: + 0a:24:3c:1d:01:04:ee:3d:d2:8d:09:97:0c:e0:75: + e4:fa:fb:77:8a:2a:f5:03:60:4b:36:8b:16:23:16: + ad:09:71:f4:4a:f4:28:50:b4:fe:88:1c:6e:3f:6c: + 2f:2f:09:59:5b:a5:5b:0b:33:99:e2:c3:3d:89:f9: + 6a:2c:ef:b2:d3:06:e9 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Subject Key Identifier: + 75:71:A7:19:48:19:BC:9D:9D:EA:41:47:DF:94:C4:48:77:99:D3:79 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:31:00:ef:03:5b:7a:ac:b7:78:0a:72:b7:88:df:ff: + b5:46:14:09:0a:fa:a0:e6:7d:08:c6:1a:87:bd:18:a8:73:bd: + 26:ca:60:0c:9d:ce:99:9f:cf:5c:0f:30:e1:be:14:31:ea:02: + 30:14:f4:93:3c:49:a7:33:7a:90:46:47:b3:63:7d:13:9b:4e: + b7:6f:18:37:80:53:fe:dd:20:e0:35:9a:36:d1:c7:01:b9:e6: + dc:dd:f3:ff:1d:2c:3a:16:57:d9:92:39:d6 +SHA1 Fingerprint=9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11 diff --git a/sparse/system/etc/security/cacerts/8d6437c3.0 b/sparse/system/etc/security/cacerts/8d6437c3.0 new file mode 100644 index 0000000..94f5115 --- /dev/null +++ b/sparse/system/etc/security/cacerts/8d6437c3.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0b:93:1c:3a:d6:39:67:ea:67:23:bf:c3:af:9a:f4:4b + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:d9:e7:28:2f:52:3f:36:72:49:88:93:34:f3:f8: + 6a:1e:31:54:80:9f:ad:54:41:b5:47:df:96:a8:d4: + af:80:2d:b9:0a:cf:75:fd:89:a5:7d:24:fa:e3:22: + 0c:2b:bc:95:17:0b:33:bf:19:4d:41:06:90:00:bd: + 0c:4d:10:fe:07:b5:e7:1c:6e:22:55:31:65:97:bd: + d3:17:d2:1e:62:f3:db:ea:6c:50:8c:3f:84:0c:96: + cf:b7:cb:03:e0:ca:6d:a1:14:4c:1b:89:dd:ed:00: + b0:52:7c:af:91:6c:b1:38:13:d1:e9:12:08:c0:00: + b0:1c:2b:11:da:77:70:36:9b:ae:ce:79:87:dc:82: + 70:e6:09:74:70:55:69:af:a3:68:9f:bf:dd:b6:79: + b3:f2:9d:70:29:55:f4:ab:ff:95:61:f3:c9:40:6f: + 1d:d1:be:93:bb:d3:88:2a:bb:9d:bf:72:5a:56:71: + 3b:3f:d4:f3:d1:0a:fe:28:ef:a3:ee:d9:99:af:03: + d3:8f:60:b7:f2:92:a1:b1:bd:89:89:1f:30:cd:c3: + a6:2e:62:33:ae:16:02:77:44:5a:e7:81:0a:3c:a7: + 44:2e:79:b8:3f:04:bc:5c:a0:87:e1:1b:af:51:8e: + cd:ec:2c:fa:f8:fe:6d:f0:3a:7c:aa:8b:e4:67:95: + 31:8d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + CE:C3:4A:B9:99:55:F2:B8:DB:60:BF:A9:7E:BD:56:B5:97:36:A7:D6 + Signature Algorithm: sha256WithRSAEncryption + ca:a5:55:8c:e3:c8:41:6e:69:27:a7:75:11:ef:3c:86:36:6f: + d2:9d:c6:78:38:1d:69:96:a2:92:69:2e:38:6c:9b:7d:04:d4: + 89:a5:b1:31:37:8a:c9:21:cc:ab:6c:cd:8b:1c:9a:d6:bf:48: + d2:32:66:c1:8a:c0:f3:2f:3a:ef:c0:e3:d4:91:86:d1:50:e3: + 03:db:73:77:6f:4a:39:53:ed:de:26:c7:b5:7d:af:2b:42:d1: + 75:62:e3:4a:2b:02:c7:50:4b:e0:69:e2:96:6c:0e:44:66:10: + 44:8f:ad:05:eb:f8:79:ac:a6:1b:e8:37:34:9d:53:c9:61:aa: + a2:52:af:4a:70:16:86:c2:3a:c8:b1:13:70:36:d8:cf:ee:f4: + 0a:34:d5:5b:4c:fd:07:9c:a2:ba:d9:01:72:5c:f3:4d:c1:dd: + 0e:b1:1c:0d:c4:63:be:ad:f4:14:fb:89:ec:a2:41:0e:4c:cc: + c8:57:40:d0:6e:03:aa:cd:0c:8e:89:99:99:6c:f0:3c:30:af: + 38:df:6f:bc:a3:be:29:20:27:ab:74:ff:13:22:78:de:97:52: + 55:1e:83:b5:54:20:03:ee:ae:c0:4f:56:de:37:cc:c3:7f:aa: + 04:27:bb:d3:77:b8:62:db:17:7c:9c:28:22:13:73:6c:cf:26: + f5:8a:29:e7 +SHA1 Fingerprint=A1:4B:48:D9:43:EE:0A:0E:40:90:4F:3C:E0:A4:C0:91:93:51:5D:3F diff --git a/sparse/system/etc/security/cacerts/9282e51c.0 b/sparse/system/etc/security/cacerts/9282e51c.0 new file mode 100644 index 0000000..8eea2fe --- /dev/null +++ b/sparse/system/etc/security/cacerts/9282e51c.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 407555286 (0x184accd6) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT + Validity + Not Before: Aug 8 03:07:01 2012 GMT + Not After : Dec 31 03:07:01 2029 GMT + Subject: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:d7:5d:6b:cd:10:3f:1f:05:59:d5:05:4d:37:b1: + 0e:ec:98:2b:8e:15:1d:fa:93:4b:17:82:21:71:10: + 52:d7:51:64:70:16:c2:55:69:4d:8e:15:6d:9f:bf: + 0c:1b:c2:e0:a3:67:d6:0c:ac:cf:22:ae:af:77:54: + 2a:4b:4c:8a:53:52:7a:c3:ee:2e:de:b3:71:25:c1: + e9:5d:3d:ee:a1:2f:a3:f7:2a:3c:c9:23:1d:6a:ab: + 1d:a1:a7:f1:f3:ec:a0:d5:44:cf:15:cf:72:2f:1d: + 63:97:e8:99:f9:fd:93:a4:54:80:4c:52:d4:52:ab: + 2e:49:df:90:cd:b8:5f:be:3f:de:a1:ca:4d:20:d4: + 25:e8:84:29:53:b7:b1:88:1f:ff:fa:da:90:9f:0a: + a9:2d:41:3f:b1:f1:18:29:ee:16:59:2c:34:49:1a: + a8:06:d7:a8:88:d2:03:72:7a:32:e2:ea:68:4d:6e: + 2c:96:65:7b:ca:59:fa:f2:e2:dd:ee:30:2c:fb:cc: + 46:ac:c4:63:eb:6f:7f:36:2b:34:73:12:94:7f:df: + cc:26:9e:f1:72:5d:50:65:59:8f:69:b3:87:5e:32: + 6f:c3:18:8a:b5:95:8f:b0:7a:37:de:5a:45:3b:c7: + 36:e1:ef:67:d1:39:d3:97:5b:73:62:19:48:2d:87: + 1c:06:fb:74:98:20:49:73:f0:05:d2:1b:b1:a0:a3: + b7:1b:70:d3:88:69:b9:5a:d6:38:f4:62:dc:25:8b: + 78:bf:f8:e8:7e:b8:5c:c9:95:4f:5f:a7:2d:b9:20: + 6b:cf:6b:dd:f5:0d:f4:82:b7:f4:b2:66:2e:10:28: + f6:97:5a:7b:96:16:8f:01:19:2d:6c:6e:7f:39:58: + 06:64:83:01:83:83:c3:4d:92:dd:32:c6:87:a4:37: + e9:16:ce:aa:2d:68:af:0a:81:65:3a:70:c1:9b:ad: + 4d:6d:54:ca:2a:2d:4b:85:1b:b3:80:e6:70:45:0d: + 6b:5e:35:f0:7f:3b:b8:9c:e4:04:70:89:12:25:93: + da:0a:99:22:60:6a:63:60:4e:76:06:98:4e:bd:83: + ad:1d:58:8a:25:85:d2:c7:65:1e:2d:8e:c6:df:b6: + c6:e1:7f:8a:04:21:15:29:74:f0:3e:9c:90:9d:0c: + 2e:f1:8a:3e:5a:aa:0c:09:1e:c7:d5:3c:a3:ed:97: + c3:1e:34:fa:38:f9:08:0e:e3:c0:5d:2b:83:d1:56: + 6a:c9:b6:a8:54:53:2e:78:32:67:3d:82:7f:74:d0: + fb:e1:b6:05:60:b9:70:db:8e:0b:f9:13:58:6f:71: + 60:10:52:10:b9:c1:41:09:ef:72:1f:67:31:78:ff: + 96:05:8d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Authority Key Identifier: + keyid:E3:FE:2D:FD:28:D0:0B:B5:BA:B6:A2:C4:BF:06:AA:05:8C:93:FB:2F + + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + E3:FE:2D:FD:28:D0:0B:B5:BA:B6:A2:C4:BF:06:AA:05:8C:93:FB:2F + Signature Algorithm: sha256WithRSAEncryption + 25:c6:ba:6b:eb:87:cb:de:82:39:96:3d:f0:44:a7:6b:84:73: + 03:de:9d:2b:4f:ba:20:7f:bc:78:b2:cf:97:b0:1b:9c:f3:d7: + 79:2e:f5:48:b6:d2:fb:17:88:e6:d3:7a:3f:ed:53:13:d0:e2: + 2f:6a:79:cb:00:23:28:e6:1e:37:57:35:89:84:c2:76:4f:34: + 36:ad:67:c3:ce:41:06:88:c5:f7:ee:d8:1a:b8:d6:0b:7f:50: + ff:93:aa:17:4b:8c:ec:ed:52:60:b2:a4:06:ea:4e:eb:f4:6b: + 19:fd:eb:f5:1a:e0:25:2a:9a:dc:c7:41:36:f7:c8:74:05:84: + 39:95:39:d6:0b:3b:a4:27:fa:08:d8:5c:1e:f8:04:60:52:11: + 28:28:03:ff:ef:53:66:00:a5:4a:34:16:66:7c:fd:09:a4:ae: + 9e:67:1a:6f:41:0b:6b:06:13:9b:8f:86:71:05:b4:2f:8d:89: + 66:33:29:76:54:9a:11:f8:27:fa:b2:3f:91:e0:ce:0d:1b:f3: + 30:1a:ad:bf:22:5d:1b:d3:bf:25:05:4d:e1:92:1a:7f:99:9f: + 3c:44:93:ca:d4:40:49:6c:80:87:d7:04:3a:c3:32:52:35:0e: + 56:f8:a5:dd:7d:c4:8b:0d:11:1f:53:cb:1e:b2:17:b6:68:77: + 5a:e0:d4:cb:c8:07:ae:f5:3a:2e:8e:37:b7:d0:01:4b:43:29: + 77:8c:39:97:8f:82:5a:f8:51:e5:89:a0:18:e7:68:7f:5d:0a: + 2e:fb:a3:47:0e:3d:a6:23:7a:c6:01:c7:8f:c8:5e:bf:6d:80: + 56:be:8a:24:ba:33:ea:9f:e1:32:11:9e:f1:d2:4f:80:f6:1b: + 40:af:38:9e:11:50:79:73:12:12:cd:e6:6c:9d:2c:88:72:3c: + 30:81:06:91:22:ea:59:ad:da:19:2e:22:c2:8d:b9:8c:87:e0: + 66:bc:73:23:5f:21:64:63:80:48:f5:a0:3c:18:3d:94:c8:48: + 41:1d:40:ba:5e:fe:fe:56:39:a1:c8:cf:5e:9e:19:64:46:10: + da:17:91:b7:05:80:ac:8b:99:92:7d:e7:a2:d8:07:0b:36:27: + e7:48:79:60:8a:c3:d7:13:5c:f8:72:40:df:4a:cb:cf:99:00: + 0a:00:0b:11:95:da:56:45:03:88:0a:9f:67:d0:d5:79:b1:a8: + 8d:40:6d:0d:c2:7a:40:fa:f3:5f:64:47:92:cb:53:b9:bb:59: + ce:4f:fd:d0:15:53:01:d8:df:eb:d9:e6:76:ef:d0:23:bb:3b: + a9:79:b3:d5:02:29:cd:89:a3:96:0f:4a:35:e7:4e:42:c0:75: + cd:07:cf:e6:2c:eb:7b:2e +SHA1 Fingerprint=E2:B8:29:4B:55:84:AB:6B:58:C2:90:46:6C:AC:3F:B8:39:8F:84:83 diff --git a/sparse/system/etc/security/cacerts/9339512a.0 b/sparse/system/etc/security/cacerts/9339512a.0 new file mode 100644 index 0000000..61f30ca --- /dev/null +++ b/sparse/system/etc/security/cacerts/9339512a.0 @@ -0,0 +1,137 @@ +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1478 (0x5c6) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 + Validity + Not Before: Nov 24 19:11:23 2006 GMT + Not After : Nov 24 19:06:44 2031 GMT + Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:cc:57:42:16:54:9c:e6:98:d3:d3:4d:ee:fe:ed: + c7:9f:43:39:4a:65:b3:e8:16:88:34:db:0d:59:91: + 74:cf:92:b8:04:40:ad:02:4b:31:ab:bc:8d:91:68: + d8:20:0e:1a:01:e2:1a:7b:4e:17:5d:e2:8a:b7:3f: + 99:1a:cd:eb:61:ab:c2:65:a6:1f:b7:b7:bd:b7:8f: + fc:fd:70:8f:0b:a0:67:be:01:a2:59:cf:71:e6:0f: + 29:76:ff:b1:56:79:45:2b:1f:9e:7a:54:e8:a3:29: + 35:68:a4:01:4f:0f:a4:2e:37:ef:1b:bf:e3:8f:10: + a8:72:ab:58:57:e7:54:86:c8:c9:f3:5b:da:2c:da: + 5d:8e:6e:3c:a3:3e:da:fb:82:e5:dd:f2:5c:b2:05: + 33:6f:8a:36:ce:d0:13:4e:ff:bf:4a:0c:34:4c:a6: + c3:21:bd:50:04:55:eb:b1:bb:9d:fb:45:1e:64:15: + de:55:01:8c:02:76:b5:cb:a1:3f:42:69:bc:2f:bd: + 68:43:16:56:89:2a:37:61:91:fd:a6:ae:4e:c0:cb: + 14:65:94:37:4b:92:06:ef:04:d0:c8:9c:88:db:0b: + 7b:81:af:b1:3d:2a:c4:65:3a:78:b6:ee:dc:80:b1: + d2:d3:99:9c:3a:ee:6b:5a:6b:b3:8d:b7:d5:ce:9c: + c2:be:a5:4b:2f:16:b1:9e:68:3b:06:6f:ae:7d:9f: + f8:de:ec:cc:29:a7:98:a3:25:43:2f:ef:f1:5f:26: + e1:88:4d:f8:5e:6e:d7:d9:14:6e:19:33:69:a7:3b: + 84:89:93:c4:53:55:13:a1:51:78:40:f8:b8:c9:a2: + ee:7b:ba:52:42:83:9e:14:ed:05:52:5a:59:56:a7: + 97:fc:9d:3f:0a:29:d8:dc:4f:91:0e:13:bc:de:95: + a4:df:8b:99:be:ac:9b:33:88:ef:b5:81:af:1b:c6: + 22:53:c8:f6:c7:ee:97:14:b0:c5:7c:78:52:c8:f0: + ce:6e:77:60:84:a6:e9:2a:76:20:ed:58:01:17:30: + 93:e9:1a:8b:e0:73:63:d9:6a:92:94:49:4e:b4:ad: + 4a:85:c4:a3:22:30:fc:09:ed:68:22:73:a6:88:0c: + 55:21:58:c5:e1:3a:9f:2a:dd:ca:e1:90:e0:d9:73: + ab:6c:80:b8:e8:0b:64:93:a0:9c:8c:19:ff:b3:d2: + 0c:ec:91:26:87:8a:b3:a2:e1:70:8f:2c:0a:e5:cd: + 6d:68:51:eb:da:3f:05:7f:8b:32:e6:13:5c:6b:fe: + 5f:40:e2:22:c8:b4:b4:64:4f:d6:ba:7d:48:3e:a8: + 69:0c:d7:bb:86:71:c9:73:b8:3f:3b:9d:25:4b:da: + ff:40:eb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Certificate Policies: + Policy: 1.3.6.1.4.1.8024.0.3 + User Notice: + Explicit Text: Any use of this Certificate constitutes acceptance of the QuoVadis Root CA 3 Certificate Policy / Certification Practice Statement. + CPS: http://www.quovadisglobal.com/cps + + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + F2:C0:13:E0:82:43:3E:FB:EE:2F:67:32:96:35:5C:DB:B8:CB:02:D0 + X509v3 Authority Key Identifier: + keyid:F2:C0:13:E0:82:43:3E:FB:EE:2F:67:32:96:35:5C:DB:B8:CB:02:D0 + DirName:/C=BM/O=QuoVadis Limited/CN=QuoVadis Root CA 3 + serial:05:C6 + + Signature Algorithm: sha1WithRSAEncryption + 4f:ad:a0:2c:4c:fa:c0:f2:6f:f7:66:55:ab:23:34:ee:e7:29: + da:c3:5b:b6:b0:83:d9:d0:d0:e2:21:fb:f3:60:a7:3b:5d:60: + 53:27:a2:9b:f6:08:22:2a:e7:bf:a0:72:e5:9c:24:6a:31:b1: + 90:7a:27:db:84:11:89:27:a6:77:5a:38:d7:bf:ac:86:fc:ee: + 5d:83:bc:06:c6:d1:77:6b:0f:6d:24:2f:4b:7a:6c:a7:07:96: + ca:e3:84:9f:ad:88:8b:1d:ab:16:8d:5b:66:17:d9:16:f4:8b: + 80:d2:dd:f8:b2:76:c3:fc:38:13:aa:0c:de:42:69:2b:6e:f3: + 3c:eb:80:27:db:f5:a6:44:0d:9f:5a:55:59:0b:d5:0d:52:48: + c5:ae:9f:f2:2f:80:c5:ea:32:50:35:12:97:2e:c1:e1:ff:f1: + 23:88:51:38:9f:f2:66:56:76:e7:0f:51:97:a5:52:0c:4d:49: + 51:95:36:3d:bf:a2:4b:0c:10:1d:86:99:4c:aa:f3:72:11:93: + e4:ea:f6:9b:da:a8:5d:a7:4d:b7:9e:02:ae:73:00:c8:da:23: + 03:e8:f9:ea:19:74:62:00:94:cb:22:20:be:94:a7:59:b5:82: + 6a:be:99:79:7a:a9:f2:4a:24:52:f7:74:fd:ba:4e:e6:a8:1d: + 02:6e:b1:0d:80:44:c1:ae:d3:23:37:5f:bb:85:7c:2b:92:2e: + e8:7e:a5:8b:dd:99:e1:bf:27:6f:2d:5d:aa:7b:87:fe:0a:dd: + 4b:fc:8e:f5:26:e4:6e:70:42:6e:33:ec:31:9e:7b:93:c1:e4: + c9:69:1a:3d:c0:6b:4e:22:6d:ee:ab:58:4d:c6:d0:41:c1:2b: + ea:4f:12:87:5e:eb:45:d8:6c:f5:98:02:d3:a0:d8:55:8a:06: + 99:19:a2:a0:77:d1:30:9e:ac:cc:75:ee:83:f5:b0:62:39:cf: + 6c:57:e2:4c:d2:91:0b:0e:75:28:1b:9a:bf:fd:1a:43:f1:ca: + 77:fb:3b:8f:61:b8:69:28:16:42:04:5e:70:2a:1c:21:d8:8f: + e1:bd:23:5b:2d:74:40:92:d9:63:19:0d:73:dd:69:bc:62:47: + bc:e0:74:2b:b2:eb:7d:be:41:1b:b5:c0:46:c5:a1:22:cb:5f: + 4e:c1:28:92:de:18:ba:d5:2a:28:bb:11:8b:17:93:98:99:60: + 94:5c:23:cf:5a:27:97:5e:0b:05:06:93:37:1e:3b:69:36:eb: + a9:9e:61:1d:8f:32:da:8e:0c:d6:74:3e:7b:09:24:da:01:77: + 47:c4:3b:cd:34:8c:99:f5:ca:e1:25:61:33:b2:59:1b:e2:6e: + d7:37:57:b6:0d:a9:12:da +SHA1 Fingerprint=1F:49:14:F7:D8:74:95:1D:DD:AE:02:C0:BE:FD:3A:2D:82:75:51:85 diff --git a/sparse/system/etc/security/cacerts/9479c8c3.0 b/sparse/system/etc/security/cacerts/9479c8c3.0 new file mode 100644 index 0000000..ebf95d5 --- /dev/null +++ b/sparse/system/etc/security/cacerts/9479c8c3.0 @@ -0,0 +1,55 @@ +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: ecdsa-with-SHA256 + Issuer: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015 + Validity + Not Before: Jul 7 10:37:12 2015 GMT + Not After : Jun 30 10:37:12 2040 GMT + Subject: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:92:a0:41:e8:4b:82:84:5c:e2:f8:31:11:99:86: + 64:4e:09:25:2f:9d:41:2f:0a:ae:35:4f:74:95:b2: + 51:64:6b:8d:6b:e6:3f:70:95:f0:05:44:47:a6:72: + 38:50:76:95:02:5a:8e:ae:28:9e:f9:2d:4e:99:ef: + 2c:48:6f:4c:25:29:e8:d1:71:5b:df:1d:c1:75:37: + b4:d7:fa:7b:7a:42:9c:6a:0a:56:5a:7c:69:0b:aa: + 80:09:24:6c:7e:c1:46 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + B4:22:0B:82:99:24:01:0E:9C:BB:E4:0E:FD:BF:FB:97:20:93:99:2A + Signature Algorithm: ecdsa-with-SHA256 + 30:64:02:30:67:ce:16:62:38:a2:ac:62:45:a7:a9:95:24:c0: + 1a:27:9c:32:3b:c0:c0:d5:ba:a9:e7:f8:04:43:53:85:ee:52: + 21:de:9d:f5:25:83:3e:9e:58:4b:2f:d7:67:13:0e:21:02:30: + 05:e1:75:01:de:68:ed:2a:1f:4d:4c:09:08:0d:ec:4b:ad:64: + 17:28:e7:75:ce:45:65:72:21:17:cb:22:41:0e:8c:13:98:38: + 9a:54:6d:9b:ca:e2:7c:ea:02:58:22:91 +SHA1 Fingerprint=9F:F1:71:8D:92:D5:9A:F3:7D:74:97:B4:BC:6F:84:68:0B:BA:B6:66 diff --git a/sparse/system/etc/security/cacerts/9576d26b.0 b/sparse/system/etc/security/cacerts/9576d26b.0 new file mode 100644 index 0000000..b20a0e5 --- /dev/null +++ b/sparse/system/etc/security/cacerts/9576d26b.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 92:b8:88:db:b0:8a:c1:63 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2 + Validity + Not Before: Jul 19 09:15:30 2012 GMT + Not After : Jul 19 09:15:30 2042 GMT + Subject: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:a2:a3:c4:00:09:d6:85:5d:2d:6d:14:f6:c2:c3: + 73:9e:35:c2:71:55:7e:81:fb:ab:46:50:e0:c1:7c: + 49:78:e6:ab:79:58:3c:da:ff:7c:1c:9f:d8:97:02: + 78:3e:6b:41:04:e9:41:bd:be:03:2c:45:f6:2f:64: + d4:ab:5d:a3:47:3d:64:9b:e9:68:9a:c6:cc:1b:3f: + ba:be:b2:8b:34:02:2e:98:55:19:fc:8c:6f:aa:5f: + da:4c:ce:4d:03:21:a3:d8:d2:34:93:56:96:cb:4c: + 0c:00:16:3c:5f:1a:cd:c8:c7:6c:a6:ad:d3:31:a7: + bc:e8:e5:e1:66:d6:d2:fb:03:b4:41:65:c9:10:ae: + 0e:05:63:c6:80:6a:69:30:fd:d2:ee:90:ef:0d:27: + df:9f:95:73:f4:e1:25:da:6c:16:de:41:38:34:ea: + 8b:fc:d1:e8:04:14:61:2d:41:7e:ac:c7:77:4e:cb: + 51:54:fb:5e:92:18:1b:04:5a:68:c6:c9:c4:fa:b7: + 13:a0:98:b7:11:2b:b7:d6:57:cc:7c:9e:17:d1:cb: + 25:fe:86:4e:24:2e:56:0c:78:4d:9e:01:12:a6:2b: + a7:01:65:6e:7c:62:1d:84:84:df:ea:c0:6b:b5:a5: + 2a:95:83:c3:53:11:0c:73:1d:0b:b2:46:90:d1:42: + 3a:ce:40:6e:95:ad:ff:c6:94:ad:6e:97:84:8e:7d: + 6f:9e:8a:80:0d:49:6d:73:e2:7b:92:1e:c3:f3:c1: + f3:eb:2e:05:6f:d9:1b:cf:37:76:04:c8:b4:5a:e4: + 17:a7:cb:dd:76:1f:d0:19:76:e8:2c:05:b3:d6:9c: + 34:d8:96:dc:61:87:91:05:e4:44:08:33:c1:da:b9: + 08:65:d4:ae:b2:36:0d:eb:ba:38:ba:0c:e5:9b:9e: + eb:8d:66:dd:99:cf:d6:89:41:f6:04:92:8a:29:29: + 6d:6b:3a:1c:e7:75:7d:02:71:0e:f3:c0:e7:bd:cb: + 19:dd:9d:60:b2:c2:66:60:b6:b1:04:ee:c9:e6:86: + b9:9a:66:40:a8:e7:11:ed:81:45:03:8b:f6:67:59: + e8:c1:06:11:bd:dd:cf:80:02:4f:65:40:78:5c:47: + 50:c8:9b:e6:1f:81:7b:e4:44:a8:5b:85:9a:e2:de: + 5a:d5:c7:f9:3a:44:66:4b:e4:32:54:7c:e4:6c:9c: + b3:0e:3d:17:a2:b2:34:12:d6:7e:b2:a8:49:bb:d1: + 7a:28:40:be:a2:16:1f:df:e4:37:1f:11:73:fb:90: + 0a:65:43:a2:0d:7c:f8:06:01:55:33:7d:b0:0d:b8: + f4:f5:ae:a5:42:57:7c:36:11:8c:7b:5e:c4:03:9d: + 8c:79:9d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + B5:99:F8:AF:B0:94:F5:E3:20:D6:0A:AD:CE:4E:56:A4:2E:6E:42:ED + Signature Algorithm: sha256WithRSAEncryption + 26:06:5e:70:e7:65:33:c8:82:6e:d9:9c:17:3a:1b:7a:66:b2: + 01:f6:78:3b:69:5e:2f:ea:ff:4e:f9:28:c3:98:2a:61:4c:b4: + 24:12:8a:7d:6d:11:14:f7:9c:b5:ca:e6:bc:9e:27:8e:4c:19: + c8:a9:bd:7a:c0:d7:36:0e:6d:85:72:6e:a8:c6:a2:6d:f6:fa: + 73:63:7f:bc:6e:79:08:1c:9d:8a:9f:1a:8a:53:a6:d8:bb:d9: + 35:55:b1:11:c5:a9:03:b3:56:3b:b9:84:93:22:5e:7e:c1:f6: + 12:52:8b:ea:2c:67:bc:fe:36:4c:f5:b8:cf:d1:b3:49:92:3b: + d3:29:0e:99:1b:96:f7:61:b8:3b:c4:2b:b6:78:6c:b4:23:6f: + f0:fd:d3:b2:5e:75:1f:99:95:a8:ac:f6:da:e1:c5:31:7b:fb: + d1:46:b3:d2:bc:67:b4:62:54:ba:09:f7:63:b0:93:a2:9a:f9: + e9:52:2e:8b:60:12:ab:fc:f5:60:56:ef:10:5c:8b:c4:1a:42: + dc:83:5b:64:0e:cb:b5:bc:d6:4f:c1:7c:3c:6e:8d:13:6d:fb: + 7b:eb:30:d0:dc:4d:af:c5:d5:b6:a5:4c:5b:71:c9:e8:31:be: + e8:38:06:48:a1:1a:e2:ea:d2:de:12:39:58:1a:ff:80:0e:82: + 75:e6:b7:c9:07:6c:0e:ef:ff:38:f1:98:71:c4:b7:7f:0e:15: + d0:25:69:bd:22:9d:2b:ed:05:f6:46:47:ac:ed:c0:f0:d4:3b: + e2:ec:ee:96:5b:90:13:4e:1e:56:3a:eb:b0:ef:96:bb:96:23: + 11:ba:f2:43:86:74:64:95:c8:28:75:df:1d:35:ba:d2:37:83: + 38:53:38:36:3b:cf:6c:e9:f9:6b:0e:d0:fb:04:e8:4f:77:d7: + 65:01:78:86:0c:7a:3e:21:62:f1:7f:63:71:0c:c9:9f:44:db: + a8:27:a2:75:be:6e:81:3e:d7:c0:eb:1b:98:0f:70:5c:34:b2: + 8a:cc:c0:85:18:eb:6e:7a:b3:f7:5a:a1:07:bf:a9:42:92:f3: + 60:22:97:e4:14:a1:07:9b:4e:76:c0:8e:7d:fd:a4:25:c7:47: + ed:ff:1f:73:ac:cc:c3:a5:e9:6f:0a:8e:9b:65:c2:50:85:b5: + a3:a0:53:12:cc:55:87:61:f3:81:ae:10:46:61:bd:44:21:b8: + c2:3d:74:cf:7e:24:35:fa:1c:07:0e:9b:3d:22:ca:ef:31:2f: + 8c:ac:12:bd:ef:40:28:fc:29:67:9f:b2:13:4f:66:24:c4:53: + 19:e9:1e:29:15:ef:e6:6d:b0:7f:2d:67:fd:f3:6c:1b:75:46: + a3:e5:4a:17:e9:a4:d7:0b +SHA1 Fingerprint=B5:61:EB:EA:A4:DE:E4:25:4B:69:1A:98:A5:57:47:C2:34:C7:D9:71 diff --git a/sparse/system/etc/security/cacerts/9591a472.0 b/sparse/system/etc/security/cacerts/9591a472.0 new file mode 100644 index 0000000..8c379c0 --- /dev/null +++ b/sparse/system/etc/security/cacerts/9591a472.0 @@ -0,0 +1,124 @@ +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 1e:d3:97:09:5f:d8:b4:b3:47:70:1e:aa:be:7f:45:b3 + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=Microsoft Corporation, CN=Microsoft RSA Root Certificate Authority 2017 + Validity + Not Before: Dec 18 22:51:22 2019 GMT + Not After : Jul 18 23:00:23 2042 GMT + Subject: C=US, O=Microsoft Corporation, CN=Microsoft RSA Root Certificate Authority 2017 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:ca:5b:be:94:33:8c:29:95:91:16:0a:95:bd:47: + 62:c1:89:f3:99:36:df:46:90:c9:a5:ed:78:6a:6f: + 47:91:68:f8:27:67:50:33:1d:a1:a6:fb:e0:e5:43: + a3:84:02:57:01:5d:9c:48:40:82:53:10:bc:bf:c7: + 3b:68:90:b6:82:2d:e5:f4:65:d0:cc:6d:19:cc:95: + f9:7b:ac:4a:94:ad:0e:de:4b:43:1d:87:07:92:13: + 90:80:83:64:35:39:04:fc:e5:e9:6c:b3:b6:1f:50: + 94:38:65:50:5c:17:46:b9:b6:85:b5:1c:b5:17:e8: + d6:45:9d:d8:b2:26:b0:ca:c4:70:4a:ae:60:a4:dd: + b3:d9:ec:fc:3b:d5:57:72:bc:3f:c8:c9:b2:de:4b: + 6b:f8:23:6c:03:c0:05:bd:95:c7:cd:73:3b:66:80: + 64:e3:1a:ac:2e:f9:47:05:f2:06:b6:9b:73:f5:78: + 33:5b:c7:a1:fb:27:2a:a1:b4:9a:91:8c:91:d3:3a: + 82:3e:76:40:b4:cd:52:61:51:70:28:3f:c5:c5:5a: + f2:c9:8c:49:bb:14:5b:4d:c8:ff:67:4d:4c:12:96: + ad:f5:fe:78:a8:97:87:d7:fd:5e:20:80:dc:a1:4b: + 22:fb:d4:89:ad:ba:ce:47:97:47:55:7b:8f:45:c8: + 67:28:84:95:1c:68:30:ef:ef:49:e0:35:7b:64:e7: + 98:b0:94:da:4d:85:3b:3e:55:c4:28:af:57:f3:9e: + 13:db:46:27:9f:1e:a2:5e:44:83:a4:a5:ca:d5:13: + b3:4b:3f:c4:e3:c2:e6:86:61:a4:52:30:b9:7a:20: + 4f:6f:0f:38:53:cb:33:0c:13:2b:8f:d6:9a:bd:2a: + c8:2d:b1:1c:7d:4b:51:ca:47:d1:48:27:72:5d:87: + eb:d5:45:e6:48:65:9d:af:52:90:ba:5b:a2:18:65: + 57:12:9f:68:b9:d4:15:6b:94:c4:69:22:98:f4:33: + e0:ed:f9:51:8e:41:50:c9:34:4f:76:90:ac:fc:38: + c1:d8:e1:7b:b9:e3:e3:94:e1:46:69:cb:0e:0a:50: + 6b:13:ba:ac:0f:37:5a:b7:12:b5:90:81:1e:56:ae: + 57:22:86:d9:c9:d2:d1:d7:51:e3:ab:3b:c6:55:fd: + 1e:0e:d3:74:0a:d1:da:aa:ea:69:b8:97:28:8f:48: + c4:07:f8:52:43:3a:f4:ca:55:35:2c:b0:a6:6a:c0: + 9c:f9:f2:81:e1:12:6a:c0:45:d9:67:b3:ce:ff:23: + a2:89:0a:54:d4:14:b9:2a:a8:d7:ec:f9:ab:cd:25: + 58:32:79:8f:90:5b:98:39:c4:08:06:c1:ac:7f:0e: + 3d:00:a5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 09:CB:59:7F:86:B2:70:8F:1A:C3:39:E3:C0:D9:E9:BF:BB:4D:B2:23 + 1.3.6.1.4.1.311.21.1: + ... + Signature Algorithm: sha384WithRSAEncryption + ac:af:3e:5d:c2:11:96:89:8e:a3:e7:92:d6:97:15:b8:13:a2: + a6:42:2e:02:cd:16:05:59:27:ca:20:e8:ba:b8:e8:1a:ec:4d: + a8:97:56:ae:65:43:b1:8f:00:9b:52:cd:55:cd:53:39:6d:62: + 4c:8b:0d:5b:7c:2e:44:bf:83:10:8f:f3:53:82:80:c3:4f:3a: + c7:6e:11:3f:e6:e3:16:91:84:fb:6d:84:7f:34:74:ad:89:a7: + ce:b9:d7:d7:9f:84:64:92:be:95:a1:ad:09:53:33:dd:ee:0a: + ea:4a:51:8e:6f:55:ab:ba:b5:94:46:ae:8c:7f:d8:a2:50:25: + 65:60:80:46:db:33:04:ae:6c:b5:98:74:54:25:dc:93:e4:f8: + e3:55:15:3d:b8:6d:c3:0a:a4:12:c1:69:85:6e:df:64:f1:53: + 99:e1:4a:75:20:9d:95:0f:e4:d6:dc:03:f1:59:18:e8:47:89: + b2:57:5a:94:b6:a9:d8:17:2b:17:49:e5:76:cb:c1:56:99:3a: + 37:b1:ff:69:2c:91:91:93:e1:df:4c:a3:37:76:4d:a1:9f:f8: + 6d:1e:1d:d3:fa:ec:fb:f4:45:1d:13:6d:cf:f7:59:e5:22:27: + 72:2b:86:f3:57:bb:30:ed:24:4d:dc:7d:56:bb:a3:b3:f8:34: + 79:89:c1:e0:f2:02:61:f7:a6:fc:0f:bb:1c:17:0b:ae:41:d9: + 7c:bd:27:a3:fd:2e:3a:d1:93:94:b1:73:1d:24:8b:af:5b:20: + 89:ad:b7:67:66:79:f5:3a:c6:a6:96:33:fe:53:92:c8:46:b1: + 11:91:c6:99:7f:8f:c9:d6:66:31:20:41:10:87:2d:0c:d6:c1: + af:34:98:ca:64:83:fb:13:57:d1:c1:f0:3c:7a:8c:a5:c1:fd: + 95:21:a0:71:c1:93:67:71:12:ea:8f:88:0a:69:19:64:99:23: + 56:fb:ac:2a:2e:70:be:66:c4:0c:84:ef:e5:8b:f3:93:01:f8: + 6a:90:93:67:4b:b2:68:a3:b5:62:8f:e9:3f:8c:7a:3b:5e:0f: + e7:8c:b8:c6:7c:ef:37:fd:74:e2:c8:4f:33:72:e1:94:39:6d: + bd:12:af:be:0c:4e:70:7c:1b:6f:8d:b3:32:93:73:44:16:6d: + e8:f4:f7:e0:95:80:8f:96:5d:38:a4:f4:ab:de:0a:30:87:93: + d8:4d:00:71:62:45:27:4b:3a:42:84:5b:7f:65:b7:67:34:52: + 2d:9c:16:6b:aa:a8:d8:7b:a3:42:4c:71:c7:0c:ca:3e:83:e4: + a6:ef:b7:01:30:5e:51:a3:79:f5:70:69:a6:41:44:0f:86:b0: + 2c:91:c6:3d:ea:ae:0f:84 +SHA1 Fingerprint=73:A5:E6:4A:3B:FF:83:16:FF:0E:DC:CC:61:8A:90:6E:4E:AE:4D:74 diff --git a/sparse/system/etc/security/cacerts/95aff9e3.0 b/sparse/system/etc/security/cacerts/95aff9e3.0 new file mode 100644 index 0000000..1b8d4c0 --- /dev/null +++ b/sparse/system/etc/security/cacerts/95aff9e3.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 279744 (0x444c0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA + Validity + Not Before: Oct 22 12:07:37 2008 GMT + Not After : Dec 31 12:07:37 2029 GMT + Subject: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:e3:fb:7d:a3:72:ba:c2:f0:c9:14:87:f5:6b:01: + 4e:e1:6e:40:07:ba:6d:27:5d:7f:f7:5b:2d:b3:5a: + c7:51:5f:ab:a4:32:a6:61:87:b6:6e:0f:86:d2:30: + 02:97:f8:d7:69:57:a1:18:39:5d:6a:64:79:c6:01: + 59:ac:3c:31:4a:38:7c:d2:04:d2:4b:28:e8:20:5f: + 3b:07:a2:cc:4d:73:db:f3:ae:4f:c7:56:d5:5a:a7: + 96:89:fa:f3:ab:68:d4:23:86:59:27:cf:09:27:bc: + ac:6e:72:83:1c:30:72:df:e0:a2:e9:d2:e1:74:75: + 19:bd:2a:9e:7b:15:54:04:1b:d7:43:39:ad:55:28: + c5:e2:1a:bb:f4:c0:e4:ae:38:49:33:cc:76:85:9f: + 39:45:d2:a4:9e:f2:12:8c:51:f8:7c:e4:2d:7f:f5: + ac:5f:eb:16:9f:b1:2d:d1:ba:cc:91:42:77:4c:25: + c9:90:38:6f:db:f0:cc:fb:8e:1e:97:59:3e:d5:60: + 4e:e6:05:28:ed:49:79:13:4b:ba:48:db:2f:f9:72: + d3:39:ca:fe:1f:d8:34:72:f5:b4:40:cf:31:01:c3: + ec:de:11:2d:17:5d:1f:b8:50:d1:5e:19:a7:69:de: + 07:33:28:ca:50:95:f9:a7:54:cb:54:86:50:45:a9: + f9:49 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 08:76:CD:CB:07:FF:24:F6:C5:CD:ED:BB:90:BC:E2:84:37:46:75:F7 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + a6:a8:ad:22:ce:01:3d:a6:a3:ff:62:d0:48:9d:8b:5e:72:b0: + 78:44:e3:dc:1c:af:09:fd:23:48:fa:bd:2a:c4:b9:55:04:b5: + 10:a3:8d:27:de:0b:82:63:d0:ee:de:0c:37:79:41:5b:22:b2: + b0:9a:41:5c:a6:70:e0:d4:d0:77:cb:23:d3:00:e0:6c:56:2f: + e1:69:0d:0d:d9:aa:bf:21:81:50:d9:06:a5:a8:ff:95:37:d0: + aa:fe:e2:b3:f5:99:2d:45:84:8a:e5:42:09:d7:74:02:2f:f7: + 89:d8:99:e9:bc:27:d4:47:8d:ba:0d:46:1c:77:cf:14:a4:1c: + b9:a4:31:c4:9c:28:74:03:34:ff:33:19:26:a5:e9:0d:74:b7: + 3e:97:c6:76:e8:27:96:a3:66:dd:e1:ae:f2:41:5b:ca:98:56: + 83:73:70:e4:86:1a:d2:31:41:ba:2f:be:2d:13:5a:76:6f:4e: + e8:4e:81:0e:3f:5b:03:22:a0:12:be:66:58:11:4a:cb:03:c4: + b4:2a:2a:2d:96:17:e0:39:54:bc:48:d3:76:27:9d:9a:2d:06: + a6:c9:ec:39:d2:ab:db:9f:9a:0b:27:02:35:29:b1:40:95:e7: + f9:e8:9c:55:88:19:46:d6:b7:34:f5:7e:ce:39:9a:d9:38:f1: + 51:f7:4f:2c +SHA1 Fingerprint=07:E0:32:E0:20:B7:2C:3F:19:2F:06:28:A2:59:3A:19:A7:0F:06:9E diff --git a/sparse/system/etc/security/cacerts/9685a493.0 b/sparse/system/etc/security/cacerts/9685a493.0 new file mode 100644 index 0000000..6982ee1 --- /dev/null +++ b/sparse/system/etc/security/cacerts/9685a493.0 @@ -0,0 +1,75 @@ +-----BEGIN CERTIFICATE----- +MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx +FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg +Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG +A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr +b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ +jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn +PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh +ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9 +nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h +q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED +MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC +mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3 +7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB +oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs +EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO +fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi +AmvZWg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1000 (0x3e8) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1 + Validity + Not Before: May 15 05:13:14 2003 GMT + Not After : May 15 04:52:29 2023 GMT + Subject: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:ac:ff:38:b6:e9:66:02:49:e3:a2:b4:e1:90:f9: + 40:8f:79:f9:e2:bd:79:fe:02:bd:ee:24:92:1d:22: + f6:da:85:72:69:fe:d7:3f:09:d4:dd:91:b5:02:9c: + d0:8d:5a:e1:55:c3:50:86:b9:29:26:c2:e3:d9:a0: + f1:69:03:28:20:80:45:22:2d:56:a7:3b:54:95:56: + 22:59:1f:28:df:1f:20:3d:6d:a2:36:be:23:a0:b1: + 6e:b5:b1:27:3f:39:53:09:ea:ab:6a:e8:74:b2:c2: + 65:5c:8e:bf:7c:c3:78:84:cd:9e:16:fc:f5:2e:4f: + 20:2a:08:9f:77:f3:c5:1e:c4:9a:52:66:1e:48:5e: + e3:10:06:8f:22:98:e1:65:8e:1b:5d:23:66:3b:b8: + a5:32:51:c8:86:aa:a1:a9:9e:7f:76:94:c2:a6:6c: + b7:41:f0:d5:c8:06:38:e6:d4:0c:e2:f3:3b:4c:6d: + 50:8c:c4:83:27:c1:13:84:59:3d:9e:75:74:b6:d8: + 02:5e:3a:90:7a:c0:42:36:72:ec:6a:4d:dc:ef:c4: + 00:df:13:18:57:5f:26:78:c8:d6:0a:79:77:bf:f7: + af:b7:76:b9:a5:0b:84:17:5d:10:ea:6f:e1:ab:95: + 11:5f:6d:3c:a3:5c:4d:83:5b:f2:b3:19:8a:80:8b: + 0b:87 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE, pathlen:3 + X509v3 Key Usage: critical + Digital Signature, Non Repudiation, Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 0e:46:d5:3c:ae:e2:87:d9:5e:81:8b:02:98:41:08:8c:4c:bc: + da:db:ee:27:1b:82:e7:6a:45:ec:16:8b:4f:85:a0:f3:b2:70: + bd:5a:96:ba:ca:6e:6d:ee:46:8b:6e:e7:2a:2e:96:b3:19:33: + eb:b4:9f:a8:b2:37:ee:98:a8:97:b6:2e:b6:67:27:d4:a6:49: + fd:1c:93:65:76:9e:42:2f:dc:22:6c:9a:4f:f2:5a:15:39:b1: + 71:d7:2b:51:e8:6d:1c:98:c0:d9:2a:f4:a1:82:7b:d5:c9:41: + a2:23:01:74:38:55:8b:0f:b9:2e:67:a2:20:04:37:da:9c:0b: + d3:17:21:e0:8f:97:79:34:6f:84:48:02:20:33:1b:e6:34:44: + 9f:91:70:f4:80:5e:84:43:c2:29:d2:6c:12:14:e4:61:8d:ac: + 10:90:9e:84:50:bb:f0:96:6f:45:9f:8a:f3:ca:6c:4f:fa:11: + 3a:15:15:46:c3:cd:1f:83:5b:2d:41:12:ed:50:67:41:13:3d: + 21:ab:94:8a:aa:4e:7c:c1:b1:fb:a7:d6:b5:27:2f:97:ab:6e: + e0:1d:e2:d1:1c:2c:1f:44:e2:fc:be:91:a1:9c:fb:d6:29:53: + 73:86:9f:53:d8:43:0e:5d:d6:63:82:71:1d:80:74:ca:f6:e2: + 02:6b:d9:5a +SHA1 Fingerprint=D6:DA:A8:20:8D:09:D2:15:4D:24:B5:2F:CB:34:6E:B2:58:B2:8A:58 diff --git a/sparse/system/etc/security/cacerts/985c1f52.0 b/sparse/system/etc/security/cacerts/985c1f52.0 new file mode 100644 index 0000000..8a3a427 --- /dev/null +++ b/sparse/system/etc/security/cacerts/985c1f52.0 @@ -0,0 +1,124 @@ +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 45:e6:bb:03:83:33:c3:85:65:48:e6:ff:45:51 + Signature Algorithm: sha384WithRSAEncryption + Issuer: OU=GlobalSign Root CA - R6, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Dec 10 00:00:00 2014 GMT + Not After : Dec 10 00:00:00 2034 GMT + Subject: OU=GlobalSign Root CA - R6, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:95:07:e8:73:ca:66:f9:ec:14:ca:7b:3c:f7:0d: + 08:f1:b4:45:0b:2c:82:b4:48:c6:eb:5b:3c:ae:83: + b8:41:92:33:14:a4:6f:7f:e9:2a:cc:c6:b0:88:6b: + c5:b6:89:d1:c6:b2:ff:14:ce:51:14:21:ec:4a:dd: + 1b:5a:c6:d6:87:ee:4d:3a:15:06:ed:64:66:0b:92: + 80:ca:44:de:73:94:4e:f3:a7:89:7f:4f:78:63:08: + c8:12:50:6d:42:66:2f:4d:b9:79:28:4d:52:1a:8a: + 1a:80:b7:19:81:0e:7e:c4:8a:bc:64:4c:21:1c:43: + 68:d7:3d:3c:8a:c5:b2:66:d5:90:9a:b7:31:06:c5: + be:e2:6d:32:06:a6:1e:f9:b9:eb:aa:a3:b8:bf:be: + 82:63:50:d0:f0:18:89:df:e4:0f:79:f5:ea:a2:1f: + 2a:d2:70:2e:7b:e7:bc:93:bb:6d:53:e2:48:7c:8c: + 10:07:38:ff:66:b2:77:61:7e:e0:ea:8c:3c:aa:b4: + a4:f6:f3:95:4a:12:07:6d:fd:8c:b2:89:cf:d0:a0: + 61:77:c8:58:74:b0:d4:23:3a:f7:5d:3a:ca:a2:db: + 9d:09:de:5d:44:2d:90:f1:81:cd:57:92:fa:7e:bc: + 50:04:63:34:df:6b:93:18:be:6b:36:b2:39:e4:ac: + 24:36:b7:f0:ef:b6:1c:13:57:93:b6:de:b2:f8:e2: + 85:b7:73:a2:b8:35:aa:45:f2:e0:9d:36:a1:6f:54: + 8a:f1:72:56:6e:2e:88:c5:51:42:44:15:94:ee:a3: + c5:38:96:9b:4e:4e:5a:0b:47:f3:06:36:49:77:30: + bc:71:37:e5:a6:ec:21:08:75:fc:e6:61:16:3f:77: + d5:d9:91:97:84:0a:6c:d4:02:4d:74:c0:14:ed:fd: + 39:fb:83:f2:5e:14:a1:04:b0:0b:e9:fe:ee:8f:e1: + 6e:0b:b2:08:b3:61:66:09:6a:b1:06:3a:65:96:59: + c0:f0:35:fd:c9:da:28:8d:1a:11:87:70:81:0a:a8: + 9a:75:1d:9e:3a:86:05:00:9e:db:80:d6:25:f9:dc: + 05:9e:27:59:4c:76:39:5b:ea:f9:a5:a1:d8:83:0f: + d1:ff:df:30:11:f9:85:cf:33:48:f5:ca:6d:64:14: + 2c:7a:58:4f:d3:4b:08:49:c5:95:64:1a:63:0e:79: + 3d:f5:b3:8c:ca:58:ad:9c:42:45:79:6e:0e:87:19: + 5c:54:b1:65:b6:bf:8c:9b:dc:13:e9:0d:6f:b8:2e: + dc:67:6e:c9:8b:11:b5:84:14:8a:00:19:70:83:79: + 91:97:91:d4:1a:27:bf:37:1e:32:07:d8:14:63:3c: + 28:4c:af + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + AE:6C:05:A3:93:13:E2:A2:E7:E2:D7:1C:D6:C7:F0:7F:C8:67:53:A0 + X509v3 Authority Key Identifier: + keyid:AE:6C:05:A3:93:13:E2:A2:E7:E2:D7:1C:D6:C7:F0:7F:C8:67:53:A0 + + Signature Algorithm: sha384WithRSAEncryption + 83:25:ed:e8:d1:fd:95:52:cd:9e:c0:04:a0:91:69:e6:5c:d0: + 84:de:dc:ad:a2:4f:e8:47:78:d6:65:98:a9:5b:a8:3c:87:7c: + 02:8a:d1:6e:b7:16:73:e6:5f:c0:54:98:d5:74:be:c1:cd:e2: + 11:91:ad:23:18:3d:dd:e1:72:44:96:b4:95:5e:c0:7b:8e:99: + 78:16:43:13:56:57:b3:a2:b3:3b:b5:77:dc:40:72:ac:a3:eb: + 9b:35:3e:b1:08:21:a1:e7:c4:43:37:79:32:be:b5:e7:9c:2c: + 4c:bc:43:29:99:8e:30:d3:ac:21:e0:e3:1d:fa:d8:07:33:76: + 54:00:22:2a:b9:4d:20:2e:70:68:da:e5:53:fc:83:5c:d3:9d: + f2:ff:44:0c:44:66:f2:d2:e3:bd:46:00:1a:6d:02:ba:25:5d: + 8d:a1:31:51:dd:54:46:1c:4d:db:99:96:ef:1a:1c:04:5c:a6: + 15:ef:78:e0:79:fe:5d:db:3e:aa:4c:55:fd:9a:15:a9:6f:e1: + a6:fb:df:70:30:e9:c3:ee:42:46:ed:c2:93:05:89:fa:7d:63: + 7b:3f:d0:71:81:7c:00:e8:98:ae:0e:78:34:c3:25:fb:af:0a: + 9f:20:6b:dd:3b:13:8f:12:8c:e2:41:1a:48:7a:73:a0:77:69: + c7:b6:5c:7f:82:c8:1e:fe:58:1b:28:2b:a8:6c:ad:5e:6d:c0: + 05:d2:7b:b7:eb:80:fe:25:37:fe:02:9b:68:ac:42:5d:c3:ee: + f5:cc:dc:f0:50:75:d2:36:69:9c:e6:7b:04:df:6e:06:69:b6: + de:0a:09:48:59:87:eb:7b:14:60:7a:64:aa:69:43:ef:91:c7: + 4c:ec:18:dd:6c:ef:53:2d:8c:99:e1:5e:f2:72:3e:cf:54:c8: + bd:67:ec:a4:0f:4c:45:ff:d3:b9:30:23:07:4c:8f:10:bf:86: + 96:d9:99:5a:b4:99:57:1c:a4:cc:bb:15:89:53:ba:2c:05:0f: + e4:c4:9e:19:b1:18:34:d5:4c:9d:ba:ed:f7:1f:af:24:95:04: + 78:a8:03:bb:ee:81:e5:da:5f:7c:8b:4a:a1:90:74:25:a7:b3: + 3e:4b:c8:2c:56:bd:c7:c8:ef:38:e2:5c:92:f0:79:f7:9c:84: + ba:74:2d:61:01:20:7e:7e:d1:f2:4f:07:59:5f:8b:2d:43:52: + eb:46:0c:94:e1:f5:66:47:79:77:d5:54:5b:1f:ad:24:37:cb: + 45:5a:4e:a0:44:48:c8:d8:b0:99:c5:15:84:09:f6:d6:49:49: + c0:65:b8:e6:1a:71:6e:a0:a8:f1:82:e8:45:3e:6c:d6:02:d7: + 0a:67:83:05:5a:c9:a4:10 +SHA1 Fingerprint=80:94:64:0E:B5:A7:A1:CA:11:9C:1F:DD:D5:9F:81:02:63:A7:FB:D1 diff --git a/sparse/system/etc/security/cacerts/9aef356c.0 b/sparse/system/etc/security/cacerts/9aef356c.0 new file mode 100644 index 0000000..27e61cb --- /dev/null +++ b/sparse/system/etc/security/cacerts/9aef356c.0 @@ -0,0 +1,56 @@ +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 08:bd:85:97:6c:99:27:a4:80:68:47:3b + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P384 Certification Authority + Validity + Not Before: Aug 23 19:36:43 2017 GMT + Not After : Aug 23 19:36:43 2042 GMT + Subject: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global ECC P384 Certification Authority + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:6b:da:0d:75:35:08:31:47:05:ae:45:99:55:f1: + 11:13:2e:4a:f8:10:31:23:a3:7e:83:d3:7f:28:08: + 3a:26:1a:3a:cf:97:82:1f:80:b7:27:09:8f:d1:8e: + 30:c4:0a:9b:0e:ac:58:04:ab:f7:36:7d:94:23:a4: + 9b:0a:8a:8b:ab:eb:fd:39:25:66:f1:5e:fe:8c:ae: + 8d:41:79:9d:09:60:ce:28:a9:d3:8a:6d:f3:d6:45: + d4:f2:98:84:38:65:a0 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 55:A9:84:89:D2:C1:32:BD:18:CB:6C:A6:07:4E:C8:E7:9D:BE:82:90 + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:37:01:92:97:45:12:7e:a0:f3:3e:ad:19:3a:72: + dd:f4:50:93:03:12:be:44:d2:4f:41:a4:8c:9c:9d:1f:a3:f6: + c2:92:e7:48:14:fe:4e:9b:a5:91:57:ae:c6:37:72:bb:02:30: + 67:25:0a:b1:0c:5e:ee:a9:63:92:6f:e5:90:0b:fe:66:22:ca: + 47:fd:8a:31:f7:83:fe:7a:bf:10:be:18:2b:1e:8f:f6:29:1e: + 94:59:ef:8e:21:37:cb:51:98:a5:6e:4b +SHA1 Fingerprint=E7:F3:A3:C8:CF:6F:C3:04:2E:6D:0E:67:32:C5:9E:68:95:0D:5E:D2 diff --git a/sparse/system/etc/security/cacerts/9d6523ce.0 b/sparse/system/etc/security/cacerts/9d6523ce.0 new file mode 100644 index 0000000..1fccbf7 --- /dev/null +++ b/sparse/system/etc/security/cacerts/9d6523ce.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 15:c8:bd:65:47:5c:af:b8:97:00:5e:e4:06:d2:bc:9d + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=TW, O=Chunghwa Telecom Co., Ltd., OU=ePKI Root Certification Authority + Validity + Not Before: Dec 20 02:31:27 2004 GMT + Not After : Dec 20 02:31:27 2034 GMT + Subject: C=TW, O=Chunghwa Telecom Co., Ltd., OU=ePKI Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:e1:25:0f:ee:8d:db:88:33:75:67:cd:ad:1f:7d: + 3a:4e:6d:9d:d3:2f:14:f3:63:74:cb:01:21:6a:37: + ea:84:50:07:4b:26:5b:09:43:6c:21:9e:6a:c8:d5: + 03:f5:60:69:8f:cc:f0:22:e4:1f:e7:f7:6a:22:31: + b7:2c:15:f2:e0:fe:00:6a:43:ff:87:65:c6:b5:1a: + c1:a7:4c:6d:22:70:21:8a:31:f2:97:74:89:09:12: + 26:1c:9e:ca:d9:12:a2:95:3c:da:e9:67:bf:08:a0: + 64:e3:d6:42:b7:45:ef:97:f4:f6:f5:d7:b5:4a:15: + 02:58:7d:98:58:4b:60:bc:cd:d7:0d:9a:13:33:53: + d1:61:f9:7a:d5:d7:78:b3:9a:33:f7:00:86:ce:1d: + 4d:94:38:af:a8:ec:78:51:70:8a:5c:10:83:51:21: + f7:11:3d:34:86:5e:e5:48:cd:97:81:82:35:4c:19: + ec:65:f6:6b:c5:05:a1:ee:47:13:d6:b3:21:27:94: + 10:0a:d9:24:3b:ba:be:44:13:46:30:3f:97:3c:d8: + d7:d7:6a:ee:3b:38:e3:2b:d4:97:0e:b9:1b:e7:07: + 49:7f:37:2a:f9:77:78:cf:54:ed:5b:46:9d:a3:80: + 0e:91:43:c1:d6:5b:5f:14:ba:9f:a6:8d:24:47:40: + 59:bf:72:38:b2:36:6c:37:ff:99:d1:5d:0e:59:0a: + ab:69:f7:c0:b2:04:45:7a:54:00:ae:be:53:f6:b5: + e7:e1:f8:3c:a3:31:d2:a9:fe:21:52:64:c5:a6:67: + f0:75:07:06:94:14:81:55:c6:27:e4:01:8f:17:c1: + 6a:71:d7:be:4b:fb:94:58:7d:7e:11:33:b1:42:f7: + 62:6c:18:d6:cf:09:68:3e:7f:6c:f6:1e:8f:62:ad: + a5:63:db:09:a7:1f:22:42:41:1e:6f:99:8a:3e:d7: + f9:3f:40:7a:79:b0:a5:01:92:d2:9d:3d:08:15:a5: + 10:01:2d:b3:32:76:a8:95:0d:b3:7a:9a:fb:07:10: + 78:11:6f:e1:8f:c7:ba:0f:25:1a:74:2a:e5:1c:98: + 41:99:df:21:87:e8:95:06:6a:0a:b3:6a:47:76:65: + f6:3a:cf:8f:62:17:19:7b:0a:28:cd:1a:d2:83:1e: + 21:c7:2c:bf:be:ff:61:68:b7:67:1b:bb:78:4d:8d: + ce:67:e5:e4:c1:8e:b7:23:66:e2:9d:90:75:34:98: + a9:36:2b:8a:9a:94:b9:9d:ec:cc:8a:b1:f8:25:89: + 5c:5a:b6:2f:8c:1f:6d:79:24:a7:52:68:c3:84:35: + e2:66:8d:63:0e:25:4d:d5:19:b2:e6:79:37:a7:22: + 9d:54:31 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 1E:0C:F7:B6:67:F2:E1:92:26:09:45:C0:55:39:2E:77:3F:42:4A:A2 + X509v3 Basic Constraints: + CA:TRUE + setCext-hashedRoot: + 0/0-...0...+......0...g*.....E... +V|.[x....S..... + Signature Algorithm: sha1WithRSAEncryption + 09:b3:83:53:59:01:3e:95:49:b9:f1:81:ba:f9:76:20:23:b5: + 27:60:74:d4:6a:99:34:5e:6c:00:53:d9:9f:f2:a6:b1:24:07: + 44:6a:2a:c6:a5:8e:78:12:e8:47:d9:58:1b:13:2a:5e:79:9b: + 9f:0a:2a:67:a6:25:3f:06:69:56:73:c3:8a:66:48:fb:29:81: + 57:74:06:ca:9c:ea:28:e8:38:67:26:2b:f1:d5:b5:3f:65:93: + f8:36:5d:8e:8d:8d:40:20:87:19:ea:ef:27:c0:3d:b4:39:0f: + 25:7b:68:50:74:55:9c:0c:59:7d:5a:3d:41:94:25:52:08:e0: + 47:2c:15:31:19:d5:bf:07:55:c6:bb:12:b5:97:f4:5f:83:85: + ba:71:c1:d9:6c:81:11:76:0a:0a:b0:bf:82:97:f7:ea:3d:fa: + fa:ec:2d:a9:28:94:3b:56:dd:d2:51:2e:ae:c0:bd:08:15:8c: + 77:52:34:96:d6:9b:ac:d3:1d:8e:61:0f:35:7b:9b:ae:39:69: + 0b:62:60:40:20:36:8f:af:fb:36:ee:2d:08:4a:1d:b8:bf:9b: + 5c:f8:ea:a5:1b:a0:73:a6:d8:f8:6e:e0:33:04:5f:68:aa:27: + 87:ed:d9:c1:90:9c:ed:bd:e3:6a:35:af:63:df:ab:18:d9:ba: + e6:e9:4a:ea:50:8a:0f:61:93:1e:e2:2d:19:e2:30:94:35:92: + 5d:0e:b6:07:af:19:80:8f:47:90:51:4b:2e:4d:dd:85:e2:d2: + 0a:52:0a:17:9a:fc:1a:b0:50:02:e5:01:a3:63:37:21:4c:44: + c4:9b:51:99:11:0e:73:9c:06:8f:54:2e:a7:28:5e:44:39:87: + 56:2d:37:bd:85:44:94:e1:0c:4b:2c:9c:c3:92:85:34:61:cb: + 0f:b8:9b:4a:43:52:fe:34:3a:7d:b8:e9:29:dc:76:a9:c8:30: + f8:14:71:80:c6:1e:36:48:74:22:41:5c:87:82:e8:18:71:8b: + 41:89:44:e7:7e:58:5b:a8:b8:8d:13:e9:a7:6c:c3:47:ed:b3: + 1a:9d:62:ae:8d:82:ea:94:9e:dd:59:10:c3:ad:dd:e2:4d:e3: + 31:d5:c7:ec:e8:f2:b0:fe:92:1e:16:0a:1a:fc:d9:f3:f8:27: + b6:c9:be:1d:b4:6c:64:90:7f:f4:e4:c4:5b:d7:37:ae:42:0e: + dd:a4:1a:6f:7c:88:54:c5:16:6e:e1:7a:68:2e:f8:3a:bf:0d: + a4:3c:89:3b:78:a7:4e:63:83:04:21:08:67:8d:f2:82:49:d0: + 5b:fd:b1:cd:0f:83:84:d4:3e:20:85:f7:4a:3d:2b:9c:fd:2a: + 0a:09:4d:ea:81:f8:11:9c +SHA1 Fingerprint=67:65:0D:F1:7E:8E:7E:5B:82:40:A4:F4:56:4B:CF:E2:3D:69:C6:F0 diff --git a/sparse/system/etc/security/cacerts/9f533518.0 b/sparse/system/etc/security/cacerts/9f533518.0 new file mode 100644 index 0000000..2404062 --- /dev/null +++ b/sparse/system/etc/security/cacerts/9f533518.0 @@ -0,0 +1,139 @@ +-----BEGIN CERTIFICATE----- +MIIHSTCCBTGgAwIBAgIJAMnN0+nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYD +VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0 +IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3 +MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD +aGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMxNDBaFw0zODA3MzEx +MjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3Vy +cmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAG +A1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAl +BgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZI +hvcNAQEBBQADggIPADCCAgoCggIBAMDfVtPkOpt2RbQT2//BthmLN0EYlVJH6xed +KYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP+RVyXfXjaOcNFccUMd2drvXNL7 +G706tcuto8xEpw2uIRU/uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0ZJJ0YPP2 +zxhPYLIj0Mc7zmFLmY/CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg+b4aqIG7HkF4 +ddPB/gBVsIdU6CeQNR1MM62X/JcumIS/LMmjv9GYERTtY/jKmIhYF5ntRQOXfjyG +HoiMvvKRhI9lNNgATH23MRdaKXoKGCQwoze1eqkBfSbW+Q6OWfH9GzO1KTsXO0G2 +Id3UwD2ln58fQ1DJu7xsepeY7s2MH/ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3V +yJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfeOx2YItaswTXbo6Al/3K1dh3e +beksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u/GSFHTynyQbehP9r +6GsaPMWis0L7iwk+XwhSx2LE1AVxv8Rk5Pihg+g+EpuoHtQ2TS9x9o0o9oOpE9Jh +wZG7SMA0j0GMS0zbaRL/UJScIINZc+18ofLx/d33SdNDWKBWY8o9PeU1VlnpDsog +zCtLkykPAgMBAAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQW +BBS5CcqcHtvTbDprru1U8VuTBjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDpr +ru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UEBhMCRVUxQzBBBgNVBAcTOk1hZHJp +ZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJmaXJtYS5jb20vYWRk +cmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJmaXJt +YSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiC +CQDJzdPp1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCow +KAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZI +hvcNAQEFBQADggIBAICIf3DekijZBZRG/5BXqfEv3xoNa/p8DhxJJHkn2EaqbylZ +UohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a+6ReAJ3spED8IXDneRRXoz +X1+WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX/sdZ7LoR/x +fxKxueRkf2fWIyr0uDldmOghp+G9PUIadJpwr2hsUF1Jz//7Dl3mLEfXgTpZALVz +a2Mg9jFFCDkO9HB+QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yyd +Yhz2rXzdpjEetrHHfoUm+qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMd +SqlapskD7+3056huirRXhOukP9DuqqqHW2Pok+JrqNS4cnhrG+055F3Lm6qH1U9O +AP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETrP3iZ8ntxPjzxmKfFGBI/5rso +M0LpRQp8bfKGeS/Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVqc5iJWzouE4ge +v8CSlDQb4ye3ix5vQv/n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT+B6q6Z +09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp/B +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + c9:cd:d3:e9:d5:7d:23:ce + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008 + Validity + Not Before: Aug 1 12:31:40 2008 GMT + Not After : Jul 31 12:31:40 2038 GMT + Subject: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c0:df:56:d3:e4:3a:9b:76:45:b4:13:db:ff:c1: + b6:19:8b:37:41:18:95:52:47:eb:17:9d:29:88:8e: + 35:6c:06:32:2e:47:62:f3:49:04:bf:7d:44:36:b1: + 71:cc:bd:5a:09:73:d5:d9:85:44:ff:91:57:25:df: + 5e:36:8e:70:d1:5c:71:43:1d:d9:da:ef:5c:d2:fb: + 1b:bd:3a:b5:cb:ad:a3:cc:44:a7:0d:ae:21:15:3f: + b9:7a:5b:92:75:d8:a4:12:38:89:19:8a:b7:80:d2: + e2:32:6f:56:9c:91:d6:88:10:0b:b3:74:64:92:74: + 60:f3:f6:cf:18:4f:60:b2:23:d0:c7:3b:ce:61:4b: + 99:8f:c2:0c:d0:40:b2:98:dc:0d:a8:4e:a3:b9:0a: + ae:60:a0:ad:45:52:63:ba:66:bd:68:e0:f9:be:1a: + a8:81:bb:1e:41:78:75:d3:c1:fe:00:55:b0:87:54: + e8:27:90:35:1d:4c:33:ad:97:fc:97:2e:98:84:bf: + 2c:c9:a3:bf:d1:98:11:14:ed:63:f8:ca:98:88:58: + 17:99:ed:45:03:97:7e:3c:86:1e:88:8c:be:f2:91: + 84:8f:65:34:d8:00:4c:7d:b7:31:17:5a:29:7a:0a: + 18:24:30:a3:37:b5:7a:a9:01:7d:26:d6:f9:0e:8e: + 59:f1:fd:1b:33:b5:29:3b:17:3b:41:b6:21:dd:d4: + c0:3d:a5:9f:9f:1f:43:50:c9:bb:bc:6c:7a:97:98: + ee:cd:8c:1f:fb:9c:51:ae:8b:70:bd:27:9f:71:c0: + 6b:ac:7d:90:66:e8:d7:5d:3a:0d:b0:d5:c2:8d:d5: + c8:9d:9d:c1:6d:d0:d0:bf:51:e4:e3:f8:c3:38:36: + ae:d6:a7:75:e6:af:84:43:5d:93:92:0c:6a:07:de: + 3b:1d:98:22:d6:ac:c1:35:db:a3:a0:25:ff:72:b5: + 76:1d:de:6d:e9:2c:66:2c:52:84:d0:45:92:ce:1c: + e5:e5:33:1d:dc:07:53:54:a3:aa:82:3b:9a:37:2f: + dc:dd:a0:64:e9:e6:dd:bd:ae:fc:64:85:1d:3c:a7: + c9:06:de:84:ff:6b:e8:6b:1a:3c:c5:a2:b3:42:fb: + 8b:09:3e:5f:08:52:c7:62:c4:d4:05:71:bf:c4:64: + e4:f8:a1:83:e8:3e:12:9b:a8:1e:d4:36:4d:2f:71: + f6:8d:28:f6:83:a9:13:d2:61:c1:91:bb:48:c0:34: + 8f:41:8c:4b:4c:db:69:12:ff:50:94:9c:20:83:59: + 73:ed:7c:a1:f2:f1:fd:dd:f7:49:d3:43:58:a0:56: + 63:ca:3d:3d:e5:35:56:59:e9:0e:ca:20:cc:2b:4b: + 93:29:0f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE, pathlen:12 + X509v3 Subject Key Identifier: + B9:09:CA:9C:1E:DB:D3:6C:3A:6B:AE:ED:54:F1:5B:93:06:35:2E:5E + X509v3 Authority Key Identifier: + keyid:B9:09:CA:9C:1E:DB:D3:6C:3A:6B:AE:ED:54:F1:5B:93:06:35:2E:5E + DirName:/C=EU/L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287/O=AC Camerfirma S.A./CN=Global Chambersign Root - 2008 + serial:C9:CD:D3:E9:D5:7D:23:CE + + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Certificate Policies: + Policy: X509v3 Any Policy + CPS: http://policy.camerfirma.com + + Signature Algorithm: sha1WithRSAEncryption + 80:88:7f:70:de:92:28:d9:05:94:46:ff:90:57:a9:f1:2f:df: + 1a:0d:6b:fa:7c:0e:1c:49:24:79:27:d8:46:aa:6f:29:59:52: + 88:70:12:ea:dd:3d:f5:9b:53:54:6f:e1:60:a2:a8:09:b9:ec: + eb:59:7c:c6:35:f1:dc:18:e9:f1:67:e5:af:ba:45:e0:09:de: + ca:44:0f:c2:17:0e:77:91:45:7a:33:5f:5f:96:2c:68:8b:c1: + 47:8f:98:9b:3d:c0:ec:cb:f5:d5:82:92:84:35:d1:be:36:38: + 56:72:31:5b:47:2d:aa:17:a4:63:51:eb:0a:01:ad:7f:ec:75: + 9e:cb:a1:1f:f1:7f:12:b1:b9:e4:64:7f:67:d6:23:2a:f4:b8: + 39:5d:98:e8:21:a7:e1:bd:3d:42:1a:74:9a:70:af:68:6c:50: + 5d:49:cf:ff:fb:0e:5d:e6:2c:47:d7:81:3a:59:00:b5:73:6b: + 63:20:f6:31:45:08:39:0e:f4:70:7e:40:70:5a:3f:d0:6b:42: + a9:74:3d:28:2f:02:6d:75:72:95:09:8d:48:63:c6:c6:23:57: + 92:93:5e:35:c1:8d:f9:0a:f7:2c:9d:62:1c:f6:ad:7c:dd:a6: + 31:1e:b6:b1:c7:7e:85:26:fa:a4:6a:b5:da:63:30:d1:ef:93: + 37:b2:66:2f:7d:05:f7:e7:b7:4b:98:94:35:c0:d9:3a:29:c1: + 9d:b2:50:33:1d:4a:a9:5a:a6:c9:03:ef:ed:f4:e7:a8:6e:8a: + b4:57:84:eb:a4:3f:d0:ee:aa:aa:87:5b:63:e8:93:e2:6b:a8: + d4:b8:72:78:6b:1b:ed:39:e4:5d:cb:9b:aa:87:d5:4f:4e:00: + fe:d9:6a:9f:3c:31:0f:28:02:01:7d:98:e8:a7:b0:a2:64:9e: + 79:f8:48:f2:15:a9:cc:e6:c8:44:eb:3f:78:99:f2:7b:71:3e: + 3c:f1:98:a7:c5:18:12:3f:e6:bb:28:33:42:e9:45:0a:7c:6d: + f2:86:79:2f:c5:82:19:7d:09:89:7c:b2:54:76:88:ae:de:c1: + f3:cc:e1:6e:db:31:d6:93:ae:99:a0:ef:25:6a:73:98:89:5b: + 3a:2e:13:88:1e:bf:c0:92:94:34:1b:e3:27:b7:8b:1e:6f:42: + ff:e7:e9:37:9b:50:1d:2d:a2:f9:02:ee:cb:58:58:3a:71:bc: + 68:e3:aa:c1:af:1c:28:1f:a2:dc:23:65:3f:81:ea:ae:99:d3: + d8:30:cf:13:0d:4f:15:c9:84:bc:a7:48:2d:f8:30:23:77:d8: + 46:4b:79:6d:f6:8c:ed:3a:7f:60:11:78:f4:e9:9b:ae:d5:54: + c0:74:80:d1:0b:42:9f:c1 +SHA1 Fingerprint=4A:BD:EE:EC:95:0D:35:9C:89:AE:C7:52:A1:2C:5B:29:F6:D6:AA:0C diff --git a/sparse/system/etc/security/cacerts/a2c66da8.0 b/sparse/system/etc/security/cacerts/a2c66da8.0 new file mode 100644 index 0000000..c590fcb --- /dev/null +++ b/sparse/system/etc/security/cacerts/a2c66da8.0 @@ -0,0 +1,121 @@ +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 05:9b:1b:57:9e:8e:21:32:e2:39:07:bd:a7:77:75:5c + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:bf:e6:90:73:68:de:bb:e4:5d:4a:3c:30:22:30: + 69:33:ec:c2:a7:25:2e:c9:21:3d:f2:8a:d8:59:c2: + e1:29:a7:3d:58:ab:76:9a:cd:ae:7b:1b:84:0d:c4: + 30:1f:f3:1b:a4:38:16:eb:56:c6:97:6d:1d:ab:b2: + 79:f2:ca:11:d2:e4:5f:d6:05:3c:52:0f:52:1f:c6: + 9e:15:a5:7e:be:9f:a9:57:16:59:55:72:af:68:93: + 70:c2:b2:ba:75:99:6a:73:32:94:d1:10:44:10:2e: + df:82:f3:07:84:e6:74:3b:6d:71:e2:2d:0c:1b:ee: + 20:d5:c9:20:1d:63:29:2d:ce:ec:5e:4e:c8:93:f8: + 21:61:9b:34:eb:05:c6:5e:ec:5b:1a:bc:eb:c9:cf: + cd:ac:34:40:5f:b1:7a:66:ee:77:c8:48:a8:66:57: + 57:9f:54:58:8e:0c:2b:b7:4f:a7:30:d9:56:ee:ca: + 7b:5d:e3:ad:c9:4f:5e:e5:35:e7:31:cb:da:93:5e: + dc:8e:8f:80:da:b6:91:98:40:90:79:c3:78:c7:b6: + b1:c4:b5:6a:18:38:03:10:8d:d8:d4:37:a4:2e:05: + 7d:88:f5:82:3e:10:91:70:ab:55:82:41:32:d7:db: + 04:73:2a:6e:91:01:7c:21:4c:d4:bc:ae:1b:03:75: + 5d:78:66:d9:3a:31:44:9a:33:40:bf:08:d7:5a:49: + a4:c2:e6:a9:a0:67:dd:a4:27:bc:a1:4f:39:b5:11: + 58:17:f7:24:5c:46:8f:64:f7:c1:69:88:76:98:76: + 3d:59:5d:42:76:87:89:97:69:7a:48:f0:e0:a2:12: + 1b:66:9a:74:ca:de:4b:1e:e7:0e:63:ae:e6:d4:ef: + 92:92:3a:9e:3d:dc:00:e4:45:25:89:b6:9a:44:19: + 2b:7e:c0:94:b4:d2:61:6d:eb:33:d9:c5:df:4b:04: + 00:cc:7d:1c:95:c3:8f:f7:21:b2:b2:11:b7:bb:7f: + f2:d5:8c:70:2c:41:60:aa:b1:63:18:44:95:1a:76: + 62:7e:f6:80:b0:fb:e8:64:a6:33:d1:89:07:e1:bd: + b7:e6:43:a4:18:b8:a6:77:01:e1:0f:94:0c:21:1d: + b2:54:29:25:89:6c:e5:0e:52:51:47:74:be:26:ac: + b6:41:75:de:7a:ac:5f:8d:3f:c9:bc:d3:41:11:12: + 5b:e5:10:50:eb:31:c5:ca:72:16:22:09:df:7c:4c: + 75:3f:63:ec:21:5f:c4:20:51:6b:6f:b1:ab:86:8b: + 4f:c2:d6:45:5f:9d:20:fc:a1:1e:c5:c0:8f:a2:b1: + 7e:0a:26:99:f5:e4:69:2f:98:1d:2d:f5:d9:a9:b2: + 1d:e5:1b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + EC:D7:E3:82:D2:71:5D:64:4C:DF:2E:67:3F:E7:BA:98:AE:1C:0F:4F + Signature Algorithm: sha384WithRSAEncryption + bb:61:d9:7d:a9:6c:be:17:c4:91:1b:c3:a1:a2:00:8d:e3:64: + 68:0f:56:cf:77:ae:70:f9:fd:9a:4a:99:b9:c9:78:5c:0c:0c: + 5f:e4:e6:14:29:56:0b:36:49:5d:44:63:e0:ad:9c:96:18:66: + 1b:23:0d:3d:79:e9:6d:6b:d6:54:f8:d2:3c:c1:43:40:ae:1d: + 50:f5:52:fc:90:3b:bb:98:99:69:6b:c7:c1:a7:a8:68:a4:27: + dc:9d:f9:27:ae:30:85:b9:f6:67:4d:3a:3e:8f:59:39:22:53: + 44:eb:c8:5d:03:ca:ed:50:7a:7d:62:21:0a:80:c8:73:66:d1: + a0:05:60:5f:e8:a5:b4:a7:af:a8:f7:6d:35:9c:7c:5a:8a:d6: + a2:38:99:f3:78:8b:f4:4d:d2:20:0b:de:04:ee:8c:9b:47:81: + 72:0d:c0:14:32:ef:30:59:2e:ae:e0:71:f2:56:e4:6a:97:6f: + 92:50:6d:96:8d:68:7a:9a:b2:36:14:7a:06:f2:24:b9:09:11: + 50:d7:08:b1:b8:89:7a:84:23:61:42:29:e5:a3:cd:a2:20:41: + d7:d1:9c:64:d9:ea:26:a1:8b:14:d7:4c:19:b2:50:41:71:3d: + 3f:4d:70:23:86:0c:4a:dc:81:d2:cc:32:94:84:0d:08:09:97: + 1c:4f:c0:ee:6b:20:74:30:d2:e0:39:34:10:85:21:15:01:08: + e8:55:32:de:71:49:d9:28:17:50:4d:e6:be:4d:d1:75:ac:d0: + ca:fb:41:b8:43:a5:aa:d3:c3:05:44:4f:2c:36:9b:e2:fa:e2: + 45:b8:23:53:6c:06:6f:67:55:7f:46:b5:4c:3f:6e:28:5a:79: + 26:d2:a4:a8:62:97:d2:1e:e2:ed:4a:8b:bc:1b:fd:47:4a:0d: + df:67:66:7e:b2:5b:41:d0:3b:e4:f4:3b:f4:04:63:e9:ef:c2: + 54:00:51:a0:8a:2a:c9:ce:78:cc:d5:ea:87:04:18:b3:ce:af: + 49:88:af:f3:92:99:b6:b3:e6:61:0f:d2:85:00:e7:50:1a:e4: + 1b:95:9d:19:a1:b9:9c:b1:9b:b1:00:1e:ef:d0:0f:4f:42:6c: + c9:0a:bc:ee:43:fa:3a:71:a5:c8:4d:26:a5:35:fd:89:5d:bc: + 85:62:1d:32:d2:a0:2b:54:ed:9a:57:c1:db:fa:10:cf:19:b7: + 8b:4a:1b:8f:01:b6:27:95:53:e8:b6:89:6d:5b:bc:68:d4:23: + e8:8b:51:a2:56:f9:f0:a6:80:a0:d6:1e:b3:bc:0f:0f:53:75: + 29:aa:ea:13:77:e4:de:8c:81:21:ad:07:10:47:11:ad:87:3d: + 07:d1:75:bc:cf:f3:66:7e +SHA1 Fingerprint=DD:FB:16:CD:49:31:C9:73:A2:03:7D:3F:C8:3A:4D:7D:77:5D:05:E4 diff --git a/sparse/system/etc/security/cacerts/a3896b44.0 b/sparse/system/etc/security/cacerts/a3896b44.0 new file mode 100644 index 0000000..c5bbeff --- /dev/null +++ b/sparse/system/etc/security/cacerts/a3896b44.0 @@ -0,0 +1,77 @@ +-----BEGIN CERTIFICATE----- +MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY +MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t +dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5 +WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD +VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8 +9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ +DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9 +Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N +QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ +xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G +A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG +kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr +Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5 +Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU +JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot +RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1 + Validity + Not Before: Sep 30 04:20:49 2003 GMT + Not After : Sep 30 04:20:49 2023 GMT + Subject: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b3:b3:fe:7f:d3:6d:b1:ef:16:7c:57:a5:0c:6d: + 76:8a:2f:4b:bf:64:fb:4c:ee:8a:f0:f3:29:7c:f5: + ff:ee:2a:e0:e9:e9:ba:5b:64:22:9a:9a:6f:2c:3a: + 26:69:51:05:99:26:dc:d5:1c:6a:71:c6:9a:7d:1e: + 9d:dd:7c:6c:c6:8c:67:67:4a:3e:f8:71:b0:19:27: + a9:09:0c:a6:95:bf:4b:8c:0c:fa:55:98:3b:d8:e8: + 22:a1:4b:71:38:79:ac:97:92:69:b3:89:7e:ea:21: + 68:06:98:14:96:87:d2:61:36:bc:6d:27:56:9e:57: + ee:c0:c0:56:fd:32:cf:a4:d9:8e:c2:23:d7:8d:a8: + f3:d8:25:ac:97:e4:70:38:f4:b6:3a:b4:9d:3b:97: + 26:43:a3:a1:bc:49:59:72:4c:23:30:87:01:58:f6: + 4e:be:1c:68:56:66:af:cd:41:5d:c8:b3:4d:2a:55: + 46:ab:1f:da:1e:e2:40:3d:db:cd:7d:b9:92:80:9c: + 37:dd:0c:96:64:9d:dc:22:f7:64:8b:df:61:de:15: + 94:52:15:a0:7d:52:c9:4b:a8:21:c9:c6:b1:ed:cb: + c3:95:60:d1:0f:f0:ab:70:f8:df:cb:4d:7e:ec:d6: + fa:ab:d9:bd:7f:54:f2:a5:e9:79:fa:d9:d6:76:24: + 28:73 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + A0:73:49:99:68:DC:85:5B:65:E3:9B:28:2F:57:9F:BD:33:BC:07:48 + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha1WithRSAEncryption + 68:40:a9:a8:bb:e4:4f:5d:79:b3:05:b5:17:b3:60:13:eb:c6: + 92:5d:e0:d1:d3:6a:fe:fb:be:9b:6d:bf:c7:05:6d:59:20:c4: + 1c:f0:b7:da:84:58:02:63:fa:48:16:ef:4f:a5:0b:f7:4a:98: + f2:3f:9e:1b:ad:47:6b:63:ce:08:47:eb:52:3f:78:9c:af:4d: + ae:f8:d5:4f:cf:9a:98:2a:10:41:39:52:c4:dd:d9:9b:0e:ef: + 93:01:ae:b2:2e:ca:68:42:24:42:6c:b0:b3:3a:3e:cd:e9:da: + 48:c4:15:cb:e9:f9:07:0f:92:50:49:8a:dd:31:97:5f:c9:e9: + 37:aa:3b:59:65:97:94:32:c9:b3:9f:3e:3a:62:58:c5:49:ad: + 62:0e:71:a5:32:aa:2f:c6:89:76:43:40:13:13:67:3d:a2:54: + 25:10:cb:f1:3a:f2:d9:fa:db:49:56:bb:a6:fe:a7:41:35:c3: + e0:88:61:c9:88:c7:df:36:10:22:98:59:ea:b0:4a:fb:56:16: + 73:6e:ac:4d:f7:22:a1:4f:ad:1d:7a:2d:45:27:e5:30:c1:5e: + f2:da:13:cb:25:42:51:95:47:03:8c:6c:21:cc:74:42:ed:53: + ff:33:8b:8f:0f:57:01:16:2f:cf:a6:ee:c9:70:22:14:bd:fd: + be:6c:0b:03 +SHA1 Fingerprint=36:B1:2B:49:F9:81:9E:D7:4C:9E:BC:38:0F:C6:56:8F:5D:AC:B2:F7 diff --git a/sparse/system/etc/security/cacerts/a7605362.0 b/sparse/system/etc/security/cacerts/a7605362.0 new file mode 100644 index 0000000..9020f00 --- /dev/null +++ b/sparse/system/etc/security/cacerts/a7605362.0 @@ -0,0 +1,76 @@ +-----BEGIN CERTIFICATE----- +MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP +MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAx +MDQwNjA3Mjk0MFoXDTIxMDQwNjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNV +BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMiBDQTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3/Ei9vX+ALTU74W+o +Z6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybTdXnt +5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s +3TmVToMGf+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2Ej +vOr7nQKV0ba5cTppCD8PtOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu +8nYybieDwnPz3BjotJPqdURrBGAgcVeHnfO+oJAjPYok4doh28MCAwEAAaMzMDEw +DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITTXjwwCwYDVR0PBAQDAgEG +MA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt0jSv9zil +zqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/ +3DEIcbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvD +FNr450kkkdAdavphOe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6 +Tk6ezAyNlNzZRZxe7EJQY670XcSxEtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2 +ZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLHllpwrN9M +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 29 (0x1d) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=FI, O=Sonera, CN=Sonera Class2 CA + Validity + Not Before: Apr 6 07:29:40 2001 GMT + Not After : Apr 6 07:29:40 2021 GMT + Subject: C=FI, O=Sonera, CN=Sonera Class2 CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:90:17:4a:35:9d:ca:f0:0d:96:c7:44:fa:16:37: + fc:48:bd:bd:7f:80:2d:35:3b:e1:6f:a8:67:a9:bf: + 03:1c:4d:8c:6f:32:47:d5:41:68:a4:13:04:c1:35: + 0c:9a:84:43:fc:5c:1d:ff:89:b3:e8:17:18:cd:91: + 5f:fb:89:e3:ea:bf:4e:5d:7c:1b:26:d3:75:79:ed: + e6:84:e3:57:e5:ad:29:c4:f4:3a:28:e7:a5:7b:84: + 36:69:b3:fd:5e:76:bd:a3:2d:99:d3:90:4e:23:28: + 7d:18:63:f1:54:3b:26:9d:76:5b:97:42:b2:ff:ae: + f0:4e:ec:dd:39:95:4e:83:06:7f:e7:49:40:c8:c5: + 01:b2:54:5a:66:1d:3d:fc:f9:e9:3c:0a:9e:81:b8: + 70:f0:01:8b:e4:23:54:7c:c8:ae:f8:90:1e:00:96: + 72:d4:54:cf:61:23:bc:ea:fb:9d:02:95:d1:b6:b9: + 71:3a:69:08:3f:0f:b4:e1:42:c7:88:f5:3f:98:a8: + a7:ba:1c:e0:71:71:ef:58:57:81:50:7a:5c:6b:74: + 46:0e:83:03:98:c3:8e:a8:6e:f2:76:32:6e:27:83: + c2:73:f3:dc:18:e8:b4:93:ea:75:44:6b:04:60:20: + 71:57:87:9d:f3:be:a0:90:23:3d:8a:24:e1:da:21: + db:c3 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 4A:A0:AA:58:84:D3:5E:3C + X509v3 Key Usage: + Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 5a:ce:87:f9:16:72:15:57:4b:1d:d9:9b:e7:a2:26:30:ec:93: + 67:df:d6:2d:d2:34:af:f7:38:a5:ce:ab:16:b9:ab:2f:7c:35: + cb:ac:d0:0f:b4:4c:2b:fc:80:ef:6b:8c:91:5f:36:76:f7:db: + b3:1b:19:ea:f4:b2:11:fd:61:71:44:bf:28:b3:3a:1d:bf:b3: + 43:e8:9f:bf:dc:31:08:71:b0:9d:8d:d6:34:47:32:90:c6:65: + 24:f7:a0:4a:7c:04:73:8f:39:6f:17:8c:72:b5:bd:4b:c8:7a: + f8:7b:83:c3:28:4e:9c:09:ea:67:3f:b2:67:04:1b:c3:14:da: + f8:e7:49:24:91:d0:1d:6a:fa:61:39:ef:6b:e7:21:75:06:07: + d8:12:b4:21:20:70:42:71:81:da:3c:9a:36:be:a6:5b:0d:6a: + 6c:9a:1f:91:7b:f9:f9:ef:42:ba:4e:4e:9e:cc:0c:8d:94:dc: + d9:45:9c:5e:ec:42:50:63:ae:f4:5d:c4:b1:12:dc:ca:3b:a8: + 2e:9d:14:5a:05:75:b7:ec:d7:63:e2:ba:35:b6:04:08:91:e8: + da:9d:9c:f6:66:b5:18:ac:0a:a6:54:26:34:33:d2:1b:c1:d4: + 7f:1a:3a:8e:0b:aa:32:6e:db:fc:4f:25:9f:d9:32:c7:96:5a: + 70:ac:df:4c +SHA1 Fingerprint=37:F7:6D:E6:07:7C:90:C5:B1:3E:93:1A:B7:41:10:B4:F2:E4:9A:27 diff --git a/sparse/system/etc/security/cacerts/a81e292b.0 b/sparse/system/etc/security/cacerts/a81e292b.0 new file mode 100644 index 0000000..18d0039 --- /dev/null +++ b/sparse/system/etc/security/cacerts/a81e292b.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 3e:8a:5d:07:ec:55:d2:32:d5:b7:e3:b6:5f:01:eb:2d:dc:e4:d6:e4 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2 + Validity + Not Before: Oct 19 07:43:30 2015 GMT + Not After : Oct 19 07:43:30 2035 GMT + Subject: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b7:bc:3e:50:a8:4b:cd:40:b5:ce:61:e7:96:ca: + b4:a1:da:0c:22:b0:fa:b5:7b:76:00:77:8c:0b:cf: + 7d:a8:86:cc:26:51:e4:20:3d:85:0c:d6:58:e3:e7: + f4:2a:18:9d:da:d1:ae:26:ee:eb:53:dc:f4:90:d6: + 13:4a:0c:90:3c:c3:f4:da:d2:8e:0d:92:3a:dc:b1: + b1:ff:38:de:c3:ba:2d:5f:80:b9:02:bd:4a:9d:1b: + 0f:b4:c3:c2:c1:67:03:dd:dc:1b:9c:3d:b3:b0:de: + 00:1e:a8:34:47:bb:9a:eb:fe:0b:14:bd:36:84:da: + 0d:20:bf:fa:5b:cb:a9:16:20:ad:39:60:ee:2f:75: + b6:e7:97:9c:f9:3e:fd:7e:4d:6f:4d:2f:ef:88:0d: + 6a:fa:dd:f1:3d:6e:20:a5:a0:12:b4:4d:70:b9:ce: + d7:72:3b:89:93:a7:80:84:1c:27:49:72:49:b5:ff: + 3b:95:9e:c1:cc:c8:01:ec:e8:0e:8a:0a:96:e7:b3: + a6:87:e5:d6:f9:05:2b:0d:97:40:70:3c:ba:ac:75: + 5a:9c:d5:4d:9d:02:0a:d2:4b:9b:66:4b:46:07:17: + 65:ad:9f:6c:88:00:dc:22:89:e0:e1:64:d4:67:bc: + 31:79:61:3c:bb:ca:41:cd:5c:6a:00:c8:3c:38:8e: + 58:af + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 2E:16:A9:4A:18:B5:CB:CC:F5:6F:50:F3:23:5F:F8:5D:E7:AC:F0:C8 + Signature Algorithm: sha256WithRSAEncryption + b5:73:f8:03:dc:59:5b:1d:76:e9:a3:2a:7b:90:28:b2:4d:c0: + 33:4f:aa:9a:b1:d4:b8:e4:27:ff:a9:96:99:ce:46:e0:6d:7c: + 4c:a2:38:a4:06:70:f0:f4:41:11:ec:3f:47:8d:3f:72:87:f9: + 3b:fd:a4:6f:2b:53:00:e0:ff:39:b9:6a:07:0e:eb:1d:1c:f6: + a2:72:90:cb:82:3d:11:82:8b:d2:bb:9f:2a:af:21:e6:63:86: + 9d:79:19:ef:f7:bb:0c:35:90:c3:8a:ed:4f:0f:f5:cc:12:d9: + a4:3e:bb:a0:fc:20:95:5f:4f:26:2f:11:23:83:4e:75:07:0f: + bf:9b:d1:b4:1d:e9:10:04:fe:ca:60:8f:a2:4c:b8:ad:cf:e1: + 90:0f:cd:ae:0a:c7:5d:7b:b7:50:d2:d4:61:fa:d5:15:db:d7: + 9f:87:51:54:eb:a5:e3:eb:c9:85:a0:25:20:37:fb:8e:ce:0c: + 34:84:e1:3c:81:b2:77:4e:43:a5:88:5f:86:67:a1:3d:e6:b4: + 5c:61:b6:3e:db:fe:b7:28:c5:a2:07:ae:b5:ca:ca:8d:2a:12: + ef:97:ed:c2:30:a4:c9:2a:7a:fb:f3:4d:23:1b:99:33:34:a0: + 2e:f5:a9:0b:3f:d4:5d:e1:cf:84:9f:e2:19:c2:5f:8a:d6:20: + 1e:e3:73:b7 +SHA1 Fingerprint=E2:52:FA:95:3F:ED:DB:24:60:BD:6E:28:F3:9C:CC:CF:5E:B3:3F:DE diff --git a/sparse/system/etc/security/cacerts/a9d40e02.0 b/sparse/system/etc/security/cacerts/a9d40e02.0 new file mode 100644 index 0000000..55c7b60 --- /dev/null +++ b/sparse/system/etc/security/cacerts/a9d40e02.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 11:00:34:b6:4e:c6:36:2d:36 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=RO, O=CERTSIGN SA, OU=certSIGN ROOT CA G2 + Validity + Not Before: Feb 6 09:27:35 2017 GMT + Not After : Feb 6 09:27:35 2042 GMT + Subject: C=RO, O=CERTSIGN SA, OU=certSIGN ROOT CA G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c0:c5:75:19:91:7d:44:74:74:87:fe:0e:3b:96: + dc:d8:01:16:cc:ee:63:91:e7:0b:6f:ce:3b:0a:69: + 1a:7c:c2:e3:af:82:8e:86:d7:5e:8f:57:eb:d3:21: + 59:fd:39:37:42:30:be:50:ea:b6:0f:a9:88:d8:2e: + 2d:69:21:e7:d1:37:18:4e:7d:91:d5:16:5f:6b:5b: + 00:c2:39:43:0d:36:85:52:b9:53:65:0f:1d:42:e5: + 8f:cf:05:d3:ee:dc:0c:1a:d9:b8:8b:78:22:67:e4: + 69:b0:68:c5:3c:e4:6c:5a:46:e7:cd:c7:fa:ef:c4: + ec:4b:bd:6a:a4:ac:fd:cc:28:51:ef:92:b4:29:ab: + ab:35:9a:4c:e4:c4:08:c6:26:cc:f8:69:9f:e4:9c: + f0:29:d3:5c:f9:c6:16:25:9e:23:c3:20:c1:3d:0f: + 3f:38:40:b0:fe:82:44:38:aa:5a:1a:8a:6b:63:58: + 38:b4:15:d3:b6:11:69:7b:1e:54:ee:8c:1a:22:ac: + 72:97:3f:23:59:9b:c9:22:84:c1:07:4f:cc:7f:e2: + 57:ca:12:70:bb:a6:65:f3:69:75:63:bd:95:fb:1b: + 97:cd:e4:a8:af:f6:d1:4e:a8:d9:8a:71:24:cd:36: + 3d:bc:96:c4:f1:6c:a9:ae:e5:cf:0d:6e:28:0d:b0: + 0e:b5:ca:51:7b:78:14:c3:20:2f:7f:fb:14:55:e1: + 11:99:fd:d5:0a:a1:9e:02:e3:62:5f:eb:35:4b:2c: + b8:72:e8:3e:3d:4f:ac:2c:bb:2e:86:e2:a3:76:8f: + e5:93:2a:cf:a5:ab:c8:5c:8d:4b:06:ff:12:46:ac: + 78:cb:14:07:35:e0:a9:df:8b:e9:af:15:4f:16:89: + 5b:bd:f6:8d:c6:59:ae:88:85:0e:c1:89:eb:1f:67: + c5:45:8e:ff:6d:37:36:2b:78:66:83:91:51:2b:3d: + ff:51:77:76:62:a1:ec:67:3e:3e:81:83:e0:56:a9: + 50:1f:1f:7a:99:ab:63:bf:84:17:77:f1:0d:3b:df: + f7:9c:61:b3:35:98:8a:3a:b2:ec:3c:1a:37:3f:7e: + 8f:92:cf:d9:12:14:64:da:10:02:15:41:ff:4f:c4: + eb:1c:a3:c9:fa:99:f7:46:e9:e1:18:d9:b1:b8:32: + 2d:cb:14:0c:50:d8:83:65:83:ee:b9:5c:cf:cb:05: + 5a:4c:fa:19:97:6b:d6:5d:13:d3:c2:5c:54:bc:32: + 73:a0:78:f5:f1:6d:1e:cb:9f:a5:a6:9f:22:dc:d1: + 51:9e:82:79:64:60:29:13:3e:a3:fd:4f:72:6a:ab: + e2:d4:e5:b8:24:55:2c:44:4b:8a:88:44:9c:ca:84: + d3:2a:3b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 82:21:2D:66:C6:D7:A0:E0:15:EB:CE:4C:09:77:C4:60:9E:54:6E:03 + Signature Algorithm: sha256WithRSAEncryption + 60:de:1a:b8:e7:f2:60:82:d5:03:33:81:cb:06:8a:f1:22:49: + e9:e8:ea:91:7f:c6:33:5e:68:19:03:86:3b:43:01:cf:07:70: + e4:08:1e:65:85:91:e6:11:22:b7:f5:02:23:8e:ae:b9:1e:7d: + 1f:7e:6c:e6:bd:25:d5:95:1a:f2:05:a6:af:85:02:6f:ae:f8: + d6:31:ff:25:c9:4a:c8:c7:8a:a9:d9:9f:4b:49:9b:11:57:99: + 92:43:11:de:b6:33:a4:cc:d7:8d:64:7d:d4:cd:3c:28:2c:b4: + 9a:96:ea:4d:f5:c4:44:c4:25:aa:20:80:d8:29:55:f7:e0:41: + fc:06:26:ff:b9:36:f5:43:14:03:66:78:e1:11:b1:da:20:5f: + 46:00:78:00:21:a5:1e:00:28:61:78:6f:a8:01:01:8f:9d:34: + 9a:ff:f4:38:90:fb:b8:d1:b3:72:06:c9:71:e6:81:c5:79:ed: + 0b:a6:79:f2:13:0b:9c:f7:5d:0e:7b:24:93:b4:48:db:86:5f: + de:50:86:78:e7:40:e6:31:a8:90:76:70:61:af:9c:37:2c:11: + b5:82:b7:aa:ae:24:34:5b:72:0c:69:0d:cd:59:9f:f6:71:af: + 9c:0b:d1:0a:38:f9:06:22:83:53:25:0c:fc:51:c4:e6:be:e2: + 39:95:0b:24:ad:af:d1:95:e4:96:d7:74:64:6b:71:4e:02:3c: + aa:85:f3:20:a3:43:39:76:5b:6c:50:fe:9a:9c:14:1e:65:14: + 8a:15:bd:a3:82:45:5a:49:56:6a:d2:9c:b1:63:32:e5:61:e0: + 53:22:0e:a7:0a:49:ea:cb:7e:1f:a8:e2:62:80:f6:10:45:52: + 98:06:18:de:a5:cd:2f:7f:aa:d4:e9:3e:08:72:ec:23:03:02: + 3c:a6:aa:d8:bc:67:74:3d:14:17:fb:54:4b:17:e3:d3:79:3d: + 6d:6b:49:c9:28:0e:2e:74:50:bf:0c:d9:46:3a:10:86:c9:a7: + 3f:e9:a0:ec:7f:eb:a5:77:58:69:71:e6:83:0a:37:f2:86:49: + 6a:be:79:08:90:f6:02:16:64:3e:e5:da:4c:7e:0c:34:c9:f9: + 5f:b6:b3:28:51:a7:a7:2b:aa:49:fa:8d:65:29:4e:e3:6b:13: + a7:94:a3:2d:51:6d:78:0c:44:cb:df:de:08:6f:ce:a3:64:ab: + d3:95:84:d4:b9:52:54:72:7b:96:25:cc:bc:69:e3:48:6e:0d: + d0:c7:9d:27:9a:aa:f8:13:92:dd:1e:df:63:9f:35:a9:16:36: + ec:8c:b8:83:f4:3d:89:8f:cd:b4:17:5e:d7:b3:17:41:10:5d: + 27:73:60:85:57:49:22:07 +SHA1 Fingerprint=26:F9:93:B4:ED:3D:28:27:B0:B9:4B:A7:E9:15:1D:A3:8D:92:E5:32 diff --git a/sparse/system/etc/security/cacerts/ab5346f4.0 b/sparse/system/etc/security/cacerts/ab5346f4.0 new file mode 100644 index 0000000..7a63ead --- /dev/null +++ b/sparse/system/etc/security/cacerts/ab5346f4.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr +MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG +A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 +MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp +Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD +QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz +i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 +h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV +MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 +UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni +8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC +h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD +VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB +AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm +KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ +X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr +QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 +pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN +QSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=JP, O=Japan Certification Services, Inc., CN=SecureSign RootCA11 + Validity + Not Before: Apr 8 04:56:47 2009 GMT + Not After : Apr 8 04:56:47 2029 GMT + Subject: C=JP, O=Japan Certification Services, Inc., CN=SecureSign RootCA11 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:fd:77:aa:a5:1c:90:05:3b:cb:4c:9b:33:8b:5a: + 14:45:a4:e7:90:16:d1:df:57:d2:21:10:a4:17:fd: + df:ac:d6:1f:a7:e4:db:7c:f7:ec:df:b8:03:da:94: + 58:fd:5d:72:7c:8c:3f:5f:01:67:74:15:96:e3:02: + 3c:87:db:ae:cb:01:8e:c2:f3:66:c6:85:45:f4:02: + c6:3a:b5:62:b2:af:fa:9c:bf:a4:e6:d4:80:30:98: + f3:0d:b6:93:8f:a9:d4:d8:36:f2:b0:fc:8a:ca:2c: + a1:15:33:95:31:da:c0:1b:f2:ee:62:99:86:63:3f: + bf:dd:93:2a:83:a8:76:b9:13:1f:b7:ce:4e:42:85: + 8f:22:e7:2e:1a:f2:95:09:b2:05:b5:44:4e:77:a1: + 20:bd:a9:f2:4e:0a:7d:50:ad:f5:05:0d:45:4f:46: + 71:fd:28:3e:53:fb:04:d8:2d:d7:65:1d:4a:1b:fa: + cf:3b:b0:31:9a:35:6e:c8:8b:06:d3:00:91:f2:94: + 08:65:4c:b1:34:06:00:7a:89:e2:f0:c7:03:59:cf: + d5:d6:e8:a7:32:b3:e6:98:40:86:c5:cd:27:12:8b: + cc:7b:ce:b7:11:3c:62:60:07:23:3e:2b:40:6e:94: + 80:09:6d:b6:b3:6f:77:6f:35:08:50:fb:02:87:c5: + 3e:89 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 5B:F8:4D:4F:B2:A5:86:D4:3A:D2:F1:63:9A:A0:BE:09:F6:57:B7:DE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha1WithRSAEncryption + a0:a1:38:16:66:2e:a7:56:1f:21:9c:06:fa:1d:ed:b9:22:c5: + 38:26:d8:4e:4f:ec:a3:7f:79:de:46:21:a1:87:77:8f:07:08: + 9a:b2:a4:c5:af:0f:32:98:0b:7c:66:29:b6:9b:7d:25:52:49: + 43:ab:4c:2e:2b:6e:7a:70:af:16:0e:e3:02:6c:fb:42:e6:18: + 9d:45:d8:55:c8:e8:3b:dd:e7:e1:f4:2e:0b:1c:34:5c:6c:58: + 4a:fb:8c:88:50:5f:95:1c:bf:ed:ab:22:b5:65:b3:85:ba:9e: + 0f:b8:ad:e5:7a:1b:8a:50:3a:1d:bd:0d:bc:7b:54:50:0b:b9: + 42:af:55:a0:18:81:ad:65:99:ef:be:e4:9c:bf:c4:85:ab:41: + b2:54:6f:dc:25:cd:ed:78:e2:8e:0c:8d:09:49:dd:63:7b:5a: + 69:96:02:21:a8:bd:52:59:e9:7d:35:cb:c8:52:ca:7f:81:fe: + d9:6b:d3:f7:11:ed:25:df:f8:e7:f9:a4:fa:72:97:84:53:0d: + a5:d0:32:18:51:76:59:14:6c:0f:eb:ec:5f:80:8c:75:43:83: + c3:85:98:ff:4c:9e:2d:0d:e4:77:83:93:4e:b5:96:07:8b:28: + 13:9b:8c:19:8d:41:27:49:40:ee:de:e6:23:44:39:dc:a1:22: + d6:ba:03:f2 +SHA1 Fingerprint=3B:C4:9F:48:F8:F3:73:A0:9C:1E:BD:F8:5B:B1:C3:65:C7:D8:11:B3 diff --git a/sparse/system/etc/security/cacerts/ab59055e.0 b/sparse/system/etc/security/cacerts/ab59055e.0 new file mode 100644 index 0000000..67cf3cd --- /dev/null +++ b/sparse/system/etc/security/cacerts/ab59055e.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 9009899650740120186 (0x7d0997fef047ea7a) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=CN, O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD., CN=GDCA TrustAUTH R5 ROOT + Validity + Not Before: Nov 26 05:13:15 2014 GMT + Not After : Dec 31 15:59:59 2040 GMT + Subject: C=CN, O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD., CN=GDCA TrustAUTH R5 ROOT + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:d9:a3:16:f0:c8:74:74:77:9b:ef:33:0d:3b:06: + 7e:55:fc:b5:60:8f:76:86:12:42:7d:56:66:3e:88: + 82:ed:72:63:0e:9e:8b:dd:34:2c:02:51:51:c3:19: + fd:59:54:84:c9:f1:6b:b3:4c:b0:e9:e8:46:5d:38: + c6:a2:a7:2e:11:57:ba:82:15:a2:9c:8f:6d:b0:99: + 4a:0a:f2:eb:89:70:63:4e:79:c4:b7:5b:bd:a2:5d: + b1:f2:41:02:2b:ad:a9:3a:a3:ec:79:0a:ec:5f:3a: + e3:fd:ef:80:3c:ad:34:9b:1a:ab:88:26:7b:56:a2: + 82:86:1f:eb:35:89:83:7f:5f:ae:29:4e:3d:b6:6e: + ec:ae:c1:f0:27:9b:ae:e3:f4:ec:ef:ae:7f:f7:86: + 3d:72:7a:eb:a5:fb:59:4e:a7:eb:95:8c:22:39:79: + e1:2d:08:8f:cc:bc:91:b8:41:f7:14:c1:23:a9:c3: + ad:9a:45:44:b3:b2:d7:2c:cd:c6:29:e2:50:10:ae: + 5c:cb:82:8e:17:18:36:7d:97:e6:88:9a:b0:4d:34: + 09:f4:2c:b9:5a:66:2a:b0:17:9b:9e:1e:76:9d:4a: + 66:31:41:df:3f:fb:c5:06:ef:1b:b6:7e:1a:46:36: + f7:64:63:3b:e3:39:18:23:e7:67:75:14:d5:75:57: + 92:37:bd:be:6a:1b:26:50:f2:36:26:06:90:c5:70: + 01:64:6d:76:66:e1:91:db:6e:07:c0:61:80:2e:b2: + 2e:2f:8c:70:a7:d1:3b:3c:b3:91:e4:6e:b6:c4:3b: + 70:f2:6c:92:97:09:cd:47:7d:18:c0:f3:bb:9e:0f: + d6:8b:ae:07:b6:5a:0f:ce:0b:0c:47:a7:e5:3e:b8: + bd:7d:c7:9b:35:a0:61:97:3a:41:75:17:cc:2b:96: + 77:2a:92:21:1e:d9:95:76:20:67:68:cf:0d:bd:df: + d6:1f:09:6a:9a:e2:cc:73:71:a4:2f:7d:12:80:b7: + 53:30:46:5e:4b:54:99:0f:67:c9:a5:c8:f2:20:c1: + 82:ec:9d:11:df:c2:02:fb:1a:3b:d1:ed:20:9a:ef: + 65:64:92:10:0d:2a:e2:de:70:f1:18:67:82:8c:61: + de:b8:bc:d1:2f:9c:fb:0f:d0:2b:ed:1b:76:b9:e4: + 39:55:f8:f8:a1:1d:b8:aa:80:00:4c:82:e7:b2:7f: + 09:b8:bc:30:a0:2f:0d:f5:52:9e:8e:f7:92:b3:0a: + 00:1d:00:54:97:06:e0:b1:07:d9:c7:0f:5c:65:7d: + 3c:6d:59:57:e4:ed:a5:8d:e9:40:53:9f:15:4b:a0: + 71:f6:1a:21:e3:da:70:06:21:58:14:87:85:77:79: + aa:82:79 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + E2:C9:40:9F:4D:CE:E8:9A:A1:7C:CF:0E:3F:65:C5:29:88:6A:19:51 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + d1:49:57:e0:a7:cc:68:58:ba:01:0f:2b:19:cd:8d:b0:61:45: + ac:11:ed:63:50:69:f8:1f:7f:be:16:8f:fd:9d:eb:0b:aa:32: + 47:76:d2:67:24:ed:bd:7c:33:32:97:2a:c7:05:86:66:0d:17: + 7d:14:15:1b:d4:eb:fd:1f:9a:f6:5e:97:69:b7:1a:25:a4:0a: + b3:91:3f:5f:36:ac:8b:ec:57:a8:3e:e7:81:8a:18:57:39:85: + 74:1a:42:c7:e9:5b:13:5f:8f:f9:08:e9:92:74:8d:f5:47:d2: + ab:3b:d6:fb:78:66:4e:36:7d:f9:e9:92:e9:04:de:fd:49:63: + fc:6d:fb:14:71:93:67:2f:47:4a:b7:b9:ff:1e:2a:73:70:46: + 30:bf:5a:f2:2f:79:a5:e1:8d:0c:d9:f9:b2:63:37:8c:37:65: + 85:70:6a:5c:5b:09:72:b9:ad:63:3c:b1:dd:f8:fc:32:bf:37: + 86:e4:bb:8e:98:27:7e:ba:1f:16:e1:70:11:f2:03:df:25:62: + 32:27:26:18:32:84:9f:ff:00:3a:13:ba:9a:4d:f4:4f:b8:14: + 70:22:b1:ca:2b:90:ce:29:c1:70:f4:2f:9d:7f:f2:90:1e:d6: + 5a:df:b7:46:fc:e6:86:fa:cb:e0:20:76:7a:ba:a6:cb:f5:7c: + de:62:a5:b1:8b:ee:de:82:66:8a:4e:3a:30:1f:3f:80:cb:ad: + 27:ba:0c:5e:d7:d0:b1:56:ca:77:71:b2:b5:75:a1:50:a9:40: + 43:17:c2:28:d9:cf:52:8b:5b:c8:63:d4:42:3e:a0:33:7a:46: + 2e:f7:0a:20:46:54:7e:6a:4f:31:f1:81:7e:42:74:38:65:73: + 27:ee:c6:7c:b8:8e:d7:a5:3a:d7:98:a1:9c:8c:10:55:d3:db: + 4b:ec:40:90:f2:cd:6e:57:d2:62:0e:7c:57:93:b1:a7:6d:cd: + 9d:83:bb:2a:e7:e5:b6:3b:71:58:ad:fd:d1:45:bc:5a:91:ee: + 53:15:6f:d3:45:09:75:6e:ba:90:5d:1e:04:cf:37:df:1e:a8: + 66:b1:8c:e6:20:6a:ef:fc:48:4e:74:98:42:af:29:6f:2e:6a: + c7:fb:7d:d1:66:31:22:cc:86:00:7e:66:83:0c:42:f4:bd:34: + 92:c3:1a:ea:4f:ca:7e:72:4d:0b:70:8c:a6:48:bb:a6:a1:14: + f6:fb:58:44:99:14:ae:aa:0b:93:69:a0:29:25:4a:a5:cb:2b: + dd:8a:66:07:16:78:15:57:71:1b:ec:f5:47:84:f3:9e:31:37: + 7a:d5:7f:24:ad:e4:bc:fd:fd:cc:6e:83:e8:0c:a8:b7:41:6c: + 07:dd:bd:3c:86:97:2f:d2 +SHA1 Fingerprint=0F:36:38:5B:81:1A:25:C3:9B:31:4E:83:CA:E9:34:66:70:CC:74:B4 diff --git a/sparse/system/etc/security/cacerts/aeb67534.0 b/sparse/system/etc/security/cacerts/aeb67534.0 new file mode 100644 index 0000000..e5ad219 --- /dev/null +++ b/sparse/system/etc/security/cacerts/aeb67534.0 @@ -0,0 +1,97 @@ +-----BEGIN CERTIFICATE----- +MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB +8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy +dGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1 +YmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3 +dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UECxMsSmVyYXJxdWlh +IEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMTBkVD +LUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQG +EwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8g +KE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBD +ZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQu +bmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMg +ZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUNDMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R +85iKw5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm +4CgPukLjbo73FCeTae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaV +HMf5NLWUhdWZXqBIoH7nF2W4onW4HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNd +QlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0aE9jD2z3Il3rucO2n5nzbcc8t +lGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw0JDnJwIDAQAB +o4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4 +opvpXY0wfwYDVR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBo +dHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidW +ZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAwDQYJKoZIhvcN +AQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJlF7W2u++AVtd0x7Y +/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNaAl6k +SBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhy +Rp/7SNVel+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOS +Agu+TGbrIP65y7WZf+a2E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xl +nJ2lYJU6Un/10asIbvPuW/mIPX64b24D5EI= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + (Negative)11:d4:c2:14:2b:de:21:eb:57:9d:53:fb:0c:22:3b:ff + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC + Validity + Not Before: Jan 7 23:00:00 2003 GMT + Not After : Jan 7 22:59:59 2031 GMT + Subject: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b3:22:c7:4f:e2:97:42:95:88:47:83:40:f6:1d: + 17:f3:83:73:24:1e:51:f3:98:8a:c3:92:b8:ff:40: + 90:05:70:87:60:c9:00:a9:b5:94:65:19:22:15:17: + c2:43:6c:66:44:9a:0d:04:3e:39:6f:a5:4b:7a:aa: + 63:b7:8a:44:9d:d9:63:91:84:66:e0:28:0f:ba:42: + e3:6e:8e:f7:14:27:93:69:ee:91:0e:a3:5f:0e:b1: + eb:66:a2:72:4f:12:13:86:65:7a:3e:db:4f:07:f4: + a7:09:60:da:3a:42:99:c7:b2:7f:b3:16:95:1c:c7: + f9:34:b5:94:85:d5:99:5e:a0:48:a0:7e:e7:17:65: + b8:a2:75:b8:1e:f3:e5:42:7d:af:ed:f3:8a:48:64: + 5d:82:14:93:d8:c0:e4:ff:b3:50:72:f2:76:f6:b3: + 5d:42:50:79:d0:94:3e:6b:0c:00:be:d8:6b:0e:4e: + 2a:ec:3e:d2:cc:82:a2:18:65:33:13:77:9e:9a:5d: + 1a:13:d8:c3:db:3d:c8:97:7a:ee:70:ed:a7:e6:7c: + db:71:cf:2d:94:62:df:6d:d6:f5:38:be:3f:a5:85: + 0a:19:b8:a8:d8:09:75:42:70:c4:ea:ef:cb:0e:c8: + 34:a8:12:22:98:0c:b8:13:94:b6:4b:ec:f0:d0:90: + e7:27 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Alternative Name: + email:ec_acc@catcert.net + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + A0:C3:8B:44:AA:37:A5:45:BF:97:80:5A:D1:F1:78:A2:9B:E9:5D:8D + X509v3 Certificate Policies: + Policy: 1.3.6.1.4.1.15096.1.3.1.10 + CPS: https://www.catcert.net/verarrel + User Notice: + Explicit Text: Vegeu https://www.catcert.net/verarrel + + Signature Algorithm: sha1WithRSAEncryption + a0:48:5b:82:01:f6:4d:48:b8:39:55:35:9c:80:7a:53:99:d5: + 5a:ff:b1:71:3b:cc:39:09:94:5e:d6:da:ef:be:01:5b:5d:d3: + 1e:d8:fd:7d:4f:cd:a0:41:e0:34:93:bf:cb:e2:86:9c:37:92: + 90:56:1c:dc:eb:29:05:e5:c4:9e:c7:35:df:8a:0c:cd:c5:21: + 43:e9:aa:88:e5:35:c0:19:42:63:5a:02:5e:a4:48:18:3a:85: + 6f:dc:9d:bc:3f:9d:9c:c1:87:b8:7a:61:08:e9:77:0b:7f:70: + ab:7a:dd:d9:97:2c:64:1e:85:bf:bc:74:96:a1:c3:7a:12:ec: + 0c:1a:6e:83:0c:3c:e8:72:46:9f:fb:48:d5:5e:97:e6:b1:a1: + f8:e4:ef:46:25:94:9c:89:db:69:38:be:ec:5c:0e:56:c7:65: + 51:e5:50:88:88:bf:42:d5:2b:3d:e5:f9:ba:9e:2e:b3:ca:f4: + 73:92:02:0b:be:4c:66:eb:20:fe:b9:cb:b5:99:7f:e6:b6:13: + fa:ca:4b:4d:d9:ee:53:46:06:3b:c6:4e:ad:93:5a:81:7e:6c: + 2a:4b:6a:05:45:8c:f2:21:a4:31:90:87:6c:65:9c:9d:a5:60: + 95:3a:52:7f:f5:d1:ab:08:6e:f3:ee:5b:f9:88:3d:7e:b8:6f: + 6e:03:e4:42 +SHA1 Fingerprint=28:90:3A:63:5B:52:80:FA:E6:77:4C:0B:6D:A7:D6:BA:A6:4A:F2:E8 diff --git a/sparse/system/etc/security/cacerts/b0ed035a.0 b/sparse/system/etc/security/cacerts/b0ed035a.0 new file mode 100644 index 0000000..a6bb93e --- /dev/null +++ b/sparse/system/etc/security/cacerts/b0ed035a.0 @@ -0,0 +1,117 @@ +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 3262 (0xcbe) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA + Validity + Not Before: Jun 27 06:28:33 2012 GMT + Not After : Dec 31 15:59:59 2030 GMT + Subject: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b0:05:db:c8:eb:8c:c4:6e:8a:21:ef:8e:4d:9c: + 71:0a:1f:52:70:ed:6d:82:9c:97:c5:d7:4c:4e:45: + 49:cb:40:42:b5:12:34:6c:19:c2:74:a4:31:5f:85: + 02:97:ec:43:33:0a:53:d2:9c:8c:8e:b7:b8:79:db: + 2b:d5:6a:f2:8e:66:c4:ee:2b:01:07:92:d4:b3:d0: + 02:df:50:f6:55:af:66:0e:cb:e0:47:60:2f:2b:32: + 39:35:52:3a:28:83:f8:7b:16:c6:18:b8:62:d6:47: + 25:91:ce:f0:19:12:4d:ad:63:f5:d3:3f:75:5f:29: + f0:a1:30:1c:2a:a0:98:a6:15:bd:ee:fd:19:36:f0: + e2:91:43:8f:fa:ca:d6:10:27:49:4c:ef:dd:c1:f1: + 85:70:9b:ca:ea:a8:5a:43:fc:6d:86:6f:73:e9:37: + 45:a9:f0:36:c7:cc:88:75:1e:bb:6c:06:ff:9b:6b: + 3e:17:ec:61:aa:71:7c:c6:1d:a2:f7:49:e9:15:b5: + 3c:d6:a1:61:f5:11:f7:05:6f:1d:fd:11:be:d0:30: + 07:c2:29:b0:09:4e:26:dc:e3:a2:a8:91:6a:1f:c2: + 91:45:88:5c:e5:98:b8:71:a5:15:19:c9:7c:75:11: + cc:70:74:4f:2d:9b:1d:91:44:fd:56:28:a0:fe:bb: + 86:6a:c8:fa:5c:0b:58:dc:c6:4b:76:c8:ab:22:d9: + 73:0f:a5:f4:5a:02:89:3f:4f:9e:22:82:ee:a2:74: + 53:2a:3d:53:27:69:1d:6c:8e:32:2c:64:00:26:63: + 61:36:4e:a3:46:b7:3f:7d:b3:2d:ac:6d:90:a2:95: + a2:ce:cf:da:82:e7:07:34:19:96:e9:b8:21:aa:29: + 7e:a6:38:be:8e:29:4a:21:66:79:1f:b3:c3:b5:09: + 67:de:d6:d4:07:46:f3:2a:da:e6:22:37:60:cb:81: + b6:0f:a0:0f:e9:c8:95:7f:bf:55:91:05:7a:cf:3d: + 15:c0:6f:de:09:94:01:83:d7:34:1b:cc:40:a5:f0: + b8:9b:67:d5:98:91:3b:a7:84:78:95:26:a4:5a:08: + f8:2b:74:b4:00:04:3c:df:b8:14:8e:e8:df:a9:8d: + 6c:67:92:33:1d:c0:b7:d2:ec:92:c8:be:09:bf:2c: + 29:05:6f:02:6b:9e:ef:bc:bf:2a:bc:5b:c0:50:8f: + 41:70:71:87:b2:4d:b7:04:a9:84:a3:32:af:ae:ee: + 6b:17:8b:b2:b1:fe:6c:e1:90:8c:88:a8:97:48:ce: + c8:4d:cb:f3:06:cf:5f:6a:0a:42:b1:1e:1e:77:2f: + 8e:a0:e6:92:0e:06:fc:05:22:d2:26:e1:31:51:7d: + 32:dc:0f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha256WithRSAEncryption + 5f:34:81:76:ef:96:1d:d5:e5:b5:d9:02:63:84:16:c1:ae:a0: + 70:51:a7:f7:4c:47:35:c8:0b:d7:28:3d:89:71:d9:aa:33:41: + ea:14:1b:6c:21:00:c0:6c:42:19:7e:9f:69:5b:20:42:df:a2: + d2:da:c4:7c:97:4b:8d:b0:e8:ac:c8:ee:a5:69:04:99:0a:92: + a6:ab:27:2e:1a:4d:81:bf:84:d4:70:1e:ad:47:fe:fd:4a:9d: + 33:e0:f2:b9:c4:45:08:21:0a:da:69:69:73:72:0d:be:34:fe: + 94:8b:ad:c3:1e:35:d7:a2:83:ef:e5:38:c7:a5:85:1f:ab:cf: + 34:ec:3f:28:fe:0c:f1:57:86:4e:c9:55:f7:1c:d4:d8:a5:7d: + 06:7a:6f:d5:df:10:df:81:4e:21:65:b1:b6:e1:17:79:95:45: + 06:ce:5f:cc:dc:46:89:63:68:44:8d:93:f4:64:70:a0:3d:9d: + 28:05:c3:39:70:b8:62:7b:20:fd:e4:db:e9:08:a1:b8:9e:3d: + 09:c7:4f:fb:2c:f8:93:76:41:de:52:e0:e1:57:d2:9d:03:bc: + 77:9e:fe:9e:29:5e:f7:c1:51:60:1f:de:da:0b:b2:2d:75:b7: + 43:48:93:e7:f6:79:c6:84:5d:80:59:60:94:fc:78:98:8f:3c: + 93:51:ed:40:90:07:df:64:63:24:cb:4e:71:05:a1:d7:94:1a: + 88:32:f1:22:74:22:ae:a5:a6:d8:12:69:4c:60:a3:02:ee:2b: + ec:d4:63:92:0b:5e:be:2f:76:6b:a3:b6:26:bc:8f:03:d8:0a: + f2:4c:64:46:bd:39:62:e5:96:eb:34:63:11:28:cc:95:f1:ad: + ef:ef:dc:80:58:48:e9:4b:b8:ea:65:ac:e9:fc:80:b5:b5:c8: + 45:f9:ac:c1:9f:d9:b9:ea:62:88:8e:c4:f1:4b:83:12:ad:e6: + 8b:84:d6:9e:c2:eb:83:18:9f:6a:bb:1b:24:60:33:70:cc:ec: + f7:32:f3:5c:d9:79:7d:ef:9e:a4:fe:c9:23:c3:24:ee:15:92: + b1:3d:91:4f:26:86:bd:66:73:24:13:ea:a4:ae:63:c1:ad:7d: + 84:03:3c:10:78:86:1b:79:e3:c4:f3:f2:04:95:20:ae:23:82: + c4:b3:3a:00:62:bf:e6:36:24:e1:57:ba:c7:1e:90:75:d5:5f: + 3f:95:61:2b:c1:3b:cd:e5:b3:68:61:d0:46:26:a9:21:52:69: + 2d:eb:2e:c7:eb:77:ce:a6:3a:b5:03:33:4f:76:d1:e7:5c:54: + 01:5d:cb:78:f4:c9:0c:bf:cf:12:8e:17:2d:23:68:94:e7:ab: + fe:a9:b2:2b:06:d0:04:cd +SHA1 Fingerprint=9C:BB:48:53:F6:A4:F6:D3:52:A4:E8:32:52:55:60:13:F5:AD:AF:65 diff --git a/sparse/system/etc/security/cacerts/b0f3e76e.0 b/sparse/system/etc/security/cacerts/b0f3e76e.0 new file mode 100644 index 0000000..945b721 --- /dev/null +++ b/sparse/system/etc/security/cacerts/b0f3e76e.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:15:4b:5a:c3:94 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA + Validity + Not Before: Sep 1 12:00:00 1998 GMT + Not After : Jan 28 12:00:00 2028 GMT + Subject: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:da:0e:e6:99:8d:ce:a3:e3:4f:8a:7e:fb:f1:8b: + 83:25:6b:ea:48:1f:f1:2a:b0:b9:95:11:04:bd:f0: + 63:d1:e2:67:66:cf:1c:dd:cf:1b:48:2b:ee:8d:89: + 8e:9a:af:29:80:65:ab:e9:c7:2d:12:cb:ab:1c:4c: + 70:07:a1:3d:0a:30:cd:15:8d:4f:f8:dd:d4:8c:50: + 15:1c:ef:50:ee:c4:2e:f7:fc:e9:52:f2:91:7d:e0: + 6d:d5:35:30:8e:5e:43:73:f2:41:e9:d5:6a:e3:b2: + 89:3a:56:39:38:6f:06:3c:88:69:5b:2a:4d:c5:a7: + 54:b8:6c:89:cc:9b:f9:3c:ca:e5:fd:89:f5:12:3c: + 92:78:96:d6:dc:74:6e:93:44:61:d1:8d:c7:46:b2: + 75:0e:86:e8:19:8a:d5:6d:6c:d5:78:16:95:a2:e9: + c8:0a:38:eb:f2:24:13:4f:73:54:93:13:85:3a:1b: + bc:1e:34:b5:8b:05:8c:b9:77:8b:b1:db:1f:20:91: + ab:09:53:6e:90:ce:7b:37:74:b9:70:47:91:22:51: + 63:16:79:ae:b1:ae:41:26:08:c8:19:2b:d1:46:aa: + 48:d6:64:2a:d7:83:34:ff:2c:2a:c1:6c:19:43:4a: + 07:85:e7:d3:7c:f6:21:68:ef:ea:f2:52:9f:7f:93: + 90:cf + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 60:7B:66:1A:45:0D:97:CA:89:50:2F:7D:04:CD:34:A8:FF:FC:FD:4B + Signature Algorithm: sha1WithRSAEncryption + d6:73:e7:7c:4f:76:d0:8d:bf:ec:ba:a2:be:34:c5:28:32:b5: + 7c:fc:6c:9c:2c:2b:bd:09:9e:53:bf:6b:5e:aa:11:48:b6:e5: + 08:a3:b3:ca:3d:61:4d:d3:46:09:b3:3e:c3:a0:e3:63:55:1b: + f2:ba:ef:ad:39:e1:43:b9:38:a3:e6:2f:8a:26:3b:ef:a0:50: + 56:f9:c6:0a:fd:38:cd:c4:0b:70:51:94:97:98:04:df:c3:5f: + 94:d5:15:c9:14:41:9c:c4:5d:75:64:15:0d:ff:55:30:ec:86: + 8f:ff:0d:ef:2c:b9:63:46:f6:aa:fc:df:bc:69:fd:2e:12:48: + 64:9a:e0:95:f0:a6:ef:29:8f:01:b1:15:b5:0c:1d:a5:fe:69: + 2c:69:24:78:1e:b3:a7:1c:71:62:ee:ca:c8:97:ac:17:5d:8a: + c2:f8:47:86:6e:2a:c4:56:31:95:d0:67:89:85:2b:f9:6c:a6: + 5d:46:9d:0c:aa:82:e4:99:51:dd:70:b7:db:56:3d:61:e4:6a: + e1:5c:d6:f6:fe:3d:de:41:cc:07:ae:63:52:bf:53:53:f4:2b: + e9:c7:fd:b6:f7:82:5f:85:d2:41:18:db:81:b3:04:1c:c5:1f: + a4:80:6f:15:20:c9:de:0c:88:0a:1d:d6:66:55:e2:fc:48:c9: + 29:26:69:e0 +SHA1 Fingerprint=B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C diff --git a/sparse/system/etc/security/cacerts/b3fb433b.0 b/sparse/system/etc/security/cacerts/b3fb433b.0 new file mode 100644 index 0000000..57aca24 --- /dev/null +++ b/sparse/system/etc/security/cacerts/b3fb433b.0 @@ -0,0 +1,57 @@ +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + a6:8b:79:29:00:00:00:00:50:d0:91:f9 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1 + Validity + Not Before: Dec 18 15:25:36 2012 GMT + Not After : Dec 18 15:55:36 2037 GMT + Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:84:13:c9:d0:ba:6d:41:7b:e2:6c:d0:eb:55:5f: + 66:02:1a:24:f4:5b:89:69:47:e3:b8:c2:7d:f1:f2: + 02:c5:9f:a0:f6:5b:d5:8b:06:19:86:4f:53:10:6d: + 07:24:27:a1:a0:f8:d5:47:19:61:4c:7d:ca:93:27: + ea:74:0c:ef:6f:96:09:fe:63:ec:70:5d:36:ad:67: + 77:ae:c9:9d:7c:55:44:3a:a2:63:51:1f:f5:e3:62: + d4:a9:47:07:3e:cc:20 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + B7:63:E7:1A:DD:8D:E9:08:A6:55:83:A4:E0:6A:50:41:65:11:42:49 + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:61:79:d8:e5:42:47:df:1c:ae:53:99:17:b6:6f: + 1c:7d:e1:bf:11:94:d1:03:88:75:e4:8d:89:a4:8a:77:46:de: + 6d:61:ef:02:f5:fb:b5:df:cc:fe:4e:ff:fe:a9:e6:a7:02:30: + 5b:99:d7:85:37:06:b5:7b:08:fd:eb:27:8b:4a:94:f9:e1:fa: + a7:8e:26:08:e8:7c:92:68:6d:73:d8:6f:26:ac:21:02:b8:99: + b7:26:41:5b:25:60:ae:d0:48:1a:ee:06 +SHA1 Fingerprint=20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47 diff --git a/sparse/system/etc/security/cacerts/b74d2bd5.0 b/sparse/system/etc/security/cacerts/b74d2bd5.0 new file mode 100644 index 0000000..d822c32 --- /dev/null +++ b/sparse/system/etc/security/cacerts/b74d2bd5.0 @@ -0,0 +1,54 @@ +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 3c:f6:07:a9:68:70:0e:da:8b:84 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign ECC Root CA - G3 + Validity + Not Before: Feb 18 18:30:00 2018 GMT + Not After : Feb 18 18:30:00 2043 GMT + Subject: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign ECC Root CA - G3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:23:a5:0c:b8:2d:12:f5:28:f3:b1:b2:dd:e2:02: + 12:80:9e:39:5f:49:4d:9f:c9:25:34:59:74:ec:bb: + 06:1c:e7:c0:72:af:e8:ae:2f:e1:41:54:87:14:a8: + 4a:b2:e8:7c:82:e6:5b:6a:b5:dc:b3:75:ce:8b:06: + d0:86:23:bf:46:d5:8e:0f:3f:04:f4:d7:1c:92:7e: + f6:a5:63:c2:f5:5f:8e:2e:4f:a1:18:19:02:2b:32: + 0a:82:64:7d:16:93:d1 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Subject Key Identifier: + 7C:5D:02:84:13:D4:CC:8A:9B:81:CE:17:1C:2E:29:1E:9C:48:63:42 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: ecdsa-with-SHA384 + 30:66:02:31:00:be:f3:61:cf:02:10:1d:64:95:07:b8:18:6e: + 88:85:05:2f:83:08:17:90:ca:1f:8a:4c:e8:0d:1b:7a:b1:ad: + d5:81:09:47:ef:3b:ac:08:04:7c:5c:99:b1:ed:47:07:d2:02: + 31:00:9d:ba:55:fc:a9:4a:e8:ed:ed:e6:76:01:42:7b:c8:f8: + 60:d9:8d:51:8b:55:3b:fb:8c:7b:eb:65:09:c3:f8:96:cd:47: + a8:82:f2:16:55:77:24:7e:12:10:95:04:2c:a3 +SHA1 Fingerprint=30:43:FA:4F:F2:57:DC:A0:C3:80:EE:2E:58:EA:78:B2:3F:E6:BB:C1 diff --git a/sparse/system/etc/security/cacerts/b7db1890.0 b/sparse/system/etc/security/cacerts/b7db1890.0 new file mode 100644 index 0000000..ecabaa7 --- /dev/null +++ b/sparse/system/etc/security/cacerts/b7db1890.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority + Validity + Not Before: Aug 28 07:24:33 2008 GMT + Not After : Dec 31 15:59:59 2030 GMT + Subject: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b0:7e:72:b8:a4:03:94:e6:a7:de:09:38:91:4a: + 11:40:87:a7:7c:59:64:14:7b:b5:11:10:dd:fe:bf: + d5:c0:bb:56:e2:85:25:f4:35:72:0f:f8:53:d0:41: + e1:44:01:c2:b4:1c:c3:31:42:16:47:85:33:22:76: + b2:0a:6f:0f:e5:25:50:4f:85:86:be:bf:98:2e:10: + 67:1e:be:11:05:86:05:90:c4:59:d0:7c:78:10:b0: + 80:5c:b7:e1:c7:2b:75:cb:7c:9f:ae:b5:d1:9d:23: + 37:63:a7:dc:42:a2:2d:92:04:1b:50:c1:7b:b8:3e: + 1b:c9:56:04:8b:2f:52:9b:ad:a9:56:e9:c1:ff:ad: + a9:58:87:30:b6:81:f7:97:45:fc:19:57:3b:2b:6f: + e4:47:f4:99:45:fe:1d:f1:f8:97:a3:88:1d:37:1c: + 5c:8f:e0:76:25:9a:50:f8:a0:54:ff:44:90:76:23: + d2:32:c6:c3:ab:06:bf:fc:fb:bf:f3:ad:7d:92:62: + 02:5b:29:d3:35:a3:93:9a:43:64:60:5d:b2:fa:32: + ff:3b:04:af:4d:40:6a:f9:c7:e3:ef:23:fd:6b:cb: + e5:0f:8b:38:0d:ee:0a:fc:fe:0f:98:9f:30:31:dd: + 6c:52:65:f9:8b:81:be:22:e1:1c:58:03:ba:91:1b: + 89:07 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 6A:38:5B:26:8D:DE:8B:5A:F2:4F:7A:54:83:19:18:E3:08:35:A6:BA + Signature Algorithm: sha1WithRSAEncryption + 3c:d5:77:3d:da:df:89:ba:87:0c:08:54:6a:20:50:92:be:b0: + 41:3d:b9:26:64:83:0a:2f:e8:40:c0:97:28:27:82:30:4a:c9: + 93:ff:6a:e7:a6:00:7f:89:42:9a:d6:11:e5:53:ce:2f:cc:f2: + da:05:c4:fe:e2:50:c4:3a:86:7d:cc:da:7e:10:09:3b:92:35: + 2a:53:b2:fe:eb:2b:05:d9:6c:5d:e6:d0:ef:d3:6a:66:9e:15: + 28:85:7a:e8:82:00:ac:1e:a7:09:69:56:42:d3:68:51:18:be: + 54:9a:bf:44:41:ba:49:be:20:ba:69:5c:ee:b8:77:cd:ce:6c: + 1f:ad:83:96:18:7d:0e:b5:14:39:84:f1:28:e9:2d:a3:9e:7b: + 1e:7a:72:5a:83:b3:79:6f:ef:b4:fc:d0:0a:a5:58:4f:46:df: + fb:6d:79:59:f2:84:22:52:ae:0f:cc:fb:7c:3b:e7:6a:ca:47: + 61:c3:7a:f8:d3:92:04:1f:b8:20:84:e1:36:54:16:c7:40:de: + 3b:8a:73:dc:df:c6:09:4c:df:ec:da:ff:d4:53:42:a1:c9:f2: + 62:1d:22:83:3c:97:c5:f9:19:62:27:ac:65:22:d7:d3:3c:c6: + e5:8e:b2:53:cc:49:ce:bc:30:fe:7b:0e:33:90:fb:ed:d2:14: + 91:1f:07:af +SHA1 Fingerprint=CF:9E:87:6D:D3:EB:FC:42:26:97:A3:B5:A3:7A:A0:76:A9:06:23:48 diff --git a/sparse/system/etc/security/cacerts/b872f2b4.0 b/sparse/system/etc/security/cacerts/b872f2b4.0 new file mode 100644 index 0000000..37b6284 --- /dev/null +++ b/sparse/system/etc/security/cacerts/b872f2b4.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 6643877497813316402 (0x5c33cb622c5fb332) + Signature Algorithm: sha256WithRSAEncryption + Issuer: CN=Atos TrustedRoot 2011, O=Atos, C=DE + Validity + Not Before: Jul 7 14:58:30 2011 GMT + Not After : Dec 31 23:59:59 2030 GMT + Subject: CN=Atos TrustedRoot 2011, O=Atos, C=DE + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:95:85:3b:97:6f:2a:3b:2e:3b:cf:a6:f3:29:35: + be:cf:18:ac:3e:aa:d9:f8:4d:a0:3e:1a:47:b9:bc: + 9a:df:f2:fe:cc:3e:47:e8:7a:96:c2:24:8e:35:f4: + a9:0c:fc:82:fd:6d:c1:72:62:27:bd:ea:6b:eb:e7: + 8a:cc:54:3e:90:50:cf:80:d4:95:fb:e8:b5:82:d4: + 14:c5:b6:a9:55:25:57:db:b1:50:f6:b0:60:64:59: + 7a:69:cf:03:b7:6f:0d:be:ca:3e:6f:74:72:ea:aa: + 30:2a:73:62:be:49:91:61:c8:11:fe:0e:03:2a:f7: + 6a:20:dc:02:15:0d:5e:15:6a:fc:e3:82:c1:b5:c5: + 9d:64:09:6c:a3:59:98:07:27:c7:1b:96:2b:61:74: + 71:6c:43:f1:f7:35:89:10:e0:9e:ec:55:a1:37:22: + a2:87:04:05:2c:47:7d:b4:1c:b9:62:29:66:28:ca: + b7:e1:93:f5:a4:94:03:99:b9:70:85:b5:e6:48:ea: + 8d:50:fc:d9:de:cc:6f:07:0e:dd:0b:72:9d:80:30: + 16:07:95:3f:28:0e:fd:c5:75:4f:53:d6:74:9a:b4: + 24:2e:8e:02:91:cf:76:c5:9b:1e:55:74:9c:78:21: + b1:f0:2d:f1:0b:9f:c2:d5:96:18:1f:f0:54:22:7a: + 8c:07 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + A7:A5:06:B1:2C:A6:09:60:EE:D1:97:E9:70:AE:BC:3B:19:6C:DB:21 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:A7:A5:06:B1:2C:A6:09:60:EE:D1:97:E9:70:AE:BC:3B:19:6C:DB:21 + + X509v3 Certificate Policies: + Policy: 1.3.6.1.4.1.6189.3.4.1.1 + + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 26:77:34:db:94:48:86:2a:41:9d:2c:3e:06:90:60:c4:8c:ac: + 0b:54:b8:1f:b9:7b:d3:07:39:e4:fa:3e:7b:b2:3d:4e:ed:9f: + 23:bd:97:f3:6b:5c:ef:ee:fd:40:a6:df:a1:93:a1:0a:86:ac: + ef:20:d0:79:01:bd:78:f7:19:d8:24:31:34:04:01:a6:ba:15: + 9a:c3:27:dc:d8:4f:0f:cc:18:63:ff:99:0f:0e:91:6b:75:16: + e1:21:fc:d8:26:c7:47:b7:a6:cf:58:72:71:7e:ba:e1:4d:95: + 47:3b:c9:af:6d:a1:b4:c1:ec:89:f6:b4:0f:38:b5:e2:64:dc: + 25:cf:a6:db:eb:9a:5c:99:a1:c5:08:de:fd:e6:da:d5:d6:5a: + 45:0c:c4:b7:c2:b5:14:ef:b4:11:ff:0e:15:b5:f5:f5:db:c6: + bd:eb:5a:a7:f0:56:22:a9:3c:65:54:c6:15:a8:bd:86:9e:cd: + 83:96:68:7a:71:81:89:e1:0b:e1:ea:11:1b:68:08:cc:69:9e: + ec:9e:41:9e:44:32:26:7a:e2:87:0a:71:3d:eb:e4:5a:a4:d2: + db:c5:cd:c6:de:60:7f:b9:f3:4f:44:92:ef:2a:b7:18:3e:a7: + 19:d9:0b:7d:b1:37:41:42:b0:ba:60:1d:f2:fe:09:11:b0:f0: + 87:7b:a7:9d +SHA1 Fingerprint=2B:B1:F5:3E:55:0C:1D:C5:F1:D4:E6:B7:6A:46:4B:55:06:02:AC:21 diff --git a/sparse/system/etc/security/cacerts/b936d1c6.0 b/sparse/system/etc/security/cacerts/b936d1c6.0 new file mode 100644 index 0000000..029f864 --- /dev/null +++ b/sparse/system/etc/security/cacerts/b936d1c6.0 @@ -0,0 +1,125 @@ +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 5d:93:8d:30:67:36:c8:06:1d:1a:c7:54:84:69:07 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM + Validity + Not Before: Oct 29 15:59:56 2008 GMT + Not After : Jan 1 00:00:00 2030 GMT + Subject: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:ba:71:80:7a:4c:86:6e:7f:c8:13:6d:c0:c6:7d: + 1c:00:97:8f:2c:0c:23:bb:10:9a:40:a9:1a:b7:87: + 88:f8:9b:56:6a:fb:e6:7b:8e:8b:92:8e:a7:25:5d: + 59:11:db:36:2e:b7:51:17:1f:a9:08:1f:04:17:24: + 58:aa:37:4a:18:df:e5:39:d4:57:fd:d7:c1:2c:91: + 01:91:e2:22:d4:03:c0:58:fc:77:47:ec:8f:3e:74: + 43:ba:ac:34:8d:4d:38:76:67:8e:b0:c8:6f:30:33: + 58:71:5c:b4:f5:6b:6e:d4:01:50:b8:13:7e:6c:4a: + a3:49:d1:20:19:ee:bc:c0:29:18:65:a7:de:fe:ef: + dd:0a:90:21:e7:1a:67:92:42:10:98:5f:4f:30:bc: + 3e:1c:45:b4:10:d7:68:40:14:c0:40:fa:e7:77:17: + 7a:e6:0b:8f:65:5b:3c:d9:9a:52:db:b5:bd:9e:46: + cf:3d:eb:91:05:02:c0:96:b2:76:4c:4d:10:96:3b: + 92:fa:9c:7f:0f:99:df:be:23:35:45:1e:02:5c:fe: + b5:a8:9b:99:25:da:5e:f3:22:c3:39:f5:e4:2a:2e: + d3:c6:1f:c4:6c:aa:c5:1c:6a:01:05:4a:2f:d2:c5: + c1:a8:34:26:5d:66:a5:d2:02:21:f9:18:b7:06:f5: + 4e:99:6f:a8:ab:4c:51:e8:cf:50:18:c5:77:c8:39: + 09:2c:49:92:32:99:a8:bb:17:17:79:b0:5a:c5:e6: + a3:c4:59:65:47:35:83:5e:a9:e8:35:0b:99:bb:e4: + cd:20:c6:9b:4a:06:39:b5:68:fc:22:ba:ee:55:8c: + 2b:4e:ea:f3:b1:e3:fc:b6:99:9a:d5:42:fa:71:4d: + 08:cf:87:1e:6a:71:7d:f9:d3:b4:e9:a5:71:81:7b: + c2:4e:47:96:a5:f6:76:85:a3:28:8f:e9:80:6e:81: + 53:a5:6d:5f:b8:48:f9:c2:f9:36:a6:2e:49:ff:b8: + 96:c2:8c:07:b3:9b:88:58:fc:eb:1b:1c:de:2d:70: + e2:97:92:30:a1:89:e3:bc:55:a8:27:d6:4b:ed:90: + ad:8b:fa:63:25:59:2d:a8:35:dd:ca:97:33:bc:e5: + cd:c7:9d:d1:ec:ef:5e:0e:4a:90:06:26:63:ad:b9: + d9:35:2d:07:ba:76:65:2c:ac:57:8f:7d:f4:07:94: + d7:81:02:96:5d:a3:07:49:d5:7a:d0:57:f9:1b:e7: + 53:46:75:aa:b0:79:42:cb:68:71:08:e9:60:bd:39: + 69:ce:f4:af:c3:56:40:c7:ad:52:a2:09:e4:6f:86: + 47:8a:1f:eb:28:27:5d:83:20:af:04:c9:6c:56:9a: + 8b:46:f5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + F7:7D:C5:FD:C4:E8:9A:1B:77:64:A7:F5:1D:A0:CC:BF:87:60:9A:6D + X509v3 Certificate Policies: + Policy: X509v3 Any Policy + CPS: http://www.cert.fnmt.es/dpcs/ + + Signature Algorithm: sha256WithRSAEncryption + 07:90:4a:df:f3:23:4e:f0:c3:9c:51:65:9b:9c:22:a2:8a:0c: + 85:f3:73:29:6b:4d:fe:01:e2:a9:0c:63:01:bf:04:67:a5:9d: + 98:5f:fd:01:13:fa:ec:9a:62:e9:86:fe:b6:62:d2:6e:4c:94: + fb:c0:75:45:7c:65:0c:f8:b2:37:cf:ac:0f:cf:8d:6f:f9:19: + f7:8f:ec:1e:f2:70:9e:f0:ca:b8:ef:b7:ff:76:37:76:5b:f6: + 6e:88:f3:af:62:32:22:93:0d:3a:6a:8e:14:66:0c:2d:53:74: + 57:65:1e:d5:b2:dd:23:81:3b:a5:66:23:27:67:09:8f:e1:77: + aa:43:cd:65:51:08:ed:51:58:fe:e6:39:f9:cb:47:84:a4:15: + f1:76:bb:a4:ee:a4:3b:c4:5f:ef:b2:33:96:11:18:b7:c9:65: + be:18:e1:a3:a4:dc:fa:18:f9:d3:bc:13:9b:39:7a:34:ba:d3: + 41:fb:fa:32:8a:2a:b7:2b:86:0b:69:83:38:be:cd:8a:2e:0b: + 70:ad:8d:26:92:ee:1e:f5:01:2b:0a:d9:d6:97:9b:6e:e0:a8: + 19:1c:3a:21:8b:0c:1e:40:ad:03:e7:dd:66:7e:f5:b9:20:0d: + 03:e8:96:f9:82:45:d4:39:e0:a0:00:5d:d7:98:e6:7d:9e:67: + 73:c3:9a:2a:f7:ab:8b:a1:3a:14:ef:34:bc:52:0e:89:98:9a: + 04:40:84:1d:7e:45:69:93:57:ce:eb:ce:f8:50:7c:4f:1c:6e: + 04:43:9b:f9:d6:3b:23:18:e9:ea:8e:d1:4d:46:8d:f1:3b:e4: + 6a:ca:ba:fb:23:b7:9b:fa:99:01:29:5a:58:5a:2d:e3:f9:d4: + 6d:0e:26:ad:c1:6e:34:bc:32:f8:0c:05:fa:65:a3:db:3b:37: + 83:22:e9:d6:dc:72:33:fd:5d:f2:20:bd:76:3c:23:da:28:f7: + f9:1b:eb:59:64:d5:dc:5f:72:7e:20:fc:cd:89:b5:90:67:4d: + 62:7a:3f:4e:ad:1d:c3:39:fe:7a:f4:28:16:df:41:f6:48:80: + 05:d7:0f:51:79:ac:10:ab:d4:ec:03:66:e6:6a:b0:ba:31:92: + 42:40:6a:be:3a:d3:72:e1:6a:37:55:bc:ac:1d:95:b7:69:61: + f2:43:91:74:e6:a0:d3:0a:24:46:a1:08:af:d6:da:45:19:96: + d4:53:1d:5b:84:79:f0:c0:f7:47:ef:8b:8f:c5:06:ae:9d:4c: + 62:9d:ff:46:04:f8:d3:c9:b6:10:25:40:75:fe:16:aa:c9:4a: + 60:86:2f:ba:ef:30:77:e4:54:e2:b8:84:99:58:80:aa:13:8b: + 51:3a:4f:48:f6:8b:b6:b3 +SHA1 Fingerprint=EC:50:35:07:B2:15:C4:95:62:19:E2:A8:9A:5B:42:99:2C:4C:2C:20 diff --git a/sparse/system/etc/security/cacerts/bc3f2570.0 b/sparse/system/etc/security/cacerts/bc3f2570.0 new file mode 100644 index 0000000..f85d643 --- /dev/null +++ b/sparse/system/etc/security/cacerts/bc3f2570.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2 + Validity + Not Before: Sep 1 00:00:00 2009 GMT + Not After : Dec 31 23:59:59 2037 GMT + Subject: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:bf:71:62:08:f1:fa:59:34:f7:1b:c9:18:a3:f7: + 80:49:58:e9:22:83:13:a6:c5:20:43:01:3b:84:f1: + e6:85:49:9f:27:ea:f6:84:1b:4e:a0:b4:db:70:98: + c7:32:01:b1:05:3e:07:4e:ee:f4:fa:4f:2f:59:30: + 22:e7:ab:19:56:6b:e2:80:07:fc:f3:16:75:80:39: + 51:7b:e5:f9:35:b6:74:4e:a9:8d:82:13:e4:b6:3f: + a9:03:83:fa:a2:be:8a:15:6a:7f:de:0b:c3:b6:19: + 14:05:ca:ea:c3:a8:04:94:3b:46:7c:32:0d:f3:00: + 66:22:c8:8d:69:6d:36:8c:11:18:b7:d3:b2:1c:60: + b4:38:fa:02:8c:ce:d3:dd:46:07:de:0a:3e:eb:5d: + 7c:c8:7c:fb:b0:2b:53:a4:92:62:69:51:25:05:61: + 1a:44:81:8c:2c:a9:43:96:23:df:ac:3a:81:9a:0e: + 29:c5:1c:a9:e9:5d:1e:b6:9e:9e:30:0a:39:ce:f1: + 88:80:fb:4b:5d:cc:32:ec:85:62:43:25:34:02:56: + 27:01:91:b4:3b:70:2a:3f:6e:b1:e8:9c:88:01:7d: + 9f:d4:f9:db:53:6d:60:9d:bf:2c:e7:58:ab:b8:5f: + 46:fc:ce:c4:1b:03:3c:09:eb:49:31:5c:69:46:b3: + e0:47 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 3A:9A:85:07:10:67:28:B6:EF:F6:BD:05:41:6E:20:C1:94:DA:0F:DE + Signature Algorithm: sha256WithRSAEncryption + 99:db:5d:79:d5:f9:97:59:67:03:61:f1:7e:3b:06:31:75:2d: + a1:20:8e:4f:65:87:b4:f7:a6:9c:bc:d8:e9:2f:d0:db:5a:ee: + cf:74:8c:73:b4:38:42:da:05:7b:f8:02:75:b8:fd:a5:b1:d7: + ae:f6:d7:de:13:cb:53:10:7e:8a:46:d1:97:fa:b7:2e:2b:11: + ab:90:b0:27:80:f9:e8:9f:5a:e9:37:9f:ab:e4:df:6c:b3:85: + 17:9d:3d:d9:24:4f:79:91:35:d6:5f:04:eb:80:83:ab:9a:02: + 2d:b5:10:f4:d8:90:c7:04:73:40:ed:72:25:a0:a9:9f:ec:9e: + ab:68:12:99:57:c6:8f:12:3a:09:a4:bd:44:fd:06:15:37:c1: + 9b:e4:32:a3:ed:38:e8:d8:64:f3:2c:7e:14:fc:02:ea:9f:cd: + ff:07:68:17:db:22:90:38:2d:7a:8d:d1:54:f1:69:e3:5f:33: + ca:7a:3d:7b:0a:e3:ca:7f:5f:39:e5:e2:75:ba:c5:76:18:33: + ce:2c:f0:2f:4c:ad:f7:b1:e7:ce:4f:a8:c4:9b:4a:54:06:c5: + 7f:7d:d5:08:0f:e2:1c:fe:7e:17:b8:ac:5e:f6:d4:16:b2:43: + 09:0c:4d:f6:a7:6b:b4:99:84:65:ca:7a:88:e2:e2:44:be:5c: + f7:ea:1c:f5 +SHA1 Fingerprint=47:BE:AB:C9:22:EA:E8:0E:78:78:34:62:A7:9F:45:C2:54:FD:E6:8B diff --git a/sparse/system/etc/security/cacerts/bd43e1dd.0 b/sparse/system/etc/security/cacerts/bd43e1dd.0 new file mode 100644 index 0000000..594d13d --- /dev/null +++ b/sparse/system/etc/security/cacerts/bd43e1dd.0 @@ -0,0 +1,126 @@ +-----BEGIN CERTIFICATE----- +MIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQEL +BQAwbzELMAkGA1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJ +SG9uZyBLb25nMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25n +a29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2MDMwMjI5NDZaFw00MjA2MDMwMjI5 +NDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcT +CUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9u +Z2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCziNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFO +dem1p+/l6TWZ5Mwc50tfjTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mI +VoBc+L0sPOFMV4i707mV78vH9toxdCim5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV +9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOesL4jpNrcyCse2m5FHomY +2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj0mRiikKY +vLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+Tt +bNe/JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZb +x39ri1UbSsUgYT2uy1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+ +l2oBlKN8W4UdKjk60FSh0Tlxnf0h+bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YK +TE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsGxVd7GYYKecsAyVKvQv83j+Gj +Hno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwIDAQABo2MwYTAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e +i9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEw +DQYJKoZIhvcNAQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG +7BJ8dNVI0lkUmcDrudHr9EgwW62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCk +MpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWldy8joRTnU+kLBEUx3XZL7av9YROXr +gZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov+BS5gLNdTaqX4fnk +GMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDceqFS +3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJm +Ozj/2ZQw9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+ +l6mc1X5VTMbeRRAc6uk7nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6c +JfTzPV4e0hz5sy229zdcxsshTrD3mUcYhcErulWuBurQB7Lcq9CClnXO0lD+mefP +L5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB60PZ2Pierc+xYw5F9KBa +LJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fqdBb9HxEG +mpv0 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 08:16:5f:8a:4c:a5:ec:00:c9:93:40:df:c4:c6:ae:23:b8:1c:5a:a4 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=HK, ST=Hong Kong, L=Hong Kong, O=Hongkong Post, CN=Hongkong Post Root CA 3 + Validity + Not Before: Jun 3 02:29:46 2017 GMT + Not After : Jun 3 02:29:46 2042 GMT + Subject: C=HK, ST=Hong Kong, L=Hong Kong, O=Hongkong Post, CN=Hongkong Post Root CA 3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b3:88:d7:ea:ce:0f:20:4e:be:e6:d6:03:6d:ee: + 59:fc:c2:57:df:29:68:a1:83:0e:3e:68:c7:68:58: + 9c:1c:60:4b:89:43:0c:b9:d4:15:b2:ee:c1:4e:75: + e9:b5:a7:ef:e5:e9:35:99:e4:cc:1c:e7:4b:5f:8d: + 33:30:20:33:53:d9:a6:bb:d5:3e:13:8e:e9:1f:87: + 49:ad:50:2d:50:ca:18:be:01:58:a2:13:70:96:bb: + 89:88:56:80:5c:f8:bd:2c:3c:e1:4c:57:88:bb:d3: + b9:95:ef:cb:c7:f6:da:31:74:28:a6:e6:54:89:f5: + 41:31:ca:e5:26:1a:cd:82:e0:70:da:3b:29:bb:d5: + 03:f5:99:ba:55:f5:64:d1:60:0e:b3:89:49:b8:8a: + 2f:05:d2:84:45:28:7c:8f:68:50:12:78:fc:0b:b5: + 53:cb:c2:98:1c:84:a3:9e:b0:be:23:a4:da:dc:c8: + 2b:1e:da:6e:45:1e:89:98:da:f9:00:2e:06:e9:0c: + 3b:70:d5:50:25:88:99:cb:cd:73:60:f7:d5:ff:35: + 67:c5:a1:bc:5e:ab:cd:4a:b8:45:eb:c8:68:1e:0d: + 0d:14:46:12:e3:d2:64:62:8a:42:98:bc:b4:c6:08: + 08:f8:fd:a8:4c:64:9c:76:01:bd:2f:a9:6c:33:0f: + d8:3f:28:b8:3c:69:01:42:86:7e:69:c1:c9:06:ca: + e5:7a:46:65:e9:c2:d6:50:41:2e:3f:b7:e4:ed:6c: + d7:bf:26:01:11:a2:16:29:4a:6b:34:06:90:ec:13: + d2:b6:fb:6a:76:d2:3c:ed:f0:d6:2d:dd:e1:15:ec: + a3:9b:2f:2c:c9:3e:2b:e4:69:3b:ff:72:25:b1:36: + 86:5b:c7:7f:6b:8b:55:1b:4a:c5:20:61:3d:ae:cb: + 50:e1:08:3a:be:b0:8f:63:41:53:30:08:59:3c:98: + 1d:77:ba:63:91:7a:ca:10:50:60:bf:f0:d7:bc:95: + 87:8f:97:c5:fe:97:6a:01:94:a3:7c:5b:85:1d:2a: + 39:3a:d0:54:a1:d1:39:71:9d:fd:21:f9:b5:7b:f0: + e2:e0:02:8f:6e:96:24:25:2c:a0:1e:2c:a8:c4:89: + a7:ef:ed:99:06:2f:b6:0a:4c:4f:db:a2:cc:37:1a: + af:47:85:2d:8a:5f:c4:34:34:4c:00:fd:18:93:67: + 13:d1:37:e6:48:b4:8b:06:c5:57:7b:19:86:0a:79: + cb:00:c9:52:af:42:ff:37:8f:e1:a3:1e:7a:3d:50: + ab:63:06:e7:15:b5:3f:b6:45:37:94:37:b1:7e:f2: + 48:c3:7f:c5:75:fe:97:8d:45:8f:1a:a7:1a:72:28: + 1a:40:0f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Authority Key Identifier: + keyid:17:9D:CD:1E:8B:D6:39:2B:70:D3:5C:D4:A0:B8:1F:B0:00:FC:C5:61 + + X509v3 Subject Key Identifier: + 17:9D:CD:1E:8B:D6:39:2B:70:D3:5C:D4:A0:B8:1F:B0:00:FC:C5:61 + Signature Algorithm: sha256WithRSAEncryption + 56:d5:7b:6e:e6:22:01:d2:42:9b:18:d5:0e:d7:66:23:5c:e3: + fe:a0:c7:92:d2:e9:94:ad:4b:a2:c6:ec:12:7c:74:d5:48:d2: + 59:14:99:c0:eb:b9:d1:eb:f4:48:30:5b:ad:a7:57:73:99:a9: + d3:e5:b7:d1:2e:59:24:58:dc:68:2e:2e:62:d8:6a:e4:70:0b: + 2d:20:50:20:a4:32:95:d1:00:98:bb:d3:fd:f7:32:f2:49:ae: + c6:7a:e0:47:be:6e:ce:cb:a3:72:3a:2d:69:5d:cb:c8:e8:45: + 39:d4:fa:42:c1:11:4c:77:5d:92:fb:6a:ff:58:44:e5:eb:81: + 9e:af:a0:99:ad:be:a9:01:66:cb:38:1d:3c:df:43:1f:f4:4d: + 6e:b4:ba:17:46:fc:7d:fd:87:81:79:6a:0d:33:0f:fa:2f:f8: + 14:b9:80:b3:5d:4d:aa:97:e1:f9:e4:18:c5:f8:d5:38:8c:26: + 3c:fd:f2:28:e2:ee:5a:49:88:2c:df:79:3d:8e:9e:90:3c:bd: + 41:4a:3a:dd:5b:f6:9a:b4:ce:3f:25:30:7f:32:7d:a2:03:94: + d0:dc:7a:a1:52:de:6e:93:8d:18:26:fd:55:ac:bd:8f:9b:d2: + cf:af:e7:86:2c:cb:1f:09:6f:a3:6f:a9:84:d4:73:bf:4d:a1: + 74:1b:4e:23:60:f2:cc:0e:aa:7f:a4:9c:4c:25:a8:b2:66:3b: + 38:ff:d9:94:30:f6:72:84:be:68:55:10:0f:c6:73:2c:16:69: + 93:07:fe:b1:45:ed:bb:a2:55:6a:b0:da:b5:4a:02:25:27:85: + d7:b7:b7:86:44:16:89:6c:80:2b:3e:97:a9:9c:d5:7e:55:4c: + c6:de:45:10:1c:ea:e9:3b:9f:03:53:ee:ee:7a:01:02:16:78: + d4:e8:c2:be:46:76:88:13:3f:22:bb:48:12:1d:52:00:b4:02: + 7e:21:1a:1e:9c:25:f4:f3:3d:5e:1e:d2:1c:f9:b3:2d:b6:f7: + 37:5c:c6:cb:21:4e:b0:f7:99:47:18:85:c1:2b:ba:55:ae:06: + ea:d0:07:b2:dc:ab:d0:82:96:75:ce:d2:50:fe:99:e7:cf:2f: + 9f:e7:76:d1:61:2a:fb:21:bb:31:d0:aa:9f:47:a4:b2:22:ca: + 16:3a:50:57:c4:5b:43:67:c5:65:62:03:49:01:eb:43:d9:d8: + f8:9e:ad:cf:b1:63:0e:45:f4:a0:5a:2c:9b:2d:c5:a6:c0:ad: + a8:47:f4:27:4c:38:0d:2e:1b:49:3b:52:f4:e8:88:83:2b:54: + 28:d4:f2:35:52:b4:32:83:62:69:64:0c:91:9c:9f:97:ea:74: + 16:fd:1f:11:06:9a:9b:f4 +SHA1 Fingerprint=58:A2:D0:EC:20:52:81:5B:C1:F3:F8:64:02:24:4E:C2:8E:02:4B:02 diff --git a/sparse/system/etc/security/cacerts/bdacca6f.0 b/sparse/system/etc/security/cacerts/bdacca6f.0 new file mode 100644 index 0000000..f8ff00f --- /dev/null +++ b/sparse/system/etc/security/cacerts/bdacca6f.0 @@ -0,0 +1,89 @@ +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 07:56:22:a4:e8:d4:8a:89:4d:f4:13:c8:f0:f8:ea:a5 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=SecureTrust Corporation, CN=Secure Global CA + Validity + Not Before: Nov 7 19:42:28 2006 GMT + Not After : Dec 31 19:52:06 2029 GMT + Subject: C=US, O=SecureTrust Corporation, CN=Secure Global CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:af:35:2e:d8:ac:6c:55:69:06:71:e5:13:68:24: + b3:4f:d8:cc:21:47:f8:f1:60:38:89:89:03:e9:bd: + ea:5e:46:53:09:dc:5c:f5:5a:e8:f7:45:2a:02:eb: + 31:61:d7:29:33:4c:ce:c7:7c:0a:37:7e:0f:ba:32: + 98:e1:1d:97:af:8f:c7:dc:c9:38:96:f3:db:1a:fc: + 51:ed:68:c6:d0:6e:a4:7c:24:d1:ae:42:c8:96:50: + 63:2e:e0:fe:75:fe:98:a7:5f:49:2e:95:e3:39:33: + 64:8e:1e:a4:5f:90:d2:67:3c:b2:d9:fe:41:b9:55: + a7:09:8e:72:05:1e:8b:dd:44:85:82:42:d0:49:c0: + 1d:60:f0:d1:17:2c:95:eb:f6:a5:c1:92:a3:c5:c2: + a7:08:60:0d:60:04:10:96:79:9e:16:34:e6:a9:b6: + fa:25:45:39:c8:1e:65:f9:93:f5:aa:f1:52:dc:99: + 98:3d:a5:86:1a:0c:35:33:fa:4b:a5:04:06:15:1c: + 31:80:ef:aa:18:6b:c2:7b:d7:da:ce:f9:33:20:d5: + f5:bd:6a:33:2d:81:04:fb:b0:5c:d4:9c:a3:e2:5c: + 1d:e3:a9:42:75:5e:7b:d4:77:ef:39:54:ba:c9:0a: + 18:1b:12:99:49:2f:88:4b:fd:50:62:d1:73:e7:8f: + 7a:43 + Exponent: 65537 (0x10001) + X509v3 extensions: + 1.3.6.1.4.1.311.20.2: + ...C.A + X509v3 Key Usage: + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + AF:44:04:C2:41:7E:48:83:DB:4E:39:02:EC:EC:84:7A:E6:CE:C9:A4 + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.securetrust.com/SGCA.crl + + 1.3.6.1.4.1.311.21.1: + ... + Signature Algorithm: sha1WithRSAEncryption + 63:1a:08:40:7d:a4:5e:53:0d:77:d8:7a:ae:1f:0d:0b:51:16: + 03:ef:18:7c:c8:e3:af:6a:58:93:14:60:91:b2:84:dc:88:4e: + be:39:8a:3a:f3:e6:82:89:5d:01:37:b3:ab:24:a4:15:0e:92: + 35:5a:4a:44:5e:4e:57:fa:75:ce:1f:48:ce:66:f4:3c:40:26: + 92:98:6c:1b:ee:24:46:0c:17:b3:52:a5:db:a5:91:91:cf:37: + d3:6f:e7:27:08:3a:4e:19:1f:3a:a7:58:5c:17:cf:79:3f:8b: + e4:a7:d3:26:23:9d:26:0f:58:69:fc:47:7e:b2:d0:8d:8b:93: + bf:29:4f:43:69:74:76:67:4b:cf:07:8c:e6:02:f7:b5:e1:b4: + 43:b5:4b:2d:14:9f:f9:dc:26:0d:bf:a6:47:74:06:d8:88:d1: + 3a:29:30:84:ce:d2:39:80:62:1b:a8:c7:57:49:bc:6a:55:51: + 67:15:4a:be:35:07:e4:d5:75:98:37:79:30:14:db:29:9d:6c: + c5:69:cc:47:55:a2:30:f7:cc:5c:7f:c2:c3:98:1c:6b:4e:16: + 80:eb:7a:78:65:45:a2:00:1a:af:0c:0d:55:64:34:48:b8:92: + b9:f1:b4:50:29:f2:4f:23:1f:da:6c:ac:1f:44:e1:dd:23:78: + 51:5b:c7:16 +SHA1 Fingerprint=3A:44:73:5A:E5:81:90:1F:24:86:61:46:1E:3B:9C:C4:5F:F5:3A:1B diff --git a/sparse/system/etc/security/cacerts/bf64f35b.0 b/sparse/system/etc/security/cacerts/bf64f35b.0 new file mode 100644 index 0000000..33b5468 --- /dev/null +++ b/sparse/system/etc/security/cacerts/bf64f35b.0 @@ -0,0 +1,91 @@ +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1164660820 (0x456b5054) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority + Validity + Not Before: Nov 27 20:23:42 2006 GMT + Not After : Nov 27 20:53:42 2026 GMT + Subject: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b6:95:b6:43:42:fa:c6:6d:2a:6f:48:df:94:4c: + 39:57:05:ee:c3:79:11:41:68:36:ed:ec:fe:9a:01: + 8f:a1:38:28:fc:f7:10:46:66:2e:4d:1e:1a:b1:1a: + 4e:c6:d1:c0:95:88:b0:c9:ff:31:8b:33:03:db:b7: + 83:7b:3e:20:84:5e:ed:b2:56:28:a7:f8:e0:b9:40: + 71:37:c5:cb:47:0e:97:2a:68:c0:22:95:62:15:db: + 47:d9:f5:d0:2b:ff:82:4b:c9:ad:3e:de:4c:db:90: + 80:50:3f:09:8a:84:00:ec:30:0a:3d:18:cd:fb:fd: + 2a:59:9a:23:95:17:2c:45:9e:1f:6e:43:79:6d:0c: + 5c:98:fe:48:a7:c5:23:47:5c:5e:fd:6e:e7:1e:b4: + f6:68:45:d1:86:83:5b:a2:8a:8d:b1:e3:29:80:fe: + 25:71:88:ad:be:bc:8f:ac:52:96:4b:aa:51:8d:e4: + 13:31:19:e8:4e:4d:9f:db:ac:b3:6a:d5:bc:39:54: + 71:ca:7a:7a:7f:90:dd:7d:1d:80:d9:81:bb:59:26: + c2:11:fe:e6:93:e2:f7:80:e4:65:fb:34:37:0e:29: + 80:70:4d:af:38:86:2e:9e:7f:57:af:9e:17:ae:eb: + 1c:cb:28:21:5f:b6:1c:d8:e7:a2:04:22:f9:d3:da: + d8:cb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Private Key Usage Period: + Not Before: Nov 27 20:23:42 2006 GMT, Not After: Nov 27 20:53:42 2026 GMT + X509v3 Authority Key Identifier: + keyid:68:90:E4:67:A4:A6:53:80:C7:86:66:A4:F1:F7:4B:43:FB:84:BD:6D + + X509v3 Subject Key Identifier: + 68:90:E4:67:A4:A6:53:80:C7:86:66:A4:F1:F7:4B:43:FB:84:BD:6D + 1.2.840.113533.7.65.0: + 0...V7.1:4.0.... + Signature Algorithm: sha1WithRSAEncryption + 93:d4:30:b0:d7:03:20:2a:d0:f9:63:e8:91:0c:05:20:a9:5f: + 19:ca:7b:72:4e:d4:b1:db:d0:96:fb:54:5a:19:2c:0c:08:f7: + b2:bc:85:a8:9d:7f:6d:3b:52:b3:2a:db:e7:d4:84:8c:63:f6: + 0f:cb:26:01:91:50:6c:f4:5f:14:e2:93:74:c0:13:9e:30:3a: + 50:e3:b4:60:c5:1c:f0:22:44:8d:71:47:ac:c8:1a:c9:e9:9b: + 9a:00:60:13:ff:70:7e:5f:11:4d:49:1b:b3:15:52:7b:c9:54: + da:bf:9d:95:af:6b:9a:d8:9e:e9:f1:e4:43:8d:e2:11:44:3a: + bf:af:bd:83:42:73:52:8b:aa:bb:a7:29:cf:f5:64:1c:0a:4d: + d1:bc:aa:ac:9f:2a:d0:ff:7f:7f:da:7d:ea:b1:ed:30:25:c1: + 84:da:34:d2:5b:78:83:56:ec:9c:36:c3:26:e2:11:f6:67:49: + 1d:92:ab:8c:fb:eb:ff:7a:ee:85:4a:a7:50:80:f0:a7:5c:4a: + 94:2e:5f:05:99:3c:52:41:e0:cd:b4:63:cf:01:43:ba:9c:83: + dc:8f:60:3b:f3:5a:b4:b4:7b:ae:da:0b:90:38:75:ef:81:1d: + 66:d2:f7:57:70:36:b3:bf:fc:28:af:71:25:85:5b:13:fe:1e: + 7f:5a:b4:3c +SHA1 Fingerprint=B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9 diff --git a/sparse/system/etc/security/cacerts/c491639e.0 b/sparse/system/etc/security/cacerts/c491639e.0 new file mode 100644 index 0000000..9d4df03 --- /dev/null +++ b/sparse/system/etc/security/cacerts/c491639e.0 @@ -0,0 +1,54 @@ +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0b:a1:5a:fa:1d:df:a0:b5:49:44:af:cd:24:a0:6c:ec + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:19:e7:bc:ac:44:65:ed:cd:b8:3f:58:fb:8d:b1: + 57:a9:44:2d:05:15:f2:ef:0b:ff:10:74:9f:b5:62: + 52:5f:66:7e:1f:e5:dc:1b:45:79:0b:cc:c6:53:0a: + 9d:8d:5d:02:d9:a9:59:de:02:5a:f6:95:2a:0e:8d: + 38:4a:8a:49:c6:bc:c6:03:38:07:5f:55:da:7e:09: + 6e:e2:7f:5e:d0:45:20:0f:59:76:10:d6:a0:24:f0: + 2d:de:36:f2:6c:29:39 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + CB:D0:BD:A9:E1:98:05:51:A1:4D:37:A2:83:79:CE:8D:1D:2A:E4:84 + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:25:a4:81:45:02:6b:12:4b:75:74:4f:c8:23:e3: + 70:f2:75:72:de:7c:89:f0:cf:91:72:61:9e:5e:10:92:59:56: + b9:83:c7:10:e7:38:e9:58:26:36:7d:d5:e4:34:86:39:02:30: + 7c:36:53:f0:30:e5:62:63:3a:99:e2:b6:a3:3b:9b:34:fa:1e: + da:10:92:71:5e:91:13:a7:dd:a4:6e:92:cc:32:d6:f5:21:66: + c7:2f:ea:96:63:6a:65:45:92:95:01:b4 +SHA1 Fingerprint=F5:17:A2:4F:9A:48:C6:C9:F8:A2:00:26:9F:DC:0F:48:2C:AB:30:89 diff --git a/sparse/system/etc/security/cacerts/c51c224c.0 b/sparse/system/etc/security/cacerts/c51c224c.0 new file mode 100644 index 0000000..87d7d50 --- /dev/null +++ b/sparse/system/etc/security/cacerts/c51c224c.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDZzCCAk+gAwIBAgIQGx+ttiD5JNM2a/fH8YygWTANBgkqhkiG9w0BAQUFADBF +MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQL +ExNUcnVzdGlzIEZQUyBSb290IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTEx +MzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1RydXN0aXMgTGltaXRlZDEc +MBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQAD +ggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc+gIMPpqdZh8mQRUN+ +AOqGeSoDvT03mYlmt+WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihH +iTHcDnlkH5nSW7r+f2C/revnPDgpai/lkQtV/+xvWNUtyd5MZnGPDNcE2gfmHhjj +vSkCqPoc4Vu5g6hBSLwacY3nYuUtsuvffM/bq1rKMfFMIvMFE/eC+XN5DL7XSxzA +0RU8k0Fk0ea+IxciAIleH2ulrG6nS4zto3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlB +OrTh4/L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEAAaNTMFEwDwYDVR0TAQH/ +BAUwAwEB/zAfBgNVHSMEGDAWgBS6+nEleYtXQSUhhgtx67JkDoshZzAdBgNVHQ4E +FgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y//01 +GX2cGE+esCu8jowU/yyg2kdbw++BLa8F6nRIW/M+TgfHbcWzk88iNVy2P3UnXwmW +zaD+vkAMXBJV+JOCyinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP4 +1BIy+Q7DsdwyhEQsb8tGD+pmQQ9P8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZE +f1T1o+CP8HxVIo8ptoGj4W1OLBuAZ+ytIJ8MYmHVl/9D7S3B2l0pKoU/rGXuhg8F +jZBf3+6f9L/uHfuY5H+QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYliB6XzCGcKQEN +ZetX2fNXlrtIzYE= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 1b:1f:ad:b6:20:f9:24:d3:36:6b:f7:c7:f1:8c:a0:59 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA + Validity + Not Before: Dec 23 12:14:06 2003 GMT + Not After : Jan 21 11:36:54 2024 GMT + Subject: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:c5:50:7b:9e:3b:35:d0:df:c4:8c:cd:8e:9b:ed: + a3:c0:36:99:f4:42:ea:a7:3e:80:83:0f:a6:a7:59: + 87:c9:90:45:43:7e:00:ea:86:79:2a:03:bd:3d:37: + 99:89:66:b7:e5:8a:56:86:93:9c:68:4b:68:04:8c: + 93:93:02:3e:30:d2:37:3a:22:61:89:1c:85:4e:7d: + 8f:d5:af:7b:35:f6:7e:28:47:89:31:dc:0e:79:64: + 1f:99:d2:5b:ba:fe:7f:60:bf:ad:eb:e7:3c:38:29: + 6a:2f:e5:91:0b:55:ff:ec:6f:58:d5:2d:c9:de:4c: + 66:71:8f:0c:d7:04:da:07:e6:1e:18:e3:bd:29:02: + a8:fa:1c:e1:5b:b9:83:a8:41:48:bc:1a:71:8d:e7: + 62:e5:2d:b2:eb:df:7c:cf:db:ab:5a:ca:31:f1:4c: + 22:f3:05:13:f7:82:f9:73:79:0c:be:d7:4b:1c:c0: + d1:15:3c:93:41:64:d1:e6:be:23:17:22:00:89:5e: + 1f:6b:a5:ac:6e:a7:4b:8c:ed:a3:72:e6:af:63:4d: + 2f:85:d2:14:35:9a:2e:4e:8c:ea:32:98:28:86:a1: + 91:09:41:3a:b4:e1:e3:f2:fa:f0:c9:0a:a2:41:dd: + a9:e3:03:c7:88:15:3b:1c:d4:1a:94:d7:9f:64:59: + 12:6d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:BA:FA:71:25:79:8B:57:41:25:21:86:0B:71:EB:B2:64:0E:8B:21:67 + + X509v3 Subject Key Identifier: + BA:FA:71:25:79:8B:57:41:25:21:86:0B:71:EB:B2:64:0E:8B:21:67 + Signature Algorithm: sha1WithRSAEncryption + 7e:58:ff:fd:35:19:7d:9c:18:4f:9e:b0:2b:bc:8e:8c:14:ff: + 2c:a0:da:47:5b:c3:ef:81:2d:af:05:ea:74:48:5b:f3:3e:4e: + 07:c7:6d:c5:b3:93:cf:22:35:5c:b6:3f:75:27:5f:09:96:cd: + a0:fe:be:40:0c:5c:12:55:f8:93:82:ca:29:e9:5e:3f:56:57: + 8b:38:36:f7:45:1a:4c:28:cd:9e:41:b8:ed:56:4c:84:a4:40: + c8:b8:b0:a5:2b:69:70:04:6a:c3:f8:d4:12:32:f9:0e:c3:b1: + dc:32:84:44:2c:6f:cb:46:0f:ea:66:41:0f:4f:f1:58:a5:a6: + 0d:0d:0f:61:de:a5:9e:5d:7d:65:a1:3c:17:e7:a8:55:4e:ef: + a0:c7:ed:c6:44:7f:54:f5:a3:e0:8f:f0:7c:55:22:8f:29:b6: + 81:a3:e1:6d:4e:2c:1b:80:67:ec:ad:20:9f:0c:62:61:d5:97: + ff:43:ed:2d:c1:da:5d:29:2a:85:3f:ac:65:ee:86:0f:05:8d: + 90:5f:df:ee:9f:f4:bf:ee:1d:fb:98:e4:7f:90:2b:84:78:10: + 0e:6c:49:53:ef:15:5b:65:46:4a:5d:af:ba:fb:3a:72:1d:cd: + f6:25:88:1e:97:cc:21:9c:29:01:0d:65:eb:57:d9:f3:57:96: + bb:48:cd:81 +SHA1 Fingerprint=3B:C0:38:0B:33:C3:F6:A6:0C:86:15:22:93:D9:DF:F5:4B:81:C0:04 diff --git a/sparse/system/etc/security/cacerts/c559d742.0 b/sparse/system/etc/security/cacerts/c559d742.0 new file mode 100644 index 0000000..0e3e9f9 --- /dev/null +++ b/sparse/system/etc/security/cacerts/c559d742.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxlqz5yDFMJo/aFLybzANBgkqhkiG9w0BAQwFADBH +MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM +QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy +MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl +cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3Lv +CvptnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3Kg +GjSY6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9Bu +XvAuMC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOd +re7kRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXu +PuWgf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1 +mKPV+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K +8YzodDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqj +x5RWIr9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsR +nTKaG73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0 +kzCqgc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9Ok +twIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBALZp +8KZ3/p7uC4Gt4cCpx/k1HUCCq+YEtN/L9x0Pg/B+E02NjO7jMyLDOfxA325BS0JT +vhaI8dI4XsRomRyYUpOM52jtG2pzegVATX9lO9ZY8c6DR2Dj/5epnGB3GFW1fgiT +z9D2PGcDFWEJ+YF59exTpJ/JjwGLc8R3dtyDovUMSRqodt6Sm2T4syzFJ9MHwAiA +pJiS4wGWAqoC7o87xdFtCjMwc3i5T1QWvwsHoaRc5svJXISPD+AVdyx+Jn7axEvb +pxZ3B7DNdehyQtaVhJ2Gg/LkkM0JR9SLA3DaWsYDQvTtN6LwG1BUSw7YhN4ZKJmB +R64JGz9I0cNv4rBgF/XuIwKl2gBbbZCr7qLpGzvpx0QnRY5rn/WkhLx3+WuXrD5R +RaIRpsyF7gpo8j5QOHokYh4XIDdtak23CZvJ/KRY9bb7nE4Yu5UC56GtmwfuNmsk +0jmGwZODUNKBRqhfYlcsu2xkiAhu7xNUX90txGdj08+JN7+dIPT7eoOboB6BAFDC +5AwiWVIQ7UNWhwD4FFKnHYuTjKJNRn8nxnGbJN7k2oaLDX5rIMHAnuFl2GqjpuiF +izoHCBy69Y9Vmhh1fuXsgWbRIXOhNUQLgD1bnF5vKheW0YMjiGZt5obicDIvUiLn +yOd/xCxgXS/Dr55FBcOEArf9LAhST4Ldo/DUhgkC +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 6e:47:a9:c6:5a:b3:e7:20:c5:30:9a:3f:68:52:f2:6f + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=Google Trust Services LLC, CN=GTS Root R2 + Validity + Not Before: Jun 22 00:00:00 2016 GMT + Not After : Jun 22 00:00:00 2036 GMT + Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:ce:de:fd:a6:fb:ec:ec:14:34:3c:07:06:5a:6c: + 59:f7:19:35:dd:f7:c1:9d:55:aa:d3:cd:3b:a4:93: + 72:ef:0a:fa:6d:9d:f6:f0:85:80:5b:a1:48:52:9f: + 39:c5:b7:ee:28:ac:ef:cb:76:68:14:b9:df:ad:01: + 6c:99:1f:c4:22:1d:9f:fe:72:77:e0:2c:5b:af:e4: + 04:bf:4f:72:a0:1a:34:98:e8:39:68:ec:95:25:7b: + 76:a1:e6:69:b9:85:19:bd:89:8c:fe:ad:ed:36:ea: + 73:bc:ff:83:e2:cb:7d:c1:d2:ce:4a:b3:8d:05:9e: + 8b:49:93:df:c1:5b:d0:6e:5e:f0:2e:30:2e:82:fc: + fa:bc:b4:17:0a:48:e5:88:9b:c5:9b:6b:de:b0:ca: + b4:03:f0:da:f4:90:b8:65:64:f7:5c:4c:ad:e8:7e: + 66:5e:99:d7:b8:c2:3e:c8:d0:13:9d:ad:ee:e4:45: + 7b:89:55:f7:8a:1f:62:52:84:12:b3:c2:40:97:e3: + 8a:1f:47:91:a6:74:5a:d2:f8:b1:63:28:10:b8:b3: + 09:b8:56:77:40:a2:26:98:79:c6:fe:df:25:ee:3e: + e5:a0:7f:d4:61:0f:51:4b:3c:3f:8c:da:e1:70:74: + d8:c2:68:a1:f9:c1:0c:e9:a1:e2:7f:bb:55:3c:76: + 06:ee:6a:4e:cc:92:88:30:4d:9a:bd:4f:0b:48:9a: + 84:b5:98:a3:d5:fb:73:c1:57:61:dd:28:56:75:13: + ae:87:8e:e7:0c:51:09:10:75:88:4c:bc:8d:f9:7b: + 3c:d4:22:48:1f:2a:dc:eb:6b:bb:44:b1:cb:33:71: + 32:46:af:ad:4a:f1:8c:e8:74:3a:ac:e7:1a:22:73: + 80:d2:30:f7:25:42:c7:22:3b:3b:12:ad:96:2e:c6: + c3:76:07:aa:20:b7:35:49:57:e9:92:49:e8:76:16: + 72:31:67:2b:96:7e:8a:a3:c7:94:56:22:bf:6a:4b: + 7e:01:21:b2:23:32:df:e4:9a:44:6d:59:5b:5d:f5: + 00:a0:1c:9b:c6:78:97:8d:90:ff:9b:c8:aa:b4:af: + 11:51:39:5e:d9:fb:67:ad:d5:5b:11:9d:32:9a:1b: + bd:d5:ba:5b:a5:c9:cb:25:69:53:55:27:5c:e0:ca: + 36:cb:88:61:fb:1e:b7:d0:cb:ee:16:fb:d3:a6:4c: + de:92:a5:d4:e2:df:f5:06:54:de:2e:9d:4b:b4:93: + 30:aa:81:ce:dd:1a:dc:51:73:0d:4f:70:e9:e5:b6: + 16:21:19:79:b2:e6:89:0b:75:64:ca:d5:ab:bc:09: + c1:18:a1:ff:d4:54:a1:85:3c:fd:14:24:03:b2:87: + d3:a4:b7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + BB:FF:CA:8E:23:9F:4F:99:CA:DB:E2:68:A6:A5:15:27:17:1E:D9:0E + Signature Algorithm: sha384WithRSAEncryption + b6:69:f0:a6:77:fe:9e:ee:0b:81:ad:e1:c0:a9:c7:f9:35:1d: + 40:82:ab:e6:04:b4:df:cb:f7:1d:0f:83:f0:7e:13:4d:8d:8c: + ee:e3:33:22:c3:39:fc:40:df:6e:41:4b:42:53:be:16:88:f1: + d2:38:5e:c4:68:99:1c:98:52:93:8c:e7:68:ed:1b:6a:73:7a: + 05:40:4d:7f:65:3b:d6:58:f1:ce:83:47:60:e3:ff:97:a9:9c: + 60:77:18:55:b5:7e:08:93:cf:d0:f6:3c:67:03:15:61:09:f9: + 81:79:f5:ec:53:a4:9f:c9:8f:01:8b:73:c4:77:76:dc:83:a2: + f5:0c:49:1a:a8:76:de:92:9b:64:f8:b3:2c:c5:27:d3:07:c0: + 08:80:a4:98:92:e3:01:96:02:aa:02:ee:8f:3b:c5:d1:6d:0a: + 33:30:73:78:b9:4f:54:16:bf:0b:07:a1:a4:5c:e6:cb:c9:5c: + 84:8f:0f:e0:15:77:2c:7e:26:7e:da:c4:4b:db:a7:16:77:07: + b0:cd:75:e8:72:42:d6:95:84:9d:86:83:f2:e4:90:cd:09:47: + d4:8b:03:70:da:5a:c6:03:42:f4:ed:37:a2:f0:1b:50:54:4b: + 0e:d8:84:de:19:28:99:81:47:ae:09:1b:3f:48:d1:c3:6f:e2: + b0:60:17:f5:ee:23:02:a5:da:00:5b:6d:90:ab:ee:a2:e9:1b: + 3b:e9:c7:44:27:45:8e:6b:9f:f5:a4:84:bc:77:f9:6b:97:ac: + 3e:51:45:a2:11:a6:cc:85:ee:0a:68:f2:3e:50:38:7a:24:62: + 1e:17:20:37:6d:6a:4d:b7:09:9b:c9:fc:a4:58:f5:b6:fb:9c: + 4e:18:bb:95:02:e7:a1:ad:9b:07:ee:36:6b:24:d2:39:86:c1: + 93:83:50:d2:81:46:a8:5f:62:57:2c:bb:6c:64:88:08:6e:ef: + 13:54:5f:dd:2d:c4:67:63:d3:cf:89:37:bf:9d:20:f4:fb:7a: + 83:9b:a0:1e:81:00:50:c2:e4:0c:22:59:52:10:ed:43:56:87: + 00:f8:14:52:a7:1d:8b:93:8c:a2:4d:46:7f:27:c6:71:9b:24: + de:e4:da:86:8b:0d:7e:6b:20:c1:c0:9e:e1:65:d8:6a:a3:a6: + e8:85:8b:3a:07:08:1c:ba:f5:8f:55:9a:18:75:7e:e5:ec:81: + 66:d1:21:73:a1:35:44:0b:80:3d:5b:9c:5e:6f:2a:17:96:d1: + 83:23:88:66:6d:e6:86:e2:70:32:2f:52:22:e7:c8:e7:7f:c4: + 2c:60:5d:2f:c3:af:9e:45:05:c3:84:02:b7:fd:2c:08:52:4f: + 82:dd:a3:f0:d4:86:09:02 +SHA1 Fingerprint=D2:73:96:2A:2A:5E:39:9F:73:3F:E1:C7:1E:64:3F:03:38:34:FC:4D diff --git a/sparse/system/etc/security/cacerts/c90bc37d.0 b/sparse/system/etc/security/cacerts/c90bc37d.0 new file mode 100644 index 0000000..c99a365 --- /dev/null +++ b/sparse/system/etc/security/cacerts/c90bc37d.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 03:3a:f1:e6:a7:11:a9:a0:bb:28:64:b1:1d:09:fa:e5 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:bb:37:cd:34:dc:7b:6b:c9:b2:68:90:ad:4a:75: + ff:46:ba:21:0a:08:8d:f5:19:54:c9:fb:88:db:f3: + ae:f2:3a:89:91:3c:7a:e6:ab:06:1a:6b:cf:ac:2d: + e8:5e:09:24:44:ba:62:9a:7e:d6:a3:a8:7e:e0:54: + 75:20:05:ac:50:b7:9c:63:1a:6c:30:dc:da:1f:19: + b1:d7:1e:de:fd:d7:e0:cb:94:83:37:ae:ec:1f:43: + 4e:dd:7b:2c:d2:bd:2e:a5:2f:e4:a9:b8:ad:3a:d4: + 99:a4:b6:25:e9:9b:6b:00:60:92:60:ff:4f:21:49: + 18:f7:67:90:ab:61:06:9c:8f:f2:ba:e9:b4:e9:92: + 32:6b:b5:f3:57:e8:5d:1b:cd:8c:1d:ab:95:04:95: + 49:f3:35:2d:96:e3:49:6d:dd:77:e3:fb:49:4b:b4: + ac:55:07:a9:8f:95:b3:b4:23:bb:4c:6d:45:f0:f6: + a9:b2:95:30:b4:fd:4c:55:8c:27:4a:57:14:7c:82: + 9d:cd:73:92:d3:16:4a:06:0c:8c:50:d1:8f:1e:09: + be:17:a1:e6:21:ca:fd:83:e5:10:bc:83:a5:0a:c4: + 67:28:f6:73:14:14:3d:46:76:c3:87:14:89:21:34: + 4d:af:0f:45:0c:a6:49:a1:ba:bb:9c:c5:b1:33:83: + 29:85 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 4E:22:54:20:18:95:E6:E3:6E:E6:0F:FA:FA:B9:12:ED:06:17:8F:39 + Signature Algorithm: sha256WithRSAEncryption + 60:67:28:94:6f:0e:48:63:eb:31:dd:ea:67:18:d5:89:7d:3c: + c5:8b:4a:7f:e9:be:db:2b:17:df:b0:5f:73:77:2a:32:13:39: + 81:67:42:84:23:f2:45:67:35:ec:88:bf:f8:8f:b0:61:0c:34: + a4:ae:20:4c:84:c6:db:f8:35:e1:76:d9:df:a6:42:bb:c7:44: + 08:86:7f:36:74:24:5a:da:6c:0d:14:59:35:bd:f2:49:dd:b6: + 1f:c9:b3:0d:47:2a:3d:99:2f:bb:5c:bb:b5:d4:20:e1:99:5f: + 53:46:15:db:68:9b:f0:f3:30:d5:3e:31:e2:8d:84:9e:e3:8a: + da:da:96:3e:35:13:a5:5f:f0:f9:70:50:70:47:41:11:57:19: + 4e:c0:8f:ae:06:c4:95:13:17:2f:1b:25:9f:75:f2:b1:8e:99: + a1:6f:13:b1:41:71:fe:88:2a:c8:4f:10:20:55:d7:f3:14:45: + e5:e0:44:f4:ea:87:95:32:93:0e:fe:53:46:fa:2c:9d:ff:8b: + 22:b9:4b:d9:09:45:a4:de:a4:b8:9a:58:dd:1b:7d:52:9f:8e: + 59:43:88:81:a4:9e:26:d5:6f:ad:dd:0d:c6:37:7d:ed:03:92: + 1b:e5:77:5f:76:ee:3c:8d:c4:5d:56:5b:a2:d9:66:6e:b3:35: + 37:e5:32:b6 +SHA1 Fingerprint=DF:3C:24:F9:BF:D6:66:76:1B:26:80:73:FE:06:D1:CC:8D:4F:82:A4 diff --git a/sparse/system/etc/security/cacerts/cb156124.0 b/sparse/system/etc/security/cacerts/cb156124.0 new file mode 100644 index 0000000..27a4727 --- /dev/null +++ b/sparse/system/etc/security/cacerts/cb156124.0 @@ -0,0 +1,127 @@ +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV +BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC +aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV +BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1 +Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz +MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+ +BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp +em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN +ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY +B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH +D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF +Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo +q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D +k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH +fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut +dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM +ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8 +zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn +rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX +U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6 +Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5 +XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF +Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR +HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY +GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c +77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3 ++GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK +vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6 +FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl +yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P +AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD +y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d +NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7667447206703254355 (0x6a683e9c519bcb53) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=TR, L=Ankara, O=E-Tu\xC4\x9Fra EBG Bili\xC5\x9Fim Teknolojileri ve Hizmetleri A.\xC5\x9E., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority + Validity + Not Before: Mar 5 12:09:48 2013 GMT + Not After : Mar 3 12:09:48 2023 GMT + Subject: C=TR, L=Ankara, O=E-Tu\xC4\x9Fra EBG Bili\xC5\x9Fim Teknolojileri ve Hizmetleri A.\xC5\x9E., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:e2:f5:3f:93:05:51:1e:85:62:54:5e:7a:0b:f5: + 18:07:83:ae:7e:af:7c:f7:d4:8a:6b:a5:63:43:39: + b9:4b:f7:c3:c6:64:89:3d:94:2e:54:80:52:39:39: + 07:4b:4b:dd:85:07:76:87:cc:bf:2f:95:4c:cc:7d: + a7:3d:bc:47:0f:98:70:f8:8c:85:1e:74:8e:92:6d: + 1b:40:d1:99:0d:bb:75:6e:c8:a9:6b:9a:c0:84:31: + af:ca:43:cb:eb:2b:34:e8:8f:97:6b:01:9b:d5:0e: + 4a:08:aa:5b:92:74:85:43:d3:80:ae:a1:88:5b:ae: + b3:ea:5e:cb:16:9a:77:44:c8:a1:f6:54:68:ce:de: + 8f:97:2b:ba:5b:40:02:0c:64:17:c0:b5:93:cd:e1: + f1:13:66:ce:0c:79:ef:d1:91:28:ab:5f:a0:12:52: + 30:73:19:8e:8f:e1:8c:07:a2:c3:bb:4a:f0:ea:1f: + 15:a8:ee:25:cc:a4:46:f8:1b:22:ef:b3:0e:43:ba: + 2c:24:b8:c5:2c:5c:d4:1c:f8:5d:64:bd:c3:93:5e: + 28:a7:3f:27:f1:8e:1e:d3:2a:50:05:a3:55:d9:cb: + e7:39:53:c0:98:9e:8c:54:62:8b:26:b0:f7:7d:8d: + 7c:e4:c6:9e:66:42:55:82:47:e7:b2:58:8d:66:f7: + 07:7c:2e:36:e6:50:1c:3f:db:43:24:c5:bf:86:47: + 79:b3:79:1c:f7:5a:f4:13:ec:6c:f8:3f:e2:59:1f: + 95:ee:42:3e:b9:ad:a8:32:85:49:97:46:fe:4b:31: + 8f:5a:cb:ad:74:47:1f:e9:91:b7:df:28:04:22:a0: + d4:0f:5d:e2:79:4f:ea:6c:85:86:bd:a8:a6:ce:e4: + fa:c3:e1:b3:ae:de:3c:51:ee:cb:13:7c:01:7f:84: + 0e:5d:51:94:9e:13:0c:b6:2e:a5:4c:f9:39:70:36: + 6f:96:ca:2e:0c:44:55:c5:ca:fa:5d:02:a3:df:d6: + 64:8c:5a:b3:01:0a:a9:b5:0a:47:17:ff:ef:91:40: + 2a:8e:a1:46:3a:31:98:e5:11:fc:cc:bb:49:56:8a: + fc:b9:d0:61:9a:6f:65:6c:e6:c3:cb:3e:75:49:fe: + 8f:a7:e2:89:c5:67:d7:9d:46:13:4e:31:76:3b:24: + b3:9e:11:65:86:ab:7f:ef:1d:d4:f8:bc:e7:ac:5a: + 5c:b7:5a:47:5c:55:ce:55:b4:22:71:5b:5b:0b:f0: + cf:dc:a0:61:64:ea:a9:d7:68:0a:63:a7:e0:0d:3f: + a0:af:d3:aa:d2:7e:ef:51:a0:e6:51:2b:55:92:15: + 17:53:cb:b7:66:0e:66:4c:f8:f9:75:4c:90:e7:12: + 70:c7:45 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 2E:E3:DB:B2:49:D0:9C:54:79:5C:FA:27:2A:FE:CC:4E:D2:E8:4E:54 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:2E:E3:DB:B2:49:D0:9C:54:79:5C:FA:27:2A:FE:CC:4E:D2:E8:4E:54 + + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 05:37:3a:f4:4d:b7:45:e2:45:75:24:8f:b6:77:52:e8:1c:d8: + 10:93:65:f3:f2:59:06:a4:3e:1e:29:ec:5d:d1:d0:ab:7c:e0: + 0a:90:48:78:ed:4e:98:03:99:fe:28:60:91:1d:30:1d:b8:63: + 7c:a8:e6:35:b5:fa:d3:61:76:e6:d6:07:4b:ca:69:9a:b2:84: + 7a:77:93:45:17:15:9f:24:d0:98:13:12:ff:bb:a0:2e:fd:4e: + 4c:87:f8:ce:5c:aa:98:1b:05:e0:00:46:4a:82:80:a5:33:8b: + 28:dc:ed:38:d3:df:e5:3e:e9:fe:fb:59:dd:61:84:4f:d2:54: + 96:13:61:13:3e:8f:80:69:be:93:47:b5:35:43:d2:5a:bb:3d: + 5c:ef:b3:42:47:cd:3b:55:13:06:b0:09:db:fd:63:f6:3a:88: + 0a:99:6f:7e:e1:ce:1b:53:6a:44:66:23:51:08:7b:bc:5b:52: + a2:fd:06:37:38:40:61:8f:4a:96:b8:90:37:f8:66:c7:78:90: + 00:15:2e:8b:ad:51:35:53:07:a8:6b:68:ae:f9:4e:3c:07:26: + cd:08:05:70:cc:39:3f:76:bd:a5:d3:67:26:01:86:a6:53:d2: + 60:3b:7c:43:7f:55:8a:bc:95:1a:c1:28:39:4c:1f:43:d2:91: + f4:72:59:8a:b9:56:fc:3f:b4:9d:da:70:9c:76:5a:8c:43:50: + ee:8e:30:72:4d:df:ff:49:f7:c6:a9:67:d9:6d:ac:02:11:e2: + 3a:16:25:a7:58:08:cb:6f:53:41:9c:48:38:47:68:33:d1:d7: + c7:8f:d4:74:21:d4:c3:05:90:7a:ff:ce:96:88:b1:15:29:5d: + 23:ab:d0:60:a1:12:4f:de:f4:17:cd:32:e5:c9:bf:c8:43:ad: + fd:2e:8e:f1:af:e2:f4:98:fa:12:1f:20:d8:c0:a7:0c:85:c5: + 90:f4:3b:2d:96:26:b1:2c:be:4c:ab:eb:b1:d2:8a:c9:db:78: + 13:0f:1e:09:9d:6d:8f:00:9f:02:da:c1:fa:1f:7a:7a:09:c4: + 4a:e6:88:2a:97:9f:89:8b:fd:37:5f:5f:3a:ce:38:59:86:4b: + af:71:0b:b4:d8:f2:70:4f:9f:32:13:e3:b0:a7:57:e5:da:da: + 43:cb:84:34:f2:28:c4:ea:6d:f4:2a:ef:c1:6b:76:da:fb:7e: + bb:85:3c:d2:53:c2:4d:be:71:e1:45:d1:fd:23:67:0d:13:75: + fb:cf:65:67:22:9d:ae:b0:09:d1:09:ff:1d:34:bf:fe:23:97: + 37:d2:39:fa:3d:0d:06:0b:b4:db:3b:a3:ab:6f:5c:1d:b6:7e: + e8:b3:82:34:ed:06:5c:24 +SHA1 Fingerprint=51:C6:E7:08:49:06:6E:F3:92:D4:5C:A0:0D:6D:A3:62:8F:C3:52:39 diff --git a/sparse/system/etc/security/cacerts/cb1c3204.0 b/sparse/system/etc/security/cacerts/cb1c3204.0 new file mode 100644 index 0000000..bc9617d --- /dev/null +++ b/sparse/system/etc/security/cacerts/cb1c3204.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 21:d6:d0:4a:4f:25:0f:c9:32:37:fc:aa:5e:12:8d:e9 + Signature Algorithm: sha512WithRSAEncryption + Issuer: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2 + Validity + Not Before: Oct 6 08:39:56 2011 GMT + Not After : Oct 6 08:39:56 2046 GMT + Subject: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:bd:f9:78:f8:e6:d5:80:0c:64:9d:86:1b:96:64: + 67:3f:22:3a:1e:75:01:7d:ef:fb:5c:67:8c:c9:cc: + 5c:6b:a9:91:e6:b9:42:e5:20:4b:9b:da:9b:7b:b9: + 99:5d:d9:9b:80:4b:d7:84:40:2b:27:d3:e8:ba:30: + bb:3e:09:1a:a7:49:95:ef:2b:40:24:c2:97:c7:a7: + ee:9b:25:ef:a8:0a:00:97:85:5a:aa:9d:dc:29:c9: + e2:35:07:eb:70:4d:4a:d6:c1:b3:56:b8:a1:41:38: + 9b:d1:fb:31:7f:8f:e0:5f:e1:b1:3f:0f:8e:16:49: + 60:d7:06:8d:18:f9:aa:26:10:ab:2a:d3:d0:d1:67: + 8d:1b:46:be:47:30:d5:2e:72:d1:c5:63:da:e7:63: + 79:44:7e:4b:63:24:89:86:2e:34:3f:29:4c:52:8b: + 2a:a7:c0:e2:91:28:89:b9:c0:5b:f9:1d:d9:e7:27: + ad:ff:9a:02:97:c1:c6:50:92:9b:02:2c:bd:a9:b9: + 34:59:0a:bf:84:4a:ff:df:fe:b3:9f:eb:d9:9e:e0: + 98:23:ec:a6:6b:77:16:2a:db:cc:ad:3b:1c:a4:87: + dc:46:73:5e:19:62:68:45:57:e4:90:82:42:bb:42: + d6:f0:61:e0:c1:a3:3d:66:a3:5d:f4:18:ee:88:c9: + 8d:17:45:29:99:32:75:02:31:ee:29:26:c8:6b:02: + e6:b5:62:45:7f:37:15:5a:23:68:89:d4:3e:de:4e: + 27:b0:f0:40:0c:bc:4d:17:cb:4d:a2:b3:1e:d0:06: + 5a:dd:f6:93:cf:57:75:99:f5:fa:86:1a:67:78:b3: + bf:96:fe:34:dc:bd:e7:52:56:e5:b3:e5:75:7b:d7: + 41:91:05:dc:5d:69:e3:95:0d:43:b9:fc:83:96:39: + 95:7b:6c:80:5a:4f:13:72:c6:d7:7d:29:7a:44:ba: + 52:a4:2a:d5:41:46:09:20:fe:22:a0:b6:5b:30:8d: + bc:89:0c:d5:d7:70:f8:87:52:fd:da:ef:ac:51:2e: + 07:b3:4e:fe:d0:09:da:70:ef:98:fa:56:e6:6d:db: + b5:57:4b:dc:e5:2c:25:15:c8:9e:2e:78:4e:f8:da: + 9c:9e:86:2c:ca:57:f3:1a:e5:c8:92:8b:1a:82:96: + 7a:c3:bc:50:12:69:d8:0e:5a:46:8b:3a:eb:26:fa: + 23:c9:b6:b0:81:be:42:00:a4:f8:d6:fe:30:2e:c7: + d2:46:f6:e5:8e:75:fd:f2:cc:b9:d0:87:5b:cc:06: + 10:60:bb:83:35:b7:5e:67:de:47:ec:99:48:f1:a4: + a1:15:fe:ad:8c:62:8e:39:55:4f:39:16:b9:b1:63: + 9d:ff:b7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + B6:A1:54:39:02:C3:A0:3F:8E:8A:BC:FA:D4:F8:1C:A6:D1:3A:0E:FD + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha512WithRSAEncryption + 71:a5:0e:ce:e4:e9:bf:3f:38:d5:89:5a:c4:02:61:fb:4c:c5: + 14:17:2d:8b:4f:53:6b:10:17:fc:65:84:c7:10:49:90:de:db: + c7:26:93:88:26:6f:70:d6:02:5e:39:a0:f7:8f:ab:96:b5:a5: + 13:5c:81:14:6d:0e:81:82:11:1b:8a:4e:c6:4f:a5:dd:62:1e: + 44:df:09:59:f4:5b:77:0b:37:e9:8b:20:c6:f8:0a:4e:2e:58: + 1c:eb:33:d0:cf:86:60:c9:da:fb:80:2f:9e:4c:60:84:78:3d: + 21:64:d6:fb:41:1f:18:0f:e7:c9:75:71:bd:bd:5c:de:34:87: + 3e:41:b0:0e:f6:b9:d6:3f:09:13:96:14:2f:de:9a:1d:5a:b9: + 56:ce:35:3a:b0:5f:70:4d:5e:e3:29:f1:23:28:72:59:b6:ab: + c2:8c:66:26:1c:77:2c:26:76:35:8b:28:a7:69:a0:f9:3b:f5: + 23:dd:85:10:74:c9:90:03:56:91:e7:af:ba:47:d4:12:97:11: + 22:e3:a2:49:94:6c:e7:b7:94:4b:ba:2d:a4:da:33:8b:4c:a6: + 44:ff:5a:3c:c6:1d:64:d8:b5:31:e4:a6:3c:7a:a8:57:0b:db: + ed:61:1a:cb:f1:ce:73:77:63:a4:87:6f:4c:51:38:d6:e4:5f: + c7:9f:b6:81:2a:e4:85:48:79:58:5e:3b:f8:db:02:82:67:c1: + 39:db:c3:74:4b:3d:36:1e:f9:29:93:88:68:5b:a8:44:19:21: + f0:a7:e8:81:0d:2c:e8:93:36:b4:37:b2:ca:b0:1b:26:7a:9a: + 25:1f:9a:9a:80:9e:4b:2a:3f:fb:a3:9a:fe:73:32:71:c2:9e: + c6:72:e1:8a:68:27:f1:e4:0f:b4:c4:4c:a5:61:93:f8:97:10: + 07:2a:30:25:a9:b9:c8:71:b8:ef:68:cc:2d:7e:f5:e0:7e:0f: + 82:a8:6f:b6:ba:6c:83:43:77:cd:8a:92:17:a1:9e:5b:78:16: + 3d:45:e2:33:72:dd:e1:66:ca:99:d3:c9:c5:26:fd:0d:68:04: + 46:ae:b6:d9:9b:8c:be:19:be:b1:c6:f2:19:e3:5c:02:ca:2c: + d8:6f:4a:07:d9:c9:35:da:40:75:f2:c4:a7:19:6f:9e:42:10: + 98:75:e6:95:8b:60:bc:ed:c5:12:d7:8a:ce:d5:98:5c:56:96: + 03:c5:ee:77:06:35:ff:cf:e4:ee:3f:13:61:ee:db:da:2d:85: + f0:cd:ae:9d:b2:18:09:45:c3:92:a1:72:17:fc:47:b6:a0:0b: + 2c:f1:c4:de:43:68:08:6a:5f:3b:f0:76:63:fb:cc:06:2c:a6: + c6:e2:0e:b5:b9:be:24:8f +SHA1 Fingerprint=D3:DD:48:3E:2B:BF:4C:05:E8:AF:10:F5:FA:76:26:CF:D3:DC:30:92 diff --git a/sparse/system/etc/security/cacerts/ccc52f49.0 b/sparse/system/etc/security/cacerts/ccc52f49.0 new file mode 100644 index 0000000..751b613 --- /dev/null +++ b/sparse/system/etc/security/cacerts/ccc52f49.0 @@ -0,0 +1,51 @@ +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8401224907861490260 (0x7497258ac73f7a54) + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC + Validity + Not Before: Jan 29 14:20:24 2010 GMT + Not After : Dec 31 14:20:24 2040 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:0d:30:5e:1b:15:9d:03:d0:a1:79:35:b7:3a:3c: + 92:7a:ca:15:1c:cd:62:f3:9c:26:5c:07:3d:e5:54: + fa:a3:d6:cc:12:ea:f4:14:5f:e8:8e:19:ab:2f:2e: + 48:e6:ac:18:43:78:ac:d0:37:c3:bd:b2:cd:2c:e6: + 47:e2:1a:e6:63:b8:3d:2e:2f:78:c4:4f:db:f4:0f: + a4:68:4c:55:72:6b:95:1d:4e:18:42:95:78:cc:37: + 3c:91:e2:9b:65:2b:29 + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Subject Key Identifier: + 9A:AF:29:7A:C0:11:35:35:26:51:30:00:C3:6A:FE:40:D5:AE:D6:3C + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:17:09:f3:87:88:50:5a:af:c8:c0:42:bf:47:5f: + f5:6c:6a:86:e0:c4:27:74:e4:38:53:d7:05:7f:1b:34:e3:c6: + 2f:b3:ca:09:3c:37:9d:d7:e7:b8:46:f1:fd:a1:e2:71:02:30: + 42:59:87:43:d4:51:df:ba:d3:09:32:5a:ce:88:7e:57:3d:9c: + 5f:42:6b:f5:07:2d:b5:f0:82:93:f9:59:6f:ae:64:fa:58:e5: + 8b:1e:e3:63:be:b5:81:cd:6f:02:8c:79 +SHA1 Fingerprint=B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB diff --git a/sparse/system/etc/security/cacerts/cf701eeb.0 b/sparse/system/etc/security/cacerts/cf701eeb.0 new file mode 100644 index 0000000..b20e894 --- /dev/null +++ b/sparse/system/etc/security/cacerts/cf701eeb.0 @@ -0,0 +1,89 @@ +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0c:f0:8e:5c:08:16:a5:ad:42:7f:f0:eb:27:18:59:d0 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=SecureTrust Corporation, CN=SecureTrust CA + Validity + Not Before: Nov 7 19:31:18 2006 GMT + Not After : Dec 31 19:40:55 2029 GMT + Subject: C=US, O=SecureTrust Corporation, CN=SecureTrust CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:ab:a4:81:e5:95:cd:f5:f6:14:8e:c2:4f:ca:d4: + e2:78:95:58:9c:41:e1:0d:99:40:24:17:39:91:33: + 66:e9:be:e1:83:af:62:5c:89:d1:fc:24:5b:61:b3: + e0:11:11:41:1c:1d:6e:f0:b8:bb:f8:de:a7:81:ba: + a6:48:c6:9f:1d:bd:be:8e:a9:41:3e:b8:94:ed:29: + 1a:d4:8e:d2:03:1d:03:ef:6d:0d:67:1c:57:d7:06: + ad:ca:c8:f5:fe:0e:af:66:25:48:04:96:0b:5d:a3: + ba:16:c3:08:4f:d1:46:f8:14:5c:f2:c8:5e:01:99: + 6d:fd:88:cc:86:a8:c1:6f:31:42:6c:52:3e:68:cb: + f3:19:34:df:bb:87:18:56:80:26:c4:d0:dc:c0:6f: + df:de:a0:c2:91:16:a0:64:11:4b:44:bc:1e:f6:e7: + fa:63:de:66:ac:76:a4:71:a3:ec:36:94:68:7a:77: + a4:b1:e7:0e:2f:81:7a:e2:b5:72:86:ef:a2:6b:8b: + f0:0f:db:d3:59:3f:ba:72:bc:44:24:9c:e3:73:b3: + f7:af:57:2f:42:26:9d:a9:74:ba:00:52:f2:4b:cd: + 53:7c:47:0b:36:85:0e:66:a9:08:97:16:34:57:c1: + 66:f7:80:e3:ed:70:54:c7:93:e0:2e:28:15:59:87: + ba:bb + Exponent: 65537 (0x10001) + X509v3 extensions: + 1.3.6.1.4.1.311.20.2: + ...C.A + X509v3 Key Usage: + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 42:32:B6:16:FA:04:FD:FE:5D:4B:7A:C3:FD:F7:4C:40:1D:5A:43:AF + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.securetrust.com/STCA.crl + + 1.3.6.1.4.1.311.21.1: + ... + Signature Algorithm: sha1WithRSAEncryption + 30:ed:4f:4a:e1:58:3a:52:72:5b:b5:a6:a3:65:18:a6:bb:51: + 3b:77:e9:9d:ea:d3:9f:5c:e0:45:65:7b:0d:ca:5b:e2:70:50: + b2:94:05:14:ae:49:c7:8d:41:07:12:73:94:7e:0c:23:21:fd: + bc:10:7f:60:10:5a:72:f5:98:0e:ac:ec:b9:7f:dd:7a:6f:5d: + d3:1c:f4:ff:88:05:69:42:a9:05:71:c8:b7:ac:26:e8:2e:b4: + 8c:6a:ff:71:dc:b8:b1:df:99:bc:7c:21:54:2b:e4:58:a2:bb: + 57:29:ae:9e:a9:a3:19:26:0f:99:2e:08:b0:ef:fd:69:cf:99: + 1a:09:8d:e3:a7:9f:2b:c9:36:34:7b:24:b3:78:4c:95:17:a4: + 06:26:1e:b6:64:52:36:5f:60:67:d9:9c:c5:05:74:0b:e7:67: + 23:d2:08:fc:88:e9:ae:8b:7f:e1:30:f4:37:7e:fd:c6:32:da: + 2d:9e:44:30:30:6c:ee:07:de:d2:34:fc:d2:ff:40:f6:4b:f4: + 66:46:06:54:a6:f2:32:0a:63:26:30:6b:9b:d1:dc:8b:47:ba: + e1:b9:d5:62:d0:a2:a0:f4:67:05:78:29:63:1a:6f:04:d6:f8: + c6:4c:a3:9a:b1:37:b4:8d:e5:28:4b:1d:9e:2c:c2:b8:68:bc: + ed:02:ee:31 +SHA1 Fingerprint=87:82:C6:C3:04:35:3B:CF:D2:96:92:D2:59:3E:7D:44:D9:34:FF:11 diff --git a/sparse/system/etc/security/cacerts/d06393bb.0 b/sparse/system/etc/security/cacerts/d06393bb.0 new file mode 100644 index 0000000..e976d6a --- /dev/null +++ b/sparse/system/etc/security/cacerts/d06393bb.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2 + Validity + Not Before: Oct 1 10:40:14 2008 GMT + Not After : Oct 1 23:59:59 2033 GMT + Subject: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:aa:5f:da:1b:5f:e8:73:91:e5:da:5c:f4:a2:e6: + 47:e5:f3:68:55:60:05:1d:02:a4:b3:9b:59:f3:1e: + 8a:af:34:ad:fc:0d:c2:d9:48:19:ee:69:8f:c9:20: + fc:21:aa:07:19:ed:b0:5c:ac:65:c7:5f:ed:02:7c: + 7b:7c:2d:1b:d6:ba:b9:80:c2:18:82:16:84:fa:66: + b0:08:c6:54:23:81:e4:cd:b9:49:3f:f6:4f:6e:37: + 48:28:38:0f:c5:be:e7:68:70:fd:39:97:4d:d2:c7: + 98:91:50:aa:c4:44:b3:23:7d:39:47:e9:52:62:d6: + 12:93:5e:b7:31:96:42:05:fb:76:a7:1e:a3:f5:c2: + fc:e9:7a:c5:6c:a9:71:4f:ea:cb:78:bc:60:af:c7: + de:f4:d9:cb:be:7e:33:a5:6e:94:83:f0:34:fa:21: + ab:ea:8e:72:a0:3f:a4:de:30:5b:ef:86:4d:6a:95: + 5b:43:44:a8:10:15:1c:e5:01:57:c5:98:f1:e6:06: + 28:91:aa:20:c5:b7:53:26:51:43:b2:0b:11:95:58: + e1:c0:0f:76:d9:c0:8d:7c:81:f3:72:70:9e:6f:fe: + 1a:8e:d9:5f:35:c6:b2:6f:34:7c:be:48:4f:e2:5a: + 39:d7:d8:9d:78:9e:9f:86:3e:03:5e:19:8b:44:a2: + d5:c7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + BF:59:20:36:00:79:A0:A0:22:6B:8C:D5:F2:61:D2:B8:2C:CB:82:4A + Signature Algorithm: sha256WithRSAEncryption + 31:03:a2:61:0b:1f:74:e8:72:36:c6:6d:f9:4d:9e:fa:22:a8: + e1:81:56:cf:cd:bb:9f:ea:ab:91:19:38:af:aa:7c:15:4d:f3: + b6:a3:8d:a5:f4:8e:f6:44:a9:a7:e8:21:95:ad:3e:00:62:16: + 88:f0:02:ba:fc:61:23:e6:33:9b:30:7a:6b:36:62:7b:ad:04: + 23:84:58:65:e2:db:2b:8a:e7:25:53:37:62:53:5f:bc:da:01: + 62:29:a2:a6:27:71:e6:3a:22:7e:c1:6f:1d:95:70:20:4a:07: + 34:df:ea:ff:15:80:e5:ba:d7:7a:d8:5b:75:7c:05:7a:29:47: + 7e:40:a8:31:13:77:cd:40:3b:b4:51:47:7a:2e:11:e3:47:11: + de:9d:66:d0:8b:d5:54:66:fa:83:55:ea:7c:c2:29:89:1b:e9: + 6f:b3:ce:e2:05:84:c9:2f:3e:78:85:62:6e:c9:5f:c1:78:63: + 74:58:c0:48:18:0c:99:39:eb:a4:cc:1a:b5:79:5a:8d:15:9c: + d8:14:0d:f6:7a:07:57:c7:22:83:05:2d:3c:9b:25:26:3d:18: + b3:a9:43:7c:c8:c8:ab:64:8f:0e:a3:bf:9c:1b:9d:30:db:da: + d0:19:2e:aa:3c:f1:fb:33:80:76:e4:cd:ad:19:4f:05:27:8e: + 13:a1:6e:c2 +SHA1 Fingerprint=59:0D:2D:7D:88:4F:40:2E:61:7E:A5:62:32:17:65:CF:17:D8:94:E9 diff --git a/sparse/system/etc/security/cacerts/d16a5865.0 b/sparse/system/etc/security/cacerts/d16a5865.0 new file mode 100644 index 0000000..43e210a --- /dev/null +++ b/sparse/system/etc/security/cacerts/d16a5865.0 @@ -0,0 +1,129 @@ +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy +MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD +VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp +cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv +ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl +AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF +661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9 +am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1 +ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481 +PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS +3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k +SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF +3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM +ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g +StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz +Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB +jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 6047274297262753887 (0x53ec3beefbb2485f) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 + Validity + Not Before: May 20 08:38:15 2009 GMT + Not After : Dec 31 08:38:15 2030 GMT + Subject: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:ca:96:6b:8e:ea:f8:fb:f1:a2:35:e0:7f:4c:da: + e0:c3:52:d7:7d:b6:10:c8:02:5e:b3:43:2a:c4:4f: + 6a:b2:ca:1c:5d:28:9a:78:11:1a:69:59:57:af:b5: + 20:42:e4:8b:0f:e6:df:5b:a6:03:92:2f:f5:11:e4: + 62:d7:32:71:38:d9:04:0c:71:ab:3d:51:7e:0f:07: + df:63:05:5c:e9:bf:94:6f:c1:29:82:c0:b4:da:51: + b0:c1:3c:bb:ad:37:4a:5c:ca:f1:4b:36:0e:24:ab: + bf:c3:84:77:fd:a8:50:f4:b1:e7:c6:2f:d2:2d:59: + 8d:7a:0a:4e:96:69:52:02:aa:36:98:ec:fc:fa:14: + 83:0c:37:1f:c9:92:37:7f:d7:81:2d:e5:c4:b9:e0: + 3e:34:fe:67:f4:3e:66:d1:d3:f4:40:cf:5e:62:34: + 0f:70:06:3e:20:18:5a:ce:f7:72:1b:25:6c:93:74: + 14:93:a3:73:b1:0e:aa:87:10:23:59:5f:20:05:19: + 47:ed:68:8e:92:12:ca:5d:fc:d6:2b:b2:92:3c:20: + cf:e1:5f:af:20:be:a0:76:7f:76:e5:ec:1a:86:61: + 33:3e:e7:7b:b4:3f:a0:0f:8e:a2:b9:6a:6f:b9:87: + 26:6f:41:6c:88:a6:50:fd:6a:63:0b:f5:93:16:1b: + 19:8f:b2:ed:9b:9b:c9:90:f5:01:0c:df:19:3d:0f: + 3e:38:23:c9:2f:8f:0c:d1:02:fe:1b:55:d6:4e:d0: + 8d:3c:af:4f:a4:f3:fe:af:2a:d3:05:9d:79:08:a1: + cb:57:31:b4:9c:c8:90:b2:67:f4:18:16:93:3a:fc: + 47:d8:d1:78:96:31:1f:ba:2b:0c:5f:5d:99:ad:63: + 89:5a:24:20:76:d8:df:fd:ab:4e:a6:22:aa:9d:5e: + e6:27:8a:7d:68:29:a3:e7:8a:b8:da:11:bb:17:2d: + 99:9d:13:24:46:f7:c5:e2:d8:9f:8e:7f:c7:8f:74: + 6d:5a:b2:e8:72:f5:ac:ee:24:10:ad:2f:14:da:ff: + 2d:9a:46:71:47:be:42:df:bb:01:db:f4:7f:d3:28: + 8f:31:59:5b:d3:c9:02:a6:b4:52:ca:6e:97:fb:43: + c5:08:26:6f:8a:f4:bb:fd:9f:28:aa:0d:d5:45:f3: + 13:3a:1d:d8:c0:78:8f:41:67:3c:1e:94:64:ae:7b: + 0b:c5:e8:d9:01:88:39:1a:97:86:64:41:d5:3b:87: + 0c:6e:fa:0f:c6:bd:48:14:bf:39:4d:d4:9e:41:b6: + 8f:96:1d:63:96:93:d9:95:06:78:31:68:9e:37:06: + 3b:80:89:45:61:39:23:c7:1b:44:a3:15:e5:1c:f8: + 92:30:bb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE, pathlen:1 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 65:CD:EB:AB:35:1E:00:3E:7E:D5:74:C0:1C:B4:73:47:0E:1A:64:2F + X509v3 Certificate Policies: + Policy: X509v3 Any Policy + CPS: http://www.firmaprofesional.com/cps + User Notice: + Explicit Text: + + Signature Algorithm: sha1WithRSAEncryption + 17:7d:a0:f9:b4:dd:c5:c5:eb:ad:4b:24:b5:a1:02:ab:dd:a5: + 88:4a:b2:0f:55:4b:2b:57:8c:3b:e5:31:dd:fe:c4:32:f1:e7: + 5b:64:96:36:32:18:ec:a5:32:77:d7:e3:44:b6:c0:11:2a:80: + b9:3d:6a:6e:7c:9b:d3:ad:fc:c3:d6:a3:e6:64:29:7c:d1:e1: + 38:1e:82:2b:ff:27:65:af:fb:16:15:c4:2e:71:84:e5:b5:ff: + fa:a4:47:bd:64:32:bb:f6:25:84:a2:27:42:f5:20:b0:c2:13: + 10:11:cd:10:15:ba:42:90:2a:d2:44:e1:96:26:eb:31:48:12: + fd:2a:da:c9:06:cf:74:1e:a9:4b:d5:87:28:f9:79:34:92:3e: + 2e:44:e8:f6:8f:4f:8f:35:3f:25:b3:39:dc:63:2a:90:6b:20: + 5f:c4:52:12:4e:97:2c:2a:ac:9d:97:de:48:f2:a3:66:db:c2: + d2:83:95:a6:66:a7:9e:25:0f:e9:0b:33:91:65:0a:5a:c3:d9: + 54:12:dd:af:c3:4e:0e:1f:26:5e:0d:dc:b3:8d:ec:d5:81:70: + de:d2:4f:24:05:f3:6c:4e:f5:4c:49:66:8d:d1:ff:d2:0b:25: + 41:48:fe:51:84:c6:42:af:80:04:cf:d0:7e:64:49:e4:f2:df: + a2:ec:b1:4c:c0:2a:1d:e7:b4:b1:65:a2:c4:bc:f1:98:f4:aa: + 70:07:63:b4:b8:da:3b:4c:fa:40:22:30:5b:11:a6:f0:05:0e: + c6:02:03:48:ab:86:9b:85:dd:db:dd:ea:a2:76:80:73:7d:f5: + 9c:04:c4:45:8d:e7:b9:1c:8b:9e:ea:d7:75:d1:72:b1:de:75: + 44:e7:42:7d:e2:57:6b:7d:dc:99:bc:3d:83:28:ea:80:93:8d: + c5:4c:65:c1:70:81:b8:38:fc:43:31:b2:f6:03:34:47:b2:ac: + fb:22:06:cb:1e:dd:17:47:1c:5f:66:b9:d3:1a:a2:da:11:b1: + a4:bc:23:c9:e4:be:87:ff:b9:94:b6:f8:5d:20:4a:d4:5f:e7: + bd:68:7b:65:f2:15:1e:d2:3a:a9:2d:e9:d8:6b:24:ac:97:58: + 44:47:ad:59:18:f1:21:65:70:de:ce:34:60:a8:40:f1:f3:3c: + a4:c3:28:23:8c:fe:27:33:43:40:a0:17:3c:eb:ea:3b:b0:72: + a6:a3:b9:4a:4b:5e:16:48:f4:b2:bc:c8:8c:92:c5:9d:9f:ac: + 72:36:bc:34:80:34:6b:a9:8b:92:c0:b8:17:ed:ec:76:53:f5: + 24:01:8c:b3:22:e8:4b:7c:55:c6:9d:fa:a3:14:bb:65:85:6e: + 6e:4f:12:7e:0a:3c:9d:95 +SHA1 Fingerprint=AE:C5:FB:3F:C8:E1:BF:C4:E5:4F:03:07:5A:9A:E8:00:B7:F7:B6:FA diff --git a/sparse/system/etc/security/cacerts/d18e9066.0 b/sparse/system/etc/security/cacerts/d18e9066.0 new file mode 100644 index 0000000..585eb7f --- /dev/null +++ b/sparse/system/etc/security/cacerts/d18e9066.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0a:01:42:80:00:00:01:45:23:c8:44:b5:00:00:00:02 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1 + Validity + Not Before: Jan 16 18:12:23 2014 GMT + Not After : Jan 16 18:12:23 2034 GMT + Subject: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:a7:50:19:de:3f:99:3d:d4:33:46:f1:6f:51:61: + 82:b2:a9:4f:8f:67:89:5d:84:d9:53:dd:0c:28:d9: + d7:f0:ff:ae:95:43:72:99:f9:b5:5d:7c:8a:c1:42: + e1:31:50:74:d1:81:0d:7c:cd:9b:21:ab:43:e2:ac: + ad:5e:86:6e:f3:09:8a:1f:5a:32:bd:a2:eb:94:f9: + e8:5c:0a:ec:ff:98:d2:af:71:b3:b4:53:9f:4e:87: + ef:92:bc:bd:ec:4f:32:30:88:4b:17:5e:57:c4:53: + c2:f6:02:97:8d:d9:62:2b:bf:24:1f:62:8d:df:c3: + b8:29:4b:49:78:3c:93:60:88:22:fc:99:da:36:c8: + c2:a2:d4:2c:54:00:67:35:6e:73:bf:02:58:f0:a4: + dd:e5:b0:a2:26:7a:ca:e0:36:a5:19:16:f5:fd:b7: + ef:ae:3f:40:f5:6d:5a:04:fd:ce:34:ca:24:dc:74: + 23:1b:5d:33:13:12:5d:c4:01:25:f6:30:dd:02:5d: + 9f:e0:d5:47:bd:b4:eb:1b:a1:bb:49:49:d8:9f:5b: + 02:f3:8a:e4:24:90:e4:62:4f:4f:c1:af:8b:0e:74: + 17:a8:d1:72:88:6a:7a:01:49:cc:b4:46:79:c6:17: + b1:da:98:1e:07:59:fa:75:21:85:65:dd:90:56:ce: + fb:ab:a5:60:9d:c4:9d:f9:52:b0:8b:bd:87:f9:8f: + 2b:23:0a:23:76:3b:f7:33:e1:c9:00:f3:69:f9:4b: + a2:e0:4e:bc:7e:93:39:84:07:f7:44:70:7e:fe:07: + 5a:e5:b1:ac:d1:18:cc:f2:35:e5:49:49:08:ca:56: + c9:3d:fb:0f:18:7d:8b:3b:c1:13:c2:4d:8f:c9:4f: + 0e:37:e9:1f:a1:0e:6a:df:62:2e:cb:35:06:51:79: + 2c:c8:25:38:f4:fa:4b:a7:89:5c:9c:d2:e3:0d:39: + 86:4a:74:7c:d5:59:87:c2:3f:4e:0c:5c:52:f4:3d: + f7:52:82:f1:ea:a3:ac:fd:49:34:1a:28:f3:41:88: + 3a:13:ee:e8:de:ff:99:1d:5f:ba:cb:e8:1e:f2:b9: + 50:60:c0:31:d3:73:e5:ef:be:a0:ed:33:0b:74:be: + 20:20:c4:67:6c:f0:08:03:7a:55:80:7f:46:4e:96: + a7:f4:1e:3e:e1:f6:d8:09:e1:33:64:2b:63:d7:32: + 5e:9f:f9:c0:7b:0f:78:6f:97:bc:93:9a:f9:9c:12: + 90:78:7a:80:87:15:d7:72:74:9c:55:74:78:b1:ba: + e1:6e:70:04:ba:4f:a0:ba:68:c3:7b:ff:31:f0:73: + 3d:3d:94:2a:b1:0b:41:0e:a0:fe:4d:88:65:6b:79: + 33:b4:d7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + ED:44:19:C0:D3:F0:06:8B:EE:A4:7B:BE:42:E7:26:54:C8:8E:36:76 + Signature Algorithm: sha256WithRSAEncryption + 0d:ae:90:32:f6:a6:4b:7c:44:76:19:61:1e:27:28:cd:5e:54: + ef:25:bc:e3:08:90:f9:29:d7:ae:68:08:e1:94:00:58:ef:2e: + 2e:7e:53:52:8c:b6:5c:07:ea:88:ba:99:8b:50:94:d7:82:80: + df:61:09:00:93:ad:0d:14:e6:ce:c1:f2:37:94:78:b0:5f:9c: + b3:a2:73:b8:8f:05:93:38:cd:8d:3e:b0:b8:fb:c0:cf:b1:f2: + ec:2d:2d:1b:cc:ec:aa:9a:b3:aa:60:82:1b:2d:3b:c3:84:3d: + 57:8a:96:1e:9c:75:b8:d3:30:cd:60:08:83:90:d3:8e:54:f1: + 4d:66:c0:5d:74:03:40:a3:ee:85:7e:c2:1f:77:9c:06:e8:c1: + a7:18:5d:52:95:ed:c9:dd:25:9e:6d:fa:a9:ed:a3:3a:34:d0: + 59:7b:da:ed:50:f3:35:bf:ed:eb:14:4d:31:c7:60:f4:da:f1: + 87:9c:e2:48:e2:c6:c5:37:fb:06:10:fa:75:59:66:31:47:29: + da:76:9a:1c:e9:82:ae:ef:9a:b9:51:f7:88:23:9a:69:95:62: + 3c:e5:55:80:36:d7:54:02:ff:f1:b9:5d:ce:d4:23:6f:d8:45: + 84:4a:5b:65:ef:89:0c:dd:14:a7:20:cb:18:a5:25:b4:0d:f9: + 01:f0:a2:d2:f4:00:c8:74:8e:a1:2a:48:8e:65:db:13:c4:e2: + 25:17:7d:eb:be:87:5b:17:20:54:51:93:4a:53:03:0b:ec:5d: + ca:33:ed:62:fd:45:c7:2f:5b:dc:58:a0:80:39:e6:fa:d7:fe: + 13:14:a6:ed:3d:94:4a:42:74:d4:c3:77:59:73:cd:8f:46:be: + 55:38:ef:fa:e8:91:32:ea:97:58:04:22:de:38:c3:cc:bc:6d: + c9:33:3a:6a:0a:69:3f:a0:c8:ea:72:8f:8c:63:86:23:bd:6d: + 3c:96:9e:95:e0:49:4c:aa:a2:b9:2a:1b:9c:36:81:78:ed:c3: + e8:46:e2:26:59:44:75:1e:d9:75:89:51:cd:10:84:9d:61:60: + cb:5d:f9:97:22:4d:8e:98:e6:e3:7f:f6:5b:bb:ae:cd:ca:4a: + 81:6b:5e:0b:f3:51:e1:74:2b:e9:7e:27:a7:d9:99:49:4e:f8: + a5:80:db:25:0f:1c:63:62:8a:c9:33:67:6b:3c:10:83:c6:ad: + de:a8:cd:16:8e:8d:f0:07:37:71:9f:f2:ab:fc:41:f5:c1:8b: + ec:00:37:5d:09:e5:4e:80:ef:fa:b1:5c:38:06:a5:1b:4a:e1: + dc:38:2d:3c:dc:ab:1f:90:1a:d5:4a:9c:ee:d1:70:6c:cc:ee: + f4:57:f8:18:ba:84:6e:87 +SHA1 Fingerprint=DF:71:7E:AA:4A:D9:4E:C9:55:84:99:60:2D:48:DE:5F:BC:F0:3A:25 diff --git a/sparse/system/etc/security/cacerts/d39b0a2c.0 b/sparse/system/etc/security/cacerts/d39b0a2c.0 new file mode 100644 index 0000000..2da975f --- /dev/null +++ b/sparse/system/etc/security/cacerts/d39b0a2c.0 @@ -0,0 +1,122 @@ +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 01:94:30:1e:a2:0b:dd:f5:c5:33:2a:b1:43:44:71:f8:d6:50:4d:0d + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=KR, O=NAVER BUSINESS PLATFORM Corp., CN=NAVER Global Root Certification Authority + Validity + Not Before: Aug 18 08:58:42 2017 GMT + Not After : Aug 18 23:59:59 2037 GMT + Subject: C=KR, O=NAVER BUSINESS PLATFORM Corp., CN=NAVER Global Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b6:d4:f1:93:5c:b5:40:89:0a:ab:0d:90:5b:50: + 63:ae:90:94:74:17:45:72:d6:7b:65:5a:29:4b:a7: + 56:a0:4b:b8:2f:42:75:e9:d9:7b:24:5a:31:65:ab: + 17:17:d1:33:3a:d9:11:dc:40:36:87:df:c7:6a:e9: + 26:5e:59:8a:77:e3:e8:48:9c:31:16:fa:3e:91:b1: + ca:c9:a3:e2:9f:ce:21:53:a3:02:36:30:cb:52:02: + e5:da:32:5d:c3:c5:e6:f9:ee:11:c7:8b:c9:44:1e: + 84:93:18:4a:b4:9f:e5:12:64:69:d0:26:85:62:01: + b6:c9:02:1d:be:83:51:bb:5c:da:f8:ad:15:6a:99: + f7:92:54:f7:34:5b:e9:bf:ea:29:81:12:d4:53:91: + 96:b3:91:5a:dd:fe:90:73:28:fb:30:46:b5:ca:08: + 07:c7:71:72:c9:66:d3:34:97:f6:8c:f4:18:4a:e1: + d0:3d:5a:45:b6:69:a7:29:fb:23:ce:88:d8:12:9c: + 00:48:a8:a6:0f:b3:3b:92:8d:71:0e:74:c5:8b:c8: + 4c:f9:f4:9b:8e:b8:3c:69:ed:6f:3b:50:2f:58:ed: + c4:b0:d0:1c:1b:6a:0c:e2:bc:44:aa:d8:cd:14:5d: + 94:78:61:bf:0e:6e:da:2a:bc:2f:0c:0b:71:a6:b3: + 16:3f:9c:e6:f9:cc:9f:53:35:e2:03:a0:a0:18:bf: + bb:f1:be:f4:d6:8c:87:0d:42:f7:06:b9:f1:6d:ed: + 04:94:a8:fe:b6:d3:06:c6:40:61:df:9d:9d:f3:54: + 76:ce:53:3a:01:a6:92:41:ec:04:a3:8f:0d:a2:d5: + 09:ca:d6:cb:9a:f1:ef:43:5d:c0:ab:a5:41:cf:5c: + 53:70:70:c9:88:a6:2d:d4:6b:61:73:50:26:86:61: + 0e:5f:1b:c2:2b:e2:8c:d5:bb:9d:c1:03:42:ba:94: + da:5f:a9:b0:ca:cc:4d:0a:ef:47:69:03:2f:22:fb: + f1:28:ce:bf:5d:50:65:a8:90:6d:b3:74:b0:08:c7: + ac:a8:d1:eb:3e:9c:fc:5d:1a:83:2e:2b:cb:b5:f3: + 44:9d:3a:a7:17:61:96:a2:71:d3:70:96:15:4d:b7: + 4c:73:ee:19:5c:c5:5b:3e:41:fe:ac:75:60:3b:1b: + 63:ce:00:dd:da:08:90:62:b4:e5:2d:ee:48:a7:6b: + 17:99:54:be:87:4a:e3:a9:5e:04:4c:eb:10:6d:54: + d6:ef:f1:e8:f2:62:16:cb:80:6b:ed:3d:ed:f5:1f: + 30:a5:ae:4b:c9:13:ed:8a:01:01:c9:b8:51:58:c0: + 66:3a:b1:66:4b:c4:d5:31:02:62:e9:74:84:0c:db: + 4d:46:2d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + D2:9F:88:DF:A1:CD:2C:BD:EC:F5:3B:01:01:93:33:27:B2:EB:60:4B + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha384WithRSAEncryption + 32:ca:80:b3:9d:3d:54:06:dd:d2:d2:2e:f0:a4:01:21:0b:67: + 48:ca:6d:8e:e0:c8:aa:0d:aa:8d:21:57:8f:c6:3e:7a:ca:db: + 51:d4:52:b3:d4:96:84:a5:58:60:7f:e5:0b:8e:1f:f5:dc:0a: + 15:81:e5:3b:b6:b7:22:2f:09:9c:13:16:b1:6c:0c:35:08:6d: + ab:63:72:ed:dc:be:ec:c7:57:e6:30:20:71:d6:d7:10:c1:13: + 55:01:8c:2a:43:e4:41:f1:cf:3a:7a:53:92:ce:a2:03:05:0d: + 38:df:02:bb:10:2e:d9:3b:d2:9b:7a:c0:a1:a6:f8:b5:31:e6: + f4:75:c9:b9:53:99:75:47:22:5a:14:15:c7:78:1b:b6:9d:e9: + 0c:f8:1b:76:f1:85:84:de:a1:da:12:ef:a4:e2:10:97:7a:78: + de:0c:51:97:a8:21:40:8b:86:bd:0d:f0:5e:4e:4b:36:bb:3b: + 20:1f:8a:42:56:e1:0b:1a:bf:7b:d0:22:43:2c:44:8c:fb:e5: + 2a:b4:6c:1c:1c:ba:94:e0:13:7e:21:e6:9a:c2:cb:c5:42:64: + b4:1e:94:7b:08:25:c8:71:cc:87:45:57:85:d3:9f:29:62:22: + 83:51:97:00:18:97:77:6a:98:92:c9:7c:60:6c:df:6c:7d:4a: + e4:70:4c:c2:9e:b8:1d:f7:d0:34:c7:0f:cc:fb:a7:ff:03:be: + ad:70:90:da:0b:dd:c8:6d:97:5f:9a:7f:09:32:41:fd:cd:a2: + cc:5a:6d:4c:f2:aa:49:fe:66:f8:e9:d8:35:eb:0e:28:1e:ee: + 48:2f:3a:d0:79:09:38:7c:a6:22:82:93:95:d0:03:be:be:02: + a0:05:dd:20:22:e3:6f:1d:88:34:60:c6:e6:0a:b9:09:75:0b: + f0:07:e8:69:96:35:c7:fb:23:81:8e:38:39:b8:45:2b:43:78: + a2:d1:2c:14:ff:0d:28:72:72:95:9b:5e:09:db:89:44:98:aa: + a1:49:bb:71:52:f2:bf:f6:ff:27:a1:36:af:b8:b6:77:88:dd: + 3a:a4:6d:9b:34:90:dc:14:5d:30:bf:b7:eb:17:e4:87:b7:71: + d0:a1:d7:77:15:d4:42:d7:f2:f3:31:99:5d:9b:dd:16:6d:3f: + ea:06:23:f8:46:a2:22:ed:93:f6:dd:9a:e6:2a:87:b1:98:54: + f1:22:f7:6b:45:e3:e2:8e:76:1d:9a:8d:c4:06:8d:36:b7:14: + f3:9d:54:69:b7:8e:3c:d5:a4:6d:93:81:b7:ad:f6:bd:64:7b: + c2:c9:68:39:a0:92:9c:cd:34:86:91:90:fa:64:51:9d:fe:fe: + eb:a5:f5:75:de:89:f7:72 +SHA1 Fingerprint=8F:6B:F2:A9:27:4A:DA:14:A0:C4:F4:8E:61:27:F9:C0:1E:78:5D:D1 diff --git a/sparse/system/etc/security/cacerts/d41b5e2a.0 b/sparse/system/etc/security/cacerts/d41b5e2a.0 new file mode 100644 index 0000000..acae170 --- /dev/null +++ b/sparse/system/etc/security/cacerts/d41b5e2a.0 @@ -0,0 +1,52 @@ +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 06:6c:9f:d7:c1:bb:10:4c:29:43:e5:71:7b:7b:2c:c8:1a:c1:0e + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=Amazon, CN=Amazon Root CA 4 + Validity + Not Before: May 26 00:00:00 2015 GMT + Not After : May 26 00:00:00 2040 GMT + Subject: C=US, O=Amazon, CN=Amazon Root CA 4 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:d2:ab:8a:37:4f:a3:53:0d:fe:c1:8a:7b:4b:a8: + 7b:46:4b:63:b0:62:f6:2d:1b:db:08:71:21:d2:00: + e8:63:bd:9a:27:fb:f0:39:6e:5d:ea:3d:a5:c9:81: + aa:a3:5b:20:98:45:5d:16:db:fd:e8:10:6d:e3:9c: + e0:e3:bd:5f:84:62:f3:70:64:33:a0:cb:24:2f:70: + ba:88:a1:2a:a0:75:f8:81:ae:62:06:c4:81:db:39: + 6e:29:b0:1e:fa:2e:5c + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + D3:EC:C7:3A:65:6E:CC:E1:DA:76:9A:56:FB:9C:F3:86:6D:57:E5:81 + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:30:3a:8b:21:f1:bd:7e:11:ad:d0:ef:58:96:2f:d6: + eb:9d:7e:90:8d:2b:cf:66:55:c3:2c:e3:28:a9:70:0a:47:0e: + f0:37:59:12:ff:2d:99:94:28:4e:2a:4f:35:4d:33:5a:02:31: + 00:ea:75:00:4e:3b:c4:3a:94:12:91:c9:58:46:9d:21:13:72: + a7:88:9c:8a:e4:4c:4a:db:96:d4:ac:8b:6b:6b:49:12:53:33: + ad:d7:e4:be:24:fc:b5:0a:76:d4:a5:bc:10 +SHA1 Fingerprint=F6:10:84:07:D6:F8:BB:67:98:0C:C2:E2:44:C2:EB:AE:1C:EF:63:BE diff --git a/sparse/system/etc/security/cacerts/d4c339cb.0 b/sparse/system/etc/security/cacerts/d4c339cb.0 new file mode 100644 index 0000000..44ba782 --- /dev/null +++ b/sparse/system/etc/security/cacerts/d4c339cb.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 4c:aa:f9:ca:db:63:6f:e0:1f:f7:4e:d8:5b:03:86:9d + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority + Validity + Not Before: Jan 19 00:00:00 2010 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:91:e8:54:92:d2:0a:56:b1:ac:0d:24:dd:c5:cf: + 44:67:74:99:2b:37:a3:7d:23:70:00:71:bc:53:df: + c4:fa:2a:12:8f:4b:7f:10:56:bd:9f:70:72:b7:61: + 7f:c9:4b:0f:17:a7:3d:e3:b0:04:61:ee:ff:11:97: + c7:f4:86:3e:0a:fa:3e:5c:f9:93:e6:34:7a:d9:14: + 6b:e7:9c:b3:85:a0:82:7a:76:af:71:90:d7:ec:fd: + 0d:fa:9c:6c:fa:df:b0:82:f4:14:7e:f9:be:c4:a6: + 2f:4f:7f:99:7f:b5:fc:67:43:72:bd:0c:00:d6:89: + eb:6b:2c:d3:ed:8f:98:1c:14:ab:7e:e5:e3:6e:fc: + d8:a8:e4:92:24:da:43:6b:62:b8:55:fd:ea:c1:bc: + 6c:b6:8b:f3:0e:8d:9a:e4:9b:6c:69:99:f8:78:48: + 30:45:d5:ad:e1:0d:3c:45:60:fc:32:96:51:27:bc: + 67:c3:ca:2e:b6:6b:ea:46:c7:c7:20:a0:b1:1f:65: + de:48:08:ba:a4:4e:a9:f2:83:46:37:84:eb:e8:cc: + 81:48:43:67:4e:72:2a:9b:5c:bd:4c:1b:28:8a:5c: + 22:7b:b4:ab:98:d9:ee:e0:51:83:c3:09:46:4e:6d: + 3e:99:fa:95:17:da:7c:33:57:41:3c:8d:51:ed:0b: + b6:5c:af:2c:63:1a:df:57:c8:3f:bc:e9:5d:c4:9b: + af:45:99:e2:a3:5a:24:b4:ba:a9:56:3d:cf:6f:aa: + ff:49:58:be:f0:a8:ff:f4:b8:ad:e9:37:fb:ba:b8: + f4:0b:3a:f9:e8:43:42:1e:89:d8:84:cb:13:f1:d9: + bb:e1:89:60:b8:8c:28:56:ac:14:1d:9c:0a:e7:71: + eb:cf:0e:dd:3d:a9:96:a1:48:bd:3c:f7:af:b5:0d: + 22:4c:c0:11:81:ec:56:3b:f6:d3:a2:e2:5b:b7:b2: + 04:22:52:95:80:93:69:e8:8e:4c:65:f1:91:03:2d: + 70:74:02:ea:8b:67:15:29:69:52:02:bb:d7:df:50: + 6a:55:46:bf:a0:a3:28:61:7f:70:d0:c3:a2:aa:2c: + 21:aa:47:ce:28:9c:06:45:76:bf:82:18:27:b4:d5: + ae:b4:cb:50:e6:6b:f4:4c:86:71:30:e9:a6:df:16: + 86:e0:d8:ff:40:dd:fb:d0:42:88:7f:a3:33:3a:2e: + 5c:1e:41:11:81:63:ce:18:71:6b:2b:ec:a6:8a:b7: + 31:5c:3a:6a:47:e0:c3:79:59:d6:20:1a:af:f2:6a: + 98:aa:72:bc:57:4a:d2:4b:9d:bb:10:fc:b0:4c:41: + e5:ed:1d:3d:5e:28:9d:9c:cc:bf:b3:51:da:a7:47: + e5:84:53 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha384WithRSAEncryption + 0a:f1:d5:46:84:b7:ae:51:bb:6c:b2:4d:41:14:00:93:4c:9c: + cb:e5:c0:54:cf:a0:25:8e:02:f9:fd:b0:a2:0d:f5:20:98:3c: + 13:2d:ac:56:a2:b0:d6:7e:11:92:e9:2e:ba:9e:2e:9a:72:b1: + bd:19:44:6c:61:35:a2:9a:b4:16:12:69:5a:8c:e1:d7:3e:a4: + 1a:e8:2f:03:f4:ae:61:1d:10:1b:2a:a4:8b:7a:c5:fe:05:a6: + e1:c0:d6:c8:fe:9e:ae:8f:2b:ba:3d:99:f8:d8:73:09:58:46: + 6e:a6:9c:f4:d7:27:d3:95:da:37:83:72:1c:d3:73:e0:a2:47: + 99:03:38:5d:d5:49:79:00:29:1c:c7:ec:9b:20:1c:07:24:69: + 57:78:b2:39:fc:3a:84:a0:b5:9c:7c:8d:bf:2e:93:62:27:b7: + 39:da:17:18:ae:bd:3c:09:68:ff:84:9b:3c:d5:d6:0b:03:e3: + 57:9e:14:f7:d1:eb:4f:c8:bd:87:23:b7:b6:49:43:79:85:5c: + ba:eb:92:0b:a1:c6:e8:68:a8:4c:16:b1:1a:99:0a:e8:53:2c: + 92:bb:a1:09:18:75:0c:65:a8:7b:cb:23:b7:1a:c2:28:85:c3: + 1b:ff:d0:2b:62:ef:a4:7b:09:91:98:67:8c:14:01:cd:68:06: + 6a:63:21:75:03:80:88:8a:6e:81:c6:85:f2:a9:a4:2d:e7:f4: + a5:24:10:47:83:ca:cd:f4:8d:79:58:b1:06:9b:e7:1a:2a:d9: + 9d:01:d7:94:7d:ed:03:4a:ca:f0:db:e8:a9:01:3e:f5:56:99: + c9:1e:8e:49:3d:bb:e5:09:b9:e0:4f:49:92:3d:16:82:40:cc: + cc:59:c6:e6:3a:ed:12:2e:69:3c:6c:95:b1:fd:aa:1d:7b:7f: + 86:be:1e:0e:32:46:fb:fb:13:8f:75:7f:4c:8b:4b:46:63:fe: + 00:34:40:70:c1:c3:b9:a1:dd:a6:70:e2:04:b3:41:bc:e9:80: + 91:ea:64:9c:7a:e1:22:03:a9:9c:6e:6f:0e:65:4f:6c:87:87: + 5e:f3:6e:a0:f9:75:a5:9b:40:e8:53:b2:27:9d:4a:b9:c0:77: + 21:8d:ff:87:f2:de:bc:8c:ef:17:df:b7:49:0b:d1:f2:6e:30: + 0b:1a:0e:4e:76:ed:11:fc:f5:e9:56:b2:7d:bf:c7:6d:0a:93: + 8c:a5:d0:c0:b6:1d:be:3a:4e:94:a2:d7:6e:6c:0b:c2:8a:7c: + fa:20:f3:c4:e4:e5:cd:0d:a8:cb:91:92:b1:7c:85:ec:b5:14: + 69:66:0e:82:e7:cd:ce:c8:2d:a6:51:7f:21:c1:35:53:85:06: + 4a:5d:9f:ad:bb:1b:5f:74 +SHA1 Fingerprint=AF:E5:D2:44:A8:D1:19:42:30:FF:47:9F:E2:F8:97:BB:CD:7A:8C:B4 diff --git a/sparse/system/etc/security/cacerts/d59297b8.0 b/sparse/system/etc/security/cacerts/d59297b8.0 new file mode 100644 index 0000000..e41bd1f --- /dev/null +++ b/sparse/system/etc/security/cacerts/d59297b8.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication RootCA2 + Validity + Not Before: May 29 05:00:39 2009 GMT + Not After : May 29 05:00:39 2029 GMT + Subject: C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication RootCA2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:d0:15:39:52:b1:52:b3:ba:c5:59:82:c4:5d:52: + ae:3a:43:65:80:4b:c7:f2:96:bc:db:36:97:d6:a6: + 64:8c:a8:5e:f0:e3:0a:1c:f7:df:97:3d:4b:ae:f6: + 5d:ec:21:b5:41:ab:cd:b9:7e:76:9f:be:f9:3e:36: + 34:a0:3b:c1:f6:31:11:45:74:93:3d:57:80:c5:f9: + 89:99:ca:e5:ab:6a:d4:b5:da:41:90:10:c1:d6:d6: + 42:89:c2:bf:f4:38:12:95:4c:54:05:f7:36:e4:45: + 83:7b:14:65:d6:dc:0c:4d:d1:de:7e:0c:ab:3b:c4: + 15:be:3a:56:a6:5a:6f:76:69:52:a9:7a:b9:c8:eb: + 6a:9a:5d:52:d0:2d:0a:6b:35:16:09:10:84:d0:6a: + ca:3a:06:00:37:47:e4:7e:57:4f:3f:8b:eb:67:b8: + 88:aa:c5:be:53:55:b2:91:c4:7d:b9:b0:85:19:06: + 78:2e:db:61:1a:fa:85:f5:4a:91:a1:e7:16:d5:8e: + a2:39:df:94:b8:70:1f:28:3f:8b:fc:40:5e:63:83: + 3c:83:2a:1a:99:6b:cf:de:59:6a:3b:fc:6f:16:d7: + 1f:fd:4a:10:eb:4e:82:16:3a:ac:27:0c:53:f1:ad: + d5:24:b0:6b:03:50:c1:2d:3c:16:dd:44:34:27:1a: + 75:fb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 0A:85:A9:77:65:05:98:7C:40:81:F8:0F:97:2C:38:F1:0A:EC:3C:CF + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha256WithRSAEncryption + 4c:3a:a3:44:ac:b9:45:b1:c7:93:7e:c8:0b:0a:42:df:64:ea: + 1c:ee:59:6c:08:ba:89:5f:6a:ca:4a:95:9e:7a:8f:07:c5:da: + 45:72:82:71:0e:3a:d2:cc:6f:a7:b4:a1:23:bb:f6:24:9f:cb: + 17:fe:8c:a6:ce:c2:d2:db:cc:8d:fc:71:fc:03:29:c1:6c:5d: + 33:5f:64:b6:65:3b:89:6f:18:76:78:f5:dc:a2:48:1f:19:3f: + 8e:93:eb:f1:fa:17:ee:cd:4e:e3:04:12:55:d6:e5:e4:dd:fb: + 3e:05:7c:e2:1d:5e:c6:a7:bc:97:4f:68:3a:f5:e9:2e:0a:43: + b6:af:57:5c:62:68:7c:b7:fd:a3:8a:84:a0:ac:62:be:2b:09: + 87:34:f0:6a:01:bb:9b:29:56:3c:fe:00:37:cf:23:6c:f1:4e: + aa:b6:74:46:12:6c:91:ee:34:d5:ec:9a:91:e7:44:be:90:31: + 72:d5:49:02:f6:02:e5:f4:1f:eb:7c:d9:96:55:a9:ff:ec:8a: + f9:99:47:ff:35:5a:02:aa:04:cb:8a:5b:87:71:29:91:bd:a4: + b4:7a:0d:bd:9a:f5:57:23:00:07:21:17:3f:4a:39:d1:05:49: + 0b:a7:b6:37:81:a5:5d:8c:aa:33:5e:81:28:7c:a7:7d:27:eb: + 00:ae:8d:37 +SHA1 Fingerprint=5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74 diff --git a/sparse/system/etc/security/cacerts/d7746a63.0 b/sparse/system/etc/security/cacerts/d7746a63.0 new file mode 100644 index 0000000..946c467 --- /dev/null +++ b/sparse/system/etc/security/cacerts/d7746a63.0 @@ -0,0 +1,90 @@ +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 623604 (0x983f4) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 + Validity + Not Before: Nov 5 08:50:46 2009 GMT + Not After : Nov 5 08:50:46 2029 GMT + Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:99:f1:84:34:70:ba:2f:b7:30:a0:8e:bd:7c:04: + cf:be:62:bc:99:fd:82:97:d2:7a:0a:67:96:38:09: + f6:10:4e:95:22:73:99:8d:da:15:2d:e7:05:fc:19: + 73:22:b7:8e:98:00:bc:3c:3d:ac:a1:6c:fb:d6:79: + 25:4b:ad:f0:cc:64:da:88:3e:29:b8:0f:09:d3:34: + dd:33:f5:62:d1:e1:cd:19:e9:ee:18:4f:4c:58:ae: + e2:1e:d6:0c:5b:15:5a:d8:3a:b8:c4:18:64:1e:e3: + 33:b2:b5:89:77:4e:0c:bf:d9:94:6b:13:97:6f:12: + a3:fe:99:a9:04:cc:15:ec:60:68:36:ed:08:7b:b7: + f5:bf:93:ed:66:31:83:8c:c6:71:34:87:4e:17:ea: + af:8b:91:8d:1c:56:41:ae:22:37:5e:37:f2:1d:d9: + d1:2d:0d:2f:69:51:a7:be:66:a6:8a:3a:2a:bd:c7: + 1a:b1:e1:14:f0:be:3a:1d:b9:cf:5b:b1:6a:fe:b4: + b1:46:20:a2:fb:1e:3b:70:ef:93:98:7d:8c:73:96: + f2:c5:ef:85:70:ad:29:26:fc:1e:04:3e:1c:a0:d8: + 0f:cb:52:83:62:7c:ee:8b:53:95:90:a9:57:a2:ea: + 61:05:d8:f9:4d:c4:27:fa:6e:ad:ed:f9:d7:51:f7: + 6b:a5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + D3:94:8A:4C:62:13:2A:19:2E:CC:AF:72:8A:7D:36:D7:9A:1C:DC:67 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 CRL Distribution Points: + + Full Name: + URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist + + Full Name: + URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_ev_2009.crl + + Signature Algorithm: sha256WithRSAEncryption + 34:ed:7b:5a:3c:a4:94:88:ef:1a:11:75:07:2f:b3:fe:3c:fa: + 1e:51:26:eb:87:f6:29:de:e0:f1:d4:c6:24:09:e9:c1:cf:55: + 1b:b4:30:d9:ce:1a:fe:06:51:a6:15:a4:2d:ef:b2:4b:bf:20: + 28:25:49:d1:a6:36:77:34:e8:64:df:52:b1:11:c7:73:7a:cd: + 39:9e:c2:ad:8c:71:21:f2:5a:6b:af:df:3c:4e:55:af:b2:84: + 65:14:89:b9:77:cb:2a:31:be:cf:a3:6d:cf:6f:48:94:32:46: + 6f:e7:71:8c:a0:a6:84:19:37:07:f2:03:45:09:2b:86:75:7c: + df:5f:69:57:00:db:6e:d8:a6:72:22:4b:50:d4:75:98:56:df: + b7:18:ff:43:43:50:ae:7a:44:7b:f0:79:51:d7:43:3d:a7:d3: + 81:d3:f0:c9:4f:b9:da:c6:97:86:d0:82:c3:e4:42:6d:fe:b0: + e2:64:4e:0e:26:e7:40:34:26:b5:08:89:d7:08:63:63:38:27: + 75:1e:33:ea:6e:a8:dd:9f:99:4f:74:4d:81:89:80:4b:dd:9a: + 97:29:5c:2f:be:81:41:b9:8c:ff:ea:7d:60:06:9e:cd:d7:3d: + d3:2e:a3:15:bc:a8:e6:26:e5:6f:c3:dc:b8:03:21:ea:9f:16: + f1:2c:54:b5 +SHA1 Fingerprint=96:C9:1B:0B:95:B4:10:98:42:FA:D0:D8:22:79:FE:60:FA:B9:16:83 diff --git a/sparse/system/etc/security/cacerts/da7377f6.0 b/sparse/system/etc/security/cacerts/da7377f6.0 new file mode 100644 index 0000000..42879ad --- /dev/null +++ b/sparse/system/etc/security/cacerts/da7377f6.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 4f:d2:2b:8f:f5:64:c8:33:9e:4f:34:58:66:23:70:60 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=CN, O=UniTrust, CN=UCA Extended Validation Root + Validity + Not Before: Mar 13 00:00:00 2015 GMT + Not After : Dec 31 00:00:00 2038 GMT + Subject: C=CN, O=UniTrust, CN=UCA Extended Validation Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:a9:09:07:28:13:02:b0:99:e0:64:aa:1e:43:16: + 7a:73:b1:91:a0:75:3e:a8:fa:e3:38:00:7a:ec:89: + 6a:20:0f:8b:c5:b0:9b:33:03:5a:86:c6:58:86:d5: + c1:85:bb:4f:c6:9c:40:4d:ca:be:ee:69:96:b8:ad: + 81:30:9a:7c:92:05:eb:05:2b:9a:48:d0:b8:76:3e: + 96:c8:20:bb:d2:b0:f1:8f:d8:ac:45:46:ff:aa:67: + 60:b4:77:7e:6a:1f:3c:1a:52:7a:04:3d:07:3c:85: + 0d:84:d0:1f:76:0a:f7:6a:14:df:72:e3:34:7c:57: + 4e:56:01:3e:79:f1:aa:29:3b:6c:fa:f8:8f:6d:4d: + c8:35:df:ae:eb:dc:24:ee:79:45:a7:85:b6:05:88: + de:88:5d:25:7c:97:64:67:09:d9:bf:5a:15:05:86: + f3:09:1e:ec:58:32:33:11:f3:77:64:b0:76:1f:e4: + 10:35:17:1b:f2:0e:b1:6c:a4:2a:a3:73:fc:09:1f: + 1e:32:19:53:11:e7:d9:b3:2c:2e:76:2e:a1:a3:de: + 7e:6a:88:09:e8:f2:07:8a:f8:b2:cd:10:e7:e2:73: + 40:93:bb:08:d1:3f:e1:fc:0b:94:b3:25:ef:7c:a6: + d7:d1:af:9f:ff:96:9a:f5:91:7b:98:0b:77:d4:7e: + e8:07:d2:62:b5:95:39:e3:f3:f1:6d:0f:0e:65:84: + 8a:63:54:c5:80:b6:e0:9e:4b:7d:47:26:a7:01:08: + 5d:d1:88:9e:d7:c3:32:44:fa:82:4a:0a:68:54:7f: + 38:53:03:cc:a4:00:33:64:51:59:0b:a3:82:91:7a: + 5e:ec:16:c2:f3:2a:e6:62:da:2a:db:59:62:10:25: + 4a:2a:81:0b:47:07:43:06:70:87:d2:fa:93:11:29: + 7a:48:4d:eb:94:c7:70:4d:af:67:d5:51:b1:80:20: + 01:01:b4:7a:08:a6:90:7f:4e:e0:ef:07:41:87:af: + 6a:a5:5e:8b:fb:cf:50:b2:9a:54:af:c3:89:ba:58: + 2d:f5:30:98:b1:36:72:39:7e:49:04:fd:29:a7:4c: + 79:e4:05:57:db:94:b9:16:53:8d:46:b3:1d:95:61: + 57:56:7f:af:f0:16:5b:61:58:6f:36:50:11:0b:d8: + ac:2b:95:16:1a:0e:1f:08:cd:36:34:65:10:62:66: + d5:80:5f:14:20:5f:2d:0c:a0:78:0a:68:d6:2c:d7: + e9:6f:2b:d2:4a:05:93:fc:9e:6f:6b:67:ff:88:f1: + 4e:a5:69:4a:52:37:05:ea:c6:16:8d:d2:c4:99:d1: + 82:2b:3b:ba:35:75:f7:51:51:58:f3:c8:07:dd:e4: + b4:03:7f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + D9:74:3A:E4:30:3D:0D:F7:12:DC:7E:5A:05:9F:1E:34:9A:F7:E1:14 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 36:8d:97:cc:42:15:64:29:37:9b:26:2c:d6:fb:ae:15:69:2c: + 6b:1a:1a:f7:5f:b6:f9:07:4c:59:ea:f3:c9:c8:b9:ae:cc:ba: + 2e:7a:dc:c0:f5:b0:2d:c0:3b:af:9f:70:05:11:6a:9f:25:4f: + 01:29:70:e3:e5:0c:e1:ea:5a:7c:dc:49:bb:c1:1e:2a:81:f5: + 16:4b:72:91:c8:a2:31:b9:aa:da:fc:9d:1f:f3:5d:40:02:13: + fc:4e:1c:06:ca:b3:14:90:54:17:19:12:1a:f1:1f:d7:0c:69: + 5a:f6:71:78:f4:94:7d:91:0b:8e:ec:90:54:8e:bc:6f:a1:4c: + ab:fc:74:64:fd:71:9a:f8:41:07:a1:cd:91:e4:3c:9a:e0:9b: + 32:39:73:ab:2a:d5:69:c8:78:91:26:31:7d:e2:c7:30:f1:fc: + 14:78:77:12:0e:13:f4:dd:16:94:bf:4b:67:7b:70:53:85:ca: + b0:bb:f3:38:4d:2c:90:39:c0:0d:c2:5d:6b:e9:e2:e5:d5:88: + 8d:d6:2c:bf:ab:1b:be:b5:28:87:12:17:74:6e:fc:7d:fc:8f: + d0:87:26:b0:1b:fb:b9:6c:ab:e2:9e:3d:15:c1:3b:2e:67:02: + 58:91:9f:ef:f8:42:1f:2c:b7:68:f5:75:ad:cf:b5:f6:ff:11: + 7d:c2:f0:24:a5:ad:d3:fa:a0:3c:a9:fa:5d:dc:a5:a0:ef:44: + a4:be:d6:e8:e5:e4:13:96:17:7b:06:3e:32:ed:c7:b7:42:bc: + 76:a3:d8:65:38:2b:38:35:51:21:0e:0e:6f:2e:34:13:40:e1: + 2b:67:0c:6d:4a:41:30:18:23:5a:32:55:99:c9:17:e0:3c:de: + f6:ec:79:ad:2b:58:19:a2:ad:2c:22:1a:95:8e:be:96:90:5d: + 42:57:c4:f9:14:03:35:2b:1c:2d:51:57:08:a7:3a:de:3f:e4: + c8:b4:03:73:c2:c1:26:80:bb:0b:42:1f:ad:0d:af:26:72:da: + cc:be:b3:a3:83:58:0d:82:c5:1f:46:51:e3:9c:18:cc:8d:9b: + 8d:ec:49:eb:75:50:d5:8c:28:59:ca:74:34:da:8c:0b:21:ab: + 1e:ea:1b:e5:c7:fd:15:3e:c0:17:aa:fb:23:6e:26:46:cb:fa: + f9:b1:72:6b:69:cf:22:84:0b:62:0f:ac:d9:19:00:94:a2:76: + 3c:d4:2d:9a:ed:04:9e:2d:06:62:10:37:52:1c:85:72:1b:27: + e5:cc:c6:31:ec:37:ec:63:59:9b:0b:1d:76:cc:7e:32:9a:88: + 95:08:36:52:bb:de:76:5f:76:49:49:ad:7f:bd:65:20:b2:c9: + c1:2b:76:18:76:9f:56:b1 +SHA1 Fingerprint=A3:A1:B0:6F:24:61:23:4A:E3:36:A5:C2:37:FC:A6:FF:DD:F0:D7:3A diff --git a/sparse/system/etc/security/cacerts/dbc54cab.0 b/sparse/system/etc/security/cacerts/dbc54cab.0 new file mode 100644 index 0000000..f647e80 --- /dev/null +++ b/sparse/system/etc/security/cacerts/dbc54cab.0 @@ -0,0 +1,119 @@ +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7893706540734352110 (0x6d8c1446b1a60aee) + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Premium + Validity + Not Before: Jan 29 14:10:36 2010 GMT + Not After : Dec 31 14:10:36 2040 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c4:12:df:a9:5f:fe:41:dd:dd:f5:9f:8a:e3:f6: + ac:e1:3c:78:9a:bc:d8:f0:7f:7a:a0:33:2a:dc:8d: + 20:5b:ae:2d:6f:e7:93:d9:36:70:6a:68:cf:8e:51: + a3:85:5b:67:04:a0:10:24:6f:5d:28:82:c1:97:57: + d8:48:29:13:b6:e1:be:91:4d:df:85:0c:53:18:9a: + 1e:24:a2:4f:8f:f0:a2:85:0b:cb:f4:29:7f:d2:a4: + 58:ee:26:4d:c9:aa:a8:7b:9a:d9:fa:38:de:44:57: + 15:e5:f8:8c:c8:d9:48:e2:0d:16:27:1d:1e:c8:83: + 85:25:b7:ba:aa:55:41:cc:03:22:4b:2d:91:8d:8b: + e6:89:af:66:c7:e9:ff:2b:e9:3c:ac:da:d2:b3:c3: + e1:68:9c:89:f8:7a:00:56:de:f4:55:95:6c:fb:ba: + 64:dd:62:8b:df:0b:77:32:eb:62:cc:26:9a:9b:bb: + aa:62:83:4c:b4:06:7a:30:c8:29:bf:ed:06:4d:97: + b9:1c:c4:31:2b:d5:5f:bc:53:12:17:9c:99:57:29: + 66:77:61:21:31:07:2e:25:49:9d:18:f2:ee:f3:2b: + 71:8c:b5:ba:39:07:49:77:fc:ef:2e:92:90:05:8d: + 2d:2f:77:7b:ef:43:bf:35:bb:9a:d8:f9:73:a7:2c: + f2:d0:57:ee:28:4e:26:5f:8f:90:68:09:2f:b8:f8: + dc:06:e9:2e:9a:3e:51:a7:d1:22:c4:0a:a7:38:48: + 6c:b3:f9:ff:7d:ab:86:57:e3:ba:d6:85:78:77:ba: + 43:ea:48:7f:f6:d8:be:23:6d:1e:bf:d1:36:6c:58: + 5c:f1:ee:a4:19:54:1a:f5:03:d2:76:e6:e1:8c:bd: + 3c:b3:d3:48:4b:e2:c8:f8:7f:92:a8:76:46:9c:42: + 65:3e:a4:1e:c1:07:03:5a:46:2d:b8:97:f3:b7:d5: + b2:55:21:ef:ba:dc:4c:00:97:fb:14:95:27:33:bf: + e8:43:47:46:d2:08:99:16:60:3b:9a:7e:d2:e6:ed: + 38:ea:ec:01:1e:3c:48:56:49:09:c7:4c:37:00:9e: + 88:0e:c0:73:e1:6f:66:e9:72:47:30:3e:10:e5:0b: + 03:c9:9a:42:00:6c:c5:94:7e:61:c4:8a:df:7f:82: + 1a:0b:59:c4:59:32:77:b3:bc:60:69:56:39:fd:b4: + 06:7b:2c:d6:64:36:d9:bd:48:ed:84:1f:7e:a5:22: + 8f:2a:b8:42:f4:82:b7:d4:53:90:78:4e:2d:1a:fd: + 81:6f:44:d7:3b:01:74:96:42:e0:00:e2:2e:6b:ea: + c5:ee:72:ac:bb:bf:fe:ea:aa:a8:f8:dc:f6:b2:79: + 8a:b6:67 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 9D:C0:67:A6:0C:22:D9:26:F5:45:AB:A6:65:52:11:27:D8:45:AC:63 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha384WithRSAEncryption + b3:57:4d:10:62:4e:3a:e4:ac:ea:b8:1c:af:32:23:c8:b3:49: + 5a:51:9c:76:28:8d:79:aa:57:46:17:d5:f5:52:f6:b7:44:e8: + 08:44:bf:18:84:d2:0b:80:cd:c5:12:fd:00:55:05:61:87:41: + dc:b5:24:9e:3c:c4:d8:c8:fb:70:9e:2f:78:96:83:20:36:de: + 7c:0f:69:13:88:a5:75:36:98:08:a6:c6:df:ac:ce:e3:58:d6: + b7:3e:de:ba:f3:eb:34:40:d8:a2:81:f5:78:3f:2f:d5:a5:fc: + d9:a2:d4:5e:04:0e:17:ad:fe:41:f0:e5:b2:72:fa:44:82:33: + 42:e8:2d:58:f7:56:8c:62:3f:ba:42:b0:9c:0c:5c:7e:2e:65: + 26:5c:53:4f:00:b2:78:7e:a1:0d:99:2d:8d:b8:1d:8e:a2:c4: + b0:fd:60:d0:30:a4:8e:c8:04:62:a9:c4:ed:35:de:7a:97:ed: + 0e:38:5e:92:2f:93:70:a5:a9:9c:6f:a7:7d:13:1d:7e:c6:08: + 48:b1:5e:67:eb:51:08:25:e9:e6:25:6b:52:29:91:9c:d2:39: + 73:08:57:de:99:06:b4:5b:9d:10:06:e1:c2:00:a8:b8:1c:4a: + 02:0a:14:d0:c1:41:ca:fb:8c:35:21:7d:82:38:f2:a9:54:91: + 19:35:93:94:6d:6a:3a:c5:b2:d0:bb:89:86:93:e8:9b:c9:0f: + 3a:a7:7a:b8:a1:f0:78:46:fa:fc:37:2f:e5:8a:84:f3:df:fe: + 04:d9:a1:68:a0:2f:24:e2:09:95:06:d5:95:ca:e1:24:96:eb: + 7c:f6:93:05:bb:ed:73:e9:2d:d1:75:39:d7:e7:24:db:d8:4e: + 5f:43:8f:9e:d0:14:39:bf:55:70:48:99:57:31:b4:9c:ee:4a: + 98:03:96:30:1f:60:06:ee:1b:23:fe:81:60:23:1a:47:62:85: + a5:cc:19:34:80:6f:b3:ac:1a:e3:9f:f0:7b:48:ad:d5:01:d9: + 67:b6:a9:72:93:ea:2d:66:b5:b2:b8:e4:3d:3c:b2:ef:4c:8c: + ea:eb:07:bf:ab:35:9a:55:86:bc:18:a6:b5:a8:5e:b4:83:6c: + 6b:69:40:d3:9f:dc:f1:c3:69:6b:b9:e1:6d:09:f4:f1:aa:50: + 76:0a:7a:7d:7a:17:a1:55:96:42:99:31:09:dd:60:11:8d:05: + 30:7e:e6:8e:46:d1:9d:14:da:c7:17:e4:05:96:8c:c4:24:b5: + 1b:cf:14:07:b2:40:f8:a3:9e:41:86:bc:04:d0:6b:96:c8:2a: + 80:34:fd:bf:ef:06:a3:dd:58:c5:85:3d:3e:8f:fe:9e:29:e0: + b6:b8:09:68:19:1c:18:43 +SHA1 Fingerprint=D8:A6:33:2C:E0:03:6F:B1:85:F6:63:4F:7D:6A:06:65:26:32:28:27 diff --git a/sparse/system/etc/security/cacerts/dbff3a01.0 b/sparse/system/etc/security/cacerts/dbff3a01.0 new file mode 100644 index 0000000..dd62aa2 --- /dev/null +++ b/sparse/system/etc/security/cacerts/dbff3a01.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + ae:cf:00:ba:c4:cf:32:f8:43:b2 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign Root CA - C1 + Validity + Not Before: Feb 18 18:30:00 2018 GMT + Not After : Feb 18 18:30:00 2043 GMT + Subject: C=US, OU=emSign PKI, O=eMudhra Inc, CN=emSign Root CA - C1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:cf:eb:a9:b9:f1:99:05:cc:d8:28:21:4a:f3:73: + 34:51:84:56:10:f5:a0:4f:2c:12:e3:fa:13:9a:27: + d0:cf:f9:79:1a:74:5f:1d:79:39:fc:5b:f8:70:8e: + e0:92:52:f7:e4:25:f9:54:83:d9:1d:d3:c8:5a:85: + 3f:5e:c7:b6:07:ee:3e:c0:ce:9a:af:ac:56:42:2a: + 39:25:70:d6:bf:b5:7b:36:ad:ac:f6:73:dc:cd:d7: + 1d:8a:83:a5:fb:2b:90:15:37:6b:1c:26:47:dc:3b: + 29:56:93:6a:b3:c1:6a:3a:9d:3d:f5:c1:97:38:58: + 05:8b:1c:11:e3:e4:b4:b8:5d:85:1d:83:fe:78:5f: + 0b:45:68:18:48:a5:46:73:34:3b:fe:0f:c8:76:bb: + c7:18:f3:05:d1:86:f3:85:ed:e7:b9:d9:32:ad:55: + 88:ce:a6:b6:91:b0:4f:ac:7e:15:23:96:f6:3f:f0: + 20:34:16:de:0a:c6:c4:04:45:79:7f:a7:fd:be:d2: + a9:a5:af:9c:c5:23:2a:f7:3c:21:6c:bd:af:8f:4e: + c5:3a:b2:f3:34:12:fc:df:80:1a:49:a4:d4:a9:95: + f7:9e:89:5e:a2:89:ac:94:cb:a8:68:9b:af:8a:65: + 27:cd:89:ee:dd:8c:b5:6b:29:70:43:a0:69:0b:e4: + b9:0f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + FE:A1:E0:70:1E:2A:03:39:52:5A:42:BE:5C:91:85:7A:18:AA:4D:B5 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha256WithRSAEncryption + c2:4a:56:fa:15:21:7b:28:a2:e9:e5:1d:fb:f8:2d:c4:39:96: + 41:4c:3b:27:2c:c4:6c:18:15:80:c6:ac:af:47:59:2f:26:0b: + e3:36:b0:ef:3b:fe:43:97:49:32:99:12:15:5b:df:11:29:ff: + ab:53:f8:bb:c1:78:0f:ac:9c:53:af:57:bd:68:8c:3d:69:33: + f0:a3:a0:23:63:3b:64:67:22:44:ad:d5:71:cb:56:2a:78:92: + a3:4f:12:31:36:36:e2:de:fe:00:c4:a3:60:0f:27:ad:a0:b0: + 8a:b5:36:7a:52:a1:bd:27:f4:20:27:62:e8:4d:94:24:13:e4: + 0a:04:e9:3c:ab:2e:c8:43:09:4a:c6:61:04:e5:49:34:7e:d3: + c4:c8:f5:0f:c0:aa:e9:ba:54:5e:f3:63:2b:4f:4f:50:d4:fe: + b9:7b:99:8c:3d:c0:2e:bc:02:2b:d3:c4:40:e4:8a:07:31:1e: + 9b:ce:26:99:13:fb:11:ea:9a:22:0c:11:19:c7:5e:1b:81:50: + 30:c8:96:12:6e:e7:cb:41:7f:91:3b:a2:47:b7:54:80:1b:dc: + 00:cc:9a:90:ea:c3:c3:50:06:62:0c:30:c0:15:48:a7:a8:59: + 7c:e1:ae:22:a2:e2:0a:7a:0f:fa:62:ab:52:4c:e1:f1:df:ca: + be:83:0d:42 +SHA1 Fingerprint=E7:2E:F1:DF:FC:B2:09:28:CF:5D:D4:D5:67:37:B1:51:CB:86:4F:01 diff --git a/sparse/system/etc/security/cacerts/dc99f41e.0 b/sparse/system/etc/security/cacerts/dc99f41e.0 new file mode 100644 index 0000000..e23f81a --- /dev/null +++ b/sparse/system/etc/security/cacerts/dc99f41e.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015 + Validity + Not Before: Jul 7 10:11:21 2015 GMT + Not After : Jun 30 10:11:21 2040 GMT + Subject: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:c2:f8:a9:3f:1b:89:fc:3c:3c:04:5d:3d:90:36: + b0:91:3a:79:3c:66:5a:ef:6d:39:01:49:1a:b4:b7: + cf:7f:4d:23:53:b7:90:00:e3:13:2a:28:a6:31:f1: + 91:00:e3:28:ec:ae:21:41:ce:1f:da:fd:7d:12:5b: + 01:83:0f:b9:b0:5f:99:e1:f2:12:83:80:4d:06:3e: + df:ac:af:e7:a1:88:6b:31:af:f0:8b:d0:18:33:b8: + db:45:6a:34:f4:02:80:24:28:0a:02:15:95:5e:76: + 2a:0d:99:3a:14:5b:f6:cb:cb:53:bc:13:4d:01:88: + 37:94:25:1b:42:bc:22:d8:8e:a3:96:5e:3a:d9:32: + db:3e:e8:f0:10:65:ed:74:e1:2f:a7:7c:af:27:34: + bb:29:7d:9b:b6:cf:09:c8:e5:d3:0a:fc:88:65:65: + 74:0a:dc:73:1c:5c:cd:40:b1:1c:d4:b6:84:8c:4c: + 50:cf:68:8e:a8:59:ae:c2:27:4e:82:a2:35:dd:14: + f4:1f:ff:b2:77:d5:87:2f:aa:6e:7d:24:27:e7:c6: + cb:26:e6:e5:fe:67:07:63:d8:45:0d:dd:3a:59:65: + 39:58:7a:92:99:72:3d:9c:84:5e:88:21:b8:d5:f4: + 2c:fc:d9:70:52:4f:78:b8:bd:3c:2b:8b:95:98:f5: + b3:d1:68:cf:20:14:7e:4c:5c:5f:e7:8b:e5:f5:35: + 81:19:37:d7:11:08:b7:66:be:d3:4a:ce:83:57:00: + 3a:c3:81:f8:17:cb:92:36:5d:d1:a3:d8:75:1b:e1: + 8b:27:ea:7a:48:41:fd:45:19:06:ad:27:99:4e:c1: + 70:47:dd:b5:9f:81:53:12:e5:b1:8c:48:5d:31:43: + 17:e3:8c:c6:7a:63:96:4b:29:30:4e:84:4e:62:19: + 5e:3c:ce:97:90:a5:7f:01:eb:9d:e0:f8:8b:89:dd: + 25:98:3d:92:b6:7e:ef:d9:f1:51:51:7d:2d:26:c8: + 69:59:61:e0:ac:6a:b8:2a:36:11:04:7a:50:bd:32: + 84:be:2f:dc:72:d5:d7:1d:16:47:e4:47:66:20:3f: + f4:96:c5:af:8e:01:7a:a5:0f:7a:64:f5:0d:18:87: + d9:ae:88:d5:fa:84:c1:3a:c0:69:28:2d:f2:0d:68: + 51:aa:e3:a5:77:c6:a4:90:0e:a1:37:8b:31:23:47: + c1:09:08:eb:6e:f7:78:9b:d7:82:fc:84:20:99:49: + 19:b6:12:46:b1:fb:45:55:16:a9:a3:65:ac:9c:07: + 0f:ea:6b:dc:1f:2e:06:72:ec:86:88:12:e4:2d:db: + 5f:05:2f:e4:f0:03:d3:26:33:e7:80:c2:cd:42:a1: + 17:34:0b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 71:15:67:C8:C8:C9:BD:75:5D:72:D0:38:18:6A:9D:F3:71:24:54:0B + Signature Algorithm: sha256WithRSAEncryption + 75:bb:6d:54:4b:aa:10:58:46:34:f2:62:d7:16:36:5d:08:5e: + d5:6c:c8:87:bd:b4:2e:46:f2:31:f8:7c:ea:42:b5:93:16:55: + dc:a1:0c:12:a0:da:61:7e:0f:58:58:73:64:72:c7:e8:45:8e: + dc:a9:f2:26:3f:c6:79:8c:b1:53:08:33:81:b0:56:13:be:e6: + 51:5c:d8:9b:0a:4f:4b:9c:56:53:02:e9:4f:f6:0d:60:ea:4d: + 42:55:e8:7c:1b:21:21:d3:1b:3a:cc:77:f2:b8:90:f1:68:c7: + f9:5a:fe:fa:2d:f4:bf:c9:f5:45:1b:ce:38:10:2a:37:8a:79: + a3:b4:e3:09:6c:85:86:93:ff:89:96:27:78:81:8f:67:e3:46: + 74:54:8e:d9:0d:69:e2:4a:f4:4d:74:03:ff:b2:77:ed:95:67: + 97:e4:b1:c5:ab:bf:6a:23:e8:d4:94:e2:44:28:62:c4:4b:e2: + f0:d8:e2:29:6b:1a:70:7e:24:61:93:7b:4f:03:32:25:0d:45: + 24:2b:96:b4:46:6a:bf:4a:0b:f7:9a:8f:c1:ac:1a:c5:67:f3: + 6f:34:d2:fa:73:63:8c:ef:16:b0:a8:a4:46:2a:f8:eb:12:ec: + 72:b4:ef:f8:2b:7e:8c:52:c0:8b:84:54:f9:2f:3e:e3:55:a8: + dc:66:b1:d9:e1:5f:d8:b3:8c:59:34:59:a4:ab:4f:6c:bb:1f: + 18:db:75:ab:d8:cb:92:cd:94:38:61:0e:07:06:1f:4b:46:10: + f1:15:be:8d:85:5c:3b:4a:2b:81:79:0f:b4:69:9f:49:50:97: + 4d:f7:0e:56:5d:c0:95:6a:c2:36:c3:1b:68:c9:f5:2a:dc:47: + 9a:be:b2:ce:c5:25:e8:fa:03:b9:da:f9:16:6e:91:84:f5:1c: + 28:c8:fc:26:cc:d7:1c:90:56:a7:5f:6f:3a:04:bc:cd:78:89: + 0b:8e:0f:2f:a3:aa:4f:a2:1b:12:3d:16:08:40:0f:f1:46:4c: + d7:aa:7b:08:c1:0a:f5:6d:27:de:02:8f:ca:c3:b5:2b:ca:e9: + eb:c8:21:53:38:a5:cc:3b:d8:77:37:30:a2:4f:d9:6f:d1:f2: + 40:ad:41:7a:17:c5:d6:4a:35:89:b7:41:d5:7c:86:7f:55:4d: + 83:4a:a5:73:20:c0:3a:af:90:f1:9a:24:8e:d9:8e:71:ca:7b: + b8:86:da:b2:8f:99:3e:1d:13:0d:12:11:ee:d4:ab:f0:e9:15: + 76:02:e4:e0:df:aa:20:1e:5b:61:85:64:40:a9:90:97:0d:ad: + 53:d2:5a:1d:87:6a:00:97:65:62:b4:be:6f:6a:a7:f5:2c:42: + ed:32:ad:b6:21:9e:be:bc +SHA1 Fingerprint=01:0C:06:95:A6:98:19:14:FF:BF:5F:C6:B0:B6:95:EA:29:E9:12:A6 diff --git a/sparse/system/etc/security/cacerts/dfc0fe80.0 b/sparse/system/etc/security/cacerts/dfc0fe80.0 new file mode 100644 index 0000000..c660aab --- /dev/null +++ b/sparse/system/etc/security/cacerts/dfc0fe80.0 @@ -0,0 +1,82 @@ +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 76:b1:20:52:74:f0:85:87:46:b3:f8:23:1a:f6:c2:c0 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA + Validity + Not Before: Dec 1 15:00:32 2014 GMT + Not After : Dec 1 15:10:31 2039 GMT + Subject: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:d8:17:b7:1c:4a:24:2a:d6:97:b1:ca:e2:1e:fb: + 7d:38:ef:98:f5:b2:39:98:4e:27:b8:11:5d:7b:d2: + 25:94:88:82:15:26:6a:1b:31:bb:a8:5b:21:21:2b: + d8:0f:4e:9f:5a:f1:b1:5a:e4:79:d6:32:23:2b:e1: + 53:cc:99:45:5c:7b:4f:ad:bc:bf:87:4a:0b:4b:97: + 5a:a8:f6:48:ec:7d:7b:0d:cd:21:06:df:9e:15:fd: + 41:8a:48:b7:20:f4:a1:7a:1b:57:d4:5d:50:ff:ba: + 67:d8:23:99:1f:c8:3f:e3:de:ff:6f:5b:77:b1:6b: + 6e:b8:c9:64:f7:e1:ca:41:46:0e:29:71:d0:b9:23: + fc:c9:81:5f:4e:f7:6f:df:bf:84:ad:73:64:bb:b7: + 42:8e:69:f6:d4:76:1d:7e:9d:a7:b8:57:8a:51:67: + 72:d7:d4:a8:b8:95:54:40:73:03:f6:ea:f4:eb:fe: + 28:42:77:3f:9d:23:1b:b2:b6:3d:80:14:07:4c:2e: + 4f:f7:d5:0a:16:0d:bd:66:43:37:7e:23:43:79:c3: + 40:86:f5:4c:29:da:8e:9a:ad:0d:a5:04:87:88:1e: + 85:e3:e9:53:d5:9b:c8:8b:03:63:78:eb:e0:19:4a: + 6e:bb:2f:6b:33:64:58:93:ad:69:bf:8f:1b:ef:82: + 48:c7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 35:0F:C8:36:63:5E:E2:A3:EC:F9:3B:66:15:CE:51:52:E3:91:9A:3D + 1.3.6.1.4.1.311.21.1: + ... + Signature Algorithm: sha256WithRSAEncryption + 40:4c:fb:87:b2:99:81:90:7e:9d:c5:b0:b0:26:cd:88:7b:2b: + 32:8d:6e:b8:21:71:58:97:7d:ae:37:14:af:3e:e7:f7:9a:e2: + 7d:f6:71:98:99:04:aa:43:74:78:a3:e3:49:61:3e:73:8c:4d: + 94:e0:f9:71:c4:b6:16:0e:53:78:1f:d6:a2:87:2f:02:39:81: + 29:3c:af:15:98:21:30:fe:28:90:00:8c:d1:e1:cb:fa:5e:c8: + fd:f8:10:46:3b:a2:78:42:91:17:74:55:0a:de:50:67:4d:66: + d1:a7:ff:fd:d9:c0:b5:a8:a3:8a:ce:66:f5:0f:43:cd:a7:2b: + 57:7b:63:46:6a:aa:2e:52:d8:f4:ed:e1:6d:ad:29:90:78:48: + ba:e1:23:aa:a3:89:ec:b5:ab:96:c0:b4:4b:a2:1d:97:9e:7a: + f2:6e:40:71:df:68:f1:65:4d:ce:7c:05:df:53:65:a9:a5:f0: + b1:97:04:70:15:46:03:98:d4:d2:bf:54:b4:a0:58:7d:52:6f: + da:56:26:62:d4:d8:db:89:31:6f:1c:f0:22:c2:d3:62:1c:35: + cd:4c:69:15:54:1a:90:98:de:eb:1e:5f:ca:77:c7:cb:8e:3d: + 43:69:9c:9a:58:d0:24:3b:df:1b:40:96:7e:35:ad:81:c7:4e: + 71:ba:88:13 +SHA1 Fingerprint=0F:F9:40:76:18:D3:D7:6A:4B:98:F0:A8:35:9E:0C:FD:27:AC:CC:ED diff --git a/sparse/system/etc/security/cacerts/e442e424.0 b/sparse/system/etc/security/cacerts/e442e424.0 new file mode 100644 index 0000000..efa4015 --- /dev/null +++ b/sparse/system/etc/security/cacerts/e442e424.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 2e:f5:9b:02:28:a7:db:7a:ff:d5:a3:a9:ee:bd:03:a0:cf:12:6a:1d + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3 + Validity + Not Before: Jan 12 20:26:32 2012 GMT + Not After : Jan 12 20:26:32 2042 GMT + Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b3:cb:0e:10:67:8e:ea:14:97:a7:32:2a:0a:56: + 36:7f:68:4c:c7:b3:6f:3a:23:14:91:ff:19:7f:a5: + ca:ac:ee:b3:76:9d:7a:e9:8b:1b:ab:6b:31:db:fa: + 0b:53:4c:af:c5:a5:1a:79:3c:8a:4c:ff:ac:df:25: + de:4e:d9:82:32:0b:44:de:ca:db:8c:ac:a3:6e:16: + 83:3b:a6:64:4b:32:89:fb:16:16:38:7e:eb:43:e2: + d3:74:4a:c2:62:0a:73:0a:dd:49:b3:57:d2:b0:0a: + 85:9d:71:3c:de:a3:cb:c0:32:f3:01:39:20:43:1b: + 35:d1:53:b3:b1:ee:c5:93:69:82:3e:16:b5:28:46: + a1:de:ea:89:09:ed:43:b8:05:46:8a:86:f5:59:47: + be:1b:6f:01:21:10:b9:fd:a9:d2:28:ca:10:39:09: + ca:13:36:cf:9c:ad:ad:40:74:79:2b:02:3f:34:ff: + fa:20:69:7d:d3:ee:61:f5:ba:b3:e7:30:d0:37:23: + 86:72:61:45:29:48:59:68:6f:77:a6:2e:81:be:07: + 4d:6f:af:ce:c4:45:13:91:14:70:06:8f:1f:9f:f8: + 87:69:b1:0e:ef:c3:89:19:eb:ea:1c:61:fc:7a:6c: + 8a:dc:d6:03:0b:9e:26:ba:12:dd:d4:54:39:ab:26: + a3:33:ea:75:81:da:2d:cd:0f:4f:e4:03:d1:ef:15: + 97:1b:6b:90:c5:02:90:93:66:02:21:b1:47:de:8b: + 9a:4a:80:b9:55:8f:b5:a2:2f:c0:d6:33:67:da:7e: + c4:a7:b4:04:44:eb:47:fb:e6:58:b9:f7:0c:f0:7b: + 2b:b1:c0:70:29:c3:40:62:2d:3b:48:69:dc:23:3c: + 48:eb:7b:09:79:a9:6d:da:a8:30:98:cf:80:72:03: + 88:a6:5b:46:ae:72:79:7c:08:03:21:65:ae:b7:e1: + 1c:a5:b1:2a:a2:31:de:66:04:f7:c0:74:e8:71:de: + ff:3d:59:cc:96:26:12:8b:85:95:57:1a:ab:6b:75: + 0b:44:3d:11:28:3c:7b:61:b7:e2:8f:67:4f:e5:ec: + 3c:4c:60:80:69:57:38:1e:01:5b:8d:55:e8:c7:df: + c0:cc:77:23:34:49:75:7c:f6:98:11:eb:2d:de:ed: + 41:2e:14:05:02:7f:e0:fe:20:eb:35:e7:11:ac:22: + ce:57:3d:de:c9:30:6d:10:03:85:cd:f1:ff:8c:16: + b5:c1:b2:3e:88:6c:60:7f:90:4f:95:f7:f6:2d:ad: + 01:39:07:04:fa:75:80:7d:bf:49:50:ed:ef:c9:c4: + 7c:1c:eb:80:7e:db:b6:d0:dd:13:fe:c9:d3:9c:d7: + b2:97:a9 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + C6:17:D0:BC:A8:EA:02:43:F2:1B:06:99:5D:2B:90:20:B9:D7:9C:E4 + Signature Algorithm: sha256WithRSAEncryption + 34:61:d9:56:b5:12:87:55:4d:dd:a3:35:31:46:bb:a4:07:72: + bc:5f:61:62:e8:a5:fb:0b:37:b1:3c:b6:b3:fa:29:9d:7f:02: + f5:a4:c9:a8:93:b7:7a:71:28:69:8f:73:e1:52:90:da:d5:be: + 3a:e5:b7:76:6a:56:80:21:df:5d:e6:e9:3a:9e:e5:3e:f6:a2: + 69:c7:2a:0a:b0:18:47:dc:20:70:7d:52:a3:3e:59:7c:c1:ba: + c9:c8:15:40:61:ca:72:d6:70:ac:d2:b7:f0:1c:e4:86:29:f0: + ce:ef:68:63:d0:b5:20:8a:15:61:9a:7e:86:98:b4:c9:c2:76: + fb:cc:ba:30:16:cc:a3:61:c6:74:13:e5:6b:ef:a3:15:ea:03: + fe:13:8b:64:e4:d3:c1:d2:e8:84:fb:49:d1:10:4d:79:66:eb: + aa:fd:f4:8d:31:1e:70:14:ad:dc:de:67:13:4c:81:15:61:bc: + b7:d9:91:77:71:19:81:60:bb:f0:58:a5:b5:9c:0b:f7:8f:22: + 55:27:c0:4b:01:6d:3b:99:0d:d4:1d:9b:63:67:2f:d0:ee:0d: + ca:66:bc:94:4f:a6:ad:ed:fc:ee:63:ac:57:3f:65:25:cf:b2: + 86:8f:d0:08:ff:b8:76:14:6e:de:e5:27:ec:ab:78:b5:53:b9: + b6:3f:e8:20:f9:d2:a8:be:61:46:ca:87:8c:84:f3:f9:f1:a0: + 68:9b:22:1e:81:26:9b:10:04:91:71:c0:06:1f:dc:a0:d3:b9: + 56:a7:e3:98:2d:7f:83:9d:df:8c:2b:9c:32:8e:32:94:f0:01: + 3c:22:2a:9f:43:c2:2e:c3:98:39:07:38:7b:fc:5e:00:42:1f: + f3:32:26:79:83:84:f6:e5:f0:c1:51:12:c0:0b:1e:04:23:0c: + 54:a5:4c:2f:49:c5:4a:d1:b6:6e:60:0d:6b:fc:6b:8b:85:24: + 64:b7:89:0e:ab:25:47:5b:3c:cf:7e:49:bd:c7:e9:0a:c6:da: + f7:7e:0e:17:08:d3:48:97:d0:71:92:f0:0f:39:3e:34:6a:1c: + 7d:d8:f2:22:ae:bb:69:f4:33:b4:a6:48:55:d1:0f:0e:26:e8: + ec:b6:0b:2d:a7:85:35:cd:fd:59:c8:9f:d1:cd:3e:5a:29:34: + b9:3d:84:ce:b1:65:d4:59:91:91:56:75:21:c1:77:9e:f9:7a: + e1:60:9d:d3:ad:04:18:f4:7c:eb:5e:93:8f:53:4a:22:29:f8: + 48:2b:3e:4d:86:ac:5b:7f:cb:06:99:59:60:d8:58:65:95:8d: + 44:d1:f7:7f:7e:27:7f:7d:ae:80:f5:07:4c:b6:3e:9c:71:54: + 99:04:4b:fd:58:f9:98:f4 +SHA1 Fingerprint=48:12:BD:92:3C:A8:C4:39:06:E7:30:6D:27:96:E6:A4:CF:22:2E:7D diff --git a/sparse/system/etc/security/cacerts/e48193cf.0 b/sparse/system/etc/security/cacerts/e48193cf.0 new file mode 100644 index 0000000..172ec0e --- /dev/null +++ b/sparse/system/etc/security/cacerts/e48193cf.0 @@ -0,0 +1,77 @@ +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8608355977964138876 (0x7777062726a9b17c) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Commercial + Validity + Not Before: Jan 29 14:06:06 2010 GMT + Not After : Dec 31 14:06:06 2030 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Commercial + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:f6:1b:4f:67:07:2b:a1:15:f5:06:22:cb:1f:01: + b2:e3:73:45:06:44:49:2c:bb:49:25:14:d6:ce:c3: + b7:ab:2c:4f:c6:41:32:94:57:fa:12:a7:5b:0e:e2: + 8f:1f:1e:86:19:a7:aa:b5:2d:b9:5f:0d:8a:c2:af: + 85:35:79:32:2d:bb:1c:62:37:f2:b1:5b:4a:3d:ca: + cd:71:5f:e9:42:be:94:e8:c8:de:f9:22:48:64:c6: + e5:ab:c6:2b:6d:ad:05:f0:fa:d5:0b:cf:9a:e5:f0: + 50:a4:8b:3b:47:a5:23:5b:7a:7a:f8:33:3f:b8:ef: + 99:97:e3:20:c1:d6:28:89:cf:94:fb:b9:45:ed:e3: + 40:17:11:d4:74:f0:0b:31:e2:2b:26:6a:9b:4c:57: + ae:ac:20:3e:ba:45:7a:05:f3:bd:9b:69:15:ae:7d: + 4e:20:63:c4:35:76:3a:07:02:c9:37:fd:c7:47:ee: + e8:f1:76:1d:73:15:f2:97:a4:b5:c8:7a:79:d9:42: + aa:2b:7f:5c:fe:ce:26:4f:a3:66:81:35:af:44:ba: + 54:1e:1c:30:32:65:9d:e6:3c:93:5e:50:4e:7a:e3: + 3a:d4:6e:cc:1a:fb:f9:d2:37:ae:24:2a:ab:57:03: + 22:28:0d:49:75:7f:b7:28:da:75:bf:8e:e3:dc:0e: + 79:31 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 9D:93:C6:53:8B:5E:CA:AF:3F:9F:1E:0F:E5:99:95:BC:24:F6:94:8F + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 58:ac:f4:04:0e:cd:c0:0d:ff:0a:fd:d4:ba:16:5f:29:bd:7b: + 68:99:58:49:d2:b4:1d:37:4d:7f:27:7d:46:06:5d:43:c6:86: + 2e:3e:73:b2:26:7d:4f:93:a9:b6:c4:2a:9a:ab:21:97:14:b1: + de:8c:d3:ab:89:15:d8:6b:24:d4:f1:16:ae:d8:a4:5c:d4:7f: + 51:8e:ed:18:01:b1:93:63:bd:bc:f8:61:80:9a:9e:b1:ce:42: + 70:e2:a9:7d:06:25:7d:27:a1:fe:6f:ec:b3:1e:24:da:e3:4b: + 55:1a:00:3b:35:b4:3b:d9:d7:5d:30:fd:81:13:89:f2:c2:06: + 2b:ed:67:c4:8e:c9:43:b2:5c:6b:15:89:02:bc:62:fc:4e:f2: + b5:33:aa:b2:6f:d3:0a:a2:50:e3:f6:3b:e8:2e:44:c2:db:66: + 38:a9:33:56:48:f1:6d:1b:33:8d:0d:8c:3f:60:37:9d:d3:ca: + 6d:7e:34:7e:0d:9f:72:76:8b:1b:9f:72:fd:52:35:41:45:02: + 96:2f:1c:b2:9a:73:49:21:b1:49:47:45:47:b4:ef:6a:34:11: + c9:4d:9a:cc:59:b7:d6:02:9e:5a:4e:65:b5:94:ae:1b:df:29: + b0:16:f1:bf:00:9e:07:3a:17:64:b5:04:b5:23:21:99:0a:95: + 3b:97:7c:ef +SHA1 Fingerprint=F9:B5:B6:32:45:5F:9C:BE:EC:57:5F:80:DC:E9:6E:2C:C7:B2:78:B7 diff --git a/sparse/system/etc/security/cacerts/e8651083.0 b/sparse/system/etc/security/cacerts/e8651083.0 new file mode 100644 index 0000000..2cc3a91 --- /dev/null +++ b/sparse/system/etc/security/cacerts/e8651083.0 @@ -0,0 +1,87 @@ +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + c2:7e:43:04:4e:47:3f:19 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009/emailAddress=info@e-szigno.hu + Validity + Not Before: Jun 16 11:30:18 2009 GMT + Not After : Dec 30 11:30:18 2029 GMT + Subject: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009/emailAddress=info@e-szigno.hu + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:e9:f8:8f:f3:63:ad:da:86:d8:a7:e0:42:fb:cf: + 91:de:a6:26:f8:99:a5:63:70:ad:9b:ae:ca:33:40: + 7d:6d:96:6e:a1:0e:44:ee:e1:13:9d:94:42:52:9a: + bd:75:85:74:2c:a8:0e:1d:93:b6:18:b7:8c:2c:a8: + cf:fb:5c:71:b9:da:ec:fe:e8:7e:8f:e4:2f:1d:b2: + a8:75:87:d8:b7:a1:e5:3b:cf:99:4a:46:d0:83:19: + 7d:c0:a1:12:1c:95:6d:4a:f4:d8:c7:a5:4d:33:2e: + 85:39:40:75:7e:14:7c:80:12:98:50:c7:41:67:b8: + a0:80:61:54:a6:6c:4e:1f:e0:9d:0e:07:e9:c9:ba: + 33:e7:fe:c0:55:28:2c:02:80:a7:19:f5:9e:dc:55: + 53:03:97:7b:07:48:ff:99:fb:37:8a:24:c4:59:cc: + 50:10:63:8e:aa:a9:1a:b0:84:1a:86:f9:5f:bb:b1: + 50:6e:a4:d1:0a:cc:d5:71:7e:1f:a7:1b:7c:f5:53: + 6e:22:5f:cb:2b:e6:d4:7c:5d:ae:d6:c2:c6:4c:e5: + 05:01:d9:ed:57:fc:c1:23:79:fc:fa:c8:24:83:95: + f3:b5:6a:51:01:d0:77:d6:e9:12:a1:f9:1a:83:fb: + 82:1b:b9:b0:97:f4:76:06:33:43:49:a0:ff:0b:b5: + fa:b5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + CB:0F:C6:DF:42:43:CC:3D:CB:B5:48:23:A1:1A:7A:A6:2A:BB:34:68 + X509v3 Authority Key Identifier: + keyid:CB:0F:C6:DF:42:43:CC:3D:CB:B5:48:23:A1:1A:7A:A6:2A:BB:34:68 + + X509v3 Subject Alternative Name: + email:info@e-szigno.hu + Signature Algorithm: sha256WithRSAEncryption + c9:d1:0e:5e:2e:d5:cc:b3:7c:3e:cb:fc:3d:ff:0d:28:95:93: + 04:c8:bf:da:cd:79:b8:43:90:f0:a4:be:ef:f2:ef:21:98:bc: + d4:d4:5d:06:f6:ee:42:ec:30:6c:a0:aa:a9:ca:f1:af:8a:fa: + 3f:0b:73:6a:3e:ea:2e:40:7e:1f:ae:54:61:79:eb:2e:08:37: + d7:23:f3:8c:9f:be:1d:b1:e1:a4:75:db:a0:e2:54:14:b1:ba: + 1c:29:a4:18:f6:12:ba:a2:14:14:e3:31:35:c8:40:ff:b7:e0: + 05:76:57:c1:1c:59:f2:f8:bf:e4:ed:25:62:5c:84:f0:7e:7e: + 1f:b3:be:f9:b7:21:11:cc:03:01:56:70:a7:10:92:1e:1b:34: + 81:1e:ad:9c:1a:c3:04:3c:ed:02:61:d6:1e:06:f3:5f:3a:87: + f2:2b:f1:45:87:e5:3d:ac:d1:c7:57:84:bd:6b:ae:dc:d8:f9: + b6:1b:62:70:0b:3d:36:c9:42:f2:32:d7:7a:61:e6:d2:db:3d: + cf:c8:a9:c9:9b:dc:db:58:44:d7:6f:38:af:7f:78:d3:a3:ad: + 1a:75:ba:1c:c1:36:7c:8f:1e:6d:1c:c3:75:46:ae:35:05:a6: + f6:5c:3d:21:ee:56:f0:c9:82:22:2d:7a:54:ab:70:c3:7d:22: + 65:82:70:96 +SHA1 Fingerprint=89:DF:74:FE:5C:F4:0F:4A:80:F9:E3:37:7D:54:DA:91:E1:01:31:8E diff --git a/sparse/system/etc/security/cacerts/ed39abd0.0 b/sparse/system/etc/security/cacerts/ed39abd0.0 new file mode 100644 index 0000000..c9f1355 --- /dev/null +++ b/sparse/system/etc/security/cacerts/ed39abd0.0 @@ -0,0 +1,54 @@ +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 05:55:56:bc:f2:5e:a4:35:35:c3:a4:0f:d5:ab:45:72 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:dd:a7:d9:bb:8a:b8:0b:fb:0b:7f:21:d2:f0:be: + be:73:f3:33:5d:1a:bc:34:ea:de:c6:9b:bc:d0:95: + f6:f0:cc:d0:0b:ba:61:5b:51:46:7e:9e:2d:9f:ee: + 8e:63:0c:17:ec:07:70:f5:cf:84:2e:40:83:9c:e8: + 3f:41:6d:3b:ad:d3:a4:14:59:36:78:9d:03:43:ee: + 10:13:6c:72:de:ae:88:a7:a1:6b:b5:43:ce:67:dc: + 23:ff:03:1c:a3:e2:3e + ASN1 OID: secp384r1 + NIST CURVE: P-384 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + B3:DB:48:A4:F9:A1:C5:D8:AE:36:41:CC:11:63:69:62:29:BC:4B:C6 + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:31:00:ad:bc:f2:6c:3f:12:4a:d1:2d:39:c3:0a:09: + 97:73:f4:88:36:8c:88:27:bb:e6:88:8d:50:85:a7:63:f9:9e: + 32:de:66:93:0f:f1:cc:b1:09:8f:dd:6c:ab:fa:6b:7f:a0:02: + 30:39:66:5b:c2:64:8d:b8:9e:50:dc:a8:d5:49:a2:ed:c7:dc: + d1:49:7f:17:01:b8:c8:86:8f:4e:8c:88:2b:a8:9a:a9:8a:c5: + d1:00:bd:f8:54:e2:9a:e5:5b:7c:b3:27:17 +SHA1 Fingerprint=7E:04:DE:89:6A:3E:66:6D:00:E6:87:D3:3F:FA:D9:3B:E8:3D:34:9E diff --git a/sparse/system/etc/security/cacerts/edcbddb5.0 b/sparse/system/etc/security/cacerts/edcbddb5.0 new file mode 100644 index 0000000..7ef9526 --- /dev/null +++ b/sparse/system/etc/security/cacerts/edcbddb5.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 05:f7:0e:86:da:49:f3:46:35:2e:ba:b2 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global Certification Authority + Validity + Not Before: Aug 23 19:34:12 2017 GMT + Not After : Aug 23 19:34:12 2042 GMT + Subject: C=US, ST=Illinois, L=Chicago, O=Trustwave Holdings, Inc., CN=Trustwave Global Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b9:5d:51:28:4b:3c:37:92:d1:82:ce:bd:1d:bd: + cd:dd:b8:ab:cf:0a:3e:e1:5d:e5:dc:aa:09:b9:57: + 02:3e:e6:63:61:df:f2:0f:82:63:ae:a3:f7:ac:73: + d1:7c:e7:b3:0b:af:08:00:09:59:7f:cd:29:2a:88: + 93:87:17:18:80:ed:88:b2:b4:b6:10:1f:2d:d6:5f: + 55:a2:13:5d:d1:c6:eb:06:56:89:88:fe:ac:32:9d: + fd:5c:c3:05:c7:6e:ee:86:89:ba:88:03:9d:72:21: + 86:90:ae:8f:03:a5:dc:9f:88:28:cb:a3:92:49:0f: + ec:d0:0f:e2:6d:44:4f:80:6a:b2:d4:e7:a0:0a:53: + 01:ba:8e:97:91:76:6e:bc:fc:d5:6b:36:e6:40:88: + d6:7b:2f:5f:05:e8:2c:6d:11:f3:e7:b2:be:92:44: + 4c:d2:97:a4:fe:d2:72:81:43:07:9c:e9:11:3e:f5: + 8b:1a:59:7d:1f:68:58:dd:04:00:2c:96:f3:43:b3: + 7e:98:19:74:d9:9c:73:d9:18:be:41:c7:34:79:d9: + f4:62:c2:43:b9:b3:27:b0:22:cb:f9:3d:52:c7:30: + 47:b3:c9:3e:b8:6a:e2:e7:e8:81:70:5e:42:8b:4f: + 26:a5:fe:3a:c2:20:6e:bb:f8:16:8e:cd:0c:a9:b4: + 1b:6c:76:10:e1:58:79:46:3e:54:ce:80:a8:57:09: + 37:29:1b:99:13:8f:0c:c8:d6:2c:1c:fb:05:e8:08: + 95:3d:65:46:dc:ee:cd:69:e2:4d:8f:87:28:4e:34: + 0b:3e:cf:14:d9:bb:dd:b6:50:9a:ad:77:d4:19:d6: + da:1a:88:c8:4e:1b:27:75:d8:b2:08:f1:ae:83:30: + b9:11:0e:cd:87:f0:84:8d:15:72:7c:a1:ef:cc:f2: + 88:61:ba:f4:69:bb:0c:8c:0b:75:57:04:b8:4e:2a: + 14:2e:3d:0f:1c:1e:32:a6:62:36:ee:66:e2:22:b8: + 05:40:63:10:22:f3:33:1d:74:72:8a:2c:f5:39:29: + a0:d3:e7:1b:80:84:2d:c5:3d:e3:4d:b1:fd:1a:6f: + ba:65:07:3b:58:ec:42:45:26:fb:d8:da:25:72:c4: + f6:00:b1:22:79:bd:e3:7c:59:62:4a:9c:05:6f:3d: + ce:e6:d6:47:63:99:c6:24:6f:72:12:c8:ac:7f:90: + b4:0b:91:70:e8:b7:e6:16:10:71:17:ce:de:06:4f: + 48:41:7d:35:4a:a3:89:f2:c9:4b:7b:41:11:6d:67: + b7:08:98:4c:e5:11:19:ae:42:80:dc:fb:90:05:d4: + f8:50:ca:be:e4:ad:c7:c2:94:d7:16:9d:e6:17:8f: + af:36:fb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 99:E0:19:67:0D:62:DB:76:B3:DA:3D:B8:5B:E8:FD:42:D2:31:0E:87 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 98:73:70:e2:b0:d3:ed:39:ec:4c:60:d9:a9:12:86:17:1e:96: + d0:e8:54:28:3b:64:2d:21:a6:f8:9d:56:13:6a:48:3d:4f:c7: + 3e:29:db:6d:58:83:54:3d:87:7d:23:05:d4:e4:1c:dc:e8:38: + 65:86:c5:75:a7:5a:db:35:05:bd:77:de:bb:29:37:40:05:07: + c3:94:52:9f:ca:64:dd:f1:1b:2b:dc:46:0a:10:02:31:fd:4a: + 68:0d:07:64:90:e6:1e:f5:2a:a1:a8:bb:3c:5d:f9:a3:08:0b: + 11:0c:f1:3f:2d:10:94:6f:fe:e2:34:87:83:d6:cf:e5:1b:35: + 6d:d2:03:e1:b0:0d:a8:a0:aa:46:27:82:36:a7:15:b6:08:a6: + 42:54:57:b6:99:5a:e2:0b:79:90:d7:57:12:51:35:19:88:41: + 68:25:d4:37:17:84:15:fb:01:72:dc:95:de:52:26:20:98:26: + e2:76:f5:27:6f:fa:00:3b:4a:61:d9:0d:cb:51:93:2a:fd:16: + 06:96:a7:23:9a:23:48:fe:51:bd:b6:c4:b0:b1:54:ce:de:6c: + 41:ad:16:67:7e:db:fd:38:cd:b9:38:4e:b2:c1:60:cb:9d:17: + df:58:9e:7a:62:b2:26:8f:74:95:9b:e4:5b:1d:d2:0f:dd:98: + 1c:9b:59:b9:23:d3:31:a0:a6:ff:38:dd:cf:20:4f:e9:58:56: + 3a:67:c3:d1:f6:99:99:9d:ba:36:b6:80:2f:88:47:4f:86:bf: + 44:3a:80:e4:37:1c:a6:ba:ea:97:98:11:d0:84:62:47:64:1e: + aa:ee:40:bf:34:b1:9c:8f:4e:e1:f2:92:4f:1f:8e:f3:9e:97: + de:f3:a6:79:6a:89:71:4f:4b:27:17:48:fe:ec:f4:50:0f:4f: + 49:7d:cc:45:e3:bd:7a:40:c5:41:dc:61:56:27:06:69:e5:72: + 41:81:d3:b6:01:89:a0:2f:3a:72:79:fe:3a:30:bf:41:ec:c7: + 62:3e:91:4b:c7:d9:31:76:42:f9:f7:3c:63:ec:26:8c:73:0c: + 7d:1a:1d:ea:a8:7c:87:a8:c2:27:7c:e1:33:41:0f:cf:cf:fc: + 00:a0:22:80:9e:4a:a7:6f:00:b0:41:45:b7:22:ca:68:48:c5: + 42:a2:ae:dd:1d:f2:e0:6e:4e:05:58:b1:c0:90:16:2a:a4:3d: + 10:40:be:8f:62:63:83:a9:9c:82:7d:2d:02:e9:83:30:7c:cb: + 27:c9:fd:1e:66:00:b0:2e:d3:21:2f:8e:33:16:6c:98:ed:10: + a8:07:d6:cc:93:cf:db:d1:69:1c:e4:ca:c9:e0:b6:9c:e9:ce: + 71:71:de:6c:3f:16:a4:79 +SHA1 Fingerprint=2F:8F:36:4F:E1:58:97:44:21:59:87:A5:2A:9A:D0:69:95:26:7F:B5 diff --git a/sparse/system/etc/security/cacerts/f013ecaf.0 b/sparse/system/etc/security/cacerts/f013ecaf.0 new file mode 100644 index 0000000..006c362 --- /dev/null +++ b/sparse/system/etc/security/cacerts/f013ecaf.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQbkepxUtHDA3sM9CJuRz04TANBgkqhkiG9w0BAQwFADBH +MQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExM +QzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIy +MDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNl +cnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaM +f/vo27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vX +mX7wCl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7 +zUjwTcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0P +fyblqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtc +vfaHszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4 +Zor8Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUsp +zBmkMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOO +Rc92wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYW +k70paDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+ +DVrNVjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgF +lQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBADiW +Cu49tJYeX++dnAsznyvgyv3SjgofQXSlfKqE1OXyHuY3UjKcC9FhHb8owbZEKTV1 +d5iyfNm9dKyKaOOpMQkpAWBz40d8U6iQSifvS9efk+eCNs6aaAyC58/UEBZvXw6Z +XPYfcX3v73svfuo21pdwCxXu11xWajOl40k4DLh9+42FpLFZXvRq4d2h9mREruZR +gyFmxhE+885H7pwoHyXa/6xmld01D1zvICxi/ZG6qcz8WpyTgYMpl0p8WnK0OdC3 +d8t5/Wk6kjftbjhlRn7pYL15iJdfOBL07q9bgsiG1eGZbYwE8na6SfZu6W0eX6Dv +J4J2QPim01hcDyxC2kLGe4g0x8HYRZvBPsVhHdljUEn2NIVq4BjFbkerQUIpm/Zg +DdIx02OYI5NaAIFItO/Nis3Jz5nu2Z6qNuFoS3FJFDYoOj0dzpqPJeaAcWErtXvM ++SUWgeExX6GjfhaknBZqlxi9dnKlC54dNuYvoS++cJEPqOba+MSSQGwlfnuzCdyy +F62ARPBopY+Udf90WuioAnwMCeKpSwughQtiue+hMZL77/ZRBIls6Kl0obsXs7X9 +SQ98POyDGCBDTtWTurQ0sR8WNh8M5mQ5Fkzc4P4dyKliPUDqysU0ArSuiYgzNdws +E3PYJ/HQcu51OyLemGhmW/HGY0dVHLqlCFF1pkgl +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 6e:47:a9:c5:4b:47:0c:0d:ec:33:d0:89:b9:1c:f4:e1 + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=Google Trust Services LLC, CN=GTS Root R1 + Validity + Not Before: Jun 22 00:00:00 2016 GMT + Not After : Jun 22 00:00:00 2036 GMT + Subject: C=US, O=Google Trust Services LLC, CN=GTS Root R1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b6:11:02:8b:1e:e3:a1:77:9b:3b:dc:bf:94:3e: + b7:95:a7:40:3c:a1:fd:82:f9:7d:32:06:82:71:f6: + f6:8c:7f:fb:e8:db:bc:6a:2e:97:97:a3:8c:4b:f9: + 2b:f6:b1:f9:ce:84:1d:b1:f9:c5:97:de:ef:b9:f2: + a3:e9:bc:12:89:5e:a7:aa:52:ab:f8:23:27:cb:a4: + b1:9c:63:db:d7:99:7e:f0:0a:5e:eb:68:a6:f4:c6: + 5a:47:0d:4d:10:33:e3:4e:b1:13:a3:c8:18:6c:4b: + ec:fc:09:90:df:9d:64:29:25:23:07:a1:b4:d2:3d: + 2e:60:e0:cf:d2:09:87:bb:cd:48:f0:4d:c2:c2:7a: + 88:8a:bb:ba:cf:59:19:d6:af:8f:b0:07:b0:9e:31: + f1:82:c1:c0:df:2e:a6:6d:6c:19:0e:b5:d8:7e:26: + 1a:45:03:3d:b0:79:a4:94:28:ad:0f:7f:26:e5:a8: + 08:fe:96:e8:3c:68:94:53:ee:83:3a:88:2b:15:96: + 09:b2:e0:7a:8c:2e:75:d6:9c:eb:a7:56:64:8f:96: + 4f:68:ae:3d:97:c2:84:8f:c0:bc:40:c0:0b:5c:bd: + f6:87:b3:35:6c:ac:18:50:7f:84:e0:4c:cd:92:d3: + 20:e9:33:bc:52:99:af:32:b5:29:b3:25:2a:b4:48: + f9:72:e1:ca:64:f7:e6:82:10:8d:e8:9d:c2:8a:88: + fa:38:66:8a:fc:63:f9:01:f9:78:fd:7b:5c:77:fa: + 76:87:fa:ec:df:b1:0e:79:95:57:b4:bd:26:ef:d6: + 01:d1:eb:16:0a:bb:8e:0b:b5:c5:c5:8a:55:ab:d3: + ac:ea:91:4b:29:cc:19:a4:32:25:4e:2a:f1:65:44: + d0:02:ce:aa:ce:49:b4:ea:9f:7c:83:b0:40:7b:e7: + 43:ab:a7:6c:a3:8f:7d:89:81:fa:4c:a5:ff:d5:8e: + c3:ce:4b:e0:b5:d8:b3:8e:45:cf:76:c0:ed:40:2b: + fd:53:0f:b0:a7:d5:3b:0d:b1:8a:a2:03:de:31:ad: + cc:77:ea:6f:7b:3e:d6:df:91:22:12:e6:be:fa:d8: + 32:fc:10:63:14:51:72:de:5d:d6:16:93:bd:29:68: + 33:ef:3a:66:ec:07:8a:26:df:13:d7:57:65:78:27: + de:5e:49:14:00:a2:00:7f:9a:a8:21:b6:a9:b1:95: + b0:a5:b9:0d:16:11:da:c7:6c:48:3c:40:e0:7e:0d: + 5a:cd:56:3c:d1:97:05:b9:cb:4b:ed:39:4b:9c:c4: + 3f:d2:55:13:6e:24:b0:d6:71:fa:f4:c1:ba:cc:ed: + 1b:f5:fe:81:41:d8:00:98:3d:3a:c8:ae:7a:98:37: + 18:05:95 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + E4:AF:2B:26:71:1A:2B:48:27:85:2F:52:66:2C:EF:F0:89:13:71:3E + Signature Algorithm: sha384WithRSAEncryption + 38:96:0a:ee:3d:b4:96:1e:5f:ef:9d:9c:0b:33:9f:2b:e0:ca: + fd:d2:8e:0a:1f:41:74:a5:7c:aa:84:d4:e5:f2:1e:e6:37:52: + 32:9c:0b:d1:61:1d:bf:28:c1:b6:44:29:35:75:77:98:b2:7c: + d9:bd:74:ac:8a:68:e3:a9:31:09:29:01:60:73:e3:47:7c:53: + a8:90:4a:27:ef:4b:d7:9f:93:e7:82:36:ce:9a:68:0c:82:e7: + cf:d4:10:16:6f:5f:0e:99:5c:f6:1f:71:7d:ef:ef:7b:2f:7e: + ea:36:d6:97:70:0b:15:ee:d7:5c:56:6a:33:a5:e3:49:38:0c: + b8:7d:fb:8d:85:a4:b1:59:5e:f4:6a:e1:dd:a1:f6:64:44:ae: + e6:51:83:21:66:c6:11:3e:f3:ce:47:ee:9c:28:1f:25:da:ff: + ac:66:95:dd:35:0f:5c:ef:20:2c:62:fd:91:ba:a9:cc:fc:5a: + 9c:93:81:83:29:97:4a:7c:5a:72:b4:39:d0:b7:77:cb:79:fd: + 69:3a:92:37:ed:6e:38:65:46:7e:e9:60:bd:79:88:97:5f:38: + 12:f4:ee:af:5b:82:c8:86:d5:e1:99:6d:8c:04:f2:76:ba:49: + f6:6e:e9:6d:1e:5f:a0:ef:27:82:76:40:f8:a6:d3:58:5c:0f: + 2c:42:da:42:c6:7b:88:34:c7:c1:d8:45:9b:c1:3e:c5:61:1d: + d9:63:50:49:f6:34:85:6a:e0:18:c5:6e:47:ab:41:42:29:9b: + f6:60:0d:d2:31:d3:63:98:23:93:5a:00:81:48:b4:ef:cd:8a: + cd:c9:cf:99:ee:d9:9e:aa:36:e1:68:4b:71:49:14:36:28:3a: + 3d:1d:ce:9a:8f:25:e6:80:71:61:2b:b5:7b:cc:f9:25:16:81: + e1:31:5f:a1:a3:7e:16:a4:9c:16:6a:97:18:bd:76:72:a5:0b: + 9e:1d:36:e6:2f:a1:2f:be:70:91:0f:a8:e6:da:f8:c4:92:40: + 6c:25:7e:7b:b3:09:dc:b2:17:ad:80:44:f0:68:a5:8f:94:75: + ff:74:5a:e8:a8:02:7c:0c:09:e2:a9:4b:0b:a0:85:0b:62:b9: + ef:a1:31:92:fb:ef:f6:51:04:89:6c:e8:a9:74:a1:bb:17:b3: + b5:fd:49:0f:7c:3c:ec:83:18:20:43:4e:d5:93:ba:b4:34:b1: + 1f:16:36:1f:0c:e6:64:39:16:4c:dc:e0:fe:1d:c8:a9:62:3d: + 40:ea:ca:c5:34:02:b4:ae:89:88:33:35:dc:2c:13:73:d8:27: + f1:d0:72:ee:75:3b:22:de:98:68:66:5b:f1:c6:63:47:55:1c: + ba:a5:08:51:75:a6:48:25 +SHA1 Fingerprint=E1:C9:50:E6:EF:22:F8:4C:56:45:72:8B:92:20:60:D7:D5:A7:A3:E8 diff --git a/sparse/system/etc/security/cacerts/f0cd152c.0 b/sparse/system/etc/security/cacerts/f0cd152c.0 new file mode 100644 index 0000000..6d2b6e9 --- /dev/null +++ b/sparse/system/etc/security/cacerts/f0cd152c.0 @@ -0,0 +1,125 @@ +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + d9:b5:43:7f:af:a9:39:0f:00:00:00:00:55:65:ad:58 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2015 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G4 + Validity + Not Before: May 27 11:11:16 2015 GMT + Not After : Dec 27 11:41:16 2037 GMT + Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2015 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G4 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:b1:ec:2c:42:ee:e2:d1:30:ff:a5:92:47:e2:2d: + c3:ba:64:97:6d:ca:f7:0d:b5:59:c1:b3:cb:a8:68: + 19:d8:af:84:6d:30:70:5d:7e:f3:2e:d2:53:99:e1: + fe:1f:5e:d9:48:af:5d:13:8d:db:ff:63:33:4d:d3: + 00:02:bc:c4:f8:d1:06:08:94:79:58:8a:15:de:29: + b3:fd:fd:c4:4f:e8:aa:e2:a0:3b:79:cd:bf:6b:43: + 32:dd:d9:74:10:b9:f7:f4:68:d4:bb:d0:87:d5:aa: + 4b:8a:2a:6f:2a:04:b5:b2:a6:c7:a0:7a:e6:48:ab: + d2:d1:59:cc:d6:7e:23:e6:97:6c:f0:42:e5:dc:51: + 4b:15:41:ed:49:4a:c9:de:10:97:d6:76:c1:ef:a5: + b5:36:14:97:35:d8:78:22:35:52:ef:43:bd:db:27: + db:61:56:82:34:dc:cb:88:60:0c:0b:5a:e5:2c:01: + c6:54:af:d7:aa:c1:10:7b:d2:05:5a:b8:40:9e:86: + a7:c3:90:86:02:56:52:09:7a:9c:d2:27:82:53:4a: + 65:52:6a:f5:3c:e7:a8:f2:9c:af:8b:bd:d3:0e:d4: + d4:5e:6e:87:9e:6a:3d:45:1d:d1:5d:1b:f4:e9:0a: + ac:60:99:fb:89:b4:ff:98:2c:cf:7c:1d:e9:02:aa: + 04:9a:1e:b8:dc:88:6e:25:b3:6c:66:f7:3c:90:f3: + 57:c1:b3:2f:f5:6d:f2:fb:ca:a1:f8:29:9d:46:8b: + b3:6a:f6:e6:67:07:be:2c:67:0a:2a:1f:5a:b2:3e: + 57:c4:d3:21:21:63:65:52:91:1b:b1:99:8e:79:7e: + e6:eb:8d:00:d9:5a:aa:ea:73:e8:a4:82:02:47:96: + fe:5b:8e:54:61:a3:eb:2f:4b:30:b0:8b:23:75:72: + 7c:21:3c:c8:f6:f1:74:d4:1c:7b:a3:05:55:ee:bb: + 4d:3b:32:be:9a:77:66:9e:ac:69:90:22:07:1f:61: + 3a:96:be:e5:9a:4f:cc:05:3c:28:59:d3:c1:0c:54: + a8:59:61:bd:c8:72:4c:e8:dc:9f:87:7f:bd:9c:48: + 36:5e:95:a3:0e:b9:38:24:55:fc:75:66:eb:02:e3: + 08:34:29:4a:c6:e3:2b:2f:33:a0:da:a3:86:a5:12: + 97:fd:80:2b:da:14:42:e3:92:bd:3e:f2:5d:5e:67: + 74:2e:1c:88:47:29:34:5f:e2:32:a8:9c:25:37:8c: + ba:98:00:97:8b:49:96:1e:fd:25:8a:ac:dc:da:d8: + 5d:74:6e:66:b0:ff:44:df:a1:18:c6:be:48:2f:37: + 94:78:f8:95:4a:3f:7f:13:5e:5d:59:fd:74:86:43: + 63:73:49 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 9F:38:C4:56:23:C3:39:E8:A0:71:6C:E8:54:4C:E4:E8:3A:B1:BF:67 + Signature Algorithm: sha256WithRSAEncryption + 12:e5:42:a6:7b:8b:0f:0c:e4:46:a5:b6:60:40:87:8c:25:7e: + ad:b8:68:2e:5b:c6:40:76:3c:03:f8:c9:59:f4:f3:ab:62:ce: + 10:8d:b4:5a:64:8c:68:c0:b0:72:43:34:d2:1b:0b:f6:2c:53: + d2:ca:90:4b:86:66:fc:aa:83:22:f4:8b:1a:6f:26:48:ac:76: + 77:08:bf:c5:98:5c:f4:26:89:9e:7b:c3:b9:64:32:01:7f:d3: + c3:dd:58:6d:ec:b1:ab:84:55:74:77:84:04:27:52:6b:86:4c: + ce:dd:b9:65:ff:d6:c6:5e:9f:9a:10:99:4b:75:6a:fe:6a:e9: + 97:20:e4:e4:76:7a:c6:d0:24:aa:90:cd:20:90:ba:47:64:fb: + 7f:07:b3:53:78:b5:0a:62:f2:73:43:ce:41:2b:81:6a:2e:85: + 16:94:53:d4:6b:5f:72:22:ab:51:2d:42:d5:00:9c:99:bf:de: + bb:94:3b:57:fd:9a:f5:86:cb:56:3b:5b:88:01:e5:7c:28:4b: + 03:f9:49:83:7c:b2:7f:7c:e3:ed:8e:a1:7f:60:53:8e:55:9d: + 50:34:12:0f:b7:97:7b:6c:87:4a:44:e7:f5:6d:ec:80:37:f0: + 58:19:6e:4a:68:76:f0:1f:92:e4:ea:b5:92:d3:61:51:10:0b: + ad:a7:d9:5f:c7:5f:dc:1f:a3:5c:8c:a1:7e:9b:b7:9e:d3:56: + 6f:66:5e:07:96:20:ed:0b:74:fb:66:4e:8b:11:15:e9:81:49: + 7e:6f:b0:d4:50:7f:22:d7:5f:65:02:0d:a6:f4:85:1e:d8:ae: + 06:4b:4a:a7:d2:31:66:c2:f8:ce:e5:08:a6:a4:02:96:44:68: + 57:c4:d5:33:cf:19:2f:14:c4:94:1c:7b:a4:d9:f0:9f:0e:b1: + 80:e2:d1:9e:11:64:a9:88:11:3a:76:82:e5:62:c2:80:d8:a4: + 83:ed:93:ef:7c:2f:90:b0:32:4c:96:15:68:48:52:d4:99:08: + c0:24:e8:1c:e3:b3:a5:21:0e:92:c0:90:1f:cf:20:5f:ca:3b: + 38:c7:b7:6d:3a:f3:e6:44:b8:0e:31:6b:88:8e:70:eb:9c:17: + 52:a8:41:94:2e:87:b6:e7:a6:12:c5:75:df:5b:c0:0a:6e:7b: + a4:e4:5e:86:f9:36:94:df:77:c3:e9:0d:c0:39:f1:79:bb:46: + 8e:ab:43:59:27:b7:20:bb:23:e9:56:40:21:ec:31:3d:65:aa: + 43:f2:3d:df:70:44:e1:ba:4d:26:10:3b:98:9f:f3:c8:8e:1b: + 38:56:21:6a:51:93:d3:91:ca:46:da:89:b7:3d:53:83:2c:08: + 1f:8b:8f:53:dd:ff:ac:1f +SHA1 Fingerprint=14:88:4E:86:26:37:B0:26:AF:59:62:5C:40:77:EC:35:29:BA:96:01 diff --git a/sparse/system/etc/security/cacerts/f459871d.0 b/sparse/system/etc/security/cacerts/f459871d.0 new file mode 100644 index 0000000..b03d8b2 --- /dev/null +++ b/sparse/system/etc/security/cacerts/f459871d.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 31:f5:e4:62:0c:6c:58:ed:d6:d8 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign Root CA - G1 + Validity + Not Before: Feb 18 18:30:00 2018 GMT + Not After : Feb 18 18:30:00 2043 GMT + Subject: C=IN, OU=emSign PKI, O=eMudhra Technologies Limited, CN=emSign Root CA - G1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:93:4b:bb:e9:66:8a:ee:9d:5b:d5:34:93:d0:1b: + 1e:c3:e7:9e:b8:64:33:7f:63:78:68:b4:cd:2e:71: + 75:d7:9b:20:c6:4d:29:bc:b6:68:60:8a:f7:21:9a: + 56:35:5a:f3:76:bd:d8:cd:9a:ff:93:56:4b:a5:59: + 06:a1:93:34:29:dd:16:34:75:4e:f2:81:b4:c7:96: + 4e:ad:19:15:52:4a:fe:3c:70:75:70:cd:af:2b:ab: + 15:9a:33:3c:aa:b3:8b:aa:cd:43:fd:f5:ea:70:ff: + ed:cf:11:3b:94:ce:4e:32:16:d3:23:40:2a:77:b3: + af:3c:01:2c:6c:ed:99:2c:8b:d9:4e:69:98:b2:f7: + 8f:41:b0:32:78:61:d6:0d:5f:c3:fa:a2:40:92:1d: + 5c:17:e6:70:3e:35:e7:a2:b7:c2:62:e2:ab:a4:38: + 4c:b5:39:35:6f:ea:03:69:fa:3a:54:68:85:6d:d6: + f2:2f:43:55:1e:91:0d:0e:d8:d5:6a:a4:96:d1:13: + 3c:2c:78:50:e8:3a:92:d2:17:56:e5:35:1a:40:1c: + 3e:8d:2c:ed:39:df:42:e0:83:41:74:df:a3:cd:c2: + 86:60:48:68:e3:69:0b:54:00:8b:e4:76:69:21:0d: + 79:4e:34:08:5e:14:c2:cc:b1:b7:ad:d7:7c:70:8a: + c7:85 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + FB:EF:0D:86:9E:B0:E3:DD:A9:B9:F1:21:17:7F:3E:FC:F0:77:2B:1A + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha256WithRSAEncryption + 59:ff:f2:8c:f5:87:7d:71:3d:a3:9f:1b:5b:d1:da:f8:d3:9c: + 6b:36:bd:9b:a9:61:eb:de:16:2c:74:3d:9e:e6:75:da:d7:ba: + a7:bc:42:17:e7:3d:91:eb:e5:7d:dd:3e:9c:f1:cf:92:ac:6c: + 48:cc:c2:22:3f:69:3b:c5:b6:15:2f:a3:35:c6:68:2a:1c:57: + af:39:ef:8d:d0:35:c3:18:0c:7b:00:56:1c:cd:8b:19:74:de: + be:0f:12:e0:d0:aa:a1:3f:02:34:b1:70:ce:9d:18:d6:08:03: + 09:46:ee:60:e0:7e:b6:c4:49:04:51:7d:70:60:bc:aa:b2:ff: + 79:72:7a:a6:1d:3d:5f:2a:f8:ca:e2:fd:39:b7:47:b9:eb:7e: + df:04:23:af:fa:9c:06:07:e9:fb:63:93:80:40:b5:c6:6c:0a: + 31:28:ce:0c:9f:cf:b3:23:35:80:41:8d:6c:c4:37:7b:81:2f: + 80:a1:40:42:85:e9:d9:38:8d:e8:a1:53:cd:01:bf:69:e8:5a: + 06:f2:45:0b:90:fa:ae:e1:bf:9d:f2:ae:57:3c:a5:ae:b2:56: + f4:8b:65:40:e9:fd:31:81:2c:f4:39:09:d8:ee:6b:a7:b4:a6: + 1d:15:a5:98:f7:01:81:d8:85:7d:f3:51:5c:71:88:de:ba:cc: + 1f:80:7e:4a +SHA1 Fingerprint=8A:C7:AD:8F:73:AC:4E:C1:B5:75:4D:A5:40:F4:FC:CF:7C:B5:8E:8C diff --git a/sparse/system/etc/security/cacerts/fb5fa911.0 b/sparse/system/etc/security/cacerts/fb5fa911.0 new file mode 100644 index 0000000..bb8f8cb --- /dev/null +++ b/sparse/system/etc/security/cacerts/fb5fa911.0 @@ -0,0 +1,120 @@ +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 06:6c:9f:d2:96:35:86:9f:0a:0f:e5:86:78:f8:5b:26:bb:8a:37 + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=Amazon, CN=Amazon Root CA 2 + Validity + Not Before: May 26 00:00:00 2015 GMT + Not After : May 26 00:00:00 2040 GMT + Subject: C=US, O=Amazon, CN=Amazon Root CA 2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (4096 bit) + Modulus: + 00:ad:96:9f:2d:9c:4a:4c:4a:81:79:51:99:ec:8a: + cb:6b:60:51:13:bc:4d:6d:06:fc:b0:08:8d:dd:19: + 10:6a:c7:26:0c:35:d8:c0:6f:20:84:e9:94:b1:9b: + 85:03:c3:5b:db:4a:e8:c8:f8:90:76:d9:5b:4f:e3: + 4c:e8:06:36:4d:cc:9a:ac:3d:0c:90:2b:92:d4:06: + 19:60:ac:37:44:79:85:81:82:ad:5a:37:e0:0d:cc: + 9d:a6:4c:52:76:ea:43:9d:b7:04:d1:50:f6:55:e0: + d5:d2:a6:49:85:e9:37:e9:ca:7e:ae:5c:95:4d:48: + 9a:3f:ae:20:5a:6d:88:95:d9:34:b8:52:1a:43:90: + b0:bf:6c:05:b9:b6:78:b7:ea:d0:e4:3a:3c:12:53: + 62:ff:4a:f2:7b:be:35:05:a9:12:34:e3:f3:64:74: + 62:2c:3d:00:49:5a:28:fe:32:44:bb:87:dd:65:27: + 02:71:3b:da:4a:f7:1f:da:cd:f7:21:55:90:4f:0f: + ec:ae:82:e1:9f:6b:d9:45:d3:bb:f0:5f:87:ed:3c: + 2c:39:86:da:3f:de:ec:72:55:eb:79:a3:ad:db:dd: + 7c:b0:ba:1c:ce:fc:de:4f:35:76:cf:0f:f8:78:1f: + 6a:36:51:46:27:61:5b:e9:9e:cf:f0:a2:55:7d:7c: + 25:8a:6f:2f:b4:c5:cf:84:2e:2b:fd:0d:51:10:6c: + fb:5f:1b:bc:1b:7e:c5:ae:3b:98:01:31:92:ff:0b: + 57:f4:9a:b2:b9:57:e9:ab:ef:0d:76:d1:f0:ee:f4: + ce:86:a7:e0:6e:e9:b4:69:a1:df:69:f6:33:c6:69: + 2e:97:13:9e:a5:87:b0:57:10:81:37:c9:53:b3:bb: + 7f:f6:92:d1:9c:d0:18:f4:92:6e:da:83:4f:a6:63: + 99:4c:a5:fb:5e:ef:21:64:7a:20:5f:6c:64:85:15: + cb:37:e9:62:0c:0b:2a:16:dc:01:2e:32:da:3e:4b: + f5:9e:3a:f6:17:40:94:ef:9e:91:08:86:fa:be:63: + a8:5a:33:ec:cb:74:43:95:f9:6c:69:52:36:c7:29: + 6f:fc:55:03:5c:1f:fb:9f:bd:47:eb:e7:49:47:95: + 0b:4e:89:22:09:49:e0:f5:61:1e:f1:bf:2e:8a:72: + 6e:80:59:ff:57:3a:f9:75:32:a3:4e:5f:ec:ed:28: + 62:d9:4d:73:f2:cc:81:17:60:ed:cd:eb:dc:db:a7: + ca:c5:7e:02:bd:f2:54:08:54:fd:b4:2d:09:2c:17: + 54:4a:98:d1:54:e1:51:67:08:d2:ed:6e:7e:6f:3f: + d2:2d:81:59:29:66:cb:90:39:95:11:1e:74:27:fe: + dd:eb:af + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + B0:0C:F0:4C:30:F4:05:58:02:48:FD:33:E5:52:AF:4B:84:E3:66:52 + Signature Algorithm: sha384WithRSAEncryption + aa:a8:80:8f:0e:78:a3:e0:a2:d4:cd:e6:f5:98:7a:3b:ea:00: + 03:b0:97:0e:93:bc:5a:a8:f6:2c:8c:72:87:a9:b1:fc:7f:73: + fd:63:71:78:a5:87:59:cf:30:e1:0d:10:b2:13:5a:6d:82:f5: + 6a:e6:80:9f:a0:05:0b:68:e4:47:6b:c7:6a:df:b6:fd:77:32: + 72:e5:18:fa:09:f4:a0:93:2c:5d:d2:8c:75:85:76:65:90:0c: + 03:79:b7:31:23:63:ad:78:83:09:86:68:84:ca:ff:f9:cf:26: + 9a:92:79:e7:cd:4b:c5:e7:61:a7:17:cb:f3:a9:12:93:93:6b: + a7:e8:2f:53:92:c4:60:58:b0:cc:02:51:18:5b:85:8d:62:59: + 63:b6:ad:b4:de:9a:fb:26:f7:00:27:c0:5d:55:37:74:99:c9: + 50:7f:e3:59:2e:44:e3:2c:25:ee:ec:4c:32:77:b4:9f:1a:e9: + 4b:5d:20:c5:da:fd:1c:87:16:c6:43:e8:d4:bb:26:9a:45:70: + 5e:a9:0b:37:53:e2:46:7b:27:fd:e0:46:f2:89:b7:cc:42:b6: + cb:28:26:6e:d9:a5:c9:3a:c8:41:13:60:f7:50:8c:15:ae:b2: + 6d:1a:15:1a:57:78:e6:92:2a:d9:65:90:82:3f:6c:02:af:ae: + 12:3a:27:96:36:04:d7:1d:a2:80:63:a9:9b:f1:e5:ba:b4:7c: + 14:b0:4e:c9:b1:1f:74:5f:38:f6:51:ea:9b:fa:2c:a2:11:d4: + a9:2d:27:1a:45:b1:af:b2:4e:71:0d:c0:58:46:d6:69:06:cb: + 53:cb:b3:fe:6b:41:cd:41:7e:7d:4c:0f:7c:72:79:7a:59:cd: + 5e:4a:0e:ac:9b:a9:98:73:79:7c:b4:f4:cc:b9:b8:07:0c:b2: + 74:5c:b8:c7:6f:88:a1:90:a7:f4:aa:f9:bf:67:3a:f4:1a:15: + 62:1e:b7:9f:be:3d:b1:29:af:67:a1:12:f2:58:10:19:53:03: + 30:1b:b8:1a:89:f6:9c:bd:97:03:8e:a3:09:f3:1d:8b:21:f1: + b4:df:e4:1c:d1:9f:65:02:06:ea:5c:d6:13:b3:84:ef:a2:a5: + 5c:8c:77:29:a7:68:c0:6b:ae:40:d2:a8:b4:ea:cd:f0:8d:4b: + 38:9c:19:9a:1b:28:54:b8:89:90:ef:ca:75:81:3e:1e:f2:64: + 24:c7:18:af:4e:ff:47:9e:07:f6:35:65:a4:d3:0a:56:ff:f5: + 17:64:6c:ef:a8:22:25:49:93:b6:df:00:17:da:58:7e:5d:ee: + c5:1b:b0:d1:d1:5f:21:10:c7:f9:f3:ba:02:0a:27:07:c5:f1: + d6:c7:d3:e0:fb:09:60:6c +SHA1 Fingerprint=5A:8C:EF:45:D7:A6:98:59:76:7A:8C:8B:44:96:B5:78:CF:47:4B:1A diff --git a/sparse/system/etc/security/cacerts/fd08c599.0 b/sparse/system/etc/security/cacerts/fd08c599.0 new file mode 100644 index 0000000..ea15047 --- /dev/null +++ b/sparse/system/etc/security/cacerts/fd08c599.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 06:6c:9f:cf:99:bf:8c:0a:39:e2:f0:78:8a:43:e6:96:36:5b:ca + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=Amazon, CN=Amazon Root CA 1 + Validity + Not Before: May 26 00:00:00 2015 GMT + Not After : Jan 17 00:00:00 2038 GMT + Subject: C=US, O=Amazon, CN=Amazon Root CA 1 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:b2:78:80:71:ca:78:d5:e3:71:af:47:80:50:74: + 7d:6e:d8:d7:88:76:f4:99:68:f7:58:21:60:f9:74: + 84:01:2f:ac:02:2d:86:d3:a0:43:7a:4e:b2:a4:d0: + 36:ba:01:be:8d:db:48:c8:07:17:36:4c:f4:ee:88: + 23:c7:3e:eb:37:f5:b5:19:f8:49:68:b0:de:d7:b9: + 76:38:1d:61:9e:a4:fe:82:36:a5:e5:4a:56:e4:45: + e1:f9:fd:b4:16:fa:74:da:9c:9b:35:39:2f:fa:b0: + 20:50:06:6c:7a:d0:80:b2:a6:f9:af:ec:47:19:8f: + 50:38:07:dc:a2:87:39:58:f8:ba:d5:a9:f9:48:67: + 30:96:ee:94:78:5e:6f:89:a3:51:c0:30:86:66:a1: + 45:66:ba:54:eb:a3:c3:91:f9:48:dc:ff:d1:e8:30: + 2d:7d:2d:74:70:35:d7:88:24:f7:9e:c4:59:6e:bb: + 73:87:17:f2:32:46:28:b8:43:fa:b7:1d:aa:ca:b4: + f2:9f:24:0e:2d:4b:f7:71:5c:5e:69:ff:ea:95:02: + cb:38:8a:ae:50:38:6f:db:fb:2d:62:1b:c5:c7:1e: + 54:e1:77:e0:67:c8:0f:9c:87:23:d6:3f:40:20:7f: + 20:80:c4:80:4c:3e:3b:24:26:8e:04:ae:6c:9a:c8: + aa:0d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 84:18:CC:85:34:EC:BC:0C:94:94:2E:08:59:9C:C7:B2:10:4E:0A:08 + Signature Algorithm: sha256WithRSAEncryption + 98:f2:37:5a:41:90:a1:1a:c5:76:51:28:20:36:23:0e:ae:e6: + 28:bb:aa:f8:94:ae:48:a4:30:7f:1b:fc:24:8d:4b:b4:c8:a1: + 97:f6:b6:f1:7a:70:c8:53:93:cc:08:28:e3:98:25:cf:23:a4: + f9:de:21:d3:7c:85:09:ad:4e:9a:75:3a:c2:0b:6a:89:78:76: + 44:47:18:65:6c:8d:41:8e:3b:7f:9a:cb:f4:b5:a7:50:d7:05: + 2c:37:e8:03:4b:ad:e9:61:a0:02:6e:f5:f2:f0:c5:b2:ed:5b: + b7:dc:fa:94:5c:77:9e:13:a5:7f:52:ad:95:f2:f8:93:3b:de: + 8b:5c:5b:ca:5a:52:5b:60:af:14:f7:4b:ef:a3:fb:9f:40:95: + 6d:31:54:fc:42:d3:c7:46:1f:23:ad:d9:0f:48:70:9a:d9:75: + 78:71:d1:72:43:34:75:6e:57:59:c2:02:5c:26:60:29:cf:23: + 19:16:8e:88:43:a5:d4:e4:cb:08:fb:23:11:43:e8:43:29:72: + 62:a1:a9:5d:5e:08:d4:90:ae:b8:d8:ce:14:c2:d0:55:f2:86: + f6:c4:93:43:77:66:61:c0:b9:e8:41:d7:97:78:60:03:6e:4a: + 72:ae:a5:d1:7d:ba:10:9e:86:6c:1b:8a:b9:59:33:f8:eb:c4: + 90:be:f1:b9 +SHA1 Fingerprint=8D:A7:F9:65:EC:5E:FC:37:91:0F:1C:6E:59:FD:C1:CC:6A:6E:DE:16 diff --git a/sparse/system/etc/security/cacerts/fde84897.0 b/sparse/system/etc/security/cacerts/fde84897.0 new file mode 100644 index 0000000..46cebbd --- /dev/null +++ b/sparse/system/etc/security/cacerts/fde84897.0 @@ -0,0 +1,87 @@ +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + fe:dc:e3:01:0f:c9:48:ff + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=FR, O=Dhimyotis, CN=Certigna + Validity + Not Before: Jun 29 15:13:05 2007 GMT + Not After : Jun 29 15:13:05 2027 GMT + Subject: C=FR, O=Dhimyotis, CN=Certigna + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + RSA Public-Key: (2048 bit) + Modulus: + 00:c8:68:f1:c9:d6:d6:b3:34:75:26:82:1e:ec:b4: + be:ea:5c:e1:26:ed:11:47:61:e1:a2:7c:16:78:40: + 21:e4:60:9e:5a:c8:63:e1:c4:b1:96:92:ff:18:6d: + 69:23:e1:2b:62:f7:dd:e2:36:2f:91:07:b9:48:cf: + 0e:ec:79:b6:2c:e7:34:4b:70:08:25:a3:3c:87:1b: + 19:f2:81:07:0f:38:90:19:d3:11:fe:86:b4:f2:d1: + 5e:1e:1e:96:cd:80:6c:ce:3b:31:93:b6:f2:a0:d0: + a9:95:12:7d:a5:9a:cc:6b:c8:84:56:8a:33:a9:e7: + 22:15:53:16:f0:cc:17:ec:57:5f:e9:a2:0a:98:09: + de:e3:5f:9c:6f:dc:48:e3:85:0b:15:5a:a6:ba:9f: + ac:48:e3:09:b2:f7:f4:32:de:5e:34:be:1c:78:5d: + 42:5b:ce:0e:22:8f:4d:90:d7:7d:32:18:b3:0b:2c: + 6a:bf:8e:3f:14:11:89:20:0e:77:14:b5:3d:94:08: + 87:f7:25:1e:d5:b2:60:00:ec:6f:2a:28:25:6e:2a: + 3e:18:63:17:25:3f:3e:44:20:16:f6:26:c8:25:ae: + 05:4a:b4:e7:63:2c:f3:8c:16:53:7e:5c:fb:11:1a: + 08:c1:46:62:9f:22:b8:f1:c2:8d:69:dc:fa:3a:58: + 06:df + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11 + X509v3 Authority Key Identifier: + keyid:1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11 + DirName:/C=FR/O=Dhimyotis/CN=Certigna + serial:FE:DC:E3:01:0F:C9:48:FF + + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Netscape Cert Type: + SSL CA, S/MIME CA, Object Signing CA + Signature Algorithm: sha1WithRSAEncryption + 85:03:1e:92:71:f6:42:af:e1:a3:61:9e:eb:f3:c0:0f:f2:a5: + d4:da:95:e6:d6:be:68:36:3d:7e:6e:1f:4c:8a:ef:d1:0f:21: + 6d:5e:a5:52:63:ce:12:f8:ef:2a:da:6f:eb:37:fe:13:02:c7: + cb:3b:3e:22:6b:da:61:2e:7f:d4:72:3d:dd:30:e1:1e:4c:40: + 19:8c:0f:d7:9c:d1:83:30:7b:98:59:dc:7d:c6:b9:0c:29:4c: + a1:33:a2:eb:67:3a:65:84:d3:96:e2:ed:76:45:70:8f:b5:2b: + de:f9:23:d6:49:6e:3c:14:b5:c6:9f:35:1e:50:d0:c1:8f:6a: + 70:44:02:62:cb:ae:1d:68:41:a7:aa:57:e8:53:aa:07:d2:06: + f6:d5:14:06:0b:91:03:75:2c:6c:72:b5:61:95:9a:0d:8b:b9: + 0d:e7:f5:df:54:cd:de:e6:d8:d6:09:08:97:63:e5:c1:2e:b0: + b7:44:26:c0:26:c0:af:55:30:9e:3b:d5:36:2a:19:04:f4:5c: + 1e:ff:cf:2c:b7:ff:d0:fd:87:40:11:d5:11:23:bb:48:c0:21: + a9:a4:28:2d:fd:15:f8:b0:4e:2b:f4:30:5b:21:fc:11:91:34: + be:41:ef:7b:9d:97:75:ff:97:95:c0:96:58:2f:ea:bb:46:d7: + bb:e4:d9:2e +SHA1 Fingerprint=B1:2E:13:63:45:86:A4:6F:1A:B2:60:68:37:58:2D:C4:AC:FD:94:97 diff --git a/sparse/system/etc/security/cacerts_google/00673b5b.0 b/sparse/system/etc/security/cacerts_google/00673b5b.0 new file mode 100644 index 0000000..ccea509 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/00673b5b.0 @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCB +qTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf +Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw +MDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNV +BAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3MDAwMDAwWhcNMzYw +NzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5j +LjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYG +A1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl +IG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsoPD7gFnUnMekz52hWXMJEEUMDSxuaPFs +W0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ1CRfBsDMRJSUjQJib+ta +3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGcq/gcfomk +6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6 +Sk/KaAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94J +NqR32HuHUETVPm4pafs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBA +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XP +r87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUFAAOCAQEAeRHAS7ORtvzw6WfU +DW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeEuzLlQRHAd9mz +YJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX +xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2 +/qxAeeWsEG89jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/ +LHbTY5xZ3Y+m4Q6gLkH3LpVHz7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7 +jVaMaA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 34:4e:d5:57:20:d5:ed:ec:49:f4:2f:ce:37:db:2b:6d + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2006 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA + Validity + Not Before: Nov 17 00:00:00 2006 GMT + Not After : Jul 16 23:59:59 2036 GMT + Subject: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2006 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:ac:a0:f0:fb:80:59:d4:9c:c7:a4:cf:9d:a1:59: + 73:09:10:45:0c:0d:2c:6e:68:f1:6c:5b:48:68:49: + 59:37:fc:0b:33:19:c2:77:7f:cc:10:2d:95:34:1c: + e6:eb:4d:09:a7:1c:d2:b8:c9:97:36:02:b7:89:d4: + 24:5f:06:c0:cc:44:94:94:8d:02:62:6f:eb:5a:dd: + 11:8d:28:9a:5c:84:90:10:7a:0d:bd:74:66:2f:6a: + 38:a0:e2:d5:54:44:eb:1d:07:9f:07:ba:6f:ee:e9: + fd:4e:0b:29:f5:3e:84:a0:01:f1:9c:ab:f8:1c:7e: + 89:a4:e8:a1:d8:71:65:0d:a3:51:7b:ee:bc:d2:22: + 60:0d:b9:5b:9d:df:ba:fc:51:5b:0b:af:98:b2:e9: + 2e:e9:04:e8:62:87:de:2b:c8:d7:4e:c1:4c:64:1e: + dd:cf:87:58:ba:4a:4f:ca:68:07:1d:1c:9d:4a:c6: + d5:2f:91:cc:7c:71:72:1c:c5:c0:67:eb:32:fd:c9: + 92:5c:94:da:85:c0:9b:bf:53:7d:2b:09:f4:8c:9d: + 91:1f:97:6a:52:cb:de:09:36:a4:77:d8:7b:87:50: + 44:d5:3e:6e:29:69:fb:39:49:26:1e:09:a5:80:7b: + 40:2d:eb:e8:27:85:c9:fe:61:fd:7e:e6:7c:97:1d: + d5:9d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 7B:5B:45:CF:AF:CE:CB:7A:FD:31:92:1A:6A:B6:F3:46:EB:57:48:50 + Signature Algorithm: sha1WithRSAEncryption + 79:11:c0:4b:b3:91:b6:fc:f0:e9:67:d4:0d:6e:45:be:55:e8: + 93:d2:ce:03:3f:ed:da:25:b0:1d:57:cb:1e:3a:76:a0:4c:ec: + 50:76:e8:64:72:0c:a4:a9:f1:b8:8b:d6:d6:87:84:bb:32:e5: + 41:11:c0:77:d9:b3:60:9d:eb:1b:d5:d1:6e:44:44:a9:a6:01: + ec:55:62:1d:77:b8:5c:8e:48:49:7c:9c:3b:57:11:ac:ad:73: + 37:8e:2f:78:5c:90:68:47:d9:60:60:e6:fc:07:3d:22:20:17: + c4:f7:16:e9:c4:d8:72:f9:c8:73:7c:df:16:2f:15:a9:3e:fd: + 6a:27:b6:a1:eb:5a:ba:98:1f:d5:e3:4d:64:0a:9d:13:c8:61: + ba:f5:39:1c:87:ba:b8:bd:7b:22:7f:f6:fe:ac:40:79:e5:ac: + 10:6f:3d:8f:1b:79:76:8b:c4:37:b3:21:18:84:e5:36:00:eb: + 63:20:99:b9:e9:fe:33:04:bb:41:c8:c1:02:f9:44:63:20:9e: + 81:ce:42:d3:d6:3f:2c:76:d3:63:9c:59:dd:8f:a6:e1:0e:a0: + 2e:41:f7:2e:95:47:cf:bc:fd:33:f3:f6:0b:61:7e:7e:91:2b: + 81:47:c2:27:30:ee:a7:10:5d:37:8f:5c:39:2b:e4:04:f0:7b: + 8d:56:8c:68 +SHA1 Fingerprint=91:C6:D6:EE:3E:8A:C8:63:84:E5:48:C2:99:29:5C:75:6C:81:7B:81 diff --git a/sparse/system/etc/security/cacerts_google/02b73561.0 b/sparse/system/etc/security/cacerts_google/02b73561.0 new file mode 100644 index 0000000..573528b --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/02b73561.0 @@ -0,0 +1,90 @@ +-----BEGIN CERTIFICATE----- +MIIEPzCCAyegAwIBAgIBATANBgkqhkiG9w0BAQUFADB+MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEkMCIGA1UEAwwbU2VjdXJlIENlcnRp +ZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVow +fjELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxJDAiBgNV +BAMMG1NlY3VyZSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBAMBxM4KK0HDrc4eCQNUd5MvJDkKQ+d40uaG6EfQlhfPM +cm3ye5drswfxdySRXyWP9nQ95IDC+DwN879A6vfIUtFyb+/Iq0G4bi4XKpVpDM3S +HpR7LZQdqnXXs5jLrLxkU0C8j6ysNstcrbvd4JQX7NFc0L/vpZXJkMWwrPsbQ996 +CF23uPJAGysnnlDOXmWCiIxe004MeuoIkbY2qitC++rCoznl2yY4rYsK7hljxxwk +3wN42ubqwUcaCwtGCd0C/N7Lh1/XMGNooa7cMqG6vv5Eq2i2pRcV/b3Vp6ea5EQz +6YiO/O1R65NxTq0B50SOqy3LqP4BSUjwwN3HaNiS/j0CAwEAAaOBxzCBxDAdBgNV +HQ4EFgQUPNiTiMLAggnMAZkGkyDpnnAJY08wDgYDVR0PAQH/BAQDAgEGMA8GA1Ud +EwEB/wQFMAMBAf8wgYEGA1UdHwR6MHgwO6A5oDeGNWh0dHA6Ly9jcmwuY29tb2Rv +Y2EuY29tL1NlY3VyZUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDmgN6A1hjNodHRw +Oi8vY3JsLmNvbW9kby5uZXQvU2VjdXJlQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmww +DQYJKoZIhvcNAQEFBQADggEBAIcBbSMdflsXfcFhMs+P5/OKlFlm4J4oqF7Tt/Q0 +5qo5spcWxYJvMqTpjOev/e/C6LlLqqP05tqNZSH7uoDrJiiFGv45jN5bBAS0VPmj +Z55B+glSzAVIqMk/IQQezkhr/IXownuvf7fM+F86/TXGDe+X3EyrEeFryzHRbPtI +gKvcnDe4IRRLDXE97IMzbtFuMhbsmMcWi1mmNKsFVy2T96oTy9IT4rcuO81rUBcJ +aD61JlfutuC23bkpgHl9j6PwpCikFcSF9CfUa7/lXORlAnZUtOM3ZiTTGWHIUhDl +izeauan5Hb/qmZJhlv8BzaFfDbxxvA6sCx1HRR3B7Hzs/Sk= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Secure Certificate Services + Validity + Not Before: Jan 1 00:00:00 2004 GMT + Not After : Dec 31 23:59:59 2028 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Secure Certificate Services + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:c0:71:33:82:8a:d0:70:eb:73:87:82:40:d5:1d: + e4:cb:c9:0e:42:90:f9:de:34:b9:a1:ba:11:f4:25: + 85:f3:cc:72:6d:f2:7b:97:6b:b3:07:f1:77:24:91: + 5f:25:8f:f6:74:3d:e4:80:c2:f8:3c:0d:f3:bf:40: + ea:f7:c8:52:d1:72:6f:ef:c8:ab:41:b8:6e:2e:17: + 2a:95:69:0c:cd:d2:1e:94:7b:2d:94:1d:aa:75:d7: + b3:98:cb:ac:bc:64:53:40:bc:8f:ac:ac:36:cb:5c: + ad:bb:dd:e0:94:17:ec:d1:5c:d0:bf:ef:a5:95:c9: + 90:c5:b0:ac:fb:1b:43:df:7a:08:5d:b7:b8:f2:40: + 1b:2b:27:9e:50:ce:5e:65:82:88:8c:5e:d3:4e:0c: + 7a:ea:08:91:b6:36:aa:2b:42:fb:ea:c2:a3:39:e5: + db:26:38:ad:8b:0a:ee:19:63:c7:1c:24:df:03:78: + da:e6:ea:c1:47:1a:0b:0b:46:09:dd:02:fc:de:cb: + 87:5f:d7:30:63:68:a1:ae:dc:32:a1:ba:be:fe:44: + ab:68:b6:a5:17:15:fd:bd:d5:a7:a7:9a:e4:44:33: + e9:88:8e:fc:ed:51:eb:93:71:4e:ad:01:e7:44:8e: + ab:2d:cb:a8:fe:01:49:48:f0:c0:dd:c7:68:d8:92: + fe:3d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 3C:D8:93:88:C2:C0:82:09:CC:01:99:06:93:20:E9:9E:70:09:63:4F + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.comodoca.com/SecureCertificateServices.crl + + Full Name: + URI:http://crl.comodo.net/SecureCertificateServices.crl + + Signature Algorithm: sha1WithRSAEncryption + 87:01:6d:23:1d:7e:5b:17:7d:c1:61:32:cf:8f:e7:f3:8a:94: + 59:66:e0:9e:28:a8:5e:d3:b7:f4:34:e6:aa:39:b2:97:16:c5: + 82:6f:32:a4:e9:8c:e7:af:fd:ef:c2:e8:b9:4b:aa:a3:f4:e6: + da:8d:65:21:fb:ba:80:eb:26:28:85:1a:fe:39:8c:de:5b:04: + 04:b4:54:f9:a3:67:9e:41:fa:09:52:cc:05:48:a8:c9:3f:21: + 04:1e:ce:48:6b:fc:85:e8:c2:7b:af:7f:b7:cc:f8:5f:3a:fd: + 35:c6:0d:ef:97:dc:4c:ab:11:e1:6b:cb:31:d1:6c:fb:48:80: + ab:dc:9c:37:b8:21:14:4b:0d:71:3d:ec:83:33:6e:d1:6e:32: + 16:ec:98:c7:16:8b:59:a6:34:ab:05:57:2d:93:f7:aa:13:cb: + d2:13:e2:b7:2e:3b:cd:6b:50:17:09:68:3e:b5:26:57:ee:b6: + e0:b6:dd:b9:29:80:79:7d:8f:a3:f0:a4:28:a4:15:c4:85:f4: + 27:d4:6b:bf:e5:5c:e4:65:02:76:54:b4:e3:37:66:24:d3:19: + 61:c8:52:10:e5:8b:37:9a:b9:a9:f9:1d:bf:ea:99:92:61:96: + ff:01:cd:a1:5f:0d:bc:71:bc:0e:ac:0b:1d:47:45:1d:c1:ec: + 7c:ec:fd:29 +SHA1 Fingerprint=4A:65:D5:F4:1D:EF:39:B8:B8:90:4A:4A:D3:64:81:33:CF:C7:A1:D1 diff --git a/sparse/system/etc/security/cacerts_google/04f60c28.0 b/sparse/system/etc/security/cacerts_google/04f60c28.0 new file mode 100644 index 0000000..dec2f4e --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/04f60c28.0 @@ -0,0 +1,54 @@ +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 5c:8b:99:c5:5a:94:c5:d2:71:56:de:cd:89:80:cc:26 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority + Validity + Not Before: Feb 1 00:00:00 2010 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:1a:ac:54:5a:a9:f9:68:23:e7:7a:d5:24:6f:53: + c6:5a:d8:4b:ab:c6:d5:b6:d1:e6:73:71:ae:dd:9c: + d6:0c:61:fd:db:a0:89:03:b8:05:14:ec:57:ce:ee: + 5d:3f:e2:21:b3:ce:f7:d4:8a:79:e0:a3:83:7e:2d: + 97:d0:61:c4:f1:99:dc:25:91:63:ab:7f:30:a3:b4: + 70:e2:c7:a1:33:9c:f3:bf:2e:5c:53:b1:5f:b3:7d: + 32:7f:8a:34:e3:79:79 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Subject Key Identifier: + 3A:E1:09:86:D4:CF:19:C2:96:76:74:49:76:DC:E0:35:C6:63:63:9A + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:30:36:67:a1:16:08:dc:e4:97:00:41:1d:4e:be:e1: + 63:01:cf:3b:aa:42:11:64:a0:9d:94:39:02:11:79:5c:7b:1d: + fa:64:b9:ee:16:42:b3:bf:8a:c2:09:c4:ec:e4:b1:4d:02:31: + 00:e9:2a:61:47:8c:52:4a:4b:4e:18:70:f6:d6:44:d6:6e:f5: + 83:ba:6d:58:bd:24:d9:56:48:ea:ef:c4:a2:46:81:88:6a:3a: + 46:d1:a9:9b:4d:c9:61:da:d1:5d:57:6a:18 +SHA1 Fingerprint=D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0 diff --git a/sparse/system/etc/security/cacerts_google/052e396b.0 b/sparse/system/etc/security/cacerts_google/052e396b.0 new file mode 100644 index 0000000..009c813 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/052e396b.0 @@ -0,0 +1,87 @@ +-----BEGIN CERTIFICATE----- +MIIEHjCCAwagAwIBAgIBATANBgkqhkiG9w0BAQUFADBnMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3 +b3JrMSMwIQYDVQQDExpBZGRUcnVzdCBRdWFsaWZpZWQgQ0EgUm9vdDAeFw0wMDA1 +MzAxMDQ0NTBaFw0yMDA1MzAxMDQ0NTBaMGcxCzAJBgNVBAYTAlNFMRQwEgYDVQQK +EwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIzAh +BgNVBAMTGkFkZFRydXN0IFF1YWxpZmllZCBDQSBSb290MIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA5B6a/twJWoekn0e+EV+vhDTbYjx5eLfpMLXsDBwq +xBb/4Oxx64r1EW7tTw2R0hIYLUkVAcKkIhPHEWT/IhKauY5cLwjPcWqzZwFZ8V1G +87B4pfYOQnrjfxvM0PC3KP0q6p6zsLkEqv32x7SxuCqg+1jxGaBvcCV+PmlKfw8i +2O+tCBGaKZnhqkRFmhJePp1tUvznoD1oL/BLcHwTOK28FSXx1s6rosAx1i+f4P8U +WfyEk9mHfExUE+uf0S0R+Bg6Ot4l2ffTQO2kBhLEO+GRwVY18BTcZTYJbqukB8c1 +0cIDMzZbdSZtQvESa0NvS3GU+jQd7RNuyoB/mC9suWXY6QIDAQABo4HUMIHRMB0G +A1UdDgQWBBQ5lYtii1zJ1IC6WA+XPxUIQ8yYpzALBgNVHQ8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zCBkQYDVR0jBIGJMIGGgBQ5lYtii1zJ1IC6WA+XPxUIQ8yYp6Fr +pGkwZzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQL +ExRBZGRUcnVzdCBUVFAgTmV0d29yazEjMCEGA1UEAxMaQWRkVHJ1c3QgUXVhbGlm +aWVkIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBABmrder4i2VhlRO6aQTv +hsoToMeqT2QbPxj2qC0sVY8FtzDqQmodwCVRLae/DLPt7wh/bDxGGuoYQ992zPlm +hpwsaPXpF/gxsxjE1kh9I0xowX67ARRvxdlu3rsEQmr49lx95dr6h+sNNVJn0J6X +dgWTP5XHAeZpVTh/EGGZyeNfpso+gmNIquIISD6q8rKFYqa0p9m9N5xotS1WfbC3 +P6CxB9bpT9zeRXEwMn8bLgn5v1Kh7sKAPgZcLlVAwRv1cEWw3F369nJad9Jjzc9Y +iQBCYz95OdBEsIJuQRno3eDBiFrRHnGTHyQwdOUeqN48Jzd/g66ed8/wMLH/S5no +xqE= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Qualified CA Root + Validity + Not Before: May 30 10:44:50 2000 GMT + Not After : May 30 10:44:50 2020 GMT + Subject: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Qualified CA Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:e4:1e:9a:fe:dc:09:5a:87:a4:9f:47:be:11:5f: + af:84:34:db:62:3c:79:78:b7:e9:30:b5:ec:0c:1c: + 2a:c4:16:ff:e0:ec:71:eb:8a:f5:11:6e:ed:4f:0d: + 91:d2:12:18:2d:49:15:01:c2:a4:22:13:c7:11:64: + ff:22:12:9a:b9:8e:5c:2f:08:cf:71:6a:b3:67:01: + 59:f1:5d:46:f3:b0:78:a5:f6:0e:42:7a:e3:7f:1b: + cc:d0:f0:b7:28:fd:2a:ea:9e:b3:b0:b9:04:aa:fd: + f6:c7:b4:b1:b8:2a:a0:fb:58:f1:19:a0:6f:70:25: + 7e:3e:69:4a:7f:0f:22:d8:ef:ad:08:11:9a:29:99: + e1:aa:44:45:9a:12:5e:3e:9d:6d:52:fc:e7:a0:3d: + 68:2f:f0:4b:70:7c:13:38:ad:bc:15:25:f1:d6:ce: + ab:a2:c0:31:d6:2f:9f:e0:ff:14:59:fc:84:93:d9: + 87:7c:4c:54:13:eb:9f:d1:2d:11:f8:18:3a:3a:de: + 25:d9:f7:d3:40:ed:a4:06:12:c4:3b:e1:91:c1:56: + 35:f0:14:dc:65:36:09:6e:ab:a4:07:c7:35:d1:c2: + 03:33:36:5b:75:26:6d:42:f1:12:6b:43:6f:4b:71: + 94:fa:34:1d:ed:13:6e:ca:80:7f:98:2f:6c:b9:65: + d8:e9 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 39:95:8B:62:8B:5C:C9:D4:80:BA:58:0F:97:3F:15:08:43:CC:98:A7 + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:39:95:8B:62:8B:5C:C9:D4:80:BA:58:0F:97:3F:15:08:43:CC:98:A7 + DirName:/C=SE/O=AddTrust AB/OU=AddTrust TTP Network/CN=AddTrust Qualified CA Root + serial:01 + + Signature Algorithm: sha1WithRSAEncryption + 19:ab:75:ea:f8:8b:65:61:95:13:ba:69:04:ef:86:ca:13:a0: + c7:aa:4f:64:1b:3f:18:f6:a8:2d:2c:55:8f:05:b7:30:ea:42: + 6a:1d:c0:25:51:2d:a7:bf:0c:b3:ed:ef:08:7f:6c:3c:46:1a: + ea:18:43:df:76:cc:f9:66:86:9c:2c:68:f5:e9:17:f8:31:b3: + 18:c4:d6:48:7d:23:4c:68:c1:7e:bb:01:14:6f:c5:d9:6e:de: + bb:04:42:6a:f8:f6:5c:7d:e5:da:fa:87:eb:0d:35:52:67:d0: + 9e:97:76:05:93:3f:95:c7:01:e6:69:55:38:7f:10:61:99:c9: + e3:5f:a6:ca:3e:82:63:48:aa:e2:08:48:3e:aa:f2:b2:85:62: + a6:b4:a7:d9:bd:37:9c:68:b5:2d:56:7d:b0:b7:3f:a0:b1:07: + d6:e9:4f:dc:de:45:71:30:32:7f:1b:2e:09:f9:bf:52:a1:ee: + c2:80:3e:06:5c:2e:55:40:c1:1b:f5:70:45:b0:dc:5d:fa:f6: + 72:5a:77:d2:63:cd:cf:58:89:00:42:63:3f:79:39:d0:44:b0: + 82:6e:41:19:e8:dd:e0:c1:88:5a:d1:1e:71:93:1f:24:30:74: + e5:1e:a8:de:3c:27:37:7f:83:ae:9e:77:cf:f0:30:b1:ff:4b: + 99:e8:c6:a1 +SHA1 Fingerprint=4D:23:78:EC:91:95:39:B5:00:7F:75:8F:03:3B:21:1E:C5:4D:8B:CF diff --git a/sparse/system/etc/security/cacerts_google/0d69c7e1.0 b/sparse/system/etc/security/cacerts_google/0d69c7e1.0 new file mode 100644 index 0000000..84c387e --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/0d69c7e1.0 @@ -0,0 +1,47 @@ +-----BEGIN CERTIFICATE----- +MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ +FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F +uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX +kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs +ewv4n4Q= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 2a:38:a4:1c:96:0a:04:de:42:b2:28:a5:0b:e8:34:98:02 + Signature Algorithm: ecdsa-with-SHA256 + Issuer: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Nov 13 00:00:00 2012 GMT + Not After : Jan 19 03:14:07 2038 GMT + Subject: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (256 bit) + pub: + 04:b8:c6:79:d3:8f:6c:25:0e:9f:2e:39:19:1c:03: + a4:ae:9a:e5:39:07:09:16:ca:63:b1:b9:86:f8:8a: + 57:c1:57:ce:42:fa:73:a1:f7:65:42:ff:1e:c1:00: + b2:6e:73:0e:ff:c7:21:e5:18:a4:aa:d9:71:3f:a8: + d4:b9:ce:8c:1d + ASN1 OID: prime256v1 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 54:B0:7B:AD:45:B8:E2:40:7F:FB:0A:6E:FB:BE:33:C9:3C:A3:84:D5 + Signature Algorithm: ecdsa-with-SHA256 + 30:45:02:21:00:dc:92:a1:a0:13:a6:cf:03:b0:e6:c4:21:97: + 90:fa:14:57:2d:03:ec:ee:3c:d3:6e:ca:a8:6c:76:bc:a2:de: + bb:02:20:27:a8:85:27:35:9b:56:c6:a3:f2:47:d2:b7:6e:1b: + 02:00:17:aa:67:a6:15:91:de:fa:94:ec:7b:0b:f8:9f:84 +SHA1 Fingerprint=69:69:56:2E:40:80:F4:24:A1:E7:19:9F:14:BA:F3:EE:58:AB:6A:BB diff --git a/sparse/system/etc/security/cacerts_google/111e6273.0 b/sparse/system/etc/security/cacerts_google/111e6273.0 new file mode 100644 index 0000000..97aa17a --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/111e6273.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1 +MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL +v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8 +eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq +tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd +C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa +zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB +mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH +V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n +bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG +3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs +J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO +291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS +ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd +AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7 +TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:0f:86:26:e6:0d + Signature Algorithm: sha1WithRSAEncryption + Issuer: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Dec 15 08:00:00 2006 GMT + Not After : Dec 15 08:00:00 2021 GMT + Subject: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:a6:cf:24:0e:be:2e:6f:28:99:45:42:c4:ab:3e: + 21:54:9b:0b:d3:7f:84:70:fa:12:b3:cb:bf:87:5f: + c6:7f:86:d3:b2:30:5c:d6:fd:ad:f1:7b:dc:e5:f8: + 60:96:09:92:10:f5:d0:53:de:fb:7b:7e:73:88:ac: + 52:88:7b:4a:a6:ca:49:a6:5e:a8:a7:8c:5a:11:bc: + 7a:82:eb:be:8c:e9:b3:ac:96:25:07:97:4a:99:2a: + 07:2f:b4:1e:77:bf:8a:0f:b5:02:7c:1b:96:b8:c5: + b9:3a:2c:bc:d6:12:b9:eb:59:7d:e2:d0:06:86:5f: + 5e:49:6a:b5:39:5e:88:34:ec:bc:78:0c:08:98:84: + 6c:a8:cd:4b:b4:a0:7d:0c:79:4d:f0:b8:2d:cb:21: + ca:d5:6c:5b:7d:e1:a0:29:84:a1:f9:d3:94:49:cb: + 24:62:91:20:bc:dd:0b:d5:d9:cc:f9:ea:27:0a:2b: + 73:91:c6:9d:1b:ac:c8:cb:e8:e0:a0:f4:2f:90:8b: + 4d:fb:b0:36:1b:f6:19:7a:85:e0:6d:f2:61:13:88: + 5c:9f:e0:93:0a:51:97:8a:5a:ce:af:ab:d5:f7:aa: + 09:aa:60:bd:dc:d9:5f:df:72:a9:60:13:5e:00:01: + c9:4a:fa:3f:a4:ea:07:03:21:02:8e:82:ca:03:c2: + 9b:8f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 9B:E2:07:57:67:1C:1E:C0:6A:06:DE:59:B4:9A:2D:DF:DC:19:86:2E + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.globalsign.net/root-r2.crl + + X509v3 Authority Key Identifier: + keyid:9B:E2:07:57:67:1C:1E:C0:6A:06:DE:59:B4:9A:2D:DF:DC:19:86:2E + + Signature Algorithm: sha1WithRSAEncryption + 99:81:53:87:1c:68:97:86:91:ec:e0:4a:b8:44:0b:ab:81:ac: + 27:4f:d6:c1:b8:1c:43:78:b3:0c:9a:fc:ea:2c:3c:6e:61:1b: + 4d:4b:29:f5:9f:05:1d:26:c1:b8:e9:83:00:62:45:b6:a9:08: + 93:b9:a9:33:4b:18:9a:c2:f8:87:88:4e:db:dd:71:34:1a:c1: + 54:da:46:3f:e0:d3:2a:ab:6d:54:22:f5:3a:62:cd:20:6f:ba: + 29:89:d7:dd:91:ee:d3:5c:a2:3e:a1:5b:41:f5:df:e5:64:43: + 2d:e9:d5:39:ab:d2:a2:df:b7:8b:d0:c0:80:19:1c:45:c0:2d: + 8c:e8:f8:2d:a4:74:56:49:c5:05:b5:4f:15:de:6e:44:78:39: + 87:a8:7e:bb:f3:79:18:91:bb:f4:6f:9d:c1:f0:8c:35:8c:5d: + 01:fb:c3:6d:b9:ef:44:6d:79:46:31:7e:0a:fe:a9:82:c1:ff: + ef:ab:6e:20:c4:50:c9:5f:9d:4d:9b:17:8c:0c:e5:01:c9:a0: + 41:6a:73:53:fa:a5:50:b4:6e:25:0f:fb:4c:18:f4:fd:52:d9: + 8e:69:b1:e8:11:0f:de:88:d8:fb:1d:49:f7:aa:de:95:cf:20: + 78:c2:60:12:db:25:40:8c:6a:fc:7e:42:38:40:64:12:f7:9e: + 81:e1:93:2e +SHA1 Fingerprint=75:E0:AB:B6:13:85:12:27:1C:04:F8:5F:DD:DE:38:E4:B7:24:2E:FE diff --git a/sparse/system/etc/security/cacerts_google/124bbd54.0 b/sparse/system/etc/security/cacerts_google/124bbd54.0 new file mode 100644 index 0000000..67e0675 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/124bbd54.0 @@ -0,0 +1,90 @@ +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIBATANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDElMCMGA1UEAwwcVHJ1c3RlZCBDZXJ0 +aWZpY2F0ZSBTZXJ2aWNlczAeFw0wNDAxMDEwMDAwMDBaFw0yODEyMzEyMzU5NTla +MH8xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO +BgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSUwIwYD +VQQDDBxUcnVzdGVkIENlcnRpZmljYXRlIFNlcnZpY2VzMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA33FvNlhTWvI2VFeAxHQIIO0Yfyod5jWaHiWsnOWW +fnJSoBVC21ndZHoa0Lh73TkVvFVIxO06AOoxEbrycXQaZ7jPM8yoMa+j49d/vzMt +TGo87IvDktJTdyR0nAducPy9C1t2ul/y/9c3S0pgePfw+spwtOpZqqPOSC+pw7IL +fhdyFgymBwwbOM/JYrc/oJOlh0Hyt3BAd9i+FHzjqMB6juljatEPmsbS9Is6FARW +1O24zG71++IsWL1/T2sr92AkWCTOJu80kTrV44HQsvAEAtdbtz6SrGsSivnkBbA7 +kUlcsutT6vifR4buv5XAwAaf0lteERv0xwQ1KdJVXOTt6wIDAQABo4HJMIHGMB0G +A1UdDgQWBBTFe1i97doladL3WRaoszLAeydb9DAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zCBgwYDVR0fBHwwejA8oDqgOIY2aHR0cDovL2NybC5jb21v +ZG9jYS5jb20vVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMuY3JsMDqgOKA2hjRo +dHRwOi8vY3JsLmNvbW9kby5uZXQvVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMu +Y3JsMA0GCSqGSIb3DQEBBQUAA4IBAQDIk4E7ibSvuIQSTI3S8NtwuleGFTQQuS9/ +HrCoiWChisJ3DFBKmwCL2Iv0QeLQg4pKHBQGsKNoBXAxMKdTmw7pSqBYaWcOrp32 +pSxBvzwGa+RZzG0Q8ZZvH9/0BAKkn0U+yNj6NkZEUD+Cl5EfKNsYEYwq5GWDVxIS +jBc/lDb+XbDABHcTuPQV1T84zJQ6VdCsmPW6AF/ghhmBeC8owH7TzEIK9a5QoNE+ +xqFx7D+gIIxmOom0jtTYsU0lR+4viMi14QVFwL4Ucd56/Y57fU0IlqUSc/Atyjcn +dBInTMu2l+nZrghtWjlA3QVHdWpaIbOjGM9O9y5Xt5hwXsjEeLBi +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Trusted Certificate Services + Validity + Not Before: Jan 1 00:00:00 2004 GMT + Not After : Dec 31 23:59:59 2028 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=Trusted Certificate Services + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:df:71:6f:36:58:53:5a:f2:36:54:57:80:c4:74: + 08:20:ed:18:7f:2a:1d:e6:35:9a:1e:25:ac:9c:e5: + 96:7e:72:52:a0:15:42:db:59:dd:64:7a:1a:d0:b8: + 7b:dd:39:15:bc:55:48:c4:ed:3a:00:ea:31:11:ba: + f2:71:74:1a:67:b8:cf:33:cc:a8:31:af:a3:e3:d7: + 7f:bf:33:2d:4c:6a:3c:ec:8b:c3:92:d2:53:77:24: + 74:9c:07:6e:70:fc:bd:0b:5b:76:ba:5f:f2:ff:d7: + 37:4b:4a:60:78:f7:f0:fa:ca:70:b4:ea:59:aa:a3: + ce:48:2f:a9:c3:b2:0b:7e:17:72:16:0c:a6:07:0c: + 1b:38:cf:c9:62:b7:3f:a0:93:a5:87:41:f2:b7:70: + 40:77:d8:be:14:7c:e3:a8:c0:7a:8e:e9:63:6a:d1: + 0f:9a:c6:d2:f4:8b:3a:14:04:56:d4:ed:b8:cc:6e: + f5:fb:e2:2c:58:bd:7f:4f:6b:2b:f7:60:24:58:24: + ce:26:ef:34:91:3a:d5:e3:81:d0:b2:f0:04:02:d7: + 5b:b7:3e:92:ac:6b:12:8a:f9:e4:05:b0:3b:91:49: + 5c:b2:eb:53:ea:f8:9f:47:86:ee:bf:95:c0:c0:06: + 9f:d2:5b:5e:11:1b:f4:c7:04:35:29:d2:55:5c:e4: + ed:eb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + C5:7B:58:BD:ED:DA:25:69:D2:F7:59:16:A8:B3:32:C0:7B:27:5B:F4 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.comodoca.com/TrustedCertificateServices.crl + + Full Name: + URI:http://crl.comodo.net/TrustedCertificateServices.crl + + Signature Algorithm: sha1WithRSAEncryption + c8:93:81:3b:89:b4:af:b8:84:12:4c:8d:d2:f0:db:70:ba:57: + 86:15:34:10:b9:2f:7f:1e:b0:a8:89:60:a1:8a:c2:77:0c:50: + 4a:9b:00:8b:d8:8b:f4:41:e2:d0:83:8a:4a:1c:14:06:b0:a3: + 68:05:70:31:30:a7:53:9b:0e:e9:4a:a0:58:69:67:0e:ae:9d: + f6:a5:2c:41:bf:3c:06:6b:e4:59:cc:6d:10:f1:96:6f:1f:df: + f4:04:02:a4:9f:45:3e:c8:d8:fa:36:46:44:50:3f:82:97:91: + 1f:28:db:18:11:8c:2a:e4:65:83:57:12:12:8c:17:3f:94:36: + fe:5d:b0:c0:04:77:13:b8:f4:15:d5:3f:38:cc:94:3a:55:d0: + ac:98:f5:ba:00:5f:e0:86:19:81:78:2f:28:c0:7e:d3:cc:42: + 0a:f5:ae:50:a0:d1:3e:c6:a1:71:ec:3f:a0:20:8c:66:3a:89: + b4:8e:d4:d8:b1:4d:25:47:ee:2f:88:c8:b5:e1:05:45:c0:be: + 14:71:de:7a:fd:8e:7b:7d:4d:08:96:a5:12:73:f0:2d:ca:37: + 27:74:12:27:4c:cb:b6:97:e9:d9:ae:08:6d:5a:39:40:dd:05: + 47:75:6a:5a:21:b3:a3:18:cf:4e:f7:2e:57:b7:98:70:5e:c8: + c4:78:b0:62 +SHA1 Fingerprint=E1:9F:E3:0E:8B:84:60:9E:80:9B:17:0D:72:A8:C5:BA:6E:14:09:BD diff --git a/sparse/system/etc/security/cacerts_google/1e8e7201.0 b/sparse/system/etc/security/cacerts_google/1e8e7201.0 new file mode 100644 index 0000000..224b3d5 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/1e8e7201.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:21:58:53:08:a2 + Signature Algorithm: sha256WithRSAEncryption + Issuer: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Mar 18 10:00:00 2009 GMT + Not After : Mar 18 10:00:00 2029 GMT + Subject: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:cc:25:76:90:79:06:78:22:16:f5:c0:83:b6:84: + ca:28:9e:fd:05:76:11:c5:ad:88:72:fc:46:02:43: + c7:b2:8a:9d:04:5f:24:cb:2e:4b:e1:60:82:46:e1: + 52:ab:0c:81:47:70:6c:dd:64:d1:eb:f5:2c:a3:0f: + 82:3d:0c:2b:ae:97:d7:b6:14:86:10:79:bb:3b:13: + 80:77:8c:08:e1:49:d2:6a:62:2f:1f:5e:fa:96:68: + df:89:27:95:38:9f:06:d7:3e:c9:cb:26:59:0d:73: + de:b0:c8:e9:26:0e:83:15:c6:ef:5b:8b:d2:04:60: + ca:49:a6:28:f6:69:3b:f6:cb:c8:28:91:e5:9d:8a: + 61:57:37:ac:74:14:dc:74:e0:3a:ee:72:2f:2e:9c: + fb:d0:bb:bf:f5:3d:00:e1:06:33:e8:82:2b:ae:53: + a6:3a:16:73:8c:dd:41:0e:20:3a:c0:b4:a7:a1:e9: + b2:4f:90:2e:32:60:e9:57:cb:b9:04:92:68:68:e5: + 38:26:60:75:b2:9f:77:ff:91:14:ef:ae:20:49:fc: + ad:40:15:48:d1:02:31:61:19:5e:b8:97:ef:ad:77: + b7:64:9a:7a:bf:5f:c1:13:ef:9b:62:fb:0d:6c:e0: + 54:69:16:a9:03:da:6e:e9:83:93:71:76:c6:69:85: + 82:17 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 8F:F0:4B:7F:A8:2E:45:24:AE:4D:50:FA:63:9A:8B:DE:E2:DD:1B:BC + Signature Algorithm: sha256WithRSAEncryption + 4b:40:db:c0:50:aa:fe:c8:0c:ef:f7:96:54:45:49:bb:96:00: + 09:41:ac:b3:13:86:86:28:07:33:ca:6b:e6:74:b9:ba:00:2d: + ae:a4:0a:d3:f5:f1:f1:0f:8a:bf:73:67:4a:83:c7:44:7b:78: + e0:af:6e:6c:6f:03:29:8e:33:39:45:c3:8e:e4:b9:57:6c:aa: + fc:12:96:ec:53:c6:2d:e4:24:6c:b9:94:63:fb:dc:53:68:67: + 56:3e:83:b8:cf:35:21:c3:c9:68:fe:ce:da:c2:53:aa:cc:90: + 8a:e9:f0:5d:46:8c:95:dd:7a:58:28:1a:2f:1d:de:cd:00:37: + 41:8f:ed:44:6d:d7:53:28:97:7e:f3:67:04:1e:15:d7:8a:96: + b4:d3:de:4c:27:a4:4c:1b:73:73:76:f4:17:99:c2:1f:7a:0e: + e3:2d:08:ad:0a:1c:2c:ff:3c:ab:55:0e:0f:91:7e:36:eb:c3: + 57:49:be:e1:2e:2d:7c:60:8b:c3:41:51:13:23:9d:ce:f7:32: + 6b:94:01:a8:99:e7:2c:33:1f:3a:3b:25:d2:86:40:ce:3b:2c: + 86:78:c9:61:2f:14:ba:ee:db:55:6f:df:84:ee:05:09:4d:bd: + 28:d8:72:ce:d3:62:50:65:1e:eb:92:97:83:31:d9:b3:b5:ca: + 47:58:3f:5f +SHA1 Fingerprint=D6:9B:56:11:48:F0:1C:77:C5:45:78:C1:09:26:DF:5B:85:69:76:AD diff --git a/sparse/system/etc/security/cacerts_google/219d9499.0 b/sparse/system/etc/security/cacerts_google/219d9499.0 new file mode 100644 index 0000000..90790d3 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/219d9499.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority + Validity + Not Before: Jun 29 17:06:20 2004 GMT + Not After : Jun 29 17:06:20 2034 GMT + Subject: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:de:9d:d7:ea:57:18:49:a1:5b:eb:d7:5f:48:86: + ea:be:dd:ff:e4:ef:67:1c:f4:65:68:b3:57:71:a0: + 5e:77:bb:ed:9b:49:e9:70:80:3d:56:18:63:08:6f: + da:f2:cc:d0:3f:7f:02:54:22:54:10:d8:b2:81:d4: + c0:75:3d:4b:7f:c7:77:c3:3e:78:ab:1a:03:b5:20: + 6b:2f:6a:2b:b1:c5:88:7e:c4:bb:1e:b0:c1:d8:45: + 27:6f:aa:37:58:f7:87:26:d7:d8:2d:f6:a9:17:b7: + 1f:72:36:4e:a6:17:3f:65:98:92:db:2a:6e:5d:a2: + fe:88:e0:0b:de:7f:e5:8d:15:e1:eb:cb:3a:d5:e2: + 12:a2:13:2d:d8:8e:af:5f:12:3d:a0:08:05:08:b6: + 5c:a5:65:38:04:45:99:1e:a3:60:60:74:c5:41:a5: + 72:62:1b:62:c5:1f:6f:5f:1a:42:be:02:51:65:a8: + ae:23:18:6a:fc:78:03:a9:4d:7f:80:c3:fa:ab:5a: + fc:a1:40:a4:ca:19:16:fe:b2:c8:ef:5e:73:0d:ee: + 77:bd:9a:f6:79:98:bc:b1:07:67:a2:15:0d:dd:a0: + 58:c6:44:7b:0a:3e:62:28:5f:ba:41:07:53:58:cf: + 11:7e:38:74:c5:f8:ff:b5:69:90:8f:84:74:ea:97: + 1b:af + Exponent: 3 (0x3) + X509v3 extensions: + X509v3 Subject Key Identifier: + D2:C4:B0:D2:91:D4:4C:11:71:B3:61:CB:3D:A1:FE:DD:A8:6A:D4:E3 + X509v3 Authority Key Identifier: + keyid:D2:C4:B0:D2:91:D4:4C:11:71:B3:61:CB:3D:A1:FE:DD:A8:6A:D4:E3 + DirName:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority + serial:00 + + X509v3 Basic Constraints: + CA:TRUE + Signature Algorithm: sha1WithRSAEncryption + 32:4b:f3:b2:ca:3e:91:fc:12:c6:a1:07:8c:8e:77:a0:33:06: + 14:5c:90:1e:18:f7:08:a6:3d:0a:19:f9:87:80:11:6e:69:e4: + 96:17:30:ff:34:91:63:72:38:ee:cc:1c:01:a3:1d:94:28:a4: + 31:f6:7a:c4:54:d7:f6:e5:31:58:03:a2:cc:ce:62:db:94:45: + 73:b5:bf:45:c9:24:b5:d5:82:02:ad:23:79:69:8d:b8:b6:4d: + ce:cf:4c:ca:33:23:e8:1c:88:aa:9d:8b:41:6e:16:c9:20:e5: + 89:9e:cd:3b:da:70:f7:7e:99:26:20:14:54:25:ab:6e:73:85: + e6:9b:21:9d:0a:6c:82:0e:a8:f8:c2:0c:fa:10:1e:6c:96:ef: + 87:0d:c4:0f:61:8b:ad:ee:83:2b:95:f8:8e:92:84:72:39:eb: + 20:ea:83:ed:83:cd:97:6e:08:bc:eb:4e:26:b6:73:2b:e4:d3: + f6:4c:fe:26:71:e2:61:11:74:4a:ff:57:1a:87:0f:75:48:2e: + cf:51:69:17:a0:02:12:61:95:d5:d1:40:b2:10:4c:ee:c4:ac: + 10:43:a6:a5:9e:0a:d5:95:62:9a:0d:cf:88:82:c5:32:0c:e4: + 2b:9f:45:e6:0d:9f:28:9c:b1:b9:2a:5a:57:ad:37:0f:af:1d: + 7f:db:bd:9f +SHA1 Fingerprint=27:96:BA:E6:3F:18:01:E2:77:26:1B:A0:D7:77:70:02:8F:20:EE:E4 diff --git a/sparse/system/etc/security/cacerts_google/23f4c490.0 b/sparse/system/etc/security/cacerts_google/23f4c490.0 new file mode 100644 index 0000000..22c6ee2 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/23f4c490.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2 Certification Authority + Validity + Not Before: Jun 29 17:39:16 2004 GMT + Not After : Jun 29 17:39:16 2034 GMT + Subject: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2 Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:b7:32:c8:fe:e9:71:a6:04:85:ad:0c:11:64:df: + ce:4d:ef:c8:03:18:87:3f:a1:ab:fb:3c:a6:9f:f0: + c3:a1:da:d4:d8:6e:2b:53:90:fb:24:a4:3e:84:f0: + 9e:e8:5f:ec:e5:27:44:f5:28:a6:3f:7b:de:e0:2a: + f0:c8:af:53:2f:9e:ca:05:01:93:1e:8f:66:1c:39: + a7:4d:fa:5a:b6:73:04:25:66:eb:77:7f:e7:59:c6: + 4a:99:25:14:54:eb:26:c7:f3:7f:19:d5:30:70:8f: + af:b0:46:2a:ff:ad:eb:29:ed:d7:9f:aa:04:87:a3: + d4:f9:89:a5:34:5f:db:43:91:82:36:d9:66:3c:b1: + b8:b9:82:fd:9c:3a:3e:10:c8:3b:ef:06:65:66:7a: + 9b:19:18:3d:ff:71:51:3c:30:2e:5f:be:3d:77:73: + b2:5d:06:6c:c3:23:56:9a:2b:85:26:92:1c:a7:02: + b3:e4:3f:0d:af:08:79:82:b8:36:3d:ea:9c:d3:35: + b3:bc:69:ca:f5:cc:9d:e8:fd:64:8d:17:80:33:6e: + 5e:4a:5d:99:c9:1e:87:b4:9d:1a:c0:d5:6e:13:35: + 23:5e:df:9b:5f:3d:ef:d6:f7:76:c2:ea:3e:bb:78: + 0d:1c:42:67:6b:04:d8:f8:d6:da:6f:8b:f2:44:a0: + 01:ab + Exponent: 3 (0x3) + X509v3 extensions: + X509v3 Subject Key Identifier: + BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7 + X509v3 Authority Key Identifier: + keyid:BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7 + DirName:/C=US/O=Starfield Technologies, Inc./OU=Starfield Class 2 Certification Authority + serial:00 + + X509v3 Basic Constraints: + CA:TRUE + Signature Algorithm: sha1WithRSAEncryption + 05:9d:3f:88:9d:d1:c9:1a:55:a1:ac:69:f3:f3:59:da:9b:01: + 87:1a:4f:57:a9:a1:79:09:2a:db:f7:2f:b2:1e:cc:c7:5e:6a: + d8:83:87:a1:97:ef:49:35:3e:77:06:41:58:62:bf:8e:58:b8: + 0a:67:3f:ec:b3:dd:21:66:1f:c9:54:fa:72:cc:3d:4c:40:d8: + 81:af:77:9e:83:7a:bb:a2:c7:f5:34:17:8e:d9:11:40:f4:fc: + 2c:2a:4d:15:7f:a7:62:5d:2e:25:d3:00:0b:20:1a:1d:68:f9: + 17:b8:f4:bd:8b:ed:28:59:dd:4d:16:8b:17:83:c8:b2:65:c7: + 2d:7a:a5:aa:bc:53:86:6d:dd:57:a4:ca:f8:20:41:0b:68:f0: + f4:fb:74:be:56:5d:7a:79:f5:f9:1d:85:e3:2d:95:be:f5:71: + 90:43:cc:8d:1f:9a:00:0a:87:29:e9:55:22:58:00:23:ea:e3: + 12:43:29:5b:47:08:dd:8c:41:6a:65:06:a8:e5:21:aa:41:b4: + 95:21:95:b9:7d:d1:34:ab:13:d6:ad:bc:dc:e2:3d:39:cd:bd: + 3e:75:70:a1:18:59:03:c9:22:b4:8f:9c:d5:5e:2a:d7:a5:b6: + d4:0a:6d:f8:b7:40:11:46:9a:1f:79:0e:62:bf:0f:97:ec:e0: + 2f:1f:17:94 +SHA1 Fingerprint=AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A diff --git a/sparse/system/etc/security/cacerts_google/27af790d.0 b/sparse/system/etc/security/cacerts_google/27af790d.0 new file mode 100644 index 0000000..7de9d2f --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/27af790d.0 @@ -0,0 +1,55 @@ +-----BEGIN CERTIFICATE----- +MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL +MAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj +KSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2 +MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0 +eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV +BAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw +NyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV +BAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH +MjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL +So17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal +tJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG +CCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT +qQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz +rD6ogRLQy7rQkgu2npaqBA+K +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 3c:b2:f4:48:0a:00:e2:fe:eb:24:3b:5e:60:3e:c3:6b + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2 + Validity + Not Before: Nov 5 00:00:00 2007 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:15:b1:e8:fd:03:15:43:e5:ac:eb:87:37:11:62: + ef:d2:83:36:52:7d:45:57:0b:4a:8d:7b:54:3b:3a: + 6e:5f:15:02:c0:50:a6:cf:25:2f:7d:ca:48:b8:c7: + 50:63:1c:2a:21:08:7c:9a:36:d8:0b:fe:d1:26:c5: + 58:31:30:28:25:f3:5d:5d:a3:b8:b6:a5:b4:92:ed: + 6c:2c:9f:eb:dd:43:89:a2:3c:4b:48:91:1d:50:ec: + 26:df:d6:60:2e:bd:21 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 15:5F:35:57:51:55:FB:25:B2:AD:03:69:FC:01:A3:FA:BE:11:55:D5 + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:64:96:59:a6:e8:09:de:8b:ba:fa:5a:88:88:f0: + 1f:91:d3:46:a8:f2:4a:4c:02:63:fb:6c:5f:38:db:2e:41:93: + a9:0e:e6:9d:dc:31:1c:b2:a0:a7:18:1c:79:e1:c7:36:02:30: + 3a:56:af:9a:74:6c:f6:fb:83:e0:33:d3:08:5f:a1:9c:c2:5b: + 9f:46:d6:b6:cb:91:06:63:a2:06:e7:33:ac:3e:a8:81:12:d0: + cb:ba:d0:92:0b:b6:9e:96:aa:04:0f:8a +SHA1 Fingerprint=8D:17:84:D5:37:F3:03:7D:EC:70:FE:57:8B:51:9A:99:E6:10:D7:B0 diff --git a/sparse/system/etc/security/cacerts_google/2add47b6.0 b/sparse/system/etc/security/cacerts_google/2add47b6.0 new file mode 100644 index 0000000..aa88539 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/2add47b6.0 @@ -0,0 +1,52 @@ +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 60:59:49:e0:26:2e:bb:55:f9:0a:77:8a:71:f9:4a:d8:6c + Signature Algorithm: ecdsa-with-SHA384 + Issuer: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign + Validity + Not Before: Nov 13 00:00:00 2012 GMT + Not After : Jan 19 03:14:07 2038 GMT + Subject: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:47:45:0e:96:fb:7d:5d:bf:e9:39:d1:21:f8:9f: + 0b:b6:d5:7b:1e:92:3a:48:59:1c:f0:62:31:2d:c0: + 7a:28:fe:1a:a7:5c:b3:b6:cc:97:e7:45:d4:58:fa: + d1:77:6d:43:a2:c0:87:65:34:0a:1f:7a:dd:eb:3c: + 33:a1:c5:9d:4d:a4:6f:41:95:38:7f:c9:1e:84:eb: + d1:9e:49:92:87:94:87:0c:3a:85:4a:66:9f:9d:59: + 93:4d:97:61:06:86:4a + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 3D:E6:29:48:9B:EA:07:CA:21:44:4A:26:DE:6E:DE:D2:83:D0:9F:59 + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:31:00:e5:69:12:c9:6e:db:c6:31:ba:09:41:e1:97: + f8:fb:fd:9a:e2:7d:12:c9:ed:7c:64:d3:cb:05:25:8b:56:d9: + a0:e7:5e:5d:4e:0b:83:9c:5b:76:29:a0:09:26:21:6a:62:02: + 30:71:d2:b5:8f:5c:ea:3b:e1:78:09:85:a8:75:92:3b:c8:5c: + fd:48:ef:0d:74:22:a8:08:e2:6e:c5:49:ce:c7:0c:bc:a7:61: + 69:f1:f7:3b:e1:2a:cb:f9:2b:f3:66:90:37 +SHA1 Fingerprint=1F:24:C6:30:CD:A4:18:EF:20:69:FF:AD:4F:DD:5F:46:3A:1B:69:AA diff --git a/sparse/system/etc/security/cacerts_google/2afc57aa.0 b/sparse/system/etc/security/cacerts_google/2afc57aa.0 new file mode 100644 index 0000000..aefb4ad --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/2afc57aa.0 @@ -0,0 +1,91 @@ +-----BEGIN CERTIFICATE----- +MIIEqjCCA5KgAwIBAgIOLmoAAQACH9dSISwRXDswDQYJKoZIhvcNAQEFBQAwdjEL +MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV +BAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDIgQ0ExJTAjBgNVBAMTHFRDIFRydXN0 +Q2VudGVyIENsYXNzIDIgQ0EgSUkwHhcNMDYwMTEyMTQzODQzWhcNMjUxMjMxMjI1 +OTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i +SDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQTElMCMGA1UEAxMc +VEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD +ggEPADCCAQoCggEBAKuAh5uO8MN8h9foJIIRszzdQ2Lu+MNF2ujhoF/RKrLqk2jf +tMjWQ+nEdVl//OEd+DFwIxuInie5e/060smp6RQvkL4DUsFJzfb95AhmC1eKokKg +uNV/aVyQMrKXDcpK3EY+AlWJU+MaWss2xgdW94zPEfRMuzBwBJWl9jmM/XOBCH2J +XjIeIqkiRUuwZi4wzJ9l/fzLganx4Duvo4bRierERXlQXa7pIXSSTYtZgo+U4+lK +8edJsBTj9WLL1XK9H7nSn6DNqPoByNkN39r8R52zyFTfSUrxIan+GE7uSNQZu+99 +5OKdy1u2bv/jzVrndIIFuoAlOMvkaZ6vQaoahPUCAwEAAaOCATQwggEwMA8GA1Ud +EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTjq1RMgKHbVkO3 +kUrL84J6E1wIqzCB7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRy +dXN0Y2VudGVyLmRlL2NybC92Mi90Y19jbGFzc18yX2NhX0lJLmNybIaBn2xkYXA6 +Ly93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBUcnVzdENlbnRlciUyMENsYXNz +JTIwMiUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21iSCxPVT1yb290 +Y2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u +TGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEAjNfffu4bgBCzg/XbEeprS6iS +GNn3Bzn1LL4GdXpoUxUc6krtXvwjshOg0wn/9vYua0Fxec3ibf2uWWuFHbhOIprt +ZjluS5TmVfwLG4t3wVMTZonZKNaL80VKY7f9ewthXbhtvsPcW3nS7Yblok2+XnR8 +au0WOB9/WIFaGusyiC2y8zl3gK9etmF1KdsjTYjKUCjLhdLTEKJZbtOTVAB6okaV +hgWcqRmY5TFyDADiZ9lA4CQze28suVyrZZ0srHbqNZn1l7kPJOzHdiEoZa5X6AeI +dUpWoNIFOqTmjZKILPPy4cHGYdtBxceb9w4aUUXCYWvcZCcXjFq32nQozZfkvQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 2e:6a:00:01:00:02:1f:d7:52:21:2c:11:5c:3b + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Class 2 CA, CN=TC TrustCenter Class 2 CA II + Validity + Not Before: Jan 12 14:38:43 2006 GMT + Not After : Dec 31 22:59:59 2025 GMT + Subject: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Class 2 CA, CN=TC TrustCenter Class 2 CA II + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:ab:80:87:9b:8e:f0:c3:7c:87:d7:e8:24:82:11: + b3:3c:dd:43:62:ee:f8:c3:45:da:e8:e1:a0:5f:d1: + 2a:b2:ea:93:68:df:b4:c8:d6:43:e9:c4:75:59:7f: + fc:e1:1d:f8:31:70:23:1b:88:9e:27:b9:7b:fd:3a: + d2:c9:a9:e9:14:2f:90:be:03:52:c1:49:cd:f6:fd: + e4:08:66:0b:57:8a:a2:42:a0:b8:d5:7f:69:5c:90: + 32:b2:97:0d:ca:4a:dc:46:3e:02:55:89:53:e3:1a: + 5a:cb:36:c6:07:56:f7:8c:cf:11:f4:4c:bb:30:70: + 04:95:a5:f6:39:8c:fd:73:81:08:7d:89:5e:32:1e: + 22:a9:22:45:4b:b0:66:2e:30:cc:9f:65:fd:fc:cb: + 81:a9:f1:e0:3b:af:a3:86:d1:89:ea:c4:45:79:50: + 5d:ae:e9:21:74:92:4d:8b:59:82:8f:94:e3:e9:4a: + f1:e7:49:b0:14:e3:f5:62:cb:d5:72:bd:1f:b9:d2: + 9f:a0:cd:a8:fa:01:c8:d9:0d:df:da:fc:47:9d:b3: + c8:54:df:49:4a:f1:21:a9:fe:18:4e:ee:48:d4:19: + bb:ef:7d:e4:e2:9d:cb:5b:b6:6e:ff:e3:cd:5a:e7: + 74:82:05:ba:80:25:38:cb:e4:69:9e:af:41:aa:1a: + 84:f5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + E3:AB:54:4C:80:A1:DB:56:43:B7:91:4A:CB:F3:82:7A:13:5C:08:AB + X509v3 CRL Distribution Points: + + Full Name: + URI:http://www.trustcenter.de/crl/v2/tc_class_2_ca_II.crl + URI:ldap://www.trustcenter.de/CN=TC%20TrustCenter%20Class%202%20CA%20II,O=TC%20TrustCenter%20GmbH,OU=rootcerts,DC=trustcenter,DC=de?certificateRevocationList?base? + + Signature Algorithm: sha1WithRSAEncryption + 8c:d7:df:7e:ee:1b:80:10:b3:83:f5:db:11:ea:6b:4b:a8:92: + 18:d9:f7:07:39:f5:2c:be:06:75:7a:68:53:15:1c:ea:4a:ed: + 5e:fc:23:b2:13:a0:d3:09:ff:f6:f6:2e:6b:41:71:79:cd:e2: + 6d:fd:ae:59:6b:85:1d:b8:4e:22:9a:ed:66:39:6e:4b:94:e6: + 55:fc:0b:1b:8b:77:c1:53:13:66:89:d9:28:d6:8b:f3:45:4a: + 63:b7:fd:7b:0b:61:5d:b8:6d:be:c3:dc:5b:79:d2:ed:86:e5: + a2:4d:be:5e:74:7c:6a:ed:16:38:1f:7f:58:81:5a:1a:eb:32: + 88:2d:b2:f3:39:77:80:af:5e:b6:61:75:29:db:23:4d:88:ca: + 50:28:cb:85:d2:d3:10:a2:59:6e:d3:93:54:00:7a:a2:46:95: + 86:05:9c:a9:19:98:e5:31:72:0c:00:e2:67:d9:40:e0:24:33: + 7b:6f:2c:b9:5c:ab:65:9d:2c:ac:76:ea:35:99:f5:97:b9:0f: + 24:ec:c7:76:21:28:65:ae:57:e8:07:88:75:4a:56:a0:d2:05: + 3a:a4:e6:8d:92:88:2c:f3:f2:e1:c1:c6:61:db:41:c5:c7:9b: + f7:0e:1a:51:45:c2:61:6b:dc:64:27:17:8c:5a:b7:da:74:28: + cd:97:e4:bd +SHA1 Fingerprint=AE:50:83:ED:7C:F4:5C:BC:8F:61:C6:21:FE:68:5D:79:42:21:15:6E diff --git a/sparse/system/etc/security/cacerts_google/343eb6cb.0 b/sparse/system/etc/security/cacerts_google/343eb6cb.0 new file mode 100644 index 0000000..ef2f406 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/343eb6cb.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG +A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh +bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE +ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS +b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5 +7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS +J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y +HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP +t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz +FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY +XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/ +MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw +hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js +MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA +A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj +Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx +XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o +omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc +A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW +WL1WMRJOEcgh4LMRkWXbtKaIOM5V +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:0f:85:aa:2d:48 + Signature Algorithm: sha1WithRSAEncryption + Issuer: O=Cybertrust, Inc, CN=Cybertrust Global Root + Validity + Not Before: Dec 15 08:00:00 2006 GMT + Not After : Dec 15 08:00:00 2021 GMT + Subject: O=Cybertrust, Inc, CN=Cybertrust Global Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:f8:c8:bc:bd:14:50:66:13:ff:f0:d3:79:ec:23: + f2:b7:1a:c7:8e:85:f1:12:73:a6:19:aa:10:db:9c: + a2:65:74:5a:77:3e:51:7d:56:f6:dc:23:b6:d4:ed: + 5f:58:b1:37:4d:d5:49:0e:6e:f5:6a:87:d6:d2:8c: + d2:27:c6:e2:ff:36:9f:98:65:a0:13:4e:c6:2a:64: + 9b:d5:90:12:cf:14:06:f4:3b:e3:d4:28:be:e8:0e: + f8:ab:4e:48:94:6d:8e:95:31:10:5c:ed:a2:2d:bd: + d5:3a:6d:b2:1c:bb:60:c0:46:4b:01:f5:49:ae:7e: + 46:8a:d0:74:8d:a1:0c:02:ce:ee:fc:e7:8f:b8:6b: + 66:f3:7f:44:00:bf:66:25:14:2b:dd:10:30:1d:07: + 96:3f:4d:f6:6b:b8:8f:b7:7b:0c:a5:38:eb:de:47: + db:d5:5d:39:fc:88:a7:f3:d7:2a:74:f1:e8:5a:a2: + 3b:9f:50:ba:a6:8c:45:35:c2:50:65:95:dc:63:82: + ef:dd:bf:77:4d:9c:62:c9:63:73:16:d0:29:0f:49: + a9:48:f0:b3:aa:b7:6c:c5:a7:30:39:40:5d:ae:c4: + e2:5d:26:53:f0:ce:1c:23:08:61:a8:94:19:ba:04: + 62:40:ec:1f:38:70:77:12:06:71:a7:30:18:5d:25: + 27:a5 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57 + X509v3 CRL Distribution Points: + + Full Name: + URI:http://www2.public-trust.com/crl/ct/ctroot.crl + + X509v3 Authority Key Identifier: + keyid:B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57 + + Signature Algorithm: sha1WithRSAEncryption + 56:ef:0a:23:a0:54:4e:95:97:c9:f8:89:da:45:c1:d4:a3:00: + 25:f4:1f:13:ab:b7:a3:85:58:69:c2:30:ad:d8:15:8a:2d:e3: + c9:cd:81:5a:f8:73:23:5a:a7:7c:05:f3:fd:22:3b:0e:d1:06: + c4:db:36:4c:73:04:8e:e5:b0:22:e4:c5:f3:2e:a5:d9:23:e3: + b8:4e:4a:20:a7:6e:02:24:9f:22:60:67:7b:8b:1d:72:09:c5: + 31:5c:e9:79:9f:80:47:3d:ad:a1:0b:07:14:3d:47:ff:03:69: + 1a:0c:0b:44:e7:63:25:a7:7f:b2:c9:b8:76:84:ed:23:f6:7d: + 07:ab:45:7e:d3:df:b3:bf:e9:8a:b6:cd:a8:a2:67:2b:52:d5: + b7:65:f0:39:4c:63:a0:91:79:93:52:0f:54:dd:83:bb:9f:d1: + 8f:a7:53:73:c3:cb:ff:30:ec:7c:04:b8:d8:44:1f:93:5f:71: + 09:22:b7:6e:3e:ea:1c:03:4e:9d:1a:20:61:fb:81:37:ec:5e: + fc:0a:45:ab:d7:e7:17:55:d0:a0:ea:60:9b:a6:f6:e3:8c:5b: + 29:c2:06:60:14:9d:2d:97:4c:a9:93:15:9d:61:c4:01:5f:48: + d6:58:bd:56:31:12:4e:11:c8:21:e0:b3:11:91:65:db:b4:a6: + 88:38:ce:55 +SHA1 Fingerprint=5F:43:E5:B1:BF:F8:78:8C:AC:1C:C7:CA:4A:9A:C6:22:2B:CC:34:C6 diff --git a/sparse/system/etc/security/cacerts_google/35105088.0 b/sparse/system/etc/security/cacerts_google/35105088.0 new file mode 100644 index 0000000..3728c3b --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/35105088.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 01:fd:6d:30:fc:a3:ca:51:a8:1b:bc:64:0e:35:03:2d + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority + Validity + Not Before: Feb 1 00:00:00 2010 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (4096 bit) + Modulus: + 00:80:12:65:17:36:0e:c3:db:08:b3:d0:ac:57:0d: + 76:ed:cd:27:d3:4c:ad:50:83:61:e2:aa:20:4d:09: + 2d:64:09:dc:ce:89:9f:cc:3d:a9:ec:f6:cf:c1:dc: + f1:d3:b1:d6:7b:37:28:11:2b:47:da:39:c6:bc:3a: + 19:b4:5f:a6:bd:7d:9d:a3:63:42:b6:76:f2:a9:3b: + 2b:91:f8:e2:6f:d0:ec:16:20:90:09:3e:e2:e8:74: + c9:18:b4:91:d4:62:64:db:7f:a3:06:f1:88:18:6a: + 90:22:3c:bc:fe:13:f0:87:14:7b:f6:e4:1f:8e:d4: + e4:51:c6:11:67:46:08:51:cb:86:14:54:3f:bc:33: + fe:7e:6c:9c:ff:16:9d:18:bd:51:8e:35:a6:a7:66: + c8:72:67:db:21:66:b1:d4:9b:78:03:c0:50:3a:e8: + cc:f0:dc:bc:9e:4c:fe:af:05:96:35:1f:57:5a:b7: + ff:ce:f9:3d:b7:2c:b6:f6:54:dd:c8:e7:12:3a:4d: + ae:4c:8a:b7:5c:9a:b4:b7:20:3d:ca:7f:22:34:ae: + 7e:3b:68:66:01:44:e7:01:4e:46:53:9b:33:60:f7: + 94:be:53:37:90:73:43:f3:32:c3:53:ef:db:aa:fe: + 74:4e:69:c7:6b:8c:60:93:de:c4:c7:0c:df:e1:32: + ae:cc:93:3b:51:78:95:67:8b:ee:3d:56:fe:0c:d0: + 69:0f:1b:0f:f3:25:26:6b:33:6d:f7:6e:47:fa:73: + 43:e5:7e:0e:a5:66:b1:29:7c:32:84:63:55:89:c4: + 0d:c1:93:54:30:19:13:ac:d3:7d:37:a7:eb:5d:3a: + 6c:35:5c:db:41:d7:12:da:a9:49:0b:df:d8:80:8a: + 09:93:62:8e:b5:66:cf:25:88:cd:84:b8:b1:3f:a4: + 39:0f:d9:02:9e:eb:12:4c:95:7c:f3:6b:05:a9:5e: + 16:83:cc:b8:67:e2:e8:13:9d:cc:5b:82:d3:4c:b3: + ed:5b:ff:de:e5:73:ac:23:3b:2d:00:bf:35:55:74: + 09:49:d8:49:58:1a:7f:92:36:e6:51:92:0e:f3:26: + 7d:1c:4d:17:bc:c9:ec:43:26:d0:bf:41:5f:40:a9: + 44:44:f4:99:e7:57:87:9e:50:1f:57:54:a8:3e:fd: + 74:63:2f:b1:50:65:09:e6:58:42:2e:43:1a:4c:b4: + f0:25:47:59:fa:04:1e:93:d4:26:46:4a:50:81:b2: + de:be:78:b7:fc:67:15:e1:c9:57:84:1e:0f:63:d6: + e9:62:ba:d6:5f:55:2e:ea:5c:c6:28:08:04:25:39: + b8:0e:2b:a9:f2:4c:97:1c:07:3f:0d:52:f5:ed:ef: + 2f:82:0f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 53:79:BF:5A:AA:2B:4A:CF:54:80:E1:D8:9B:C0:9D:F2:B2:03:66:CB + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha384WithRSAEncryption + 5c:d4:7c:0d:cf:f7:01:7d:41:99:65:0c:73:c5:52:9f:cb:f8: + cf:99:06:7f:1b:da:43:15:9f:9e:02:55:57:96:14:f1:52:3c: + 27:87:94:28:ed:1f:3a:01:37:a2:76:fc:53:50:c0:84:9b:c6: + 6b:4e:ba:8c:21:4f:a2:8e:55:62:91:f3:69:15:d8:bc:88:e3: + c4:aa:0b:fd:ef:a8:e9:4b:55:2a:06:20:6d:55:78:29:19:ee: + 5f:30:5c:4b:24:11:55:ff:24:9a:6e:5e:2a:2b:ee:0b:4d:9f: + 7f:f7:01:38:94:14:95:43:07:09:fb:60:a9:ee:1c:ab:12:8c: + a0:9a:5e:a7:98:6a:59:6d:8b:3f:08:fb:c8:d1:45:af:18:15: + 64:90:12:0f:73:28:2e:c5:e2:24:4e:fc:58:ec:f0:f4:45:fe: + 22:b3:eb:2f:8e:d2:d9:45:61:05:c1:97:6f:a8:76:72:8f:8b: + 8c:36:af:bf:0d:05:ce:71:8d:e6:a6:6f:1f:6c:a6:71:62:c5: + d8:d0:83:72:0c:f1:67:11:89:0c:9c:13:4c:72:34:df:bc:d5: + 71:df:aa:71:dd:e1:b9:6c:8c:3c:12:5d:65:da:bd:57:12:b6: + 43:6b:ff:e5:de:4d:66:11:51:cf:99:ae:ec:17:b6:e8:71:91: + 8c:de:49:fe:dd:35:71:a2:15:27:94:1c:cf:61:e3:26:bb:6f: + a3:67:25:21:5d:e6:dd:1d:0b:2e:68:1b:3b:82:af:ec:83:67: + 85:d4:98:51:74:b1:b9:99:80:89:ff:7f:78:19:5c:79:4a:60: + 2e:92:40:ae:4c:37:2a:2c:c9:c7:62:c8:0e:5d:f7:36:5b:ca: + e0:25:25:01:b4:dd:1a:07:9c:77:00:3f:d0:dc:d5:ec:3d:d4: + fa:bb:3f:cc:85:d6:6f:7f:a9:2d:df:b9:02:f7:f5:97:9a:b5: + 35:da:c3:67:b0:87:4a:a9:28:9e:23:8e:ff:5c:27:6b:e1:b0: + 4f:f3:07:ee:00:2e:d4:59:87:cb:52:41:95:ea:f4:47:d7:ee: + 64:41:55:7c:8d:59:02:95:dd:62:9d:c2:b9:ee:5a:28:74:84: + a5:9b:b7:90:c7:0c:07:df:f5:89:36:74:32:d6:28:c1:b0:b0: + 0b:e0:9c:4c:c3:1c:d6:fc:e3:69:b5:47:46:81:2f:a2:82:ab: + d3:63:44:70:c4:8d:ff:2d:33:ba:ad:8f:7b:b5:70:88:ae:3e: + 19:cf:40:28:d8:fc:c8:90:bb:5d:99:22:f5:52:e6:58:c5:1f: + 88:31:43:ee:88:1d:d7:c6:8e:3c:43:6a:1d:a7:18:de:7d:3d: + 16:f1:62:f9:ca:90:a8:fd +SHA1 Fingerprint=2B:8F:1B:57:33:0D:BB:A2:D0:7A:6C:51:F7:0E:E9:0D:DA:B9:AD:8E diff --git a/sparse/system/etc/security/cacerts_google/399e7759.0 b/sparse/system/etc/security/cacerts_google/399e7759.0 new file mode 100644 index 0000000..e73ab67 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/399e7759.0 @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 08:3b:e0:56:90:42:46:b1:a1:75:6a:c9:59:91:c7:4a + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA + Validity + Not Before: Nov 10 00:00:00 2006 GMT + Not After : Nov 10 00:00:00 2031 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:e2:3b:e1:11:72:de:a8:a4:d3:a3:57:aa:50:a2: + 8f:0b:77:90:c9:a2:a5:ee:12:ce:96:5b:01:09:20: + cc:01:93:a7:4e:30:b7:53:f7:43:c4:69:00:57:9d: + e2:8d:22:dd:87:06:40:00:81:09:ce:ce:1b:83:bf: + df:cd:3b:71:46:e2:d6:66:c7:05:b3:76:27:16:8f: + 7b:9e:1e:95:7d:ee:b7:48:a3:08:da:d6:af:7a:0c: + 39:06:65:7f:4a:5d:1f:bc:17:f8:ab:be:ee:28:d7: + 74:7f:7a:78:99:59:85:68:6e:5c:23:32:4b:bf:4e: + c0:e8:5a:6d:e3:70:bf:77:10:bf:fc:01:f6:85:d9: + a8:44:10:58:32:a9:75:18:d5:d1:a2:be:47:e2:27: + 6a:f4:9a:33:f8:49:08:60:8b:d4:5f:b4:3a:84:bf: + a1:aa:4a:4c:7d:3e:cf:4f:5f:6c:76:5e:a0:4b:37: + 91:9e:dc:22:e6:6d:ce:14:1a:8e:6a:cb:fe:cd:b3: + 14:64:17:c7:5b:29:9e:32:bf:f2:ee:fa:d3:0b:42: + d4:ab:b7:41:32:da:0c:d4:ef:f8:81:d5:bb:8d:58: + 3f:b5:1b:e8:49:28:a2:70:da:31:04:dd:f7:b2:16: + f2:4c:0a:4e:07:a8:ed:4a:3d:5e:b5:7f:a3:90:c3: + af:27 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 03:DE:50:35:56:D1:4C:BB:66:F0:A3:E2:1B:1B:C3:97:B2:3D:D1:55 + X509v3 Authority Key Identifier: + keyid:03:DE:50:35:56:D1:4C:BB:66:F0:A3:E2:1B:1B:C3:97:B2:3D:D1:55 + + Signature Algorithm: sha1WithRSAEncryption + cb:9c:37:aa:48:13:12:0a:fa:dd:44:9c:4f:52:b0:f4:df:ae: + 04:f5:79:79:08:a3:24:18:fc:4b:2b:84:c0:2d:b9:d5:c7:fe: + f4:c1:1f:58:cb:b8:6d:9c:7a:74:e7:98:29:ab:11:b5:e3:70: + a0:a1:cd:4c:88:99:93:8c:91:70:e2:ab:0f:1c:be:93:a9:ff: + 63:d5:e4:07:60:d3:a3:bf:9d:5b:09:f1:d5:8e:e3:53:f4:8e: + 63:fa:3f:a7:db:b4:66:df:62:66:d6:d1:6e:41:8d:f2:2d:b5: + ea:77:4a:9f:9d:58:e2:2b:59:c0:40:23:ed:2d:28:82:45:3e: + 79:54:92:26:98:e0:80:48:a8:37:ef:f0:d6:79:60:16:de:ac: + e8:0e:cd:6e:ac:44:17:38:2f:49:da:e1:45:3e:2a:b9:36:53: + cf:3a:50:06:f7:2e:e8:c4:57:49:6c:61:21:18:d5:04:ad:78: + 3c:2c:3a:80:6b:a7:eb:af:15:14:e9:d8:89:c1:b9:38:6c:e2: + 91:6c:8a:ff:64:b9:77:25:57:30:c0:1b:24:a3:e1:dc:e9:df: + 47:7c:b5:b4:24:08:05:30:ec:2d:bd:0b:bf:45:bf:50:b9:a9: + f3:eb:98:01:12:ad:c8:88:c6:98:34:5f:8d:0a:3c:c6:e9:d5: + 95:95:6d:de +SHA1 Fingerprint=A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36 diff --git a/sparse/system/etc/security/cacerts_google/3ad48a91.0 b/sparse/system/etc/security/cacerts_google/3ad48a91.0 new file mode 100644 index 0000000..d4bda9f --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/3ad48a91.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 33554617 (0x20000b9) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root + Validity + Not Before: May 12 18:46:00 2000 GMT + Not After : May 12 23:59:00 2025 GMT + Subject: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:a3:04:bb:22:ab:98:3d:57:e8:26:72:9a:b5:79: + d4:29:e2:e1:e8:95:80:b1:b0:e3:5b:8e:2b:29:9a: + 64:df:a1:5d:ed:b0:09:05:6d:db:28:2e:ce:62:a2: + 62:fe:b4:88:da:12:eb:38:eb:21:9d:c0:41:2b:01: + 52:7b:88:77:d3:1c:8f:c7:ba:b9:88:b5:6a:09:e7: + 73:e8:11:40:a7:d1:cc:ca:62:8d:2d:e5:8f:0b:a6: + 50:d2:a8:50:c3:28:ea:f5:ab:25:87:8a:9a:96:1c: + a9:67:b8:3f:0c:d5:f7:f9:52:13:2f:c2:1b:d5:70: + 70:f0:8f:c0:12:ca:06:cb:9a:e1:d9:ca:33:7a:77: + d6:f8:ec:b9:f1:68:44:42:48:13:d2:c0:c2:a4:ae: + 5e:60:fe:b6:a6:05:fc:b4:dd:07:59:02:d4:59:18: + 98:63:f5:a5:63:e0:90:0c:7d:5d:b2:06:7a:f3:85: + ea:eb:d4:03:ae:5e:84:3e:5f:ff:15:ed:69:bc:f9: + 39:36:72:75:cf:77:52:4d:f3:c9:90:2c:b9:3d:e5: + c9:23:53:3f:1f:24:98:21:5c:07:99:29:bd:c6:3a: + ec:e7:6e:86:3a:6b:97:74:63:33:bd:68:18:31:f0: + 78:8d:76:bf:fc:9e:8e:5d:2a:86:a7:4d:90:dc:27: + 1a:39 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + E5:9D:59:30:82:47:58:CC:AC:FA:08:54:36:86:7B:3A:B5:04:4D:F0 + X509v3 Basic Constraints: critical + CA:TRUE, pathlen:3 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 85:0c:5d:8e:e4:6f:51:68:42:05:a0:dd:bb:4f:27:25:84:03: + bd:f7:64:fd:2d:d7:30:e3:a4:10:17:eb:da:29:29:b6:79:3f: + 76:f6:19:13:23:b8:10:0a:f9:58:a4:d4:61:70:bd:04:61:6a: + 12:8a:17:d5:0a:bd:c5:bc:30:7c:d6:e9:0c:25:8d:86:40:4f: + ec:cc:a3:7e:38:c6:37:11:4f:ed:dd:68:31:8e:4c:d2:b3:01: + 74:ee:be:75:5e:07:48:1a:7f:70:ff:16:5c:84:c0:79:85:b8: + 05:fd:7f:be:65:11:a3:0f:c0:02:b4:f8:52:37:39:04:d5:a9: + 31:7a:18:bf:a0:2a:f4:12:99:f7:a3:45:82:e3:3c:5e:f5:9d: + 9e:b5:c8:9e:7c:2e:c8:a4:9e:4e:08:14:4b:6d:fd:70:6d:6b: + 1a:63:bd:64:e6:1f:b7:ce:f0:f2:9f:2e:bb:1b:b7:f2:50:88: + 73:92:c2:e2:e3:16:8d:9a:32:02:ab:8e:18:dd:e9:10:11:ee: + 7e:35:ab:90:af:3e:30:94:7a:d0:33:3d:a7:65:0f:f5:fc:8e: + 9e:62:cf:47:44:2c:01:5d:bb:1d:b5:32:d2:47:d2:38:2e:d0: + fe:81:dc:32:6a:1e:b5:ee:3c:d5:fc:e7:81:1d:19:c3:24:42: + ea:63:39:a9 +SHA1 Fingerprint=D4:DE:20:D0:5E:66:FC:53:FE:1A:50:88:2C:78:DB:28:52:CA:E4:74 diff --git a/sparse/system/etc/security/cacerts_google/3c58f906.0 b/sparse/system/etc/security/cacerts_google/3c58f906.0 new file mode 100644 index 0000000..4d776ba --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/3c58f906.0 @@ -0,0 +1,87 @@ +-----BEGIN CERTIFICATE----- +MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs +IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290 +MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux +FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h +bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v +dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt +H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9 +uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX +mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX +a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN +E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0 +WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD +VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0 +Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU +cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx +IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN +AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH +YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5 +6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC +Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX +c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a +mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root + Validity + Not Before: May 30 10:48:38 2000 GMT + Not After : May 30 10:48:38 2020 GMT + Subject: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:b7:f7:1a:33:e6:f2:00:04:2d:39:e0:4e:5b:ed: + 1f:bc:6c:0f:cd:b5:fa:23:b6:ce:de:9b:11:33:97: + a4:29:4c:7d:93:9f:bd:4a:bc:93:ed:03:1a:e3:8f: + cf:e5:6d:50:5a:d6:97:29:94:5a:80:b0:49:7a:db: + 2e:95:fd:b8:ca:bf:37:38:2d:1e:3e:91:41:ad:70: + 56:c7:f0:4f:3f:e8:32:9e:74:ca:c8:90:54:e9:c6: + 5f:0f:78:9d:9a:40:3c:0e:ac:61:aa:5e:14:8f:9e: + 87:a1:6a:50:dc:d7:9a:4e:af:05:b3:a6:71:94:9c: + 71:b3:50:60:0a:c7:13:9d:38:07:86:02:a8:e9:a8: + 69:26:18:90:ab:4c:b0:4f:23:ab:3a:4f:84:d8:df: + ce:9f:e1:69:6f:bb:d7:42:d7:6b:44:e4:c7:ad:ee: + 6d:41:5f:72:5a:71:08:37:b3:79:65:a4:59:a0:94: + 37:f7:00:2f:0d:c2:92:72:da:d0:38:72:db:14:a8: + 45:c4:5d:2a:7d:b7:b4:d6:c4:ee:ac:cd:13:44:b7: + c9:2b:dd:43:00:25:fa:61:b9:69:6a:58:23:11:b7: + a7:33:8f:56:75:59:f5:cd:29:d7:46:b7:0a:2b:65: + b6:d3:42:6f:15:b2:b8:7b:fb:ef:e9:5d:53:d5:34: + 5a:27 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + AD:BD:98:7A:34:B4:26:F7:FA:C4:26:54:EF:03:BD:E0:24:CB:54:1A + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:AD:BD:98:7A:34:B4:26:F7:FA:C4:26:54:EF:03:BD:E0:24:CB:54:1A + DirName:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root + serial:01 + + Signature Algorithm: sha1WithRSAEncryption + b0:9b:e0:85:25:c2:d6:23:e2:0f:96:06:92:9d:41:98:9c:d9: + 84:79:81:d9:1e:5b:14:07:23:36:65:8f:b0:d8:77:bb:ac:41: + 6c:47:60:83:51:b0:f9:32:3d:e7:fc:f6:26:13:c7:80:16:a5: + bf:5a:fc:87:cf:78:79:89:21:9a:e2:4c:07:0a:86:35:bc:f2: + de:51:c4:d2:96:b7:dc:7e:4e:ee:70:fd:1c:39:eb:0c:02:51: + 14:2d:8e:bd:16:e0:c1:df:46:75:e7:24:ad:ec:f4:42:b4:85: + 93:70:10:67:ba:9d:06:35:4a:18:d3:2b:7a:cc:51:42:a1:7a: + 63:d1:e6:bb:a1:c5:2b:c2:36:be:13:0d:e6:bd:63:7e:79:7b: + a7:09:0d:40:ab:6a:dd:8f:8a:c3:f6:f6:8c:1a:42:05:51:d4: + 45:f5:9f:a7:62:21:68:15:20:43:3c:99:e7:7c:bd:24:d8:a9: + 91:17:73:88:3f:56:1b:31:38:18:b4:71:0f:9a:cd:c8:0e:9e: + 8e:2e:1b:e1:8c:98:83:cb:1f:31:f1:44:4c:c6:04:73:49:76: + 60:0f:c7:f8:bd:17:80:6b:2e:e9:cc:4c:0e:5a:9a:79:0f:20: + 0a:2e:d5:9e:63:26:1e:55:92:94:d8:82:17:5a:7b:d0:bc:c7: + 8f:4e:86:04 +SHA1 Fingerprint=02:FA:F3:E2:91:43:54:68:60:78:57:69:4D:F5:E4:5B:68:85:18:68 diff --git a/sparse/system/etc/security/cacerts_google/3e7271e8.0 b/sparse/system/etc/security/cacerts_google/3e7271e8.0 new file mode 100644 index 0000000..7cf4090 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/3e7271e8.0 @@ -0,0 +1,86 @@ +-----BEGIN CERTIFICATE----- +MIIEXDCCA0SgAwIBAgIEOGO5ZjANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0xOTEy +MjQxODIwNTFaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo3QwcjARBglghkgBhvhCAQEEBAMCAAcwHwYDVR0jBBgwFoAUVeSB0RGA +vtiJuQijMfmhJAkWuXAwHQYDVR0OBBYEFFXkgdERgL7YibkIozH5oSQJFrlwMB0G +CSqGSIb2fQdBAAQQMA4bCFY1LjA6NC4wAwIEkDANBgkqhkiG9w0BAQUFAAOCAQEA +WUesIYSKF8mciVMeuoCFGsY8Tj6xnLZ8xpJdGGQC49MGCBFhfGPjK50xA3B20qMo +oPS7mmNz7W3lKtvtFKkrxjYR0CvrB4ul2p5cGZ1WEvVUKcgF7bISKo30Axv/55IQ +h7A6tcOdBTcSo8f0FbnVpDkWm1M6I5HxqIKiaohowXkCIryqptau37AUX7iH0N18 +f3v/rxzP5tsHrV7bhZ3QKw0z2wTR5klAEyt2+z7pnIkPFc4YsIV4IU9rTw76NmfN +B/L/CNDi3tm/Kq+4h4YhPATKt5Rof8886ZjXOP/swNlQ8C5LWK5Gb9Auw2DaclVy +vUxFnmG6v4SBkgPR0ml8xQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 946059622 (0x3863b966) + Signature Algorithm: sha1WithRSAEncryption + Issuer: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048) + Validity + Not Before: Dec 24 17:50:51 1999 GMT + Not After : Dec 24 18:20:51 2019 GMT + Subject: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048) + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:ad:4d:4b:a9:12:86:b2:ea:a3:20:07:15:16:64: + 2a:2b:4b:d1:bf:0b:4a:4d:8e:ed:80:76:a5:67:b7: + 78:40:c0:73:42:c8:68:c0:db:53:2b:dd:5e:b8:76: + 98:35:93:8b:1a:9d:7c:13:3a:0e:1f:5b:b7:1e:cf: + e5:24:14:1e:b1:81:a9:8d:7d:b8:cc:6b:4b:03:f1: + 02:0c:dc:ab:a5:40:24:00:7f:74:94:a1:9d:08:29: + b3:88:0b:f5:87:77:9d:55:cd:e4:c3:7e:d7:6a:64: + ab:85:14:86:95:5b:97:32:50:6f:3d:c8:ba:66:0c: + e3:fc:bd:b8:49:c1:76:89:49:19:fd:c0:a8:bd:89: + a3:67:2f:c6:9f:bc:71:19:60:b8:2d:e9:2c:c9:90: + 76:66:7b:94:e2:af:78:d6:65:53:5d:3c:d6:9c:b2: + cf:29:03:f9:2f:a4:50:b2:d4:48:ce:05:32:55:8a: + fd:b2:64:4c:0e:e4:98:07:75:db:7f:df:b9:08:55: + 60:85:30:29:f9:7b:48:a4:69:86:e3:35:3f:1e:86: + 5d:7a:7a:15:bd:ef:00:8e:15:22:54:17:00:90:26: + 93:bc:0e:49:68:91:bf:f8:47:d3:9d:95:42:c1:0e: + 4d:df:6f:26:cf:c3:18:21:62:66:43:70:d6:d5:c0: + 07:e1 + Exponent: 65537 (0x10001) + X509v3 extensions: + Netscape Cert Type: + SSL CA, S/MIME CA, Object Signing CA + X509v3 Authority Key Identifier: + keyid:55:E4:81:D1:11:80:BE:D8:89:B9:08:A3:31:F9:A1:24:09:16:B9:70 + + X509v3 Subject Key Identifier: + 55:E4:81:D1:11:80:BE:D8:89:B9:08:A3:31:F9:A1:24:09:16:B9:70 + 1.2.840.113533.7.65.0: + 0...V5.0:4.0.... + Signature Algorithm: sha1WithRSAEncryption + 59:47:ac:21:84:8a:17:c9:9c:89:53:1e:ba:80:85:1a:c6:3c: + 4e:3e:b1:9c:b6:7c:c6:92:5d:18:64:02:e3:d3:06:08:11:61: + 7c:63:e3:2b:9d:31:03:70:76:d2:a3:28:a0:f4:bb:9a:63:73: + ed:6d:e5:2a:db:ed:14:a9:2b:c6:36:11:d0:2b:eb:07:8b:a5: + da:9e:5c:19:9d:56:12:f5:54:29:c8:05:ed:b2:12:2a:8d:f4: + 03:1b:ff:e7:92:10:87:b0:3a:b5:c3:9d:05:37:12:a3:c7:f4: + 15:b9:d5:a4:39:16:9b:53:3a:23:91:f1:a8:82:a2:6a:88:68: + c1:79:02:22:bc:aa:a6:d6:ae:df:b0:14:5f:b8:87:d0:dd:7c: + 7f:7b:ff:af:1c:cf:e6:db:07:ad:5e:db:85:9d:d0:2b:0d:33: + db:04:d1:e6:49:40:13:2b:76:fb:3e:e9:9c:89:0f:15:ce:18: + b0:85:78:21:4f:6b:4f:0e:fa:36:67:cd:07:f2:ff:08:d0:e2: + de:d9:bf:2a:af:b8:87:86:21:3c:04:ca:b7:94:68:7f:cf:3c: + e9:98:d7:38:ff:ec:c0:d9:50:f0:2e:4b:58:ae:46:6f:d0:2e: + c3:60:da:72:55:72:bd:4c:45:9e:61:ba:bf:84:81:92:03:d1: + d2:69:7c:c5 +SHA1 Fingerprint=80:1D:62:D0:7B:44:9D:5C:5C:03:5C:98:EA:61:FA:44:3C:2A:58:FE diff --git a/sparse/system/etc/security/cacerts_google/455f1b52.0 b/sparse/system/etc/security/cacerts_google/455f1b52.0 new file mode 100644 index 0000000..f1d0471 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/455f1b52.0 @@ -0,0 +1,82 @@ +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1246989352 (0x4a538c28) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2 + Validity + Not Before: Jul 7 17:25:54 2009 GMT + Not After : Dec 7 17:55:54 2030 GMT + Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:ba:84:b6:72:db:9e:0c:6b:e2:99:e9:30:01:a7: + 76:ea:32:b8:95:41:1a:c9:da:61:4e:58:72:cf:fe: + f6:82:79:bf:73:61:06:0a:a5:27:d8:b3:5f:d3:45: + 4e:1c:72:d6:4e:32:f2:72:8a:0f:f7:83:19:d0:6a: + 80:80:00:45:1e:b0:c7:e7:9a:bf:12:57:27:1c:a3: + 68:2f:0a:87:bd:6a:6b:0e:5e:65:f3:1c:77:d5:d4: + 85:8d:70:21:b4:b3:32:e7:8b:a2:d5:86:39:02:b1: + b8:d2:47:ce:e4:c9:49:c4:3b:a7:de:fb:54:7d:57: + be:f0:e8:6e:c2:79:b2:3a:0b:55:e2:50:98:16:32: + 13:5c:2f:78:56:c1:c2:94:b3:f2:5a:e4:27:9a:9f: + 24:d7:c6:ec:d0:9b:25:82:e3:cc:c2:c4:45:c5:8c: + 97:7a:06:6b:2a:11:9f:a9:0a:6e:48:3b:6f:db:d4: + 11:19:42:f7:8f:07:bf:f5:53:5f:9c:3e:f4:17:2c: + e6:69:ac:4e:32:4c:62:77:ea:b7:e8:e5:bb:34:bc: + 19:8b:ae:9c:51:e7:b7:7e:b5:53:b1:33:22:e5:6d: + cf:70:3c:1a:fa:e2:9b:67:b6:83:f4:8d:a5:af:62: + 4c:4d:e0:58:ac:64:34:12:03:f8:b6:8d:94:63:24: + a4:71 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 6A:72:26:7A:D0:1E:EF:7D:E7:3B:69:51:D4:6C:8D:9F:90:12:66:AB + Signature Algorithm: sha256WithRSAEncryption + 79:9f:1d:96:c6:b6:79:3f:22:8d:87:d3:87:03:04:60:6a:6b: + 9a:2e:59:89:73:11:ac:43:d1:f5:13:ff:8d:39:2b:c0:f2:bd: + 4f:70:8c:a9:2f:ea:17:c4:0b:54:9e:d4:1b:96:98:33:3c:a8: + ad:62:a2:00:76:ab:59:69:6e:06:1d:7e:c4:b9:44:8d:98:af: + 12:d4:61:db:0a:19:46:47:f3:eb:f7:63:c1:40:05:40:a5:d2: + b7:f4:b5:9a:36:bf:a9:88:76:88:04:55:04:2b:9c:87:7f:1a: + 37:3c:7e:2d:a5:1a:d8:d4:89:5e:ca:bd:ac:3d:6c:d8:6d:af: + d5:f3:76:0f:cd:3b:88:38:22:9d:6c:93:9a:c4:3d:bf:82:1b: + 65:3f:a6:0f:5d:aa:fc:e5:b2:15:ca:b5:ad:c6:bc:3d:d0:84: + e8:ea:06:72:b0:4d:39:32:78:bf:3e:11:9c:0b:a4:9d:9a:21: + f3:f0:9b:0b:30:78:db:c1:dc:87:43:fe:bc:63:9a:ca:c5:c2: + 1c:c9:c7:8d:ff:3b:12:58:08:e6:b6:3d:ec:7a:2c:4e:fb:83: + 96:ce:0c:3c:69:87:54:73:a4:73:c2:93:ff:51:10:ac:15:54: + 01:d8:fc:05:b1:89:a1:7f:74:83:9a:49:d7:dc:4e:7b:8a:48: + 6f:8b:45:f6 +SHA1 Fingerprint=8C:F4:27:FD:79:0C:3A:D1:66:06:8D:E8:1E:57:EF:BB:93:22:72:D4 diff --git a/sparse/system/etc/security/cacerts_google/4fbd6bfa.0 b/sparse/system/etc/security/cacerts_google/4fbd6bfa.0 new file mode 100644 index 0000000..b3c8590 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/4fbd6bfa.0 @@ -0,0 +1,91 @@ +-----BEGIN CERTIFICATE----- +MIIEXjCCA0agAwIBAgIQRL4Mi1AAIbQR0ypoBqmtaTANBgkqhkiG9w0BAQUFADCB +kzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug +Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho +dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xGzAZBgNVBAMTElVUTiAtIERBVEFDb3Jw +IFNHQzAeFw05OTA2MjQxODU3MjFaFw0xOTA2MjQxOTA2MzBaMIGTMQswCQYDVQQG +EwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYD +VQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cu +dXNlcnRydXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dDMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3+5YEKIrblXEjr8uRgnn4AgPLit6 +E5Qbvfa2gI5lBZMAHryv4g+OGQ0SR+ysraP6LnD43m77VkIVni5c7yPeIbkFdicZ +D0/Ww5y0vpQZY/KmEQrrU0icvvIpOxboGqBMpsn0GFlowHDyUwDAXlCCpVZvNvlK +4ESGoE1O1kduSUrLZ9emxAW5jh70/P/N5zbgnAVssjMiFdC04MwXwLLA9P4yPykq +lXvY8qdOD1R8oQ2AswkDwf9c3V6aPryuvEeKaq5xyh+xKrhfQgUL7EYw0XILyulW +bfXv33i+Ybqypa4ETLyorGkVl73v67SMvzX41MPRKA5cOp9wGDMgd8SirwIDAQAB +o4GrMIGoMAsGA1UdDwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRT +MtGzz3/64PGgXYVOktKeRR20TzA9BgNVHR8ENjA0MDKgMKAuhixodHRwOi8vY3Js +LnVzZXJ0cnVzdC5jb20vVVROLURBVEFDb3JwU0dDLmNybDAqBgNVHSUEIzAhBggr +BgEFBQcDAQYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMA0GCSqGSIb3DQEBBQUAA4IB +AQAnNZcAiosovcYzMB4p/OL31ZjUQLtgyr+rFywJNn9Q+kHcrpY6CiM+iVnJowft +Gzet/Hy+UUla3joKVAgWRcKZsYfNjGjgaQPpxE6YsjuMFrMOoAyYUJuTqXAJyCyj +j98C5OBxOvG0I3KgqgHf35g+FFCgMSa9KOlaMCZ1+XtgHI3zzVAmbQQnmt/VDUVH +KWss5nbZqSl9Mt3JNjy9rjXxEZ4du5A/EkdOjtd+D2JzHVImOBwYSf0wdJrE5SIv +2MCN7ZF6TACPcn9d2t0bi0Vr591pl6jFVkwPDPafepE39peC4N1xaf92P2BNPM/3 +mfnGV/TJVTl4uix5yaaIK/QI +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 44:be:0c:8b:50:00:21:b4:11:d3:2a:68:06:a9:ad:69 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN - DATACorp SGC + Validity + Not Before: Jun 24 18:57:21 1999 GMT + Not After : Jun 24 19:06:30 2019 GMT + Subject: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN - DATACorp SGC + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:df:ee:58:10:a2:2b:6e:55:c4:8e:bf:2e:46:09: + e7:e0:08:0f:2e:2b:7a:13:94:1b:bd:f6:b6:80:8e: + 65:05:93:00:1e:bc:af:e2:0f:8e:19:0d:12:47:ec: + ac:ad:a3:fa:2e:70:f8:de:6e:fb:56:42:15:9e:2e: + 5c:ef:23:de:21:b9:05:76:27:19:0f:4f:d6:c3:9c: + b4:be:94:19:63:f2:a6:11:0a:eb:53:48:9c:be:f2: + 29:3b:16:e8:1a:a0:4c:a6:c9:f4:18:59:68:c0:70: + f2:53:00:c0:5e:50:82:a5:56:6f:36:f9:4a:e0:44: + 86:a0:4d:4e:d6:47:6e:49:4a:cb:67:d7:a6:c4:05: + b9:8e:1e:f4:fc:ff:cd:e7:36:e0:9c:05:6c:b2:33: + 22:15:d0:b4:e0:cc:17:c0:b2:c0:f4:fe:32:3f:29: + 2a:95:7b:d8:f2:a7:4e:0f:54:7c:a1:0d:80:b3:09: + 03:c1:ff:5c:dd:5e:9a:3e:bc:ae:bc:47:8a:6a:ae: + 71:ca:1f:b1:2a:b8:5f:42:05:0b:ec:46:30:d1:72: + 0b:ca:e9:56:6d:f5:ef:df:78:be:61:ba:b2:a5:ae: + 04:4c:bc:a8:ac:69:15:97:bd:ef:eb:b4:8c:bf:35: + f8:d4:c3:d1:28:0e:5c:3a:9f:70:18:33:20:77:c4: + a2:af + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: + Digital Signature, Non Repudiation, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 53:32:D1:B3:CF:7F:FA:E0:F1:A0:5D:85:4E:92:D2:9E:45:1D:B4:4F + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.usertrust.com/UTN-DATACorpSGC.crl + + X509v3 Extended Key Usage: + TLS Web Server Authentication, Microsoft Server Gated Crypto, Netscape Server Gated Crypto + Signature Algorithm: sha1WithRSAEncryption + 27:35:97:00:8a:8b:28:bd:c6:33:30:1e:29:fc:e2:f7:d5:98: + d4:40:bb:60:ca:bf:ab:17:2c:09:36:7f:50:fa:41:dc:ae:96: + 3a:0a:23:3e:89:59:c9:a3:07:ed:1b:37:ad:fc:7c:be:51:49: + 5a:de:3a:0a:54:08:16:45:c2:99:b1:87:cd:8c:68:e0:69:03: + e9:c4:4e:98:b2:3b:8c:16:b3:0e:a0:0c:98:50:9b:93:a9:70: + 09:c8:2c:a3:8f:df:02:e4:e0:71:3a:f1:b4:23:72:a0:aa:01: + df:df:98:3e:14:50:a0:31:26:bd:28:e9:5a:30:26:75:f9:7b: + 60:1c:8d:f3:cd:50:26:6d:04:27:9a:df:d5:0d:45:47:29:6b: + 2c:e6:76:d9:a9:29:7d:32:dd:c9:36:3c:bd:ae:35:f1:11:9e: + 1d:bb:90:3f:12:47:4e:8e:d7:7e:0f:62:73:1d:52:26:38:1c: + 18:49:fd:30:74:9a:c4:e5:22:2f:d8:c0:8d:ed:91:7a:4c:00: + 8f:72:7f:5d:da:dd:1b:8b:45:6b:e7:dd:69:97:a8:c5:56:4c: + 0f:0c:f6:9f:7a:91:37:f6:97:82:e0:dd:71:69:ff:76:3f:60: + 4d:3c:cf:f7:99:f9:c6:57:f4:c9:55:39:78:ba:2c:79:c9:a6: + 88:2b:f4:08 +SHA1 Fingerprint=58:11:9F:0E:12:82:87:EA:50:FD:D9:87:45:6F:4F:78:DC:FA:D6:D4 diff --git a/sparse/system/etc/security/cacerts_google/5021a0a2.0 b/sparse/system/etc/security/cacerts_google/5021a0a2.0 new file mode 100644 index 0000000..15f5213 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/5021a0a2.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIOHaIAAQAC7LdggHiNtgYwDQYJKoZIhvcNAQEFBQAweTEL +MAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNV +BAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEmMCQGA1UEAxMdVEMgVHJ1 +c3RDZW50ZXIgVW5pdmVyc2FsIENBIEkwHhcNMDYwMzIyMTU1NDI4WhcNMjUxMjMx +MjI1OTU5WjB5MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIg +R21iSDEkMCIGA1UECxMbVEMgVHJ1c3RDZW50ZXIgVW5pdmVyc2FsIENBMSYwJAYD +VQQDEx1UQyBUcnVzdENlbnRlciBVbml2ZXJzYWwgQ0EgSTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKR3I5ZEr5D0MacQ9CaHnPM42Q9e3s9B6DGtxnSR +JJZ4Hgmgm5qVSkr1YnwCqMqs+1oEdjneX/H5s7/zA1hV0qq34wQi0fiU2iIIAI3T +fCZdzHd55yx4Oagmcw6iXSVphU9VDprvxrlE4Vc93x9UIuVvZaozhDrzznq+VZeu +jRIPFDPiUHDDSYcTvFHe15gSWu86gzOSBnWLknwSaHtwag+1m7Z3W0hZneTvWq3z +wZ7U10VOylY0Ibw+F1tvdwxIAUMpsN0/lm7mlaoMwCC2/T42J5zjXM9OgdwZu5GQ +fezmlwQek8wiSdeXhrYTCjxDI3d+8NzmzSQfO4ObNDqDNOMCAwEAAaNjMGEwHwYD +VR0jBBgwFoAUkqR1LKSevoFE63n8isWVpesQdXMwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJKkdSyknr6BROt5/IrFlaXrEHVzMA0G +CSqGSIb3DQEBBQUAA4IBAQAo0uCG1eb4e/CX3CJrO5UUVg8RMKWaTzqwOuAGy2X1 +7caXJ/4l8lfmXpWMPmRgFVp/Lw0BxbFg/UU1z/CyvwbZ71q+s2IhtNerNXxTPqYn +8aEt2hojnczd7Dwtnic0XQ/CNnm8yUpiLe1r2X1BQ3y2qsrtYbE3ghUJGooWMNjs +ydZHcnhLEEYUjl8Or+zHL6sQ17bxbuyGssLoDZJz3KL0Dzq/YSMQiZxIQG5wALPT +ujdEWBF6AmqI8Dc08BnprNRlc/ZpjGSUOnmFKbAWKwyCPwacx/0QK54PLLae4xW/ +2TYcuiUaUj0a7CIMHOCkoj3w6DnPgcB77V0fb8XQC9eY +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 1d:a2:00:01:00:02:ec:b7:60:80:78:8d:b6:06 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Universal CA, CN=TC TrustCenter Universal CA I + Validity + Not Before: Mar 22 15:54:28 2006 GMT + Not After : Dec 31 22:59:59 2025 GMT + Subject: C=DE, O=TC TrustCenter GmbH, OU=TC TrustCenter Universal CA, CN=TC TrustCenter Universal CA I + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:a4:77:23:96:44:af:90:f4:31:a7:10:f4:26:87: + 9c:f3:38:d9:0f:5e:de:cf:41:e8:31:ad:c6:74:91: + 24:96:78:1e:09:a0:9b:9a:95:4a:4a:f5:62:7c:02: + a8:ca:ac:fb:5a:04:76:39:de:5f:f1:f9:b3:bf:f3: + 03:58:55:d2:aa:b7:e3:04:22:d1:f8:94:da:22:08: + 00:8d:d3:7c:26:5d:cc:77:79:e7:2c:78:39:a8:26: + 73:0e:a2:5d:25:69:85:4f:55:0e:9a:ef:c6:b9:44: + e1:57:3d:df:1f:54:22:e5:6f:65:aa:33:84:3a:f3: + ce:7a:be:55:97:ae:8d:12:0f:14:33:e2:50:70:c3: + 49:87:13:bc:51:de:d7:98:12:5a:ef:3a:83:33:92: + 06:75:8b:92:7c:12:68:7b:70:6a:0f:b5:9b:b6:77: + 5b:48:59:9d:e4:ef:5a:ad:f3:c1:9e:d4:d7:45:4e: + ca:56:34:21:bc:3e:17:5b:6f:77:0c:48:01:43:29: + b0:dd:3f:96:6e:e6:95:aa:0c:c0:20:b6:fd:3e:36: + 27:9c:e3:5c:cf:4e:81:dc:19:bb:91:90:7d:ec:e6: + 97:04:1e:93:cc:22:49:d7:97:86:b6:13:0a:3c:43: + 23:77:7e:f0:dc:e6:cd:24:1f:3b:83:9b:34:3a:83: + 34:e3 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Authority Key Identifier: + keyid:92:A4:75:2C:A4:9E:BE:81:44:EB:79:FC:8A:C5:95:A5:EB:10:75:73 + + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 92:A4:75:2C:A4:9E:BE:81:44:EB:79:FC:8A:C5:95:A5:EB:10:75:73 + Signature Algorithm: sha1WithRSAEncryption + 28:d2:e0:86:d5:e6:f8:7b:f0:97:dc:22:6b:3b:95:14:56:0f: + 11:30:a5:9a:4f:3a:b0:3a:e0:06:cb:65:f5:ed:c6:97:27:fe: + 25:f2:57:e6:5e:95:8c:3e:64:60:15:5a:7f:2f:0d:01:c5:b1: + 60:fd:45:35:cf:f0:b2:bf:06:d9:ef:5a:be:b3:62:21:b4:d7: + ab:35:7c:53:3e:a6:27:f1:a1:2d:da:1a:23:9d:cc:dd:ec:3c: + 2d:9e:27:34:5d:0f:c2:36:79:bc:c9:4a:62:2d:ed:6b:d9:7d: + 41:43:7c:b6:aa:ca:ed:61:b1:37:82:15:09:1a:8a:16:30:d8: + ec:c9:d6:47:72:78:4b:10:46:14:8e:5f:0e:af:ec:c7:2f:ab: + 10:d7:b6:f1:6e:ec:86:b2:c2:e8:0d:92:73:dc:a2:f4:0f:3a: + bf:61:23:10:89:9c:48:40:6e:70:00:b3:d3:ba:37:44:58:11: + 7a:02:6a:88:f0:37:34:f0:19:e9:ac:d4:65:73:f6:69:8c:64: + 94:3a:79:85:29:b0:16:2b:0c:82:3f:06:9c:c7:fd:10:2b:9e: + 0f:2c:b6:9e:e3:15:bf:d9:36:1c:ba:25:1a:52:3d:1a:ec:22: + 0c:1c:e0:a4:a2:3d:f0:e8:39:cf:81:c0:7b:ed:5d:1f:6f:c5: + d0:0b:d7:98 +SHA1 Fingerprint=6B:2F:34:AD:89:58:BE:62:FD:B0:6B:5C:CE:BB:9D:D9:4F:4E:39:F3 diff --git a/sparse/system/etc/security/cacerts_google/524d9b43.0 b/sparse/system/etc/security/cacerts_google/524d9b43.0 new file mode 100644 index 0000000..0fa8453 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/524d9b43.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB +vTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL +ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp +U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W +ZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX +MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0 +IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y +IGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh +bCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF +AAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF +9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH +H26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H +LL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN +/BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT +rJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud +EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw +WTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs +exkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud +DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4 +sAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+ +seQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz +4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+ +BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR +lRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3 +7M2CYfE45k+XmCpajQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 40:1a:c4:64:21:b3:13:21:03:0e:bb:e4:12:1a:c5:1d + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2008 VeriSign, Inc. - For authorized use only, CN=VeriSign Universal Root Certification Authority + Validity + Not Before: Apr 2 00:00:00 2008 GMT + Not After : Dec 1 23:59:59 2037 GMT + Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2008 VeriSign, Inc. - For authorized use only, CN=VeriSign Universal Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:c7:61:37:5e:b1:01:34:db:62:d7:15:9b:ff:58: + 5a:8c:23:23:d6:60:8e:91:d7:90:98:83:7a:e6:58: + 19:38:8c:c5:f6:e5:64:85:b4:a2:71:fb:ed:bd:b9: + da:cd:4d:00:b4:c8:2d:73:a5:c7:69:71:95:1f:39: + 3c:b2:44:07:9c:e8:0e:fa:4d:4a:c4:21:df:29:61: + 8f:32:22:61:82:c5:87:1f:6e:8c:7c:5f:16:20:51: + 44:d1:70:4f:57:ea:e3:1c:e3:cc:79:ee:58:d8:0e: + c2:b3:45:93:c0:2c:e7:9a:17:2b:7b:00:37:7a:41: + 33:78:e1:33:e2:f3:10:1a:7f:87:2c:be:f6:f5:f7: + 42:e2:e5:bf:87:62:89:5f:00:4b:df:c5:dd:e4:75: + 44:32:41:3a:1e:71:6e:69:cb:0b:75:46:08:d1:ca: + d2:2b:95:d0:cf:fb:b9:40:6b:64:8c:57:4d:fc:13: + 11:79:84:ed:5e:54:f6:34:9f:08:01:f3:10:25:06: + 17:4a:da:f1:1d:7a:66:6b:98:60:66:a4:d9:ef:d2: + 2e:82:f1:f0:ef:09:ea:44:c9:15:6a:e2:03:6e:33: + d3:ac:9f:55:00:c7:f6:08:6a:94:b9:5f:dc:e0:33: + f1:84:60:f9:5b:27:11:b4:fc:16:f2:bb:56:6a:80: + 25:8d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + 1.3.6.1.5.5.7.1.12: + 0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif + X509v3 Subject Key Identifier: + B6:77:FA:69:48:47:9F:53:12:D5:C2:EA:07:32:76:07:D1:97:07:19 + Signature Algorithm: sha256WithRSAEncryption + 4a:f8:f8:b0:03:e6:2c:67:7b:e4:94:77:63:cc:6e:4c:f9:7d: + 0e:0d:dc:c8:b9:35:b9:70:4f:63:fa:24:fa:6c:83:8c:47:9d: + 3b:63:f3:9a:f9:76:32:95:91:b1:77:bc:ac:9a:be:b1:e4:31: + 21:c6:81:95:56:5a:0e:b1:c2:d4:b1:a6:59:ac:f1:63:cb:b8: + 4c:1d:59:90:4a:ef:90:16:28:1f:5a:ae:10:fb:81:50:38:0c: + 6c:cc:f1:3d:c3:f5:63:e3:b3:e3:21:c9:24:39:e9:fd:15:66: + 46:f4:1b:11:d0:4d:73:a3:7d:46:f9:3d:ed:a8:5f:62:d4:f1: + 3f:f8:e0:74:57:2b:18:9d:81:b4:c4:28:da:94:97:a5:70:eb: + ac:1d:be:07:11:f0:d5:db:dd:e5:8c:f0:d5:32:b0:83:e6:57: + e2:8f:bf:be:a1:aa:bf:3d:1d:b5:d4:38:ea:d7:b0:5c:3a:4f: + 6a:3f:8f:c0:66:6c:63:aa:e9:d9:a4:16:f4:81:d1:95:14:0e: + 7d:cd:95:34:d9:d2:8f:70:73:81:7b:9c:7e:bd:98:61:d8:45: + 87:98:90:c5:eb:86:30:c6:35:bf:f0:ff:c3:55:88:83:4b:ef: + 05:92:06:71:f2:b8:98:93:b7:ec:cd:82:61:f1:38:e6:4f:97: + 98:2a:5a:8d +SHA1 Fingerprint=36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54 diff --git a/sparse/system/etc/security/cacerts_google/57692373.0 b/sparse/system/etc/security/cacerts_google/57692373.0 new file mode 100644 index 0000000..29f9199 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/57692373.0 @@ -0,0 +1,81 @@ +-----BEGIN CERTIFICATE----- +MIIDZjCCAk6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMQswCQYDVQQGEwJVUzEW +MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3QgR2xvYmFs +IENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMTkwMzA0MDUwMDAwWjBEMQswCQYDVQQG +EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3Qg +R2xvYmFsIENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDvPE1A +PRDfO1MA4Wf+lGAVPoWI8YkNkMgoI5kF6CsgncbzYEbYwbLVjDHZ3CB5JIG/NTL8 +Y2nbsSpr7iFY8gjpeMtvy/wWUsiRxP89c96xPqfCfWbB9X5SJBri1WeR0IIQ13hL +TytCOb1kLUCgsBDTOEhGiKEMuzozKmKY+wCdE1l/bztyqu6mD4b5BWHqZ38MN5aL +5mkWRxHCJ1kDs6ZgwiFAVvqgx306E+PsV8ez1q6diYD3Aecs9pYrEw15LNnA5IZ7 +S4wMcoKK+xfNAGw6EzywhIdLFnopsk/bHdQL82Y3vdj2V7teJHq4PIu5+pIaGoSe +2HSPqht/XvT+RSIhAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE +FHE4NvICMVNHK266ZUapEBVYIAUJMB8GA1UdIwQYMBaAFHE4NvICMVNHK266ZUap +EBVYIAUJMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQUFAAOCAQEAA/e1K6td +EPx7srJerJsOflN4WT5CBP51o62sgU7XAotexC3IUnbHLB/8gTKY0UvGkpMzNTEv +/NgdRN3ggX+d6YvhZJFiCzkIjKx0nVnZellSlxG5FntvRdOW2TF9AjYPnDtuzywN +A0ZF66D0f0hExghAzN4bcLUprbqLOzRldRtxIR0sFAqwlpW41uryZfspuk/qkZN0 +abby/+Ea0AzRdoXLiiW9l14sbxWZJue2Kf8i7MkCx1YAzUm5s2x7UwQa4qjJqhIF +I8LO57sEAszAR6LkxCkvW0VXiVHuPOtSCP8HNR6fNWpHSlaY0VqFH4z1Ir+rzoPz +4iIprn2DQKi6bA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA 2 + Validity + Not Before: Mar 4 05:00:00 2004 GMT + Not After : Mar 4 05:00:00 2019 GMT + Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA 2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:ef:3c:4d:40:3d:10:df:3b:53:00:e1:67:fe:94: + 60:15:3e:85:88:f1:89:0d:90:c8:28:23:99:05:e8: + 2b:20:9d:c6:f3:60:46:d8:c1:b2:d5:8c:31:d9:dc: + 20:79:24:81:bf:35:32:fc:63:69:db:b1:2a:6b:ee: + 21:58:f2:08:e9:78:cb:6f:cb:fc:16:52:c8:91:c4: + ff:3d:73:de:b1:3e:a7:c2:7d:66:c1:f5:7e:52:24: + 1a:e2:d5:67:91:d0:82:10:d7:78:4b:4f:2b:42:39: + bd:64:2d:40:a0:b0:10:d3:38:48:46:88:a1:0c:bb: + 3a:33:2a:62:98:fb:00:9d:13:59:7f:6f:3b:72:aa: + ee:a6:0f:86:f9:05:61:ea:67:7f:0c:37:96:8b:e6: + 69:16:47:11:c2:27:59:03:b3:a6:60:c2:21:40:56: + fa:a0:c7:7d:3a:13:e3:ec:57:c7:b3:d6:ae:9d:89: + 80:f7:01:e7:2c:f6:96:2b:13:0d:79:2c:d9:c0:e4: + 86:7b:4b:8c:0c:72:82:8a:fb:17:cd:00:6c:3a:13: + 3c:b0:84:87:4b:16:7a:29:b2:4f:db:1d:d4:0b:f3: + 66:37:bd:d8:f6:57:bb:5e:24:7a:b8:3c:8b:b9:fa: + 92:1a:1a:84:9e:d8:74:8f:aa:1b:7f:5e:f4:fe:45: + 22:21 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 71:38:36:F2:02:31:53:47:2B:6E:BA:65:46:A9:10:15:58:20:05:09 + X509v3 Authority Key Identifier: + keyid:71:38:36:F2:02:31:53:47:2B:6E:BA:65:46:A9:10:15:58:20:05:09 + + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 03:f7:b5:2b:ab:5d:10:fc:7b:b2:b2:5e:ac:9b:0e:7e:53:78: + 59:3e:42:04:fe:75:a3:ad:ac:81:4e:d7:02:8b:5e:c4:2d:c8: + 52:76:c7:2c:1f:fc:81:32:98:d1:4b:c6:92:93:33:35:31:2f: + fc:d8:1d:44:dd:e0:81:7f:9d:e9:8b:e1:64:91:62:0b:39:08: + 8c:ac:74:9d:59:d9:7a:59:52:97:11:b9:16:7b:6f:45:d3:96: + d9:31:7d:02:36:0f:9c:3b:6e:cf:2c:0d:03:46:45:eb:a0:f4: + 7f:48:44:c6:08:40:cc:de:1b:70:b5:29:ad:ba:8b:3b:34:65: + 75:1b:71:21:1d:2c:14:0a:b0:96:95:b8:d6:ea:f2:65:fb:29: + ba:4f:ea:91:93:74:69:b6:f2:ff:e1:1a:d0:0c:d1:76:85:cb: + 8a:25:bd:97:5e:2c:6f:15:99:26:e7:b6:29:ff:22:ec:c9:02: + c7:56:00:cd:49:b9:b3:6c:7b:53:04:1a:e2:a8:c9:aa:12:05: + 23:c2:ce:e7:bb:04:02:cc:c0:47:a2:e4:c4:29:2f:5b:45:57: + 89:51:ee:3c:eb:52:08:ff:07:35:1e:9f:35:6a:47:4a:56:98: + d1:5a:85:1f:8c:f5:22:bf:ab:ce:83:f3:e2:22:29:ae:7d:83: + 40:a8:ba:6c +SHA1 Fingerprint=A9:E9:78:08:14:37:58:88:F2:05:19:B0:6D:2B:0D:2B:60:16:90:7D diff --git a/sparse/system/etc/security/cacerts_google/594f1775.0 b/sparse/system/etc/security/cacerts_google/594f1775.0 new file mode 100644 index 0000000..a34822a --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/594f1775.0 @@ -0,0 +1,72 @@ +-----BEGIN CERTIFICATE----- +MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV +UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy +dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1 +MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx +dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B +AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f +BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A +cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC +AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ +MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm +aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw +ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj +IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF +MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA +A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y +7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh +1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 903804111 (0x35def4cf) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=Equifax, OU=Equifax Secure Certificate Authority + Validity + Not Before: Aug 22 16:41:51 1998 GMT + Not After : Aug 22 16:41:51 2018 GMT + Subject: C=US, O=Equifax, OU=Equifax Secure Certificate Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (1024 bit) + Modulus: + 00:c1:5d:b1:58:67:08:62:ee:a0:9a:2d:1f:08:6d: + 91:14:68:98:0a:1e:fe:da:04:6f:13:84:62:21:c3: + d1:7c:ce:9f:05:e0:b8:01:f0:4e:34:ec:e2:8a:95: + 04:64:ac:f1:6b:53:5f:05:b3:cb:67:80:bf:42:02: + 8e:fe:dd:01:09:ec:e1:00:14:4f:fc:fb:f0:0c:dd: + 43:ba:5b:2b:e1:1f:80:70:99:15:57:93:16:f1:0f: + 97:6a:b7:c2:68:23:1c:cc:4d:59:30:ac:51:1e:3b: + af:2b:d6:ee:63:45:7b:c5:d9:5f:50:d2:e3:50:0f: + 3a:88:e7:bf:14:fd:e0:c7:b9 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 CRL Distribution Points: + + Full Name: + DirName: C = US, O = Equifax, OU = Equifax Secure Certificate Authority, CN = CRL1 + + X509v3 Private Key Usage Period: + Not After: Aug 22 16:41:51 2018 GMT + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Authority Key Identifier: + keyid:48:E6:68:F9:2B:D2:B2:95:D7:47:D8:23:20:10:4F:33:98:90:9F:D4 + + X509v3 Subject Key Identifier: + 48:E6:68:F9:2B:D2:B2:95:D7:47:D8:23:20:10:4F:33:98:90:9F:D4 + X509v3 Basic Constraints: + CA:TRUE + 1.2.840.113533.7.65.0: + 0...V3.0c.... + Signature Algorithm: sha1WithRSAEncryption + 58:ce:29:ea:fc:f7:de:b5:ce:02:b9:17:b5:85:d1:b9:e3:e0: + 95:cc:25:31:0d:00:a6:92:6e:7f:b6:92:63:9e:50:95:d1:9a: + 6f:e4:11:de:63:85:6e:98:ee:a8:ff:5a:c8:d3:55:b2:66:71: + 57:de:c0:21:eb:3d:2a:a7:23:49:01:04:86:42:7b:fc:ee:7f: + a2:16:52:b5:67:67:d3:40:db:3b:26:58:b2:28:77:3d:ae:14: + 77:61:d6:fa:2a:66:27:a0:0d:fa:a7:73:5c:ea:70:f1:94:21: + 65:44:5f:fa:fc:ef:29:68:a9:a2:87:79:ef:79:ef:4f:ac:07: + 77:38 +SHA1 Fingerprint=D2:32:09:AD:23:D3:14:23:21:74:E4:0D:7F:9D:62:13:97:86:63:3A diff --git a/sparse/system/etc/security/cacerts_google/5a3f0ff8.0 b/sparse/system/etc/security/cacerts_google/5a3f0ff8.0 new file mode 100644 index 0000000..0c27347 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/5a3f0ff8.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 4e:81:2d:8a:82:65:e0:0b:02:ee:3e:35:02:46:e5:3d + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority + Validity + Not Before: Dec 1 00:00:00 2006 GMT + Not After : Dec 31 23:59:59 2029 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:d0:40:8b:8b:72:e3:91:1b:f7:51:c1:1b:54:04: + 98:d3:a9:bf:c1:e6:8a:5d:3b:87:fb:bb:88:ce:0d: + e3:2f:3f:06:96:f0:a2:29:50:99:ae:db:3b:a1:57: + b0:74:51:71:cd:ed:42:91:4d:41:fe:a9:c8:d8:6a: + 86:77:44:bb:59:66:97:50:5e:b4:d4:2c:70:44:cf: + da:37:95:42:69:3c:30:c4:71:b3:52:f0:21:4d:a1: + d8:ba:39:7c:1c:9e:a3:24:9d:f2:83:16:98:aa:16: + 7c:43:9b:15:5b:b7:ae:34:91:fe:d4:62:26:18:46: + 9a:3f:eb:c1:f9:f1:90:57:eb:ac:7a:0d:8b:db:72: + 30:6a:66:d5:e0:46:a3:70:dc:68:d9:ff:04:48:89: + 77:de:b5:e9:fb:67:6d:41:e9:bc:39:bd:32:d9:62: + 02:f1:b1:a8:3d:6e:37:9c:e2:2f:e2:d3:a2:26:8b: + c6:b8:55:43:88:e1:23:3e:a5:d2:24:39:6a:47:ab: + 00:d4:a1:b3:a9:25:fe:0d:3f:a7:1d:ba:d3:51:c1: + 0b:a4:da:ac:38:ef:55:50:24:05:65:46:93:34:4f: + 2d:8d:ad:c6:d4:21:19:d2:8e:ca:05:61:71:07:73: + 47:e5:8a:19:12:bd:04:4d:ce:4e:9c:a5:48:ac:bb: + 26:f7 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 0B:58:E5:8B:C6:4C:15:37:A4:40:A9:30:A9:21:BE:47:36:5A:56:FF + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.comodoca.com/COMODOCertificationAuthority.crl + + Signature Algorithm: sha1WithRSAEncryption + 3e:98:9e:9b:f6:1b:e9:d7:39:b7:78:ae:1d:72:18:49:d3:87: + e4:43:82:eb:3f:c9:aa:f5:a8:b5:ef:55:7c:21:52:65:f9:d5: + 0d:e1:6c:f4:3e:8c:93:73:91:2e:02:c4:4e:07:71:6f:c0:8f: + 38:61:08:a8:1e:81:0a:c0:2f:20:2f:41:8b:91:dc:48:45:bc: + f1:c6:de:ba:76:6b:33:c8:00:2d:31:46:4c:ed:e7:9d:cf:88: + 94:ff:33:c0:56:e8:24:86:26:b8:d8:38:38:df:2a:6b:dd:12: + cc:c7:3f:47:17:4c:a2:c2:06:96:09:d6:db:fe:3f:3c:46:41: + df:58:e2:56:0f:3c:3b:c1:1c:93:35:d9:38:52:ac:ee:c8:ec: + 2e:30:4e:94:35:b4:24:1f:4b:78:69:da:f2:02:38:cc:95:52: + 93:f0:70:25:59:9c:20:67:c4:ee:f9:8b:57:61:f4:92:76:7d: + 3f:84:8d:55:b7:e8:e5:ac:d5:f1:f5:19:56:a6:5a:fb:90:1c: + af:93:eb:e5:1c:d4:67:97:5d:04:0e:be:0b:83:a6:17:83:b9: + 30:12:a0:c5:33:15:05:b9:0d:fb:c7:05:76:e3:d8:4a:8d:fc: + 34:17:a3:c6:21:28:be:30:45:31:1e:c7:78:be:58:61:38:ac: + 3b:e2:01:65 +SHA1 Fingerprint=66:31:BF:9E:F7:4F:9E:B6:C9:D5:A6:0C:BA:6A:BE:D1:F7:BD:EF:7B diff --git a/sparse/system/etc/security/cacerts_google/5e4e69e7.0 b/sparse/system/etc/security/cacerts_google/5e4e69e7.0 new file mode 100644 index 0000000..43b6bda --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/5e4e69e7.0 @@ -0,0 +1,61 @@ +-----BEGIN CERTIFICATE----- +MIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjEL +MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW +ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2ln +biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp +U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y +aXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjELMAkG +A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJp +U2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwg +SW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2ln +biBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8Utpkmw4tXNherJI9/gHm +GUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGzrl0Bp3ve +fLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJ +aW1hZ2UvZ2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYj +aHR0cDovL2xvZ28udmVyaXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMW +kf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMDA2gAMGUCMGYhDBgmYFo4e1ZC +4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIxAJw9SDkjOVga +FRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 2f:80:fe:23:8c:0e:22:0f:48:67:12:28:91:87:ac:b3 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2007 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G4 + Validity + Not Before: Nov 5 00:00:00 2007 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2007 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G4 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:a7:56:7a:7c:52:da:64:9b:0e:2d:5c:d8:5e:ac: + 92:3d:fe:01:e6:19:4a:3d:14:03:4b:fa:60:27:20: + d9:83:89:69:fa:54:c6:9a:18:5e:55:2a:64:de:06: + f6:8d:4a:3b:ad:10:3c:65:3d:90:88:04:89:e0:30: + 61:b3:ae:5d:01:a7:7b:de:7c:b2:be:ca:65:61:00: + 86:ae:da:8f:7b:d0:89:ad:4d:1d:59:9a:41:b1:bc: + 47:80:dc:9e:62:c3:f9 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + 1.3.6.1.5.5.7.1.12: + 0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif + X509v3 Subject Key Identifier: + B3:16:91:FD:EE:A6:6E:E4:B5:2E:49:8F:87:78:81:80:EC:E5:B1:B5 + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:30:66:21:0c:18:26:60:5a:38:7b:56:42:e0:a7:fc: + 36:84:51:91:20:2c:76:4d:43:3d:c4:1d:84:23:d0:ac:d6:7c: + 35:06:ce:cd:69:bd:90:0d:db:6c:48:42:1d:0e:aa:42:02:31: + 00:9c:3d:48:39:23:39:58:1a:15:12:59:6a:9e:ef:d5:59:b2: + 1d:52:2c:99:71:cd:c7:29:df:1b:2a:61:7b:71:d1:de:f3:c0: + e5:0d:3a:4a:aa:2d:a7:d8:86:2a:dd:2e:10 +SHA1 Fingerprint=22:D5:D8:DF:8F:02:31:D1:8D:F7:9D:B7:CF:8A:2D:64:C9:3F:6C:3A diff --git a/sparse/system/etc/security/cacerts_google/67495436.0 b/sparse/system/etc/security/cacerts_google/67495436.0 new file mode 100644 index 0000000..23a6ebe --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/67495436.0 @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCB +rjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf +Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw +MDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNV +BAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0wODA0MDIwMDAwMDBa +Fw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3Rl +LCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9u +MTgwNgYDVQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXpl +ZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEcz +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr8nLPvb2FvdeHsbnndm +gcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2AtP0LMqmsywCPLLEHd5N/8 +YZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC+BsUa0Lf +b1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9 +9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S +zhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk +OQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNV +HQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJKoZIhvcNAQELBQADggEBABpA +2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweKA3rD6z8KLFIW +oCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu +t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7c +KUGRIjxpp7sC8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fM +m7v/OeZWYdMKp8RcTGB7BXcmer/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZu +MdRAGmI0Nj81Aa6sY6A= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 60:01:97:b7:46:a7:ea:b4:b4:9a:d6:4b:2f:f7:90:fb + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2008 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G3 + Validity + Not Before: Apr 2 00:00:00 2008 GMT + Not After : Dec 1 23:59:59 2037 GMT + Subject: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2008 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:b2:bf:27:2c:fb:db:d8:5b:dd:78:7b:1b:9e:77: + 66:81:cb:3e:bc:7c:ae:f3:a6:27:9a:34:a3:68:31: + 71:38:33:62:e4:f3:71:66:79:b1:a9:65:a3:a5:8b: + d5:8f:60:2d:3f:42:cc:aa:6b:32:c0:23:cb:2c:41: + dd:e4:df:fc:61:9c:e2:73:b2:22:95:11:43:18:5f: + c4:b6:1f:57:6c:0a:05:58:22:c8:36:4c:3a:7c:a5: + d1:cf:86:af:88:a7:44:02:13:74:71:73:0a:42:59: + 02:f8:1b:14:6b:42:df:6f:5f:ba:6b:82:a2:9d:5b: + e7:4a:bd:1e:01:72:db:4b:74:e8:3b:7f:7f:7d:1f: + 04:b4:26:9b:e0:b4:5a:ac:47:3d:55:b8:d7:b0:26: + 52:28:01:31:40:66:d8:d9:24:bd:f6:2a:d8:ec:21: + 49:5c:9b:f6:7a:e9:7f:55:35:7e:96:6b:8d:93:93: + 27:cb:92:bb:ea:ac:40:c0:9f:c2:f8:80:cf:5d:f4: + 5a:dc:ce:74:86:a6:3e:6c:0b:53:ca:bd:92:ce:19: + 06:72:e6:0c:5c:38:69:c7:04:d6:bc:6c:ce:5b:f6: + f7:68:9c:dc:25:15:48:88:a1:e9:a9:f8:98:9c:e0: + f3:d5:31:28:61:11:6c:67:96:8d:39:99:cb:c2:45: + 24:39 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + AD:6C:AA:94:60:9C:ED:E4:FF:FA:3E:0A:74:2B:63:03:F7:B6:59:BF + Signature Algorithm: sha256WithRSAEncryption + 1a:40:d8:95:65:ac:09:92:89:c6:39:f4:10:e5:a9:0e:66:53: + 5d:78:de:fa:24:91:bb:e7:44:51:df:c6:16:34:0a:ef:6a:44: + 51:ea:2b:07:8a:03:7a:c3:eb:3f:0a:2c:52:16:a0:2b:43:b9: + 25:90:3f:70:a9:33:25:6d:45:1a:28:3b:27:cf:aa:c3:29:42: + 1b:df:3b:4c:c0:33:34:5b:41:88:bf:6b:2b:65:af:28:ef:b2: + f5:c3:aa:66:ce:7b:56:ee:b7:c8:cb:67:c1:c9:9c:1a:18:b8: + c4:c3:49:03:f1:60:0e:50:cd:46:c5:f3:77:79:f7:b6:15:e0: + 38:db:c7:2f:28:a0:0c:3f:77:26:74:d9:25:12:da:31:da:1a: + 1e:dc:29:41:91:22:3c:69:a7:bb:02:f2:b6:5c:27:03:89:f4: + 06:ea:9b:e4:72:82:e3:a1:09:c1:e9:00:19:d3:3e:d4:70:6b: + ba:71:a6:aa:58:ae:f4:bb:e9:6c:b6:ef:87:cc:9b:bb:ff:39: + e6:56:61:d3:0a:a7:c4:5c:4c:60:7b:05:77:26:7a:bf:d8:07: + 52:2c:62:f7:70:63:d9:39:bc:6f:1c:c2:79:dc:76:29:af:ce: + c5:2c:64:04:5e:88:36:6e:31:d4:40:1a:62:34:36:3f:35:01: + ae:ac:63:a0 +SHA1 Fingerprint=F1:8B:53:8D:1B:E9:03:B6:A6:F0:56:43:5B:17:15:89:CA:F3:6B:F2 diff --git a/sparse/system/etc/security/cacerts_google/69105f4f.0 b/sparse/system/etc/security/cacerts_google/69105f4f.0 new file mode 100644 index 0000000..a9364ac --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/69105f4f.0 @@ -0,0 +1,83 @@ +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA + Validity + Not Before: Nov 10 00:00:00 2006 GMT + Not After : Nov 10 00:00:00 2031 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:ad:0e:15:ce:e4:43:80:5c:b1:87:f3:b7:60:f9: + 71:12:a5:ae:dc:26:94:88:aa:f4:ce:f5:20:39:28: + 58:60:0c:f8:80:da:a9:15:95:32:61:3c:b5:b1:28: + 84:8a:8a:dc:9f:0a:0c:83:17:7a:8f:90:ac:8a:e7: + 79:53:5c:31:84:2a:f6:0f:98:32:36:76:cc:de:dd: + 3c:a8:a2:ef:6a:fb:21:f2:52:61:df:9f:20:d7:1f: + e2:b1:d9:fe:18:64:d2:12:5b:5f:f9:58:18:35:bc: + 47:cd:a1:36:f9:6b:7f:d4:b0:38:3e:c1:1b:c3:8c: + 33:d9:d8:2f:18:fe:28:0f:b3:a7:83:d6:c3:6e:44: + c0:61:35:96:16:fe:59:9c:8b:76:6d:d7:f1:a2:4b: + 0d:2b:ff:0b:72:da:9e:60:d0:8e:90:35:c6:78:55: + 87:20:a1:cf:e5:6d:0a:c8:49:7c:31:98:33:6c:22: + e9:87:d0:32:5a:a2:ba:13:82:11:ed:39:17:9d:99: + 3a:72:a1:e6:fa:a4:d9:d5:17:31:75:ae:85:7d:22: + ae:3f:01:46:86:f6:28:79:c8:b1:da:e4:57:17:c4: + 7e:1c:0e:b0:b4:92:a6:56:b3:bd:b2:97:ed:aa:a7: + f0:b7:c5:a8:3f:95:16:d0:ff:a1:96:eb:08:5f:18: + 77:4f + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F + X509v3 Authority Key Identifier: + keyid:45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F + + Signature Algorithm: sha1WithRSAEncryption + a2:0e:bc:df:e2:ed:f0:e3:72:73:7a:64:94:bf:f7:72:66:d8: + 32:e4:42:75:62:ae:87:eb:f2:d5:d9:de:56:b3:9f:cc:ce:14: + 28:b9:0d:97:60:5c:12:4c:58:e4:d3:3d:83:49:45:58:97:35: + 69:1a:a8:47:ea:56:c6:79:ab:12:d8:67:81:84:df:7f:09:3c: + 94:e6:b8:26:2c:20:bd:3d:b3:28:89:f7:5f:ff:22:e2:97:84: + 1f:e9:65:ef:87:e0:df:c1:67:49:b3:5d:eb:b2:09:2a:eb:26: + ed:78:be:7d:3f:2b:f3:b7:26:35:6d:5f:89:01:b6:49:5b:9f: + 01:05:9b:ab:3d:25:c1:cc:b6:7f:c2:f1:6f:86:c6:fa:64:68: + eb:81:2d:94:eb:42:b7:fa:8c:1e:dd:62:f1:be:50:67:b7:6c: + bd:f3:f1:1f:6b:0c:36:07:16:7f:37:7c:a9:5b:6d:7a:f1:12: + 46:60:83:d7:27:04:be:4b:ce:97:be:c3:67:2a:68:11:df:80: + e7:0c:33:66:bf:13:0d:14:6e:f3:7f:1f:63:10:1e:fa:8d:1b: + 25:6d:6c:8f:a5:b7:61:01:b1:d2:a3:26:a1:10:71:9d:ad:e2: + c3:f9:c3:99:51:b7:2b:07:08:ce:2e:e6:50:b2:a7:fa:0a:45: + 2f:a2:f0:f2 +SHA1 Fingerprint=05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43 diff --git a/sparse/system/etc/security/cacerts_google/75680d2e.0 b/sparse/system/etc/security/cacerts_google/75680d2e.0 new file mode 100644 index 0000000..59329ba --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/75680d2e.0 @@ -0,0 +1,90 @@ +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services + Validity + Not Before: Jan 1 00:00:00 2004 GMT + Not After : Dec 31 23:59:59 2028 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:be:40:9d:f4:6e:e1:ea:76:87:1c:4d:45:44:8e: + be:46:c8:83:06:9d:c1:2a:fe:18:1f:8e:e4:02:fa: + f3:ab:5d:50:8a:16:31:0b:9a:06:d0:c5:70:22:cd: + 49:2d:54:63:cc:b6:6e:68:46:0b:53:ea:cb:4c:24: + c0:bc:72:4e:ea:f1:15:ae:f4:54:9a:12:0a:c3:7a: + b2:33:60:e2:da:89:55:f3:22:58:f3:de:dc:cf:ef: + 83:86:a2:8c:94:4f:9f:68:f2:98:90:46:84:27:c7: + 76:bf:e3:cc:35:2c:8b:5e:07:64:65:82:c0:48:b0: + a8:91:f9:61:9f:76:20:50:a8:91:c7:66:b5:eb:78: + 62:03:56:f0:8a:1a:13:ea:31:a3:1e:a0:99:fd:38: + f6:f6:27:32:58:6f:07:f5:6b:b8:fb:14:2b:af:b7: + aa:cc:d6:63:5f:73:8c:da:05:99:a8:38:a8:cb:17: + 78:36:51:ac:e9:9e:f4:78:3a:8d:cf:0f:d9:42:e2: + 98:0c:ab:2f:9f:0e:01:de:ef:9f:99:49:f1:2d:df: + ac:74:4d:1b:98:b5:47:c5:e5:29:d1:f9:90:18:c7: + 62:9c:be:83:c7:26:7b:3e:8a:25:c7:c0:dd:9d:e6: + 35:68:10:20:9d:8f:d8:de:d2:c3:84:9c:0d:5e:e8: + 2f:c9 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + A0:11:0A:23:3E:96:F1:07:EC:E2:AF:29:EF:82:A5:7F:D0:30:A4:B4 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.comodoca.com/AAACertificateServices.crl + + Full Name: + URI:http://crl.comodo.net/AAACertificateServices.crl + + Signature Algorithm: sha1WithRSAEncryption + 08:56:fc:02:f0:9b:e8:ff:a4:fa:d6:7b:c6:44:80:ce:4f:c4: + c5:f6:00:58:cc:a6:b6:bc:14:49:68:04:76:e8:e6:ee:5d:ec: + 02:0f:60:d6:8d:50:18:4f:26:4e:01:e3:e6:b0:a5:ee:bf:bc: + 74:54:41:bf:fd:fc:12:b8:c7:4f:5a:f4:89:60:05:7f:60:b7: + 05:4a:f3:f6:f1:c2:bf:c4:b9:74:86:b6:2d:7d:6b:cc:d2:f3: + 46:dd:2f:c6:e0:6a:c3:c3:34:03:2c:7d:96:dd:5a:c2:0e:a7: + 0a:99:c1:05:8b:ab:0c:2f:f3:5c:3a:cf:6c:37:55:09:87:de: + 53:40:6c:58:ef:fc:b6:ab:65:6e:04:f6:1b:dc:3c:e0:5a:15: + c6:9e:d9:f1:59:48:30:21:65:03:6c:ec:e9:21:73:ec:9b:03: + a1:e0:37:ad:a0:15:18:8f:fa:ba:02:ce:a7:2c:a9:10:13:2c: + d4:e5:08:26:ab:22:97:60:f8:90:5e:74:d4:a2:9a:53:bd:f2: + a9:68:e0:a2:6e:c2:d7:6c:b1:a3:0f:9e:bf:eb:68:e7:56:f2: + ae:f2:e3:2b:38:3a:09:81:b5:6b:85:d7:be:2d:ed:3f:1a:b7: + b2:63:e2:f5:62:2c:82:d4:6a:00:41:50:f1:39:83:9f:95:e9: + 36:96:98:6e +SHA1 Fingerprint=D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49 diff --git a/sparse/system/etc/security/cacerts_google/7999be0d.0 b/sparse/system/etc/security/cacerts_google/7999be0d.0 new file mode 100644 index 0000000..077c03b --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/7999be0d.0 @@ -0,0 +1,78 @@ +-----BEGIN CERTIFICATE----- +MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i +YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG +EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg +R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9 +9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq +fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv +iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU +1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+ +bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW +MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA +ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l +uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn +Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS +tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF +PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un +hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV +5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 144470 (0x23456) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA + Validity + Not Before: May 21 04:00:00 2002 GMT + Not After : May 21 04:00:00 2022 GMT + Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:da:cc:18:63:30:fd:f4:17:23:1a:56:7e:5b:df: + 3c:6c:38:e4:71:b7:78:91:d4:bc:a1:d8:4c:f8:a8: + 43:b6:03:e9:4d:21:07:08:88:da:58:2f:66:39:29: + bd:05:78:8b:9d:38:e8:05:b7:6a:7e:71:a4:e6:c4: + 60:a6:b0:ef:80:e4:89:28:0f:9e:25:d6:ed:83:f3: + ad:a6:91:c7:98:c9:42:18:35:14:9d:ad:98:46:92: + 2e:4f:ca:f1:87:43:c1:16:95:57:2d:50:ef:89:2d: + 80:7a:57:ad:f2:ee:5f:6b:d2:00:8d:b9:14:f8:14: + 15:35:d9:c0:46:a3:7b:72:c8:91:bf:c9:55:2b:cd: + d0:97:3e:9c:26:64:cc:df:ce:83:19:71:ca:4e:e6: + d4:d5:7b:a9:19:cd:55:de:c8:ec:d2:5e:38:53:e5: + 5c:4f:8c:2d:fe:50:23:36:fc:66:e6:cb:8e:a4:39: + 19:00:b7:95:02:39:91:0b:0e:fe:38:2e:d1:1d:05: + 9a:f6:4d:3e:6f:0f:07:1d:af:2c:1e:8f:60:39:e2: + fa:36:53:13:39:d4:5e:26:2b:db:3d:a8:14:bd:32: + eb:18:03:28:52:04:71:e5:ab:33:3d:e1:38:bb:07: + 36:84:62:9c:79:ea:16:30:f4:5f:c0:2b:e8:71:6b: + e4:f9 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + C0:7A:98:68:8D:89:FB:AB:05:64:0C:11:7D:AA:7D:65:B8:CA:CC:4E + X509v3 Authority Key Identifier: + keyid:C0:7A:98:68:8D:89:FB:AB:05:64:0C:11:7D:AA:7D:65:B8:CA:CC:4E + + Signature Algorithm: sha1WithRSAEncryption + 35:e3:29:6a:e5:2f:5d:54:8e:29:50:94:9f:99:1a:14:e4:8f: + 78:2a:62:94:a2:27:67:9e:d0:cf:1a:5e:47:e9:c1:b2:a4:cf: + dd:41:1a:05:4e:9b:4b:ee:4a:6f:55:52:b3:24:a1:37:0a:eb: + 64:76:2a:2e:2c:f3:fd:3b:75:90:bf:fa:71:d8:c7:3d:37:d2: + b5:05:95:62:b9:a6:de:89:3d:36:7b:38:77:48:97:ac:a6:20: + 8f:2e:a6:c9:0c:c2:b2:99:45:00:c7:ce:11:51:22:22:e0:a5: + ea:b6:15:48:09:64:ea:5e:4f:74:f7:05:3e:c7:8a:52:0c:db: + 15:b4:bd:6d:9b:e5:c6:b1:54:68:a9:e3:69:90:b6:9a:a5:0f: + b8:b9:3f:20:7d:ae:4a:b5:b8:9c:e4:1d:b6:ab:e6:94:a5:c1: + c7:83:ad:db:f5:27:87:0e:04:6c:d5:ff:dd:a0:5d:ed:87:52: + b7:2b:15:02:ae:39:a6:6a:74:e9:da:c4:e7:bc:4d:34:1e:a9: + 5c:4d:33:5f:92:09:2f:88:66:5d:77:97:c7:1d:76:13:a9:d5: + e5:f1:16:09:11:35:d5:ac:db:24:71:70:2c:98:56:0b:d9:17: + b4:d1:e3:51:2b:5e:75:e8:d5:d0:dc:4f:34:ed:c2:05:66:80: + a1:cb:e6:33 +SHA1 Fingerprint=DE:28:F4:A4:FF:E5:B9:2F:A3:C5:03:D1:A3:49:A7:F9:96:2A:82:12 diff --git a/sparse/system/etc/security/cacerts_google/7d453d8f.0 b/sparse/system/etc/security/cacerts_google/7d453d8f.0 new file mode 100644 index 0000000..8320018 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/7d453d8f.0 @@ -0,0 +1,75 @@ +-----BEGIN CERTIFICATE----- +MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl +cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu +LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT +aWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp +dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD +VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT +aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ +bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu +IENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg +LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b +N3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t +KmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu +kxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm +CC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ +Xwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu +imi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te +2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe +DGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC +/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p +F4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt +TxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 1 (0x0) + Serial Number: + 9b:7e:06:49:a3:3e:62:b9:d5:ee:90:48:71:29:ef:57 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 1999 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G3 + Validity + Not Before: Oct 1 00:00:00 1999 GMT + Not After : Jul 16 23:59:59 2036 GMT + Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 1999 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:cb:ba:9c:52:fc:78:1f:1a:1e:6f:1b:37:73:bd: + f8:c9:6b:94:12:30:4f:f0:36:47:f5:d0:91:0a:f5: + 17:c8:a5:61:c1:16:40:4d:fb:8a:61:90:e5:76:20: + c1:11:06:7d:ab:2c:6e:a6:f5:11:41:8e:fa:2d:ad: + 2a:61:59:a4:67:26:4c:d0:e8:bc:52:5b:70:20:04: + 58:d1:7a:c9:a4:69:bc:83:17:64:ad:05:8b:bc:d0: + 58:ce:8d:8c:f5:eb:f0:42:49:0b:9d:97:27:67:32: + 6e:e1:ae:93:15:1c:70:bc:20:4d:2f:18:de:92:88: + e8:6c:85:57:11:1a:e9:7e:e3:26:11:54:a2:45:96: + 55:83:ca:30:89:e8:dc:d8:a3:ed:2a:80:3f:7f:79: + 65:57:3e:15:20:66:08:2f:95:93:bf:aa:47:2f:a8: + 46:97:f0:12:e2:fe:c2:0a:2b:51:e6:76:e6:b7:46: + b7:e2:0d:a6:cc:a8:c3:4c:59:55:89:e6:e8:53:5c: + 1c:ea:9d:f0:62:16:0b:a7:c9:5f:0c:f0:de:c2:76: + ce:af:f7:6a:f2:fa:41:a6:a2:33:14:c9:e5:7a:63: + d3:9e:62:37:d5:85:65:9e:0e:e6:53:24:74:1b:5e: + 1d:12:53:5b:c7:2c:e7:83:49:3b:15:ae:8a:68:b9: + 57:97 + Exponent: 65537 (0x10001) + Signature Algorithm: sha1WithRSAEncryption + 11:14:96:c1:ab:92:08:f7:3f:2f:c9:b2:fe:e4:5a:9f:64:de: + db:21:4f:86:99:34:76:36:57:dd:d0:15:2f:c5:ad:7f:15:1f: + 37:62:73:3e:d4:e7:5f:ce:17:03:db:35:fa:2b:db:ae:60:09: + 5f:1e:5f:8f:6e:bb:0b:3d:ea:5a:13:1e:0c:60:6f:b5:c0:b5: + 23:22:2e:07:0b:cb:a9:74:cb:47:bb:1d:c1:d7:a5:6b:cc:2f: + d2:42:fd:49:dd:a7:89:cf:53:ba:da:00:5a:28:bf:82:df:f8: + ba:13:1d:50:86:82:fd:8e:30:8f:29:46:b0:1e:3d:35:da:38: + 62:16:18:4a:ad:e6:b6:51:6c:de:af:62:eb:01:d0:1e:24:fe: + 7a:8f:12:1a:12:68:b8:fb:66:99:14:14:45:5c:ae:e7:ae:69: + 17:81:2b:5a:37:c9:5e:2a:f4:c6:e2:a1:5c:54:9b:a6:54:00: + cf:f0:f1:c1:c7:98:30:1a:3b:36:16:db:a3:6e:ea:fd:ad:b2: + c2:da:ef:02:47:13:8a:c0:f1:b3:31:ad:4f:1c:e1:4f:9c:af: + 0f:0c:9d:f7:78:0d:d8:f4:35:56:80:da:b7:6d:17:8f:9d:1e: + 81:64:e1:fe:c5:45:ba:ad:6b:b9:0a:7a:4e:4f:4b:84:ee:4b: + f1:7d:dd:11 +SHA1 Fingerprint=13:2D:0D:45:53:4B:69:97:CD:B2:D5:C3:39:E2:55:76:60:9B:5C:C6 diff --git a/sparse/system/etc/security/cacerts_google/81b9768f.0 b/sparse/system/etc/security/cacerts_google/81b9768f.0 new file mode 100644 index 0000000..3593254 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/81b9768f.0 @@ -0,0 +1,84 @@ +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 02:ac:5c:26:6a:0b:40:9b:8f:0b:79:f2:ae:46:25:77 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA + Validity + Not Before: Nov 10 00:00:00 2006 GMT + Not After : Nov 10 00:00:00 2031 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:c6:cc:e5:73:e6:fb:d4:bb:e5:2d:2d:32:a6:df: + e5:81:3f:c9:cd:25:49:b6:71:2a:c3:d5:94:34:67: + a2:0a:1c:b0:5f:69:a6:40:b1:c4:b7:b2:8f:d0:98: + a4:a9:41:59:3a:d3:dc:94:d6:3c:db:74:38:a4:4a: + cc:4d:25:82:f7:4a:a5:53:12:38:ee:f3:49:6d:71: + 91:7e:63:b6:ab:a6:5f:c3:a4:84:f8:4f:62:51:be: + f8:c5:ec:db:38:92:e3:06:e5:08:91:0c:c4:28:41: + 55:fb:cb:5a:89:15:7e:71:e8:35:bf:4d:72:09:3d: + be:3a:38:50:5b:77:31:1b:8d:b3:c7:24:45:9a:a7: + ac:6d:00:14:5a:04:b7:ba:13:eb:51:0a:98:41:41: + 22:4e:65:61:87:81:41:50:a6:79:5c:89:de:19:4a: + 57:d5:2e:e6:5d:1c:53:2c:7e:98:cd:1a:06:16:a4: + 68:73:d0:34:04:13:5c:a1:71:d3:5a:7c:55:db:5e: + 64:e1:37:87:30:56:04:e5:11:b4:29:80:12:f1:79: + 39:88:a2:02:11:7c:27:66:b7:88:b7:78:f2:ca:0a: + a8:38:ab:0a:64:c2:bf:66:5d:95:84:c1:a1:25:1e: + 87:5d:1a:50:0b:20:12:cc:41:bb:6e:0b:51:38:b8: + 4b:cb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3 + X509v3 Authority Key Identifier: + keyid:B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3 + + Signature Algorithm: sha1WithRSAEncryption + 1c:1a:06:97:dc:d7:9c:9f:3c:88:66:06:08:57:21:db:21:47: + f8:2a:67:aa:bf:18:32:76:40:10:57:c1:8a:f3:7a:d9:11:65: + 8e:35:fa:9e:fc:45:b5:9e:d9:4c:31:4b:b8:91:e8:43:2c:8e: + b3:78:ce:db:e3:53:79:71:d6:e5:21:94:01:da:55:87:9a:24: + 64:f6:8a:66:cc:de:9c:37:cd:a8:34:b1:69:9b:23:c8:9e:78: + 22:2b:70:43:e3:55:47:31:61:19:ef:58:c5:85:2f:4e:30:f6: + a0:31:16:23:c8:e7:e2:65:16:33:cb:bf:1a:1b:a0:3d:f8:ca: + 5e:8b:31:8b:60:08:89:2d:0c:06:5c:52:b7:c4:f9:0a:98:d1: + 15:5f:9f:12:be:7c:36:63:38:bd:44:a4:7f:e4:26:2b:0a:c4: + 97:69:0d:e9:8c:e2:c0:10:57:b8:c8:76:12:91:55:f2:48:69: + d8:bc:2a:02:5b:0f:44:d4:20:31:db:f4:ba:70:26:5d:90:60: + 9e:bc:4b:17:09:2f:b4:cb:1e:43:68:c9:07:27:c1:d2:5c:f7: + ea:21:b9:68:12:9c:3c:9c:bf:9e:fc:80:5c:9b:63:cd:ec:47: + aa:25:27:67:a0:37:f3:00:82:7d:54:d7:a9:f8:e9:2e:13:a3: + 77:e8:1f:4a +SHA1 Fingerprint=5F:B7:EE:06:33:E2:59:DB:AD:0C:4C:9A:E6:D3:8F:1A:61:C7:DC:25 diff --git a/sparse/system/etc/security/cacerts_google/85cde254.0 b/sparse/system/etc/security/cacerts_google/85cde254.0 new file mode 100644 index 0000000..08be8a6 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/85cde254.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certificate Authority - G2 + Validity + Not Before: Sep 1 00:00:00 2009 GMT + Not After : Dec 31 23:59:59 2037 GMT + Subject: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certificate Authority - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:bd:ed:c1:03:fc:f6:8f:fc:02:b1:6f:5b:9f:48: + d9:9d:79:e2:a2:b7:03:61:56:18:c3:47:b6:d7:ca: + 3d:35:2e:89:43:f7:a1:69:9b:de:8a:1a:fd:13:20: + 9c:b4:49:77:32:29:56:fd:b9:ec:8c:dd:22:fa:72: + dc:27:61:97:ee:f6:5a:84:ec:6e:19:b9:89:2c:dc: + 84:5b:d5:74:fb:6b:5f:c5:89:a5:10:52:89:46:55: + f4:b8:75:1c:e6:7f:e4:54:ae:4b:f8:55:72:57:02: + 19:f8:17:71:59:eb:1e:28:07:74:c5:9d:48:be:6c: + b4:f4:a4:b0:f3:64:37:79:92:c0:ec:46:5e:7f:e1: + 6d:53:4c:62:af:cd:1f:0b:63:bb:3a:9d:fb:fc:79: + 00:98:61:74:cf:26:82:40:63:f3:b2:72:6a:19:0d: + 99:ca:d4:0e:75:cc:37:fb:8b:89:c1:59:f1:62:7f: + 5f:b3:5f:65:30:f8:a7:b7:4d:76:5a:1e:76:5e:34: + c0:e8:96:56:99:8a:b3:f0:7f:a4:cd:bd:dc:32:31: + 7c:91:cf:e0:5f:11:f8:6b:aa:49:5c:d1:99:94:d1: + a2:e3:63:5b:09:76:b5:56:62:e1:4b:74:1d:96:d4: + 26:d4:08:04:59:d0:98:0e:0e:e6:de:fc:c3:ec:1f: + 90:f1 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 7C:0C:32:1F:A7:D9:30:7F:C4:7D:68:A3:62:A8:A1:CE:AB:07:5B:27 + Signature Algorithm: sha256WithRSAEncryption + 11:59:fa:25:4f:03:6f:94:99:3b:9a:1f:82:85:39:d4:76:05: + 94:5e:e1:28:93:6d:62:5d:09:c2:a0:a8:d4:b0:75:38:f1:34: + 6a:9d:e4:9f:8a:86:26:51:e6:2c:d1:c6:2d:6e:95:20:4a:92: + 01:ec:b8:8a:67:7b:31:e2:67:2e:8c:95:03:26:2e:43:9d:4a: + 31:f6:0e:b5:0c:bb:b7:e2:37:7f:22:ba:00:a3:0e:7b:52:fb: + 6b:bb:3b:c4:d3:79:51:4e:cd:90:f4:67:07:19:c8:3c:46:7a: + 0d:01:7d:c5:58:e7:6d:e6:85:30:17:9a:24:c4:10:e0:04:f7: + e0:f2:7f:d4:aa:0a:ff:42:1d:37:ed:94:e5:64:59:12:20:77: + 38:d3:32:3e:38:81:75:96:73:fa:68:8f:b1:cb:ce:1f:c5:ec: + fa:9c:7e:cf:7e:b1:f1:07:2d:b6:fc:bf:ca:a4:bf:d0:97:05: + 4a:bc:ea:18:28:02:90:bd:54:78:09:21:71:d3:d1:7d:1d:d9: + 16:b0:a9:61:3d:d0:0a:00:22:fc:c7:7b:cb:09:64:45:0b:3b: + 40:81:f7:7d:7c:32:f5:98:ca:58:8e:7d:2a:ee:90:59:73:64: + f9:36:74:5e:25:a1:f5:66:05:2e:7f:39:15:a9:2a:fb:50:8b: + 8e:85:69:f4 +SHA1 Fingerprint=B5:1C:06:7C:EE:2B:0C:3D:F8:55:AB:2D:92:F4:FE:39:D4:E7:0F:0E diff --git a/sparse/system/etc/security/cacerts_google/86212b19.0 b/sparse/system/etc/security/cacerts_google/86212b19.0 new file mode 100644 index 0000000..ac1ad6b --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/86212b19.0 @@ -0,0 +1,77 @@ +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8957382827206547757 (0x7c4f04391cd4992d) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Networking + Validity + Not Before: Jan 29 14:08:24 2010 GMT + Not After : Dec 31 14:08:24 2030 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Networking + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:b4:84:cc:33:17:2e:6b:94:6c:6b:61:52:a0:eb: + a3:cf:79:94:4c:e5:94:80:99:cb:55:64:44:65:8f: + 67:64:e2:06:e3:5c:37:49:f6:2f:9b:84:84:1e:2d: + f2:60:9d:30:4e:cc:84:85:e2:2c:cf:1e:9e:fe:36: + ab:33:77:35:44:d8:35:96:1a:3d:36:e8:7a:0e:d8: + d5:47:a1:6a:69:8b:d9:fc:bb:3a:ae:79:5a:d5:f4: + d6:71:bb:9a:90:23:6b:9a:b7:88:74:87:0c:1e:5f: + b9:9e:2d:fa:ab:53:2b:dc:bb:76:3e:93:4c:08:08: + 8c:1e:a2:23:1c:d4:6a:ad:22:ba:99:01:2e:6d:65: + cb:be:24:66:55:24:4b:40:44:b1:1b:d7:e1:c2:85: + c0:de:10:3f:3d:ed:b8:fc:f1:f1:23:53:dc:bf:65: + 97:6f:d9:f9:40:71:8d:7d:bd:95:d4:ce:be:a0:5e: + 27:23:de:fd:a6:d0:26:0e:00:29:eb:3c:46:f0:3d: + 60:bf:3f:50:d2:dc:26:41:51:9e:14:37:42:04:a3: + 70:57:a8:1b:87:ed:2d:fa:7b:ee:8c:0a:e3:a9:66: + 89:19:cb:41:f9:dd:44:36:61:cf:e2:77:46:c8:7d: + f6:f4:92:81:36:fd:db:34:f1:72:7e:f3:0c:16:bd: + b4:15 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 07:1F:D2:E7:9C:DA:C2:6E:A2:40:B4:B0:7A:50:10:50:74:C4:C8:BD + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 89:57:b2:16:7a:a8:c2:fd:d6:d9:9b:9b:34:c2:9c:b4:32:14: + 4d:a7:a4:df:ec:be:a7:be:f8:43:db:91:37:ce:b4:32:2e:50: + 55:1a:35:4e:76:43:71:20:ef:93:77:4e:15:70:2e:87:c3:c1: + 1d:6d:dc:cb:b5:27:d4:2c:56:d1:52:53:3a:44:d2:73:c8:c4: + 1b:05:65:5a:62:92:9c:ee:41:8d:31:db:e7:34:ea:59:21:d5: + 01:7a:d7:64:b8:64:39:cd:c9:ed:af:ed:4b:03:48:a7:a0:99: + 01:80:dc:65:a3:36:ae:65:59:48:4f:82:4b:c8:65:f1:57:1d: + e5:59:2e:0a:3f:6c:d8:d1:f5:e5:09:b4:6c:54:00:0a:e0:15: + 4d:87:75:6d:b7:58:96:5a:dd:6d:d2:00:a0:f4:9b:48:be:c3: + 37:a4:ba:36:e0:7c:87:85:97:1a:15:a2:de:2e:a2:5b:bd:af: + 18:f9:90:50:cd:70:59:f8:27:67:47:cb:c7:a0:07:3a:7d:d1: + 2c:5d:6c:19:3a:66:b5:7d:fd:91:6f:82:b1:be:08:93:db:14: + 47:f1:a2:37:c7:45:9e:3c:c7:77:af:64:a8:93:df:f6:69:83: + 82:60:f2:49:42:34:ed:5a:00:54:85:1c:16:36:92:0c:5c:fa: + a6:ad:bf:db +SHA1 Fingerprint=29:36:21:02:8B:20:ED:02:F5:66:C5:32:D1:D6:ED:90:9F:45:00:2F diff --git a/sparse/system/etc/security/cacerts_google/87753b0d.0 b/sparse/system/etc/security/cacerts_google/87753b0d.0 new file mode 100644 index 0000000..18405ec --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/87753b0d.0 @@ -0,0 +1,122 @@ +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW +MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy +c2FsIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYD +VQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1 +c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0DE81 +WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUG +FF+3Qs17j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdq +XbboW0W63MOhBW9Wjo8QJqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxL +se4YuU6W3Nx2/zu+z18DwPw76L5GG//aQMJS9/7jOvdqdzXQ2o3rXhhqMcceujwb +KNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2WP0+GfPtDCapkzj4T8Fd +IgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP20gaXT73 +y/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRt +hAAnZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgoc +QIgfksILAAX/8sgCSqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4 +Lt1ZrtmhN79UNdxzMk+MBB4zsslG8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAfBgNV +HSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8EBAMCAYYwDQYJ +KoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z +dXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQ +L1EuxBRa3ugZ4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgr +Fg5fNuH8KrUwJM/gYwx7WBr+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSo +ag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpqA1Ihn0CoZ1Dy81of398j9tx4TuaY +T1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpgY+RdM4kX2TGq2tbz +GDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiPpm8m +1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJV +OCiNUW7dFGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH +6aLcr34YEoP9VhdBLtUpgn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwX +QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2 + Validity + Not Before: Mar 4 05:00:00 2004 GMT + Not After : Mar 4 05:00:00 2029 GMT + Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (4096 bit) + Modulus: + 00:b3:54:52:c1:c9:3e:f2:d9:dc:b1:53:1a:59:29: + e7:b1:c3:45:28:e5:d7:d1:ed:c5:c5:4b:a1:aa:74: + 7b:57:af:4a:26:fc:d8:f5:5e:a7:6e:19:db:74:0c: + 4f:35:5b:32:0b:01:e3:db:eb:7a:77:35:ea:aa:5a: + e0:d6:e8:a1:57:94:f0:90:a3:74:56:94:44:30:03: + 1e:5c:4e:2b:85:26:74:82:7a:0c:76:a0:6f:4d:ce: + 41:2d:a0:15:06:14:5f:b7:42:cd:7b:8f:58:61:34: + dc:2a:08:f9:2e:c3:01:a6:22:44:1c:4c:07:82:e6: + 5b:ce:d0:4a:7c:04:d3:19:73:27:f0:aa:98:7f:2e: + af:4e:eb:87:1e:24:77:6a:5d:b6:e8:5b:45:ba:dc: + c3:a1:05:6f:56:8e:8f:10:26:a5:49:c3:2e:d7:41: + 87:22:e0:4f:86:ca:60:b5:ea:a1:63:c0:01:97:10: + 79:bd:00:3c:12:6d:2b:15:b1:ac:4b:b1:ee:18:b9: + 4e:96:dc:dc:76:ff:3b:be:cf:5f:03:c0:fc:3b:e8: + be:46:1b:ff:da:40:c2:52:f7:fe:e3:3a:f7:6a:77: + 35:d0:da:8d:eb:5e:18:6a:31:c7:1e:ba:3c:1b:28: + d6:6b:54:c6:aa:5b:d7:a2:2c:1b:19:cc:a2:02:f6: + 9b:59:bd:37:6b:86:b5:6d:82:ba:d8:ea:c9:56:bc: + a9:36:58:fd:3e:19:f3:ed:0c:26:a9:93:38:f8:4f: + c1:5d:22:06:d0:97:ea:e1:ad:c6:55:e0:81:2b:28: + 83:3a:fa:f4:7b:21:51:00:be:52:38:ce:cd:66:79: + a8:f4:81:56:e2:d0:83:09:47:51:5b:50:6a:cf:db: + 48:1a:5d:3e:f7:cb:f6:65:f7:6c:f1:95:f8:02:3b: + 32:56:82:39:7a:5b:bd:2f:89:1b:bf:a1:b4:e8:ff: + 7f:8d:8c:df:03:f1:60:4e:58:11:4c:eb:a3:3f:10: + 2b:83:9a:01:73:d9:94:6d:84:00:27:66:ac:f0:70: + 40:09:42:92:ad:4f:93:0d:61:09:51:24:d8:92:d5: + 0b:94:61:b2:87:b2:ed:ff:9a:35:ff:85:54:ca:ed: + 44:43:ac:1b:3c:16:6b:48:4a:0a:1c:40:88:1f:92: + c2:0b:00:05:ff:f2:c8:02:4a:a4:aa:a9:cc:99:96: + 9c:2f:58:e0:7d:e1:be:bb:07:dc:5f:04:72:5c:31: + 34:c3:ec:5f:2d:e0:3d:64:90:22:e6:d1:ec:b8:2e: + dd:59:ae:d9:a1:37:bf:54:35:dc:73:32:4f:8c:04: + 1e:33:b2:c9:46:f1:d8:5c:c8:55:50:c9:68:bd:a8: + ba:36:09 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B + X509v3 Authority Key Identifier: + keyid:76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B + + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 66:c1:c6:23:f3:d9:e0:2e:6e:5f:e8:cf:ae:b0:b0:25:4d:2b: + f8:3b:58:9b:40:24:37:5a:cb:ab:16:49:ff:b3:75:79:33:a1: + 2f:6d:70:17:34:91:fe:67:7e:8f:ec:9b:e5:5e:82:a9:55:1f: + 2f:dc:d4:51:07:12:fe:ac:16:3e:2c:35:c6:63:fc:dc:10:eb: + 0d:a3:aa:d0:7c:cc:d1:d0:2f:51:2e:c4:14:5a:de:e8:19:e1: + 3e:c6:cc:a4:29:e7:2e:84:aa:06:30:78:76:54:73:28:98:59: + 38:e0:00:0d:62:d3:42:7d:21:9f:ae:3d:3a:8c:d5:fa:77:0d: + 18:2b:16:0e:5f:36:e1:fc:2a:b5:30:24:cf:e0:63:0c:7b:58: + 1a:fe:99:ba:42:12:b1:91:f4:7c:68:e2:c8:e8:af:2c:ea:c9: + 7e:ae:bb:2a:3d:0d:15:dc:34:95:b6:18:74:a8:6a:0f:c7:b4: + f4:13:c4:e4:5b:ed:0a:d2:a4:97:4c:2a:ed:2f:6c:12:89:3d: + f1:27:70:aa:6a:03:52:21:9f:40:a8:67:50:f2:f3:5a:1f:df: + df:23:f6:dc:78:4e:e6:98:4f:55:3a:53:e3:ef:f2:f4:9f:c7: + 7c:d8:58:af:29:22:97:b8:e0:bd:91:2e:b0:76:ec:57:11:cf: + ef:29:44:f3:e9:85:7a:60:63:e4:5d:33:89:17:d9:31:aa:da: + d6:f3:18:35:72:cf:87:2b:2f:63:23:84:5d:84:8c:3f:57:a0: + 88:fc:99:91:28:26:69:99:d4:8f:97:44:be:8e:d5:48:b1:a4: + 28:29:f1:15:b4:e1:e5:9e:dd:f8:8f:a6:6f:26:d7:09:3c:3a: + 1c:11:0e:a6:6c:37:f7:ad:44:87:2c:28:c7:d8:74:82:b3:d0: + 6f:4a:57:bb:35:29:27:a0:8b:e8:21:a7:87:64:36:5d:cc:d8: + 16:ac:c7:b2:27:40:92:55:38:28:8d:51:6e:dd:14:67:53:6c: + 71:5c:26:84:4d:75:5a:b6:7e:60:56:a9:4d:ad:fb:9b:1e:97: + f3:0d:d9:d2:97:54:77:da:3d:12:b7:e0:1e:ef:08:06:ac:f9: + 85:87:e9:a2:dc:af:7e:18:12:83:fd:56:17:41:2e:d5:29:82: + 7d:99:f4:31:f6:71:a9:cf:2c:01:27:a5:05:b9:aa:b2:48:4e: + 2a:ef:9f:93:52:51:95:3c:52:73:8e:56:4c:17:40:c0:09:28: + e4:8b:6a:48:53:db:ec:cd:55:55:f1:c6:f8:e9:a2:2c:4c:a6: + d1:26:5f:7e:af:5a:4c:da:1f:a6:f2:1c:2c:7e:ae:02:16:d2: + 56:d0:2f:57:53:47:e8:92 +SHA1 Fingerprint=37:9A:19:7B:41:85:45:35:0C:A6:03:69:F3:3C:2E:AF:47:4F:20:79 diff --git a/sparse/system/etc/security/cacerts_google/89c02a45.0 b/sparse/system/etc/security/cacerts_google/89c02a45.0 new file mode 100644 index 0000000..f3190b7 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/89c02a45.0 @@ -0,0 +1,54 @@ +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 1f:47:af:aa:62:00:70:50:54:4c:01:9e:9b:63:99:2a + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority + Validity + Not Before: Mar 6 00:00:00 2008 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:03:47:7b:2f:75:c9:82:15:85:fb:75:e4:91:16: + d4:ab:62:99:f5:3e:52:0b:06:ce:41:00:7f:97:e1: + 0a:24:3c:1d:01:04:ee:3d:d2:8d:09:97:0c:e0:75: + e4:fa:fb:77:8a:2a:f5:03:60:4b:36:8b:16:23:16: + ad:09:71:f4:4a:f4:28:50:b4:fe:88:1c:6e:3f:6c: + 2f:2f:09:59:5b:a5:5b:0b:33:99:e2:c3:3d:89:f9: + 6a:2c:ef:b2:d3:06:e9 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Subject Key Identifier: + 75:71:A7:19:48:19:BC:9D:9D:EA:41:47:DF:94:C4:48:77:99:D3:79 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:31:00:ef:03:5b:7a:ac:b7:78:0a:72:b7:88:df:ff: + b5:46:14:09:0a:fa:a0:e6:7d:08:c6:1a:87:bd:18:a8:73:bd: + 26:ca:60:0c:9d:ce:99:9f:cf:5c:0f:30:e1:be:14:31:ea:02: + 30:14:f4:93:3c:49:a7:33:7a:90:46:47:b3:63:7d:13:9b:4e: + b7:6f:18:37:80:53:fe:dd:20:e0:35:9a:36:d1:c7:01:b9:e6: + dc:dd:f3:ff:1d:2c:3a:16:57:d9:92:39:d6 +SHA1 Fingerprint=9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11 diff --git a/sparse/system/etc/security/cacerts_google/8d6437c3.0 b/sparse/system/etc/security/cacerts_google/8d6437c3.0 new file mode 100644 index 0000000..2097b64 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/8d6437c3.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0b:93:1c:3a:d6:39:67:ea:67:23:bf:c3:af:9a:f4:4b + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:d9:e7:28:2f:52:3f:36:72:49:88:93:34:f3:f8: + 6a:1e:31:54:80:9f:ad:54:41:b5:47:df:96:a8:d4: + af:80:2d:b9:0a:cf:75:fd:89:a5:7d:24:fa:e3:22: + 0c:2b:bc:95:17:0b:33:bf:19:4d:41:06:90:00:bd: + 0c:4d:10:fe:07:b5:e7:1c:6e:22:55:31:65:97:bd: + d3:17:d2:1e:62:f3:db:ea:6c:50:8c:3f:84:0c:96: + cf:b7:cb:03:e0:ca:6d:a1:14:4c:1b:89:dd:ed:00: + b0:52:7c:af:91:6c:b1:38:13:d1:e9:12:08:c0:00: + b0:1c:2b:11:da:77:70:36:9b:ae:ce:79:87:dc:82: + 70:e6:09:74:70:55:69:af:a3:68:9f:bf:dd:b6:79: + b3:f2:9d:70:29:55:f4:ab:ff:95:61:f3:c9:40:6f: + 1d:d1:be:93:bb:d3:88:2a:bb:9d:bf:72:5a:56:71: + 3b:3f:d4:f3:d1:0a:fe:28:ef:a3:ee:d9:99:af:03: + d3:8f:60:b7:f2:92:a1:b1:bd:89:89:1f:30:cd:c3: + a6:2e:62:33:ae:16:02:77:44:5a:e7:81:0a:3c:a7: + 44:2e:79:b8:3f:04:bc:5c:a0:87:e1:1b:af:51:8e: + cd:ec:2c:fa:f8:fe:6d:f0:3a:7c:aa:8b:e4:67:95: + 31:8d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + CE:C3:4A:B9:99:55:F2:B8:DB:60:BF:A9:7E:BD:56:B5:97:36:A7:D6 + Signature Algorithm: sha256WithRSAEncryption + ca:a5:55:8c:e3:c8:41:6e:69:27:a7:75:11:ef:3c:86:36:6f: + d2:9d:c6:78:38:1d:69:96:a2:92:69:2e:38:6c:9b:7d:04:d4: + 89:a5:b1:31:37:8a:c9:21:cc:ab:6c:cd:8b:1c:9a:d6:bf:48: + d2:32:66:c1:8a:c0:f3:2f:3a:ef:c0:e3:d4:91:86:d1:50:e3: + 03:db:73:77:6f:4a:39:53:ed:de:26:c7:b5:7d:af:2b:42:d1: + 75:62:e3:4a:2b:02:c7:50:4b:e0:69:e2:96:6c:0e:44:66:10: + 44:8f:ad:05:eb:f8:79:ac:a6:1b:e8:37:34:9d:53:c9:61:aa: + a2:52:af:4a:70:16:86:c2:3a:c8:b1:13:70:36:d8:cf:ee:f4: + 0a:34:d5:5b:4c:fd:07:9c:a2:ba:d9:01:72:5c:f3:4d:c1:dd: + 0e:b1:1c:0d:c4:63:be:ad:f4:14:fb:89:ec:a2:41:0e:4c:cc: + c8:57:40:d0:6e:03:aa:cd:0c:8e:89:99:99:6c:f0:3c:30:af: + 38:df:6f:bc:a3:be:29:20:27:ab:74:ff:13:22:78:de:97:52: + 55:1e:83:b5:54:20:03:ee:ae:c0:4f:56:de:37:cc:c3:7f:aa: + 04:27:bb:d3:77:b8:62:db:17:7c:9c:28:22:13:73:6c:cf:26: + f5:8a:29:e7 +SHA1 Fingerprint=A1:4B:48:D9:43:EE:0A:0E:40:90:4F:3C:E0:A4:C0:91:93:51:5D:3F diff --git a/sparse/system/etc/security/cacerts_google/9772ca32.0 b/sparse/system/etc/security/cacerts_google/9772ca32.0 new file mode 100644 index 0000000..70fbfbb --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/9772ca32.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBY +MQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMo +R2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEx +MjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQK +Ew1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9 +AWbK7hWNb6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjA +ZIVcFU2Ix7e64HXprQU9nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE0 +7e9GceBrAqg1cmuXm2bgyxx5X9gaBGgeRwLmnWDiNpcB3841kt++Z8dtd1k7j53W +kBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGttm/81w7a4DSwDRp35+MI +mO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJ +KoZIhvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ1 +6CePbJC/kRYkRj5KTs4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl +4b7UVXGYNTq+k+qurUKykG/g/CFNNWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6K +oKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHaFloxt/m0cYASSJlyc1pZU8Fj +UjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG1riR/aYNKxoU +AT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 18:ac:b5:6a:fd:69:b6:15:3a:63:6c:af:da:fa:c4:a1 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority + Validity + Not Before: Nov 27 00:00:00 2006 GMT + Not After : Jul 16 23:59:59 2036 GMT + Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:be:b8:15:7b:ff:d4:7c:7d:67:ad:83:64:7b:c8: + 42:53:2d:df:f6:84:08:20:61:d6:01:59:6a:9c:44: + 11:af:ef:76:fd:95:7e:ce:61:30:bb:7a:83:5f:02: + bd:01:66:ca:ee:15:8d:6f:a1:30:9c:bd:a1:85:9e: + 94:3a:f3:56:88:00:31:cf:d8:ee:6a:96:02:d9:ed: + 03:8c:fb:75:6d:e7:ea:b8:55:16:05:16:9a:f4:e0: + 5e:b1:88:c0:64:85:5c:15:4d:88:c7:b7:ba:e0:75: + e9:ad:05:3d:9d:c7:89:48:e0:bb:28:c8:03:e1:30: + 93:64:5e:52:c0:59:70:22:35:57:88:8a:f1:95:0a: + 83:d7:bc:31:73:01:34:ed:ef:46:71:e0:6b:02:a8: + 35:72:6b:97:9b:66:e0:cb:1c:79:5f:d8:1a:04:68: + 1e:47:02:e6:9d:60:e2:36:97:01:df:ce:35:92:df: + be:67:c7:6d:77:59:3b:8f:9d:d6:90:15:94:bc:42: + 34:10:c1:39:f9:b1:27:3e:7e:d6:8a:75:c5:b2:af: + 96:d3:a2:de:9b:e4:98:be:7d:e1:e9:81:ad:b6:6f: + fc:d7:0e:da:e0:34:b0:0d:1a:77:e7:e3:08:98:ef: + 58:fa:9c:84:b7:36:af:c2:df:ac:d2:f4:10:06:70: + 71:35 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 2C:D5:50:41:97:15:8B:F0:8F:36:61:5B:4A:FB:6B:D9:99:C9:33:92 + Signature Algorithm: sha1WithRSAEncryption + 5a:70:7f:2c:dd:b7:34:4f:f5:86:51:a9:26:be:4b:b8:aa:f1: + 71:0d:dc:61:c7:a0:ea:34:1e:7a:77:0f:04:35:e8:27:8f:6c: + 90:bf:91:16:24:46:3e:4a:4e:ce:2b:16:d5:0b:52:1d:fc:1f: + 67:a2:02:45:31:4f:ce:f3:fa:03:a7:79:9d:53:6a:d9:da:63: + 3a:f8:80:d7:d3:99:e1:a5:e1:be:d4:55:71:98:35:3a:be:93: + ea:ae:ad:42:b2:90:6f:e0:fc:21:4d:35:63:33:89:49:d6:9b: + 4e:ca:c7:e7:4e:09:00:f7:da:c7:ef:99:62:99:77:b6:95:22: + 5e:8a:a0:ab:f4:b8:78:98:ca:38:19:99:c9:72:9e:78:cd:4b: + ac:af:19:a0:73:12:2d:fc:c2:41:ba:81:91:da:16:5a:31:b7: + f9:b4:71:80:12:48:99:72:73:5a:59:53:c1:63:52:33:ed:a7: + c9:d2:39:02:70:fa:e0:b1:42:66:29:aa:9b:51:ed:30:54:22: + 14:5f:d9:ab:1d:c1:e4:94:f0:f8:f5:2b:f7:ea:ca:78:46:d6: + b8:91:fd:a6:0d:2b:1a:14:01:3e:80:f0:42:a0:95:07:5e:6d: + cd:cc:4b:a4:45:8d:ab:12:e8:b3:de:5a:e5:a0:7c:e8:0f:22: + 1d:5a:e9:59 +SHA1 Fingerprint=32:3C:11:8E:1B:F7:B8:B6:52:54:E2:E2:10:0D:D6:02:90:37:F0:96 diff --git a/sparse/system/etc/security/cacerts_google/a2c66da8.0 b/sparse/system/etc/security/cacerts_google/a2c66da8.0 new file mode 100644 index 0000000..f922408 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/a2c66da8.0 @@ -0,0 +1,121 @@ +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 05:9b:1b:57:9e:8e:21:32:e2:39:07:bd:a7:77:75:5c + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (4096 bit) + Modulus: + 00:bf:e6:90:73:68:de:bb:e4:5d:4a:3c:30:22:30: + 69:33:ec:c2:a7:25:2e:c9:21:3d:f2:8a:d8:59:c2: + e1:29:a7:3d:58:ab:76:9a:cd:ae:7b:1b:84:0d:c4: + 30:1f:f3:1b:a4:38:16:eb:56:c6:97:6d:1d:ab:b2: + 79:f2:ca:11:d2:e4:5f:d6:05:3c:52:0f:52:1f:c6: + 9e:15:a5:7e:be:9f:a9:57:16:59:55:72:af:68:93: + 70:c2:b2:ba:75:99:6a:73:32:94:d1:10:44:10:2e: + df:82:f3:07:84:e6:74:3b:6d:71:e2:2d:0c:1b:ee: + 20:d5:c9:20:1d:63:29:2d:ce:ec:5e:4e:c8:93:f8: + 21:61:9b:34:eb:05:c6:5e:ec:5b:1a:bc:eb:c9:cf: + cd:ac:34:40:5f:b1:7a:66:ee:77:c8:48:a8:66:57: + 57:9f:54:58:8e:0c:2b:b7:4f:a7:30:d9:56:ee:ca: + 7b:5d:e3:ad:c9:4f:5e:e5:35:e7:31:cb:da:93:5e: + dc:8e:8f:80:da:b6:91:98:40:90:79:c3:78:c7:b6: + b1:c4:b5:6a:18:38:03:10:8d:d8:d4:37:a4:2e:05: + 7d:88:f5:82:3e:10:91:70:ab:55:82:41:32:d7:db: + 04:73:2a:6e:91:01:7c:21:4c:d4:bc:ae:1b:03:75: + 5d:78:66:d9:3a:31:44:9a:33:40:bf:08:d7:5a:49: + a4:c2:e6:a9:a0:67:dd:a4:27:bc:a1:4f:39:b5:11: + 58:17:f7:24:5c:46:8f:64:f7:c1:69:88:76:98:76: + 3d:59:5d:42:76:87:89:97:69:7a:48:f0:e0:a2:12: + 1b:66:9a:74:ca:de:4b:1e:e7:0e:63:ae:e6:d4:ef: + 92:92:3a:9e:3d:dc:00:e4:45:25:89:b6:9a:44:19: + 2b:7e:c0:94:b4:d2:61:6d:eb:33:d9:c5:df:4b:04: + 00:cc:7d:1c:95:c3:8f:f7:21:b2:b2:11:b7:bb:7f: + f2:d5:8c:70:2c:41:60:aa:b1:63:18:44:95:1a:76: + 62:7e:f6:80:b0:fb:e8:64:a6:33:d1:89:07:e1:bd: + b7:e6:43:a4:18:b8:a6:77:01:e1:0f:94:0c:21:1d: + b2:54:29:25:89:6c:e5:0e:52:51:47:74:be:26:ac: + b6:41:75:de:7a:ac:5f:8d:3f:c9:bc:d3:41:11:12: + 5b:e5:10:50:eb:31:c5:ca:72:16:22:09:df:7c:4c: + 75:3f:63:ec:21:5f:c4:20:51:6b:6f:b1:ab:86:8b: + 4f:c2:d6:45:5f:9d:20:fc:a1:1e:c5:c0:8f:a2:b1: + 7e:0a:26:99:f5:e4:69:2f:98:1d:2d:f5:d9:a9:b2: + 1d:e5:1b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + EC:D7:E3:82:D2:71:5D:64:4C:DF:2E:67:3F:E7:BA:98:AE:1C:0F:4F + Signature Algorithm: sha384WithRSAEncryption + bb:61:d9:7d:a9:6c:be:17:c4:91:1b:c3:a1:a2:00:8d:e3:64: + 68:0f:56:cf:77:ae:70:f9:fd:9a:4a:99:b9:c9:78:5c:0c:0c: + 5f:e4:e6:14:29:56:0b:36:49:5d:44:63:e0:ad:9c:96:18:66: + 1b:23:0d:3d:79:e9:6d:6b:d6:54:f8:d2:3c:c1:43:40:ae:1d: + 50:f5:52:fc:90:3b:bb:98:99:69:6b:c7:c1:a7:a8:68:a4:27: + dc:9d:f9:27:ae:30:85:b9:f6:67:4d:3a:3e:8f:59:39:22:53: + 44:eb:c8:5d:03:ca:ed:50:7a:7d:62:21:0a:80:c8:73:66:d1: + a0:05:60:5f:e8:a5:b4:a7:af:a8:f7:6d:35:9c:7c:5a:8a:d6: + a2:38:99:f3:78:8b:f4:4d:d2:20:0b:de:04:ee:8c:9b:47:81: + 72:0d:c0:14:32:ef:30:59:2e:ae:e0:71:f2:56:e4:6a:97:6f: + 92:50:6d:96:8d:68:7a:9a:b2:36:14:7a:06:f2:24:b9:09:11: + 50:d7:08:b1:b8:89:7a:84:23:61:42:29:e5:a3:cd:a2:20:41: + d7:d1:9c:64:d9:ea:26:a1:8b:14:d7:4c:19:b2:50:41:71:3d: + 3f:4d:70:23:86:0c:4a:dc:81:d2:cc:32:94:84:0d:08:09:97: + 1c:4f:c0:ee:6b:20:74:30:d2:e0:39:34:10:85:21:15:01:08: + e8:55:32:de:71:49:d9:28:17:50:4d:e6:be:4d:d1:75:ac:d0: + ca:fb:41:b8:43:a5:aa:d3:c3:05:44:4f:2c:36:9b:e2:fa:e2: + 45:b8:23:53:6c:06:6f:67:55:7f:46:b5:4c:3f:6e:28:5a:79: + 26:d2:a4:a8:62:97:d2:1e:e2:ed:4a:8b:bc:1b:fd:47:4a:0d: + df:67:66:7e:b2:5b:41:d0:3b:e4:f4:3b:f4:04:63:e9:ef:c2: + 54:00:51:a0:8a:2a:c9:ce:78:cc:d5:ea:87:04:18:b3:ce:af: + 49:88:af:f3:92:99:b6:b3:e6:61:0f:d2:85:00:e7:50:1a:e4: + 1b:95:9d:19:a1:b9:9c:b1:9b:b1:00:1e:ef:d0:0f:4f:42:6c: + c9:0a:bc:ee:43:fa:3a:71:a5:c8:4d:26:a5:35:fd:89:5d:bc: + 85:62:1d:32:d2:a0:2b:54:ed:9a:57:c1:db:fa:10:cf:19:b7: + 8b:4a:1b:8f:01:b6:27:95:53:e8:b6:89:6d:5b:bc:68:d4:23: + e8:8b:51:a2:56:f9:f0:a6:80:a0:d6:1e:b3:bc:0f:0f:53:75: + 29:aa:ea:13:77:e4:de:8c:81:21:ad:07:10:47:11:ad:87:3d: + 07:d1:75:bc:cf:f3:66:7e +SHA1 Fingerprint=DD:FB:16:CD:49:31:C9:73:A2:03:7D:3F:C8:3A:4D:7D:77:5D:05:E4 diff --git a/sparse/system/etc/security/cacerts_google/a2df7ad7.0 b/sparse/system/etc/security/cacerts_google/a2df7ad7.0 new file mode 100644 index 0000000..da5a4d0 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/a2df7ad7.0 @@ -0,0 +1,86 @@ +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3 +b3JrMSAwHgYDVQQDExdBZGRUcnVzdCBQdWJsaWMgQ0EgUm9vdDAeFw0wMDA1MzAx +MDQxNTBaFw0yMDA1MzAxMDQxNTBaMGQxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtB +ZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIDAeBgNV +BAMTF0FkZFRydXN0IFB1YmxpYyBDQSBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOC +AQ8AMIIBCgKCAQEA6Rowj4OIFMEg2Dybjxt+A3S72mnTRqX4jsIMEZBRpS9mVEBV +6tsfSlbunyNu9DnLoblv8n75XYcmYZ4c+OLspoH4IcUkzBEMP9smcnrHAZcHF/nX +GCwwfQ56HmIexkvA/X1id9NEHif2P0tEs7c42TkfYNVRknMDtABp4/MUTu7R3AnP +dzRGULD4EfL+OHn3Bzn+UZKXC1sIXzSGAa2Il+tmzV7R/9x98oTaunet3IAIx6eH +1lWfl2royBFkuucZKT8Rs3iQhCBSWxHveNCD9tVIkNAwHM+A+WD+eeSI8t0A65RF +62WUaUC6wNW0uLp9BBGo6zEFlpROWCGOn9Bg/QIDAQABo4HRMIHOMB0GA1UdDgQW +BBSBPjfYkrAfd59ctKtzquf2NGAv+jALBgNVHQ8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zCBjgYDVR0jBIGGMIGDgBSBPjfYkrAfd59ctKtzquf2NGAv+qFopGYwZDEL +MAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQLExRBZGRU +cnVzdCBUVFAgTmV0d29yazEgMB4GA1UEAxMXQWRkVHJ1c3QgUHVibGljIENBIFJv +b3SCAQEwDQYJKoZIhvcNAQEFBQADggEBAAP3FUr4JNojVhaTdt02KLmuG7jD8WS6 +IBh4lSknVwW8fCr0uVFV2ocC3g8WFzH4qnkuCRO7r7IgGRLlk/lL+YPoRNWyQSW/ +iHVv/xD8SlTQX/D67zZzfRs2RcYhbbQVuE7PnFylPVoAjgbjPGsye/Kf8Lb93/Ao +GEjwxrzQvzSAlsJKsW2Ox5BF3i9nrEUEo3rcVZLJR2bYGozH7ZxOmuASu7VqTITh +4SINhwBk/ox9Yjllpu9CtoAlEmEBqCQTcAARJl/6NVDFSMwGR+gn2HCNX2TmoUQm +XiLsks3/QppEIW1cxeMiHV9HEufOX1362KqxMy3ZdvJOOjMMK7MtkAY= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Public CA Root + Validity + Not Before: May 30 10:41:50 2000 GMT + Not After : May 30 10:41:50 2020 GMT + Subject: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Public CA Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:e9:1a:30:8f:83:88:14:c1:20:d8:3c:9b:8f:1b: + 7e:03:74:bb:da:69:d3:46:a5:f8:8e:c2:0c:11:90: + 51:a5:2f:66:54:40:55:ea:db:1f:4a:56:ee:9f:23: + 6e:f4:39:cb:a1:b9:6f:f2:7e:f9:5d:87:26:61:9e: + 1c:f8:e2:ec:a6:81:f8:21:c5:24:cc:11:0c:3f:db: + 26:72:7a:c7:01:97:07:17:f9:d7:18:2c:30:7d:0e: + 7a:1e:62:1e:c6:4b:c0:fd:7d:62:77:d3:44:1e:27: + f6:3f:4b:44:b3:b7:38:d9:39:1f:60:d5:51:92:73: + 03:b4:00:69:e3:f3:14:4e:ee:d1:dc:09:cf:77:34: + 46:50:b0:f8:11:f2:fe:38:79:f7:07:39:fe:51:92: + 97:0b:5b:08:5f:34:86:01:ad:88:97:eb:66:cd:5e: + d1:ff:dc:7d:f2:84:da:ba:77:ad:dc:80:08:c7:a7: + 87:d6:55:9f:97:6a:e8:c8:11:64:ba:e7:19:29:3f: + 11:b3:78:90:84:20:52:5b:11:ef:78:d0:83:f6:d5: + 48:90:d0:30:1c:cf:80:f9:60:fe:79:e4:88:f2:dd: + 00:eb:94:45:eb:65:94:69:40:ba:c0:d5:b4:b8:ba: + 7d:04:11:a8:eb:31:05:96:94:4e:58:21:8e:9f:d0: + 60:fd + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 81:3E:37:D8:92:B0:1F:77:9F:5C:B4:AB:73:AA:E7:F6:34:60:2F:FA + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:81:3E:37:D8:92:B0:1F:77:9F:5C:B4:AB:73:AA:E7:F6:34:60:2F:FA + DirName:/C=SE/O=AddTrust AB/OU=AddTrust TTP Network/CN=AddTrust Public CA Root + serial:01 + + Signature Algorithm: sha1WithRSAEncryption + 03:f7:15:4a:f8:24:da:23:56:16:93:76:dd:36:28:b9:ae:1b: + b8:c3:f1:64:ba:20:18:78:95:29:27:57:05:bc:7c:2a:f4:b9: + 51:55:da:87:02:de:0f:16:17:31:f8:aa:79:2e:09:13:bb:af: + b2:20:19:12:e5:93:f9:4b:f9:83:e8:44:d5:b2:41:25:bf:88: + 75:6f:ff:10:fc:4a:54:d0:5f:f0:fa:ef:36:73:7d:1b:36:45: + c6:21:6d:b4:15:b8:4e:cf:9c:5c:a5:3d:5a:00:8e:06:e3:3c: + 6b:32:7b:f2:9f:f0:b6:fd:df:f0:28:18:48:f0:c6:bc:d0:bf: + 34:80:96:c2:4a:b1:6d:8e:c7:90:45:de:2f:67:ac:45:04:a3: + 7a:dc:55:92:c9:47:66:d8:1a:8c:c7:ed:9c:4e:9a:e0:12:bb: + b5:6a:4c:84:e1:e1:22:0d:87:00:64:fe:8c:7d:62:39:65:a6: + ef:42:b6:80:25:12:61:01:a8:24:13:70:00:11:26:5f:fa:35: + 50:c5:48:cc:06:47:e8:27:d8:70:8d:5f:64:e6:a1:44:26:5e: + 22:ec:92:cd:ff:42:9a:44:21:6d:5c:c5:e3:22:1d:5f:47:12: + e7:ce:5f:5d:fa:d8:aa:b1:33:2d:d9:76:f2:4e:3a:33:0c:2b: + b3:2d:90:06 +SHA1 Fingerprint=2A:B6:28:48:5E:78:FB:F3:AD:9E:79:10:DD:6B:DF:99:72:2C:96:E5 diff --git a/sparse/system/etc/security/cacerts_google/a7d2cf64.0 b/sparse/system/etc/security/cacerts_google/a7d2cf64.0 new file mode 100644 index 0000000..4720f4b --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/a7d2cf64.0 @@ -0,0 +1,54 @@ +-----BEGIN CERTIFICATE----- +MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMp +IDIwMDcgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAi +BgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMjAeFw0wNzExMDUwMDAw +MDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh +d3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBGb3Ig +YXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9v +dCBDQSAtIEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/ +BebfowJPDQfGAFG6DAJSLSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6 +papu+7qzcMBniKI11KOasf2twu8x+qi58/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUmtgAMADna3+FGO6Lts6K +DPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUNG4k8VIZ3 +KMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41ox +XZ3Krr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 35:fc:26:5c:d9:84:4f:c9:3d:26:3d:57:9b:ae:d7:56 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=thawte, Inc., OU=(c) 2007 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G2 + Validity + Not Before: Nov 5 00:00:00 2007 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=US, O=thawte, Inc., OU=(c) 2007 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G2 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:a2:d5:9c:82:7b:95:9d:f1:52:78:87:fe:8a:16: + bf:05:e6:df:a3:02:4f:0d:07:c6:00:51:ba:0c:02: + 52:2d:22:a4:42:39:c4:fe:8f:ea:c9:c1:be:d4:4d: + ff:9f:7a:9e:e2:b1:7c:9a:ad:a7:86:09:73:87:d1: + e7:9a:e3:7a:a5:aa:6e:fb:ba:b3:70:c0:67:88:a2: + 35:d4:a3:9a:b1:fd:ad:c2:ef:31:fa:a8:b9:f3:fb: + 08:c6:91:d1:fb:29:95 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 9A:D8:00:30:00:E7:6B:7F:85:18:EE:8B:B6:CE:8A:0C:F8:11:E1:BB + Signature Algorithm: ecdsa-with-SHA384 + 30:66:02:31:00:dd:f8:e0:57:47:5b:a7:e6:0a:c3:bd:f5:80: + 8a:97:35:0d:1b:89:3c:54:86:77:28:ca:a1:f4:79:de:b5:e6: + 38:b0:f0:65:70:8c:7f:02:54:c2:bf:ff:d8:a1:3e:d9:cf:02: + 31:00:c4:8d:94:fc:dc:53:d2:dc:9d:78:16:1f:15:33:23:53: + 52:e3:5a:31:5d:9d:ca:ae:bd:13:29:44:0d:27:5b:a8:e7:68: + 9c:12:f7:58:3f:2e:72:02:57:a3:8f:a1:14:2e +SHA1 Fingerprint=AA:DB:BC:22:23:8F:C4:01:A1:27:BB:38:DD:F4:1D:DB:08:9E:F0:12 diff --git a/sparse/system/etc/security/cacerts_google/b0f3e76e.0 b/sparse/system/etc/security/cacerts_google/b0f3e76e.0 new file mode 100644 index 0000000..929f29f --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/b0f3e76e.0 @@ -0,0 +1,79 @@ +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 04:00:00:00:00:01:15:4b:5a:c3:94 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA + Validity + Not Before: Sep 1 12:00:00 1998 GMT + Not After : Jan 28 12:00:00 2028 GMT + Subject: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:da:0e:e6:99:8d:ce:a3:e3:4f:8a:7e:fb:f1:8b: + 83:25:6b:ea:48:1f:f1:2a:b0:b9:95:11:04:bd:f0: + 63:d1:e2:67:66:cf:1c:dd:cf:1b:48:2b:ee:8d:89: + 8e:9a:af:29:80:65:ab:e9:c7:2d:12:cb:ab:1c:4c: + 70:07:a1:3d:0a:30:cd:15:8d:4f:f8:dd:d4:8c:50: + 15:1c:ef:50:ee:c4:2e:f7:fc:e9:52:f2:91:7d:e0: + 6d:d5:35:30:8e:5e:43:73:f2:41:e9:d5:6a:e3:b2: + 89:3a:56:39:38:6f:06:3c:88:69:5b:2a:4d:c5:a7: + 54:b8:6c:89:cc:9b:f9:3c:ca:e5:fd:89:f5:12:3c: + 92:78:96:d6:dc:74:6e:93:44:61:d1:8d:c7:46:b2: + 75:0e:86:e8:19:8a:d5:6d:6c:d5:78:16:95:a2:e9: + c8:0a:38:eb:f2:24:13:4f:73:54:93:13:85:3a:1b: + bc:1e:34:b5:8b:05:8c:b9:77:8b:b1:db:1f:20:91: + ab:09:53:6e:90:ce:7b:37:74:b9:70:47:91:22:51: + 63:16:79:ae:b1:ae:41:26:08:c8:19:2b:d1:46:aa: + 48:d6:64:2a:d7:83:34:ff:2c:2a:c1:6c:19:43:4a: + 07:85:e7:d3:7c:f6:21:68:ef:ea:f2:52:9f:7f:93: + 90:cf + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + 60:7B:66:1A:45:0D:97:CA:89:50:2F:7D:04:CD:34:A8:FF:FC:FD:4B + Signature Algorithm: sha1WithRSAEncryption + d6:73:e7:7c:4f:76:d0:8d:bf:ec:ba:a2:be:34:c5:28:32:b5: + 7c:fc:6c:9c:2c:2b:bd:09:9e:53:bf:6b:5e:aa:11:48:b6:e5: + 08:a3:b3:ca:3d:61:4d:d3:46:09:b3:3e:c3:a0:e3:63:55:1b: + f2:ba:ef:ad:39:e1:43:b9:38:a3:e6:2f:8a:26:3b:ef:a0:50: + 56:f9:c6:0a:fd:38:cd:c4:0b:70:51:94:97:98:04:df:c3:5f: + 94:d5:15:c9:14:41:9c:c4:5d:75:64:15:0d:ff:55:30:ec:86: + 8f:ff:0d:ef:2c:b9:63:46:f6:aa:fc:df:bc:69:fd:2e:12:48: + 64:9a:e0:95:f0:a6:ef:29:8f:01:b1:15:b5:0c:1d:a5:fe:69: + 2c:69:24:78:1e:b3:a7:1c:71:62:ee:ca:c8:97:ac:17:5d:8a: + c2:f8:47:86:6e:2a:c4:56:31:95:d0:67:89:85:2b:f9:6c:a6: + 5d:46:9d:0c:aa:82:e4:99:51:dd:70:b7:db:56:3d:61:e4:6a: + e1:5c:d6:f6:fe:3d:de:41:cc:07:ae:63:52:bf:53:53:f4:2b: + e9:c7:fd:b6:f7:82:5f:85:d2:41:18:db:81:b3:04:1c:c5:1f: + a4:80:6f:15:20:c9:de:0c:88:0a:1d:d6:66:55:e2:fc:48:c9: + 29:26:69:e0 +SHA1 Fingerprint=B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C diff --git a/sparse/system/etc/security/cacerts_google/b3fb433b.0 b/sparse/system/etc/security/cacerts_google/b3fb433b.0 new file mode 100644 index 0000000..de880c1 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/b3fb433b.0 @@ -0,0 +1,56 @@ +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + a6:8b:79:29:00:00:00:00:50:d0:91:f9 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1 + Validity + Not Before: Dec 18 15:25:36 2012 GMT + Not After : Dec 18 15:55:36 2037 GMT + Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:84:13:c9:d0:ba:6d:41:7b:e2:6c:d0:eb:55:5f: + 66:02:1a:24:f4:5b:89:69:47:e3:b8:c2:7d:f1:f2: + 02:c5:9f:a0:f6:5b:d5:8b:06:19:86:4f:53:10:6d: + 07:24:27:a1:a0:f8:d5:47:19:61:4c:7d:ca:93:27: + ea:74:0c:ef:6f:96:09:fe:63:ec:70:5d:36:ad:67: + 77:ae:c9:9d:7c:55:44:3a:a2:63:51:1f:f5:e3:62: + d4:a9:47:07:3e:cc:20 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + B7:63:E7:1A:DD:8D:E9:08:A6:55:83:A4:E0:6A:50:41:65:11:42:49 + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:61:79:d8:e5:42:47:df:1c:ae:53:99:17:b6:6f: + 1c:7d:e1:bf:11:94:d1:03:88:75:e4:8d:89:a4:8a:77:46:de: + 6d:61:ef:02:f5:fb:b5:df:cc:fe:4e:ff:fe:a9:e6:a7:02:30: + 5b:99:d7:85:37:06:b5:7b:08:fd:eb:27:8b:4a:94:f9:e1:fa: + a7:8e:26:08:e8:7c:92:68:6d:73:d8:6f:26:ac:21:02:b8:99: + b7:26:41:5b:25:60:ae:d0:48:1a:ee:06 +SHA1 Fingerprint=20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47 diff --git a/sparse/system/etc/security/cacerts_google/bc3f2570.0 b/sparse/system/etc/security/cacerts_google/bc3f2570.0 new file mode 100644 index 0000000..b8fd426 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/bc3f2570.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 0 (0x0) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2 + Validity + Not Before: Sep 1 00:00:00 2009 GMT + Not After : Dec 31 23:59:59 2037 GMT + Subject: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:bf:71:62:08:f1:fa:59:34:f7:1b:c9:18:a3:f7: + 80:49:58:e9:22:83:13:a6:c5:20:43:01:3b:84:f1: + e6:85:49:9f:27:ea:f6:84:1b:4e:a0:b4:db:70:98: + c7:32:01:b1:05:3e:07:4e:ee:f4:fa:4f:2f:59:30: + 22:e7:ab:19:56:6b:e2:80:07:fc:f3:16:75:80:39: + 51:7b:e5:f9:35:b6:74:4e:a9:8d:82:13:e4:b6:3f: + a9:03:83:fa:a2:be:8a:15:6a:7f:de:0b:c3:b6:19: + 14:05:ca:ea:c3:a8:04:94:3b:46:7c:32:0d:f3:00: + 66:22:c8:8d:69:6d:36:8c:11:18:b7:d3:b2:1c:60: + b4:38:fa:02:8c:ce:d3:dd:46:07:de:0a:3e:eb:5d: + 7c:c8:7c:fb:b0:2b:53:a4:92:62:69:51:25:05:61: + 1a:44:81:8c:2c:a9:43:96:23:df:ac:3a:81:9a:0e: + 29:c5:1c:a9:e9:5d:1e:b6:9e:9e:30:0a:39:ce:f1: + 88:80:fb:4b:5d:cc:32:ec:85:62:43:25:34:02:56: + 27:01:91:b4:3b:70:2a:3f:6e:b1:e8:9c:88:01:7d: + 9f:d4:f9:db:53:6d:60:9d:bf:2c:e7:58:ab:b8:5f: + 46:fc:ce:c4:1b:03:3c:09:eb:49:31:5c:69:46:b3: + e0:47 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 3A:9A:85:07:10:67:28:B6:EF:F6:BD:05:41:6E:20:C1:94:DA:0F:DE + Signature Algorithm: sha256WithRSAEncryption + 99:db:5d:79:d5:f9:97:59:67:03:61:f1:7e:3b:06:31:75:2d: + a1:20:8e:4f:65:87:b4:f7:a6:9c:bc:d8:e9:2f:d0:db:5a:ee: + cf:74:8c:73:b4:38:42:da:05:7b:f8:02:75:b8:fd:a5:b1:d7: + ae:f6:d7:de:13:cb:53:10:7e:8a:46:d1:97:fa:b7:2e:2b:11: + ab:90:b0:27:80:f9:e8:9f:5a:e9:37:9f:ab:e4:df:6c:b3:85: + 17:9d:3d:d9:24:4f:79:91:35:d6:5f:04:eb:80:83:ab:9a:02: + 2d:b5:10:f4:d8:90:c7:04:73:40:ed:72:25:a0:a9:9f:ec:9e: + ab:68:12:99:57:c6:8f:12:3a:09:a4:bd:44:fd:06:15:37:c1: + 9b:e4:32:a3:ed:38:e8:d8:64:f3:2c:7e:14:fc:02:ea:9f:cd: + ff:07:68:17:db:22:90:38:2d:7a:8d:d1:54:f1:69:e3:5f:33: + ca:7a:3d:7b:0a:e3:ca:7f:5f:39:e5:e2:75:ba:c5:76:18:33: + ce:2c:f0:2f:4c:ad:f7:b1:e7:ce:4f:a8:c4:9b:4a:54:06:c5: + 7f:7d:d5:08:0f:e2:1c:fe:7e:17:b8:ac:5e:f6:d4:16:b2:43: + 09:0c:4d:f6:a7:6b:b4:99:84:65:ca:7a:88:e2:e2:44:be:5c: + f7:ea:1c:f5 +SHA1 Fingerprint=47:BE:AB:C9:22:EA:E8:0E:78:78:34:62:A7:9F:45:C2:54:FD:E6:8B diff --git a/sparse/system/etc/security/cacerts_google/bf64f35b.0 b/sparse/system/etc/security/cacerts_google/bf64f35b.0 new file mode 100644 index 0000000..f75710b --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/bf64f35b.0 @@ -0,0 +1,91 @@ +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1164660820 (0x456b5054) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority + Validity + Not Before: Nov 27 20:23:42 2006 GMT + Not After : Nov 27 20:53:42 2026 GMT + Subject: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:b6:95:b6:43:42:fa:c6:6d:2a:6f:48:df:94:4c: + 39:57:05:ee:c3:79:11:41:68:36:ed:ec:fe:9a:01: + 8f:a1:38:28:fc:f7:10:46:66:2e:4d:1e:1a:b1:1a: + 4e:c6:d1:c0:95:88:b0:c9:ff:31:8b:33:03:db:b7: + 83:7b:3e:20:84:5e:ed:b2:56:28:a7:f8:e0:b9:40: + 71:37:c5:cb:47:0e:97:2a:68:c0:22:95:62:15:db: + 47:d9:f5:d0:2b:ff:82:4b:c9:ad:3e:de:4c:db:90: + 80:50:3f:09:8a:84:00:ec:30:0a:3d:18:cd:fb:fd: + 2a:59:9a:23:95:17:2c:45:9e:1f:6e:43:79:6d:0c: + 5c:98:fe:48:a7:c5:23:47:5c:5e:fd:6e:e7:1e:b4: + f6:68:45:d1:86:83:5b:a2:8a:8d:b1:e3:29:80:fe: + 25:71:88:ad:be:bc:8f:ac:52:96:4b:aa:51:8d:e4: + 13:31:19:e8:4e:4d:9f:db:ac:b3:6a:d5:bc:39:54: + 71:ca:7a:7a:7f:90:dd:7d:1d:80:d9:81:bb:59:26: + c2:11:fe:e6:93:e2:f7:80:e4:65:fb:34:37:0e:29: + 80:70:4d:af:38:86:2e:9e:7f:57:af:9e:17:ae:eb: + 1c:cb:28:21:5f:b6:1c:d8:e7:a2:04:22:f9:d3:da: + d8:cb + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Private Key Usage Period: + Not Before: Nov 27 20:23:42 2006 GMT, Not After: Nov 27 20:53:42 2026 GMT + X509v3 Authority Key Identifier: + keyid:68:90:E4:67:A4:A6:53:80:C7:86:66:A4:F1:F7:4B:43:FB:84:BD:6D + + X509v3 Subject Key Identifier: + 68:90:E4:67:A4:A6:53:80:C7:86:66:A4:F1:F7:4B:43:FB:84:BD:6D + 1.2.840.113533.7.65.0: + 0...V7.1:4.0.... + Signature Algorithm: sha1WithRSAEncryption + 93:d4:30:b0:d7:03:20:2a:d0:f9:63:e8:91:0c:05:20:a9:5f: + 19:ca:7b:72:4e:d4:b1:db:d0:96:fb:54:5a:19:2c:0c:08:f7: + b2:bc:85:a8:9d:7f:6d:3b:52:b3:2a:db:e7:d4:84:8c:63:f6: + 0f:cb:26:01:91:50:6c:f4:5f:14:e2:93:74:c0:13:9e:30:3a: + 50:e3:b4:60:c5:1c:f0:22:44:8d:71:47:ac:c8:1a:c9:e9:9b: + 9a:00:60:13:ff:70:7e:5f:11:4d:49:1b:b3:15:52:7b:c9:54: + da:bf:9d:95:af:6b:9a:d8:9e:e9:f1:e4:43:8d:e2:11:44:3a: + bf:af:bd:83:42:73:52:8b:aa:bb:a7:29:cf:f5:64:1c:0a:4d: + d1:bc:aa:ac:9f:2a:d0:ff:7f:7f:da:7d:ea:b1:ed:30:25:c1: + 84:da:34:d2:5b:78:83:56:ec:9c:36:c3:26:e2:11:f6:67:49: + 1d:92:ab:8c:fb:eb:ff:7a:ee:85:4a:a7:50:80:f0:a7:5c:4a: + 94:2e:5f:05:99:3c:52:41:e0:cd:b4:63:cf:01:43:ba:9c:83: + dc:8f:60:3b:f3:5a:b4:b4:7b:ae:da:0b:90:38:75:ef:81:1d: + 66:d2:f7:57:70:36:b3:bf:fc:28:af:71:25:85:5b:13:fe:1e: + 7f:5a:b4:3c +SHA1 Fingerprint=B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9 diff --git a/sparse/system/etc/security/cacerts_google/c491639e.0 b/sparse/system/etc/security/cacerts_google/c491639e.0 new file mode 100644 index 0000000..ec9e422 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/c491639e.0 @@ -0,0 +1,53 @@ +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 0b:a1:5a:fa:1d:df:a0:b5:49:44:af:cd:24:a0:6c:ec + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:19:e7:bc:ac:44:65:ed:cd:b8:3f:58:fb:8d:b1: + 57:a9:44:2d:05:15:f2:ef:0b:ff:10:74:9f:b5:62: + 52:5f:66:7e:1f:e5:dc:1b:45:79:0b:cc:c6:53:0a: + 9d:8d:5d:02:d9:a9:59:de:02:5a:f6:95:2a:0e:8d: + 38:4a:8a:49:c6:bc:c6:03:38:07:5f:55:da:7e:09: + 6e:e2:7f:5e:d0:45:20:0f:59:76:10:d6:a0:24:f0: + 2d:de:36:f2:6c:29:39 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + CB:D0:BD:A9:E1:98:05:51:A1:4D:37:A2:83:79:CE:8D:1D:2A:E4:84 + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:25:a4:81:45:02:6b:12:4b:75:74:4f:c8:23:e3: + 70:f2:75:72:de:7c:89:f0:cf:91:72:61:9e:5e:10:92:59:56: + b9:83:c7:10:e7:38:e9:58:26:36:7d:d5:e4:34:86:39:02:30: + 7c:36:53:f0:30:e5:62:63:3a:99:e2:b6:a3:3b:9b:34:fa:1e: + da:10:92:71:5e:91:13:a7:dd:a4:6e:92:cc:32:d6:f5:21:66: + c7:2f:ea:96:63:6a:65:45:92:95:01:b4 +SHA1 Fingerprint=F5:17:A2:4F:9A:48:C6:C9:F8:A2:00:26:9F:DC:0F:48:2C:AB:30:89 diff --git a/sparse/system/etc/security/cacerts_google/c527e4ab.0 b/sparse/system/etc/security/cacerts_google/c527e4ab.0 new file mode 100644 index 0000000..ee66156 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/c527e4ab.0 @@ -0,0 +1,75 @@ +-----BEGIN CERTIFICATE----- +MIIEGjCCAwICEQDsoKeLbnVqAc/EfMwvlF7XMA0GCSqGSIb3DQEBBQUAMIHKMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl +cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu +LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT +aWduIENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp +dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD +VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT +aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ +bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu +IENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg +LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK3LpRFpxlmr8Y+1 +GQ9Wzsy1HyDkniYlS+BzZYlZ3tCD5PUPtbut8XzoIfzk6AzufEUiGXaStBO3IFsJ ++mGuqPKljYXCKtbeZjbSmwL0qJJgfJxptI8kHtCGUvYynEFYHiK9zUVilQhu0Gbd +U6LM8BDcVHOLBKFGMzNcF0C5nk3T875Vg+ixiY5afJqWIpA7iCXy0lOIAgwLePLm +NxdLMEYH5IBtptiWLugs+BGzOA1mppvqySNb247i8xOOGlktqgLw7KSHZtzBP/XY +ufTsgsbSPZUd5cBPhMnZo0QoBmrXRazwa2rvTl/4EYIeOGM0ZlDUPpNz+jDDZq3/ +ky2X7wMCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAj/ola09b5KROJ1WrIhVZPMq1 +CtRK26vdoV9TxaBXOcLORyu+OshWv8LZJxA6sQU8wHcxuzrTBXttmhwwjIDLk5Mq +g6sFUYICABFna/OIYUdfA5PVWw3g8dShMjWFsjrbsIKr0csKvE+MW8VLADsfKoKm +fjaF3H48ZwC15DtS4KjrXRX5xm3wrR0OhbepmnMUWluPQSjA1egtTaRezarZ7c7c +2NU8Qh0XwRJdRTjDOPP8hS6DRkiy1yBfkjaP53kPmF6Z6PDQpLv1U70qzlmwr25/ +bLvSHgCwIe34QWKCudiyxLtGUPMxxY8BqHTr9Xgn2uf3ZkPznoM+IKrDNWCRzg== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 1 (0x0) + Serial Number: + ec:a0:a7:8b:6e:75:6a:01:cf:c4:7c:cc:2f:94:5e:d7 + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 1999 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 4 Public Primary Certification Authority - G3 + Validity + Not Before: Oct 1 00:00:00 1999 GMT + Not After : Jul 16 23:59:59 2036 GMT + Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 1999 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 4 Public Primary Certification Authority - G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:ad:cb:a5:11:69:c6:59:ab:f1:8f:b5:19:0f:56: + ce:cc:b5:1f:20:e4:9e:26:25:4b:e0:73:65:89:59: + de:d0:83:e4:f5:0f:b5:bb:ad:f1:7c:e8:21:fc:e4: + e8:0c:ee:7c:45:22:19:76:92:b4:13:b7:20:5b:09: + fa:61:ae:a8:f2:a5:8d:85:c2:2a:d6:de:66:36:d2: + 9b:02:f4:a8:92:60:7c:9c:69:b4:8f:24:1e:d0:86: + 52:f6:32:9c:41:58:1e:22:bd:cd:45:62:95:08:6e: + d0:66:dd:53:a2:cc:f0:10:dc:54:73:8b:04:a1:46: + 33:33:5c:17:40:b9:9e:4d:d3:f3:be:55:83:e8:b1: + 89:8e:5a:7c:9a:96:22:90:3b:88:25:f2:d2:53:88: + 02:0c:0b:78:f2:e6:37:17:4b:30:46:07:e4:80:6d: + a6:d8:96:2e:e8:2c:f8:11:b3:38:0d:66:a6:9b:ea: + c9:23:5b:db:8e:e2:f3:13:8e:1a:59:2d:aa:02:f0: + ec:a4:87:66:dc:c1:3f:f5:d8:b9:f4:ec:82:c6:d2: + 3d:95:1d:e5:c0:4f:84:c9:d9:a3:44:28:06:6a:d7: + 45:ac:f0:6b:6a:ef:4e:5f:f8:11:82:1e:38:63:34: + 66:50:d4:3e:93:73:fa:30:c3:66:ad:ff:93:2d:97: + ef:03 + Exponent: 65537 (0x10001) + Signature Algorithm: sha1WithRSAEncryption + 8f:fa:25:6b:4f:5b:e4:a4:4e:27:55:ab:22:15:59:3c:ca:b5: + 0a:d4:4a:db:ab:dd:a1:5f:53:c5:a0:57:39:c2:ce:47:2b:be: + 3a:c8:56:bf:c2:d9:27:10:3a:b1:05:3c:c0:77:31:bb:3a:d3: + 05:7b:6d:9a:1c:30:8c:80:cb:93:93:2a:83:ab:05:51:82:02: + 00:11:67:6b:f3:88:61:47:5f:03:93:d5:5b:0d:e0:f1:d4:a1: + 32:35:85:b2:3a:db:b0:82:ab:d1:cb:0a:bc:4f:8c:5b:c5:4b: + 00:3b:1f:2a:82:a6:7e:36:85:dc:7e:3c:67:00:b5:e4:3b:52: + e0:a8:eb:5d:15:f9:c6:6d:f0:ad:1d:0e:85:b7:a9:9a:73:14: + 5a:5b:8f:41:28:c0:d5:e8:2d:4d:a4:5e:cd:aa:d9:ed:ce:dc: + d8:d5:3c:42:1d:17:c1:12:5d:45:38:c3:38:f3:fc:85:2e:83: + 46:48:b2:d7:20:5f:92:36:8f:e7:79:0f:98:5e:99:e8:f0:d0: + a4:bb:f5:53:bd:2a:ce:59:b0:af:6e:7f:6c:bb:d2:1e:00:b0: + 21:ed:f8:41:62:82:b9:d8:b2:c4:bb:46:50:f3:31:c5:8f:01: + a8:74:eb:f5:78:27:da:e7:f7:66:43:f3:9e:83:3e:20:aa:c3: + 35:60:91:ce +SHA1 Fingerprint=C8:EC:8C:87:92:69:CB:4B:AB:39:E9:8D:7E:57:67:F3:14:95:73:9D diff --git a/sparse/system/etc/security/cacerts_google/c7e2a638.0 b/sparse/system/etc/security/cacerts_google/c7e2a638.0 new file mode 100644 index 0000000..c5a3c92 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/c7e2a638.0 @@ -0,0 +1,82 @@ +-----BEGIN CERTIFICATE----- +MIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCB +mDELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsT +MChjKSAyMDA4IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s +eTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhv +cml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIzNTk1OVowgZgxCzAJ +BgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg +MjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0 +BgNVBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg +LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz ++uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5jK/BGvESyiaHAKAxJcCGVn2TAppMSAmUm +hsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdEc5IiaacDiGydY8hS2pgn +5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3CIShwiP/W +JmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exAL +DmKudlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZC +huOl1UcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw +HQYDVR0OBBYEFMR5yo6hTgMdHNxr2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IB +AQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9cr5HqQ6XErhK8WTTOd8lNNTB +zU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbEAp7aDHdlDkQN +kv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD +AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUH +SJsMC8tJP33st/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2G +spki4cErx5z481+oghLrGREt +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 15:ac:6e:94:19:b2:79:4b:41:f6:27:a9:c3:18:0f:1f + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3 + Validity + Not Before: Apr 2 00:00:00 2008 GMT + Not After : Dec 1 23:59:59 2037 GMT + Subject: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:dc:e2:5e:62:58:1d:33:57:39:32:33:fa:eb:cb: + 87:8c:a7:d4:4a:dd:06:88:ea:64:8e:31:98:a5:38: + 90:1e:98:cf:2e:63:2b:f0:46:bc:44:b2:89:a1:c0: + 28:0c:49:70:21:95:9f:64:c0:a6:93:12:02:65:26: + 86:c6:a5:89:f0:fa:d7:84:a0:70:af:4f:1a:97:3f: + 06:44:d5:c9:eb:72:10:7d:e4:31:28:fb:1c:61:e6: + 28:07:44:73:92:22:69:a7:03:88:6c:9d:63:c8:52: + da:98:27:e7:08:4c:70:3e:b4:c9:12:c1:c5:67:83: + 5d:33:f3:03:11:ec:6a:d0:53:e2:d1:ba:36:60:94: + 80:bb:61:63:6c:5b:17:7e:df:40:94:1e:ab:0d:c2: + 21:28:70:88:ff:d6:26:6c:6c:60:04:25:4e:55:7e: + 7d:ef:bf:94:48:de:b7:1d:dd:70:8d:05:5f:88:a5: + 9b:f2:c2:ee:ea:d1:40:41:6d:62:38:1d:56:06:c5: + 03:47:51:20:19:fc:7b:10:0b:0e:62:ae:76:55:bf: + 5f:77:be:3e:49:01:53:3d:98:25:03:76:24:5a:1d: + b4:db:89:ea:79:e5:b6:b3:3b:3f:ba:4c:28:41:7f: + 06:ac:6a:8e:c1:d0:f6:05:1d:7d:e6:42:86:e3:a5: + d5:47 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + C4:79:CA:8E:A1:4E:03:1D:1C:DC:6B:DB:31:5B:94:3E:3F:30:7F:2D + Signature Algorithm: sha256WithRSAEncryption + 2d:c5:13:cf:56:80:7b:7a:78:bd:9f:ae:2c:99:e7:ef:da:df: + 94:5e:09:69:a7:e7:6e:68:8c:bd:72:be:47:a9:0e:97:12:b8: + 4a:f1:64:d3:39:df:25:34:d4:c1:cd:4e:81:f0:0f:04:c4:24: + b3:34:96:c6:a6:aa:30:df:68:61:73:d7:f9:8e:85:89:ef:0e: + 5e:95:28:4a:2a:27:8f:10:8e:2e:7c:86:c4:02:9e:da:0c:77: + 65:0e:44:0d:92:fd:fd:b3:16:36:fa:11:0d:1d:8c:0e:07:89: + 6a:29:56:f7:72:f4:dd:15:9c:77:35:66:57:ab:13:53:d8:8e: + c1:40:c5:d7:13:16:5a:72:c7:b7:69:01:c4:7a:b1:83:01:68: + 7d:8d:41:a1:94:18:c1:25:5c:fc:f0:fe:83:02:87:7c:0d:0d: + cf:2e:08:5c:4a:40:0d:3e:ec:81:61:e6:24:db:ca:e0:0e:2d: + 07:b2:3e:56:dc:8d:f5:41:85:07:48:9b:0c:0b:cb:49:3f:7d: + ec:b7:fd:cb:8d:67:89:1a:ab:ed:bb:1e:a3:00:08:08:17:2a: + 82:5c:31:5d:46:8a:2d:0f:86:9b:74:d9:45:fb:d4:40:b1:7a: + aa:68:2d:86:b2:99:22:e1:c1:2b:c7:9c:f8:f3:5f:a8:82:12: + eb:19:11:2d +SHA1 Fingerprint=03:9E:ED:B8:0B:E7:A0:3C:69:53:89:3B:20:D2:D9:32:3A:4C:2A:FD diff --git a/sparse/system/etc/security/cacerts_google/c90bc37d.0 b/sparse/system/etc/security/cacerts_google/c90bc37d.0 new file mode 100644 index 0000000..e4460c1 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/c90bc37d.0 @@ -0,0 +1,80 @@ +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 03:3a:f1:e6:a7:11:a9:a0:bb:28:64:b1:1d:09:fa:e5 + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:bb:37:cd:34:dc:7b:6b:c9:b2:68:90:ad:4a:75: + ff:46:ba:21:0a:08:8d:f5:19:54:c9:fb:88:db:f3: + ae:f2:3a:89:91:3c:7a:e6:ab:06:1a:6b:cf:ac:2d: + e8:5e:09:24:44:ba:62:9a:7e:d6:a3:a8:7e:e0:54: + 75:20:05:ac:50:b7:9c:63:1a:6c:30:dc:da:1f:19: + b1:d7:1e:de:fd:d7:e0:cb:94:83:37:ae:ec:1f:43: + 4e:dd:7b:2c:d2:bd:2e:a5:2f:e4:a9:b8:ad:3a:d4: + 99:a4:b6:25:e9:9b:6b:00:60:92:60:ff:4f:21:49: + 18:f7:67:90:ab:61:06:9c:8f:f2:ba:e9:b4:e9:92: + 32:6b:b5:f3:57:e8:5d:1b:cd:8c:1d:ab:95:04:95: + 49:f3:35:2d:96:e3:49:6d:dd:77:e3:fb:49:4b:b4: + ac:55:07:a9:8f:95:b3:b4:23:bb:4c:6d:45:f0:f6: + a9:b2:95:30:b4:fd:4c:55:8c:27:4a:57:14:7c:82: + 9d:cd:73:92:d3:16:4a:06:0c:8c:50:d1:8f:1e:09: + be:17:a1:e6:21:ca:fd:83:e5:10:bc:83:a5:0a:c4: + 67:28:f6:73:14:14:3d:46:76:c3:87:14:89:21:34: + 4d:af:0f:45:0c:a6:49:a1:ba:bb:9c:c5:b1:33:83: + 29:85 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + 4E:22:54:20:18:95:E6:E3:6E:E6:0F:FA:FA:B9:12:ED:06:17:8F:39 + Signature Algorithm: sha256WithRSAEncryption + 60:67:28:94:6f:0e:48:63:eb:31:dd:ea:67:18:d5:89:7d:3c: + c5:8b:4a:7f:e9:be:db:2b:17:df:b0:5f:73:77:2a:32:13:39: + 81:67:42:84:23:f2:45:67:35:ec:88:bf:f8:8f:b0:61:0c:34: + a4:ae:20:4c:84:c6:db:f8:35:e1:76:d9:df:a6:42:bb:c7:44: + 08:86:7f:36:74:24:5a:da:6c:0d:14:59:35:bd:f2:49:dd:b6: + 1f:c9:b3:0d:47:2a:3d:99:2f:bb:5c:bb:b5:d4:20:e1:99:5f: + 53:46:15:db:68:9b:f0:f3:30:d5:3e:31:e2:8d:84:9e:e3:8a: + da:da:96:3e:35:13:a5:5f:f0:f9:70:50:70:47:41:11:57:19: + 4e:c0:8f:ae:06:c4:95:13:17:2f:1b:25:9f:75:f2:b1:8e:99: + a1:6f:13:b1:41:71:fe:88:2a:c8:4f:10:20:55:d7:f3:14:45: + e5:e0:44:f4:ea:87:95:32:93:0e:fe:53:46:fa:2c:9d:ff:8b: + 22:b9:4b:d9:09:45:a4:de:a4:b8:9a:58:dd:1b:7d:52:9f:8e: + 59:43:88:81:a4:9e:26:d5:6f:ad:dd:0d:c6:37:7d:ed:03:92: + 1b:e5:77:5f:76:ee:3c:8d:c4:5d:56:5b:a2:d9:66:6e:b3:35: + 37:e5:32:b6 +SHA1 Fingerprint=DF:3C:24:F9:BF:D6:66:76:1B:26:80:73:FE:06:D1:CC:8D:4F:82:A4 diff --git a/sparse/system/etc/security/cacerts_google/ccc52f49.0 b/sparse/system/etc/security/cacerts_google/ccc52f49.0 new file mode 100644 index 0000000..b014690 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/ccc52f49.0 @@ -0,0 +1,50 @@ +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8401224907861490260 (0x7497258ac73f7a54) + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC + Validity + Not Before: Jan 29 14:20:24 2010 GMT + Not After : Dec 31 14:20:24 2040 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:0d:30:5e:1b:15:9d:03:d0:a1:79:35:b7:3a:3c: + 92:7a:ca:15:1c:cd:62:f3:9c:26:5c:07:3d:e5:54: + fa:a3:d6:cc:12:ea:f4:14:5f:e8:8e:19:ab:2f:2e: + 48:e6:ac:18:43:78:ac:d0:37:c3:bd:b2:cd:2c:e6: + 47:e2:1a:e6:63:b8:3d:2e:2f:78:c4:4f:db:f4:0f: + a4:68:4c:55:72:6b:95:1d:4e:18:42:95:78:cc:37: + 3c:91:e2:9b:65:2b:29 + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Subject Key Identifier: + 9A:AF:29:7A:C0:11:35:35:26:51:30:00:C3:6A:FE:40:D5:AE:D6:3C + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: ecdsa-with-SHA384 + 30:64:02:30:17:09:f3:87:88:50:5a:af:c8:c0:42:bf:47:5f: + f5:6c:6a:86:e0:c4:27:74:e4:38:53:d7:05:7f:1b:34:e3:c6: + 2f:b3:ca:09:3c:37:9d:d7:e7:b8:46:f1:fd:a1:e2:71:02:30: + 42:59:87:43:d4:51:df:ba:d3:09:32:5a:ce:88:7e:57:3d:9c: + 5f:42:6b:f5:07:2d:b5:f0:82:93:f9:59:6f:ae:64:fa:58:e5: + 8b:1e:e3:63:be:b5:81:cd:6f:02:8c:79 +SHA1 Fingerprint=B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB diff --git a/sparse/system/etc/security/cacerts_google/d4c339cb.0 b/sparse/system/etc/security/cacerts_google/d4c339cb.0 new file mode 100644 index 0000000..3f5e924 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/d4c339cb.0 @@ -0,0 +1,123 @@ +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 4c:aa:f9:ca:db:63:6f:e0:1f:f7:4e:d8:5b:03:86:9d + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority + Validity + Not Before: Jan 19 00:00:00 2010 GMT + Not After : Jan 18 23:59:59 2038 GMT + Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (4096 bit) + Modulus: + 00:91:e8:54:92:d2:0a:56:b1:ac:0d:24:dd:c5:cf: + 44:67:74:99:2b:37:a3:7d:23:70:00:71:bc:53:df: + c4:fa:2a:12:8f:4b:7f:10:56:bd:9f:70:72:b7:61: + 7f:c9:4b:0f:17:a7:3d:e3:b0:04:61:ee:ff:11:97: + c7:f4:86:3e:0a:fa:3e:5c:f9:93:e6:34:7a:d9:14: + 6b:e7:9c:b3:85:a0:82:7a:76:af:71:90:d7:ec:fd: + 0d:fa:9c:6c:fa:df:b0:82:f4:14:7e:f9:be:c4:a6: + 2f:4f:7f:99:7f:b5:fc:67:43:72:bd:0c:00:d6:89: + eb:6b:2c:d3:ed:8f:98:1c:14:ab:7e:e5:e3:6e:fc: + d8:a8:e4:92:24:da:43:6b:62:b8:55:fd:ea:c1:bc: + 6c:b6:8b:f3:0e:8d:9a:e4:9b:6c:69:99:f8:78:48: + 30:45:d5:ad:e1:0d:3c:45:60:fc:32:96:51:27:bc: + 67:c3:ca:2e:b6:6b:ea:46:c7:c7:20:a0:b1:1f:65: + de:48:08:ba:a4:4e:a9:f2:83:46:37:84:eb:e8:cc: + 81:48:43:67:4e:72:2a:9b:5c:bd:4c:1b:28:8a:5c: + 22:7b:b4:ab:98:d9:ee:e0:51:83:c3:09:46:4e:6d: + 3e:99:fa:95:17:da:7c:33:57:41:3c:8d:51:ed:0b: + b6:5c:af:2c:63:1a:df:57:c8:3f:bc:e9:5d:c4:9b: + af:45:99:e2:a3:5a:24:b4:ba:a9:56:3d:cf:6f:aa: + ff:49:58:be:f0:a8:ff:f4:b8:ad:e9:37:fb:ba:b8: + f4:0b:3a:f9:e8:43:42:1e:89:d8:84:cb:13:f1:d9: + bb:e1:89:60:b8:8c:28:56:ac:14:1d:9c:0a:e7:71: + eb:cf:0e:dd:3d:a9:96:a1:48:bd:3c:f7:af:b5:0d: + 22:4c:c0:11:81:ec:56:3b:f6:d3:a2:e2:5b:b7:b2: + 04:22:52:95:80:93:69:e8:8e:4c:65:f1:91:03:2d: + 70:74:02:ea:8b:67:15:29:69:52:02:bb:d7:df:50: + 6a:55:46:bf:a0:a3:28:61:7f:70:d0:c3:a2:aa:2c: + 21:aa:47:ce:28:9c:06:45:76:bf:82:18:27:b4:d5: + ae:b4:cb:50:e6:6b:f4:4c:86:71:30:e9:a6:df:16: + 86:e0:d8:ff:40:dd:fb:d0:42:88:7f:a3:33:3a:2e: + 5c:1e:41:11:81:63:ce:18:71:6b:2b:ec:a6:8a:b7: + 31:5c:3a:6a:47:e0:c3:79:59:d6:20:1a:af:f2:6a: + 98:aa:72:bc:57:4a:d2:4b:9d:bb:10:fc:b0:4c:41: + e5:ed:1d:3d:5e:28:9d:9c:cc:bf:b3:51:da:a7:47: + e5:84:53 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4 + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + Signature Algorithm: sha384WithRSAEncryption + 0a:f1:d5:46:84:b7:ae:51:bb:6c:b2:4d:41:14:00:93:4c:9c: + cb:e5:c0:54:cf:a0:25:8e:02:f9:fd:b0:a2:0d:f5:20:98:3c: + 13:2d:ac:56:a2:b0:d6:7e:11:92:e9:2e:ba:9e:2e:9a:72:b1: + bd:19:44:6c:61:35:a2:9a:b4:16:12:69:5a:8c:e1:d7:3e:a4: + 1a:e8:2f:03:f4:ae:61:1d:10:1b:2a:a4:8b:7a:c5:fe:05:a6: + e1:c0:d6:c8:fe:9e:ae:8f:2b:ba:3d:99:f8:d8:73:09:58:46: + 6e:a6:9c:f4:d7:27:d3:95:da:37:83:72:1c:d3:73:e0:a2:47: + 99:03:38:5d:d5:49:79:00:29:1c:c7:ec:9b:20:1c:07:24:69: + 57:78:b2:39:fc:3a:84:a0:b5:9c:7c:8d:bf:2e:93:62:27:b7: + 39:da:17:18:ae:bd:3c:09:68:ff:84:9b:3c:d5:d6:0b:03:e3: + 57:9e:14:f7:d1:eb:4f:c8:bd:87:23:b7:b6:49:43:79:85:5c: + ba:eb:92:0b:a1:c6:e8:68:a8:4c:16:b1:1a:99:0a:e8:53:2c: + 92:bb:a1:09:18:75:0c:65:a8:7b:cb:23:b7:1a:c2:28:85:c3: + 1b:ff:d0:2b:62:ef:a4:7b:09:91:98:67:8c:14:01:cd:68:06: + 6a:63:21:75:03:80:88:8a:6e:81:c6:85:f2:a9:a4:2d:e7:f4: + a5:24:10:47:83:ca:cd:f4:8d:79:58:b1:06:9b:e7:1a:2a:d9: + 9d:01:d7:94:7d:ed:03:4a:ca:f0:db:e8:a9:01:3e:f5:56:99: + c9:1e:8e:49:3d:bb:e5:09:b9:e0:4f:49:92:3d:16:82:40:cc: + cc:59:c6:e6:3a:ed:12:2e:69:3c:6c:95:b1:fd:aa:1d:7b:7f: + 86:be:1e:0e:32:46:fb:fb:13:8f:75:7f:4c:8b:4b:46:63:fe: + 00:34:40:70:c1:c3:b9:a1:dd:a6:70:e2:04:b3:41:bc:e9:80: + 91:ea:64:9c:7a:e1:22:03:a9:9c:6e:6f:0e:65:4f:6c:87:87: + 5e:f3:6e:a0:f9:75:a5:9b:40:e8:53:b2:27:9d:4a:b9:c0:77: + 21:8d:ff:87:f2:de:bc:8c:ef:17:df:b7:49:0b:d1:f2:6e:30: + 0b:1a:0e:4e:76:ed:11:fc:f5:e9:56:b2:7d:bf:c7:6d:0a:93: + 8c:a5:d0:c0:b6:1d:be:3a:4e:94:a2:d7:6e:6c:0b:c2:8a:7c: + fa:20:f3:c4:e4:e5:cd:0d:a8:cb:91:92:b1:7c:85:ec:b5:14: + 69:66:0e:82:e7:cd:ce:c8:2d:a6:51:7f:21:c1:35:53:85:06: + 4a:5d:9f:ad:bb:1b:5f:74 +SHA1 Fingerprint=AF:E5:D2:44:A8:D1:19:42:30:FF:47:9F:E2:F8:97:BB:CD:7A:8C:B4 diff --git a/sparse/system/etc/security/cacerts_google/dbc54cab.0 b/sparse/system/etc/security/cacerts_google/dbc54cab.0 new file mode 100644 index 0000000..904ac73 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/dbc54cab.0 @@ -0,0 +1,119 @@ +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 7893706540734352110 (0x6d8c1446b1a60aee) + Signature Algorithm: sha384WithRSAEncryption + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Premium + Validity + Not Before: Jan 29 14:10:36 2010 GMT + Not After : Dec 31 14:10:36 2040 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (4096 bit) + Modulus: + 00:c4:12:df:a9:5f:fe:41:dd:dd:f5:9f:8a:e3:f6: + ac:e1:3c:78:9a:bc:d8:f0:7f:7a:a0:33:2a:dc:8d: + 20:5b:ae:2d:6f:e7:93:d9:36:70:6a:68:cf:8e:51: + a3:85:5b:67:04:a0:10:24:6f:5d:28:82:c1:97:57: + d8:48:29:13:b6:e1:be:91:4d:df:85:0c:53:18:9a: + 1e:24:a2:4f:8f:f0:a2:85:0b:cb:f4:29:7f:d2:a4: + 58:ee:26:4d:c9:aa:a8:7b:9a:d9:fa:38:de:44:57: + 15:e5:f8:8c:c8:d9:48:e2:0d:16:27:1d:1e:c8:83: + 85:25:b7:ba:aa:55:41:cc:03:22:4b:2d:91:8d:8b: + e6:89:af:66:c7:e9:ff:2b:e9:3c:ac:da:d2:b3:c3: + e1:68:9c:89:f8:7a:00:56:de:f4:55:95:6c:fb:ba: + 64:dd:62:8b:df:0b:77:32:eb:62:cc:26:9a:9b:bb: + aa:62:83:4c:b4:06:7a:30:c8:29:bf:ed:06:4d:97: + b9:1c:c4:31:2b:d5:5f:bc:53:12:17:9c:99:57:29: + 66:77:61:21:31:07:2e:25:49:9d:18:f2:ee:f3:2b: + 71:8c:b5:ba:39:07:49:77:fc:ef:2e:92:90:05:8d: + 2d:2f:77:7b:ef:43:bf:35:bb:9a:d8:f9:73:a7:2c: + f2:d0:57:ee:28:4e:26:5f:8f:90:68:09:2f:b8:f8: + dc:06:e9:2e:9a:3e:51:a7:d1:22:c4:0a:a7:38:48: + 6c:b3:f9:ff:7d:ab:86:57:e3:ba:d6:85:78:77:ba: + 43:ea:48:7f:f6:d8:be:23:6d:1e:bf:d1:36:6c:58: + 5c:f1:ee:a4:19:54:1a:f5:03:d2:76:e6:e1:8c:bd: + 3c:b3:d3:48:4b:e2:c8:f8:7f:92:a8:76:46:9c:42: + 65:3e:a4:1e:c1:07:03:5a:46:2d:b8:97:f3:b7:d5: + b2:55:21:ef:ba:dc:4c:00:97:fb:14:95:27:33:bf: + e8:43:47:46:d2:08:99:16:60:3b:9a:7e:d2:e6:ed: + 38:ea:ec:01:1e:3c:48:56:49:09:c7:4c:37:00:9e: + 88:0e:c0:73:e1:6f:66:e9:72:47:30:3e:10:e5:0b: + 03:c9:9a:42:00:6c:c5:94:7e:61:c4:8a:df:7f:82: + 1a:0b:59:c4:59:32:77:b3:bc:60:69:56:39:fd:b4: + 06:7b:2c:d6:64:36:d9:bd:48:ed:84:1f:7e:a5:22: + 8f:2a:b8:42:f4:82:b7:d4:53:90:78:4e:2d:1a:fd: + 81:6f:44:d7:3b:01:74:96:42:e0:00:e2:2e:6b:ea: + c5:ee:72:ac:bb:bf:fe:ea:aa:a8:f8:dc:f6:b2:79: + 8a:b6:67 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 9D:C0:67:A6:0C:22:D9:26:F5:45:AB:A6:65:52:11:27:D8:45:AC:63 + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha384WithRSAEncryption + b3:57:4d:10:62:4e:3a:e4:ac:ea:b8:1c:af:32:23:c8:b3:49: + 5a:51:9c:76:28:8d:79:aa:57:46:17:d5:f5:52:f6:b7:44:e8: + 08:44:bf:18:84:d2:0b:80:cd:c5:12:fd:00:55:05:61:87:41: + dc:b5:24:9e:3c:c4:d8:c8:fb:70:9e:2f:78:96:83:20:36:de: + 7c:0f:69:13:88:a5:75:36:98:08:a6:c6:df:ac:ce:e3:58:d6: + b7:3e:de:ba:f3:eb:34:40:d8:a2:81:f5:78:3f:2f:d5:a5:fc: + d9:a2:d4:5e:04:0e:17:ad:fe:41:f0:e5:b2:72:fa:44:82:33: + 42:e8:2d:58:f7:56:8c:62:3f:ba:42:b0:9c:0c:5c:7e:2e:65: + 26:5c:53:4f:00:b2:78:7e:a1:0d:99:2d:8d:b8:1d:8e:a2:c4: + b0:fd:60:d0:30:a4:8e:c8:04:62:a9:c4:ed:35:de:7a:97:ed: + 0e:38:5e:92:2f:93:70:a5:a9:9c:6f:a7:7d:13:1d:7e:c6:08: + 48:b1:5e:67:eb:51:08:25:e9:e6:25:6b:52:29:91:9c:d2:39: + 73:08:57:de:99:06:b4:5b:9d:10:06:e1:c2:00:a8:b8:1c:4a: + 02:0a:14:d0:c1:41:ca:fb:8c:35:21:7d:82:38:f2:a9:54:91: + 19:35:93:94:6d:6a:3a:c5:b2:d0:bb:89:86:93:e8:9b:c9:0f: + 3a:a7:7a:b8:a1:f0:78:46:fa:fc:37:2f:e5:8a:84:f3:df:fe: + 04:d9:a1:68:a0:2f:24:e2:09:95:06:d5:95:ca:e1:24:96:eb: + 7c:f6:93:05:bb:ed:73:e9:2d:d1:75:39:d7:e7:24:db:d8:4e: + 5f:43:8f:9e:d0:14:39:bf:55:70:48:99:57:31:b4:9c:ee:4a: + 98:03:96:30:1f:60:06:ee:1b:23:fe:81:60:23:1a:47:62:85: + a5:cc:19:34:80:6f:b3:ac:1a:e3:9f:f0:7b:48:ad:d5:01:d9: + 67:b6:a9:72:93:ea:2d:66:b5:b2:b8:e4:3d:3c:b2:ef:4c:8c: + ea:eb:07:bf:ab:35:9a:55:86:bc:18:a6:b5:a8:5e:b4:83:6c: + 6b:69:40:d3:9f:dc:f1:c3:69:6b:b9:e1:6d:09:f4:f1:aa:50: + 76:0a:7a:7d:7a:17:a1:55:96:42:99:31:09:dd:60:11:8d:05: + 30:7e:e6:8e:46:d1:9d:14:da:c7:17:e4:05:96:8c:c4:24:b5: + 1b:cf:14:07:b2:40:f8:a3:9e:41:86:bc:04:d0:6b:96:c8:2a: + 80:34:fd:bf:ef:06:a3:dd:58:c5:85:3d:3e:8f:fe:9e:29:e0: + b6:b8:09:68:19:1c:18:43 +SHA1 Fingerprint=D8:A6:33:2C:E0:03:6F:B1:85:F6:63:4F:7D:6A:06:65:26:32:28:27 diff --git a/sparse/system/etc/security/cacerts_google/e268a4c5.0 b/sparse/system/etc/security/cacerts_google/e268a4c5.0 new file mode 100644 index 0000000..c9f7dd8 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/e268a4c5.0 @@ -0,0 +1,86 @@ +-----BEGIN CERTIFICATE----- +MIIEGDCCAwCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQGEwJTRTEU +MBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3 +b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwHhcNMDAwNTMw +MTAzODMxWhcNMjAwNTMwMTAzODMxWjBlMQswCQYDVQQGEwJTRTEUMBIGA1UEChML +QWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYD +VQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUA +A4IBDwAwggEKAoIBAQCWltQhSWDia+hBBwzexODcEyPNwTXH+9ZOEQpnXvUGW2ul +CDtbKRY654eyNAbFvAWlA3yCyykQruGIgb3WntP+LVbBFc7jJp0VLhD7Bo8wBN6n +tGO0/7Gcrjyvd7ZWxbWroulpOj0OM3kyP3CCkplhbY0wCI9xP6ZIVxn4JdxLZlyl +dI+Yrsj5wAYi56xz36Uu+1LcsRVlIPo1Zmne3yzxbrww2ywkEtvrNTVokMsAsJch +PXQhI2U0K7t4WaPW4XY5mqRJjox0r26kmqPZm9I4XJuiGMx1I4S+6+JNM3GOGvDC ++Mcdoq0Dlyz4zyXG9rgkMbFjXZJ/Y/AlyVMuH79NAgMBAAGjgdIwgc8wHQYDVR0O +BBYEFJWxtPCUtr3H2tERCSG+wa9J/RB7MAsGA1UdDwQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MIGPBgNVHSMEgYcwgYSAFJWxtPCUtr3H2tERCSG+wa9J/RB7oWmkZzBl +MQswCQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFk +ZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENB +IFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBACxtZBsfzQ3duQH6lmM0MkhHma6X +7f1yFqZzR1r0693p9db7RcwpiURdv0Y5PejuvE1Uhh4dbOMXJ0PhiVYrqW9yTkkz +43J8KiOavD7/KCrto/8cI7pDVwlnTUtiBi34/2ydYB7YHEt9tTEv2dB8Xfjea4MY +eDdXL+gzB2ffHsdrKpV2ro9Xo/D0UrSpUwjP4E/TelOL/bscVjby/rK25Xa71SJl +pz/+0WatC7xrmYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOA +WiFeIc9TVPC6b4nbqKqVz4vjccweGyBECMB6tkD9xOQ14R0WHNC8K47Wcdk= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Class 1 CA Root + Validity + Not Before: May 30 10:38:31 2000 GMT + Not After : May 30 10:38:31 2020 GMT + Subject: C=SE, O=AddTrust AB, OU=AddTrust TTP Network, CN=AddTrust Class 1 CA Root + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:96:96:d4:21:49:60:e2:6b:e8:41:07:0c:de:c4: + e0:dc:13:23:cd:c1:35:c7:fb:d6:4e:11:0a:67:5e: + f5:06:5b:6b:a5:08:3b:5b:29:16:3a:e7:87:b2:34: + 06:c5:bc:05:a5:03:7c:82:cb:29:10:ae:e1:88:81: + bd:d6:9e:d3:fe:2d:56:c1:15:ce:e3:26:9d:15:2e: + 10:fb:06:8f:30:04:de:a7:b4:63:b4:ff:b1:9c:ae: + 3c:af:77:b6:56:c5:b5:ab:a2:e9:69:3a:3d:0e:33: + 79:32:3f:70:82:92:99:61:6d:8d:30:08:8f:71:3f: + a6:48:57:19:f8:25:dc:4b:66:5c:a5:74:8f:98:ae: + c8:f9:c0:06:22:e7:ac:73:df:a5:2e:fb:52:dc:b1: + 15:65:20:fa:35:66:69:de:df:2c:f1:6e:bc:30:db: + 2c:24:12:db:eb:35:35:68:90:cb:00:b0:97:21:3d: + 74:21:23:65:34:2b:bb:78:59:a3:d6:e1:76:39:9a: + a4:49:8e:8c:74:af:6e:a4:9a:a3:d9:9b:d2:38:5c: + 9b:a2:18:cc:75:23:84:be:eb:e2:4d:33:71:8e:1a: + f0:c2:f8:c7:1d:a2:ad:03:97:2c:f8:cf:25:c6:f6: + b8:24:31:b1:63:5d:92:7f:63:f0:25:c9:53:2e:1f: + bf:4d + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 95:B1:B4:F0:94:B6:BD:C7:DA:D1:11:09:21:BE:C1:AF:49:FD:10:7B + X509v3 Key Usage: + Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Authority Key Identifier: + keyid:95:B1:B4:F0:94:B6:BD:C7:DA:D1:11:09:21:BE:C1:AF:49:FD:10:7B + DirName:/C=SE/O=AddTrust AB/OU=AddTrust TTP Network/CN=AddTrust Class 1 CA Root + serial:01 + + Signature Algorithm: sha1WithRSAEncryption + 2c:6d:64:1b:1f:cd:0d:dd:b9:01:fa:96:63:34:32:48:47:99: + ae:97:ed:fd:72:16:a6:73:47:5a:f4:eb:dd:e9:f5:d6:fb:45: + cc:29:89:44:5d:bf:46:39:3d:e8:ee:bc:4d:54:86:1e:1d:6c: + e3:17:27:43:e1:89:56:2b:a9:6f:72:4e:49:33:e3:72:7c:2a: + 23:9a:bc:3e:ff:28:2a:ed:a3:ff:1c:23:ba:43:57:09:67:4d: + 4b:62:06:2d:f8:ff:6c:9d:60:1e:d8:1c:4b:7d:b5:31:2f:d9: + d0:7c:5d:f8:de:6b:83:18:78:37:57:2f:e8:33:07:67:df:1e: + c7:6b:2a:95:76:ae:8f:57:a3:f0:f4:52:b4:a9:53:08:cf:e0: + 4f:d3:7a:53:8b:fd:bb:1c:56:36:f2:fe:b2:b6:e5:76:bb:d5: + 22:65:a7:3f:fe:d1:66:ad:0b:bc:6b:99:86:ef:3f:7d:f3:18: + 32:ca:7b:c6:e3:ab:64:46:95:f8:26:69:d9:55:83:7b:2c:96: + 07:ff:59:2c:44:a3:c6:e5:e9:a9:dc:a1:63:80:5a:21:5e:21: + cf:53:54:f0:ba:6f:89:db:a8:aa:95:cf:8b:e3:71:cc:1e:1b: + 20:44:08:c0:7a:b6:40:fd:c4:e4:35:e1:1d:16:1c:d0:bc:2b: + 8e:d6:71:d9 +SHA1 Fingerprint=CC:AB:0E:A0:4C:23:01:D6:69:7B:DD:37:9F:CD:12:EB:24:E3:94:9D diff --git a/sparse/system/etc/security/cacerts_google/e48193cf.0 b/sparse/system/etc/security/cacerts_google/e48193cf.0 new file mode 100644 index 0000000..7883ef3 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/e48193cf.0 @@ -0,0 +1,77 @@ +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 8608355977964138876 (0x7777062726a9b17c) + Signature Algorithm: sha256WithRSAEncryption + Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Commercial + Validity + Not Before: Jan 29 14:06:06 2010 GMT + Not After : Dec 31 14:06:06 2030 GMT + Subject: C=US, O=AffirmTrust, CN=AffirmTrust Commercial + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:f6:1b:4f:67:07:2b:a1:15:f5:06:22:cb:1f:01: + b2:e3:73:45:06:44:49:2c:bb:49:25:14:d6:ce:c3: + b7:ab:2c:4f:c6:41:32:94:57:fa:12:a7:5b:0e:e2: + 8f:1f:1e:86:19:a7:aa:b5:2d:b9:5f:0d:8a:c2:af: + 85:35:79:32:2d:bb:1c:62:37:f2:b1:5b:4a:3d:ca: + cd:71:5f:e9:42:be:94:e8:c8:de:f9:22:48:64:c6: + e5:ab:c6:2b:6d:ad:05:f0:fa:d5:0b:cf:9a:e5:f0: + 50:a4:8b:3b:47:a5:23:5b:7a:7a:f8:33:3f:b8:ef: + 99:97:e3:20:c1:d6:28:89:cf:94:fb:b9:45:ed:e3: + 40:17:11:d4:74:f0:0b:31:e2:2b:26:6a:9b:4c:57: + ae:ac:20:3e:ba:45:7a:05:f3:bd:9b:69:15:ae:7d: + 4e:20:63:c4:35:76:3a:07:02:c9:37:fd:c7:47:ee: + e8:f1:76:1d:73:15:f2:97:a4:b5:c8:7a:79:d9:42: + aa:2b:7f:5c:fe:ce:26:4f:a3:66:81:35:af:44:ba: + 54:1e:1c:30:32:65:9d:e6:3c:93:5e:50:4e:7a:e3: + 3a:d4:6e:cc:1a:fb:f9:d2:37:ae:24:2a:ab:57:03: + 22:28:0d:49:75:7f:b7:28:da:75:bf:8e:e3:dc:0e: + 79:31 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Subject Key Identifier: + 9D:93:C6:53:8B:5E:CA:AF:3F:9F:1E:0F:E5:99:95:BC:24:F6:94:8F + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + Signature Algorithm: sha256WithRSAEncryption + 58:ac:f4:04:0e:cd:c0:0d:ff:0a:fd:d4:ba:16:5f:29:bd:7b: + 68:99:58:49:d2:b4:1d:37:4d:7f:27:7d:46:06:5d:43:c6:86: + 2e:3e:73:b2:26:7d:4f:93:a9:b6:c4:2a:9a:ab:21:97:14:b1: + de:8c:d3:ab:89:15:d8:6b:24:d4:f1:16:ae:d8:a4:5c:d4:7f: + 51:8e:ed:18:01:b1:93:63:bd:bc:f8:61:80:9a:9e:b1:ce:42: + 70:e2:a9:7d:06:25:7d:27:a1:fe:6f:ec:b3:1e:24:da:e3:4b: + 55:1a:00:3b:35:b4:3b:d9:d7:5d:30:fd:81:13:89:f2:c2:06: + 2b:ed:67:c4:8e:c9:43:b2:5c:6b:15:89:02:bc:62:fc:4e:f2: + b5:33:aa:b2:6f:d3:0a:a2:50:e3:f6:3b:e8:2e:44:c2:db:66: + 38:a9:33:56:48:f1:6d:1b:33:8d:0d:8c:3f:60:37:9d:d3:ca: + 6d:7e:34:7e:0d:9f:72:76:8b:1b:9f:72:fd:52:35:41:45:02: + 96:2f:1c:b2:9a:73:49:21:b1:49:47:45:47:b4:ef:6a:34:11: + c9:4d:9a:cc:59:b7:d6:02:9e:5a:4e:65:b5:94:ae:1b:df:29: + b0:16:f1:bf:00:9e:07:3a:17:64:b5:04:b5:23:21:99:0a:95: + 3b:97:7c:ef +SHA1 Fingerprint=F9:B5:B6:32:45:5F:9C:BE:EC:57:5F:80:DC:E9:6E:2C:C7:B2:78:B7 diff --git a/sparse/system/etc/security/cacerts_google/e775ed2d.0 b/sparse/system/etc/security/cacerts_google/e775ed2d.0 new file mode 100644 index 0000000..ec2620f --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/e775ed2d.0 @@ -0,0 +1,122 @@ +-----BEGIN CERTIFICATE----- +MIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEW +MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVy +c2FsIENBMB4XDTA0MDMwNDA1MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UE +BhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xHjAcBgNVBAMTFUdlb1RydXN0 +IFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKYV +VaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y/YckUHUWCq8YdgNY96xCcOq9tJPi8 +cQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTT +QjOgNB0eRXbdT8oYN+yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFh +F7em6fgemdtzbvQKoiFs7tqqhZJmr/Z6a4LauiIINQ/PQvE1+mrufislzDoR5G2v +c7J2Ha3QsnhnGqQ5HFELZ1aD/ThdDc7d8Lsrlh/eezJS/R27tQahsiFepdaVaH/w +mZ7cRQg+59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7VqnJNk22CDtucvc+081xd +VHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk/iXttmkQ3CgaRr0BHdCX +teGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZ +f9hBZ3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV+yXbfRe +Bi9Fi1jUIxaS5BZuKGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch+RbNt+ +nhutxx9z3SxPGWX9f5NAEC7S8O08ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB +/wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0XG0D08DYj3rWMB8GA1UdIwQY +MBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG +9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC/yOsjmPRFWrZIRc +aanQmjg8+uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z+ZhP015s8xxtxqv6fX +IwjhmF7DWgh2qaavdy+3YL1ERmrvl/9zlcGO6JP7/TG37FcREUWbMPEaiDnBTzyn +ANXH/KttgCJwpQzgXQQpAvvLoJHRfNbDflDVnVi+QTjruXU8FdmbyUqDWcDaU/0z +uzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsKxr2EoyNB3tZ3b4XUhRxQ4K5RirqN +Pnbiucon8l+f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxFKyDuSN/n3QmOGKja +QI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2DFKW +koRepqO1pD4r2czYG0eq8kTaT/kD6PAUyz/zg97QwVTjt+gKN02LIFkDMBmhLMi9 +ER/frslKxfMnZmaGrGiR/9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQt +DF4JbAiXfKM9fJP/P6EUp8+1Xevb2xzEdt+Iub1FBZUbrvxGakyvSOPOrg/Sfuvm +bJxPgWp6ZKy7PtXny3YuxadIwVyQD8vIP/rmMuGNG2+k5o7Y+SlIis5z/iw= +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: 1 (0x1) + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA + Validity + Not Before: Mar 4 05:00:00 2004 GMT + Not After : Mar 4 05:00:00 2029 GMT + Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (4096 bit) + Modulus: + 00:a6:15:55:a0:a3:c6:e0:1f:8c:9d:21:50:d7:c1: + be:2b:5b:b5:a4:9e:a1:d9:72:58:bd:00:1b:4c:bf: + 61:c9:14:1d:45:82:ab:c6:1d:80:d6:3d:eb:10:9c: + 3a:af:6d:24:f8:bc:71:01:9e:06:f5:7c:5f:1e:c1: + 0e:55:ca:83:9a:59:30:ae:19:cb:30:48:95:ed:22: + 37:8d:f4:4a:9a:72:66:3e:ad:95:c0:e0:16:00:e0: + 10:1f:2b:31:0e:d7:94:54:d3:42:33:a0:34:1d:1e: + 45:76:dd:4f:ca:18:37:ec:85:15:7a:19:08:fc:d5: + c7:9c:f0:f2:a9:2e:10:a9:92:e6:3d:58:3d:a9:16: + 68:3c:2f:75:21:18:7f:28:77:a5:e1:61:17:b7:a6: + e9:f8:1e:99:db:73:6e:f4:0a:a2:21:6c:ee:da:aa: + 85:92:66:af:f6:7a:6b:82:da:ba:22:08:35:0f:cf: + 42:f1:35:fa:6a:ee:7e:2b:25:cc:3a:11:e4:6d:af: + 73:b2:76:1d:ad:d0:b2:78:67:1a:a4:39:1c:51:0b: + 67:56:83:fd:38:5d:0d:ce:dd:f0:bb:2b:96:1f:de: + 7b:32:52:fd:1d:bb:b5:06:a1:b2:21:5e:a5:d6:95: + 68:7f:f0:99:9e:dc:45:08:3e:e7:d2:09:0d:35:94: + dd:80:4e:53:97:d7:b5:09:44:20:64:16:17:03:02: + 4c:53:0d:68:de:d5:aa:72:4d:93:6d:82:0e:db:9c: + bd:cf:b4:f3:5c:5d:54:7a:69:09:96:d6:db:11:c1: + 8d:75:a8:b4:cf:39:c8:ce:3c:bc:24:7c:e6:62:ca: + e1:bd:7d:a7:bd:57:65:0b:e4:fe:25:ed:b6:69:10: + dc:28:1a:46:bd:01:1d:d0:97:b5:e1:98:3b:c0:37: + 64:d6:3d:94:ee:0b:e1:f5:28:ae:0b:56:bf:71:8b: + 23:29:41:8e:86:c5:4b:52:7b:d8:71:ab:1f:8a:15: + a6:3b:83:5a:d7:58:01:51:c6:4c:41:d9:7f:d8:41: + 67:72:a2:28:df:60:83:a9:9e:c8:7b:fc:53:73:72: + 59:f5:93:7a:17:76:0e:ce:f7:e5:5c:d9:0b:55:34: + a2:aa:5b:b5:6a:54:e7:13:ca:57:ec:97:6d:f4:5e: + 06:2f:45:8b:58:d4:23:16:92:e4:16:6e:28:63:59: + 30:df:50:01:9c:63:89:1a:9f:db:17:94:82:70:37: + c3:24:9e:9a:47:d6:5a:ca:4e:a8:69:89:72:1f:91: + 6c:db:7e:9e:1b:ad:c7:1f:73:dd:2c:4f:19:65:fd: + 7f:93:40:10:2e:d2:f0:ed:3c:9e:2e:28:3e:69:26: + 33:c5:7b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + DA:BB:2E:AA:B0:0C:B8:88:26:51:74:5C:6D:03:D3:C0:D8:8F:7A:D6 + X509v3 Authority Key Identifier: + keyid:DA:BB:2E:AA:B0:0C:B8:88:26:51:74:5C:6D:03:D3:C0:D8:8F:7A:D6 + + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + Signature Algorithm: sha1WithRSAEncryption + 31:78:e6:c7:b5:df:b8:94:40:c9:71:c4:a8:35:ec:46:1d:c2: + 85:f3:28:58:86:b0:0b:fc:8e:b2:39:8f:44:55:ab:64:84:5c: + 69:a9:d0:9a:38:3c:fa:e5:1f:35:e5:44:e3:80:79:94:68:a4: + bb:c4:9f:3d:e1:34:cd:30:46:8b:54:2b:95:a5:ef:f7:3f:99: + 84:fd:35:e6:cf:31:c6:dc:6a:bf:a7:d7:23:08:e1:98:5e:c3: + 5a:08:76:a9:a6:af:77:2f:b7:60:bd:44:46:6a:ef:97:ff:73: + 95:c1:8e:e8:93:fb:fd:31:b7:ec:57:11:11:45:9b:30:f1:1a: + 88:39:c1:4f:3c:a7:00:d5:c7:fc:ab:6d:80:22:70:a5:0c:e0: + 5d:04:29:02:fb:cb:a0:91:d1:7c:d6:c3:7e:50:d5:9d:58:be: + 41:38:eb:b9:75:3c:15:d9:9b:c9:4a:83:59:c0:da:53:fd:33: + bb:36:18:9b:85:0f:15:dd:ee:2d:ac:76:93:b9:d9:01:8d:48: + 10:a8:fb:f5:38:86:f1:db:0a:c6:bd:84:a3:23:41:de:d6:77: + 6f:85:d4:85:1c:50:e0:ae:51:8a:ba:8d:3e:76:e2:b9:ca:27: + f2:5f:9f:ef:6e:59:0d:06:d8:2b:17:a4:d2:7c:6b:bb:5f:14: + 1a:48:8f:1a:4c:e7:b3:47:1c:8e:4c:45:2b:20:ee:48:df:e7: + dd:09:8e:18:a8:da:40:8d:92:26:11:53:61:73:5d:eb:bd:e7: + c4:4d:29:37:61:eb:ac:39:2d:67:2e:16:d6:f5:00:83:85:a1: + cc:7f:76:c4:7d:e4:b7:4b:66:ef:03:45:60:69:b6:0c:52:96: + 92:84:5e:a6:a3:b5:a4:3e:2b:d9:cc:d8:1b:47:aa:f2:44:da: + 4f:f9:03:e8:f0:14:cb:3f:f3:83:de:d0:c1:54:e3:b7:e8:0a: + 37:4d:8b:20:59:03:30:19:a1:2c:c8:bd:11:1f:df:ae:c9:4a: + c5:f3:27:66:66:86:ac:68:91:ff:d9:e6:53:1c:0f:8b:5c:69: + 65:0a:26:c8:1e:34:c3:5d:51:7b:d7:a9:9c:06:a1:36:dd:d5: + 89:94:bc:d9:e4:2d:0c:5e:09:6c:08:97:7c:a3:3d:7c:93:ff: + 3f:a1:14:a7:cf:b5:5d:eb:db:db:1c:c4:76:df:88:b9:bd:45: + 05:95:1b:ae:fc:46:6a:4c:af:48:e3:ce:ae:0f:d2:7e:eb:e6: + 6c:9c:4f:81:6a:7a:64:ac:bb:3e:d5:e7:cb:76:2e:c5:a7:48: + c1:5c:90:0f:cb:c8:3f:fa:e6:32:e1:8d:1b:6f:a4:e6:8e:d8: + f9:29:48:8a:ce:73:fe:2c +SHA1 Fingerprint=E6:21:F3:35:43:79:05:9A:4B:68:30:9D:8A:2F:74:22:15:87:EC:79 diff --git a/sparse/system/etc/security/cacerts_google/ed39abd0.0 b/sparse/system/etc/security/cacerts_google/ed39abd0.0 new file mode 100644 index 0000000..188e375 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/ed39abd0.0 @@ -0,0 +1,53 @@ +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 05:55:56:bc:f2:5e:a4:35:35:c3:a4:0f:d5:ab:45:72 + Signature Algorithm: ecdsa-with-SHA384 + Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3 + Validity + Not Before: Aug 1 12:00:00 2013 GMT + Not After : Jan 15 12:00:00 2038 GMT + Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3 + Subject Public Key Info: + Public Key Algorithm: id-ecPublicKey + Public-Key: (384 bit) + pub: + 04:dd:a7:d9:bb:8a:b8:0b:fb:0b:7f:21:d2:f0:be: + be:73:f3:33:5d:1a:bc:34:ea:de:c6:9b:bc:d0:95: + f6:f0:cc:d0:0b:ba:61:5b:51:46:7e:9e:2d:9f:ee: + 8e:63:0c:17:ec:07:70:f5:cf:84:2e:40:83:9c:e8: + 3f:41:6d:3b:ad:d3:a4:14:59:36:78:9d:03:43:ee: + 10:13:6c:72:de:ae:88:a7:a1:6b:b5:43:ce:67:dc: + 23:ff:03:1c:a3:e2:3e + ASN1 OID: secp384r1 + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Digital Signature, Certificate Sign, CRL Sign + X509v3 Subject Key Identifier: + B3:DB:48:A4:F9:A1:C5:D8:AE:36:41:CC:11:63:69:62:29:BC:4B:C6 + Signature Algorithm: ecdsa-with-SHA384 + 30:65:02:31:00:ad:bc:f2:6c:3f:12:4a:d1:2d:39:c3:0a:09: + 97:73:f4:88:36:8c:88:27:bb:e6:88:8d:50:85:a7:63:f9:9e: + 32:de:66:93:0f:f1:cc:b1:09:8f:dd:6c:ab:fa:6b:7f:a0:02: + 30:39:66:5b:c2:64:8d:b8:9e:50:dc:a8:d5:49:a2:ed:c7:dc: + d1:49:7f:17:01:b8:c8:86:8f:4e:8c:88:2b:a8:9a:a9:8a:c5: + d1:00:bd:f8:54:e2:9a:e5:5b:7c:b3:27:17 +SHA1 Fingerprint=7E:04:DE:89:6A:3E:66:6D:00:E6:87:D3:3F:FA:D9:3B:E8:3D:34:9E diff --git a/sparse/system/etc/security/cacerts_google/facacbc6.0 b/sparse/system/etc/security/cacerts_google/facacbc6.0 new file mode 100644 index 0000000..0b2120a --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/facacbc6.0 @@ -0,0 +1,88 @@ +-----BEGIN CERTIFICATE----- +MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB +yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL +ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp +U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW +ZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCByjEL +MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW +ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2ln +biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp +U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y +aXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvJAgIKXo1 +nmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKzj/i5Vbex +t0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIz +SdhDY2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQG +BO+QueQA5N06tRn/Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+ +rCpSx4/VBEnkjWNHiDxpg8v+R70rfk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/ +NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E +BAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEwHzAH +BgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy +aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKv +MzEzMA0GCSqGSIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzE +p6B4Eq1iDkVwZMXnl2YtmAl+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y +5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKEKQsTb47bDN0lAtukixlE0kF6BWlK +WE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiCKm0oHw0LxOXnGiYZ +4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vEZV8N +hnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 18:da:d1:9e:26:7d:e8:bb:4a:21:58:cd:cc:6b:3b:4a + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5 + Validity + Not Before: Nov 8 00:00:00 2006 GMT + Not After : Jul 16 23:59:59 2036 GMT + Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5 + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:af:24:08:08:29:7a:35:9e:60:0c:aa:e7:4b:3b: + 4e:dc:7c:bc:3c:45:1c:bb:2b:e0:fe:29:02:f9:57: + 08:a3:64:85:15:27:f5:f1:ad:c8:31:89:5d:22:e8: + 2a:aa:a6:42:b3:8f:f8:b9:55:b7:b1:b7:4b:b3:fe: + 8f:7e:07:57:ec:ef:43:db:66:62:15:61:cf:60:0d: + a4:d8:de:f8:e0:c3:62:08:3d:54:13:eb:49:ca:59: + 54:85:26:e5:2b:8f:1b:9f:eb:f5:a1:91:c2:33:49: + d8:43:63:6a:52:4b:d2:8f:e8:70:51:4d:d1:89:69: + 7b:c7:70:f6:b3:dc:12:74:db:7b:5d:4b:56:d3:96: + bf:15:77:a1:b0:f4:a2:25:f2:af:1c:92:67:18:e5: + f4:06:04:ef:90:b9:e4:00:e4:dd:3a:b5:19:ff:02: + ba:f4:3c:ee:e0:8b:eb:37:8b:ec:f4:d7:ac:f2:f6: + f0:3d:af:dd:75:91:33:19:1d:1c:40:cb:74:24:19: + 21:93:d9:14:fe:ac:2a:52:c7:8f:d5:04:49:e4:8d: + 63:47:88:3c:69:83:cb:fe:47:bd:2b:7e:4f:c5:95: + ae:0e:9d:d4:d1:43:c0:67:73:e3:14:08:7e:e5:3f: + 9f:73:b8:33:0a:cf:5d:3f:34:87:96:8a:ee:53:e8: + 25:15 + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Key Usage: critical + Certificate Sign, CRL Sign + 1.3.6.1.5.5.7.1.12: + 0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif + X509v3 Subject Key Identifier: + 7F:D3:65:A7:C2:DD:EC:BB:F0:30:09:F3:43:39:FA:02:AF:33:31:33 + Signature Algorithm: sha1WithRSAEncryption + 93:24:4a:30:5f:62:cf:d8:1a:98:2f:3d:ea:dc:99:2d:bd:77: + f6:a5:79:22:38:ec:c4:a7:a0:78:12:ad:62:0e:45:70:64:c5: + e7:97:66:2d:98:09:7e:5f:af:d6:cc:28:65:f2:01:aa:08:1a: + 47:de:f9:f9:7c:92:5a:08:69:20:0d:d9:3e:6d:6e:3c:0d:6e: + d8:e6:06:91:40:18:b9:f8:c1:ed:df:db:41:aa:e0:96:20:c9: + cd:64:15:38:81:c9:94:ee:a2:84:29:0b:13:6f:8e:db:0c:dd: + 25:02:db:a4:8b:19:44:d2:41:7a:05:69:4a:58:4f:60:ca:7e: + 82:6a:0b:02:aa:25:17:39:b5:db:7f:e7:84:65:2a:95:8a:bd: + 86:de:5e:81:16:83:2d:10:cc:de:fd:a8:82:2a:6d:28:1f:0d: + 0b:c4:e5:e7:1a:26:19:e1:f4:11:6f:10:b5:95:fc:e7:42:05: + 32:db:ce:9d:51:5e:28:b6:9e:85:d3:5b:ef:a5:7d:45:40:72: + 8e:b7:0e:6b:0e:06:fb:33:35:48:71:b8:9d:27:8b:c4:65:5f: + 0d:86:76:9c:44:7a:f6:95:5c:f6:5d:32:08:33:a4:54:b6:18: + 3f:68:5c:f2:42:4a:85:38:54:83:5f:d1:e8:2c:f2:ac:11:d6: + a8:ed:63:6a +SHA1 Fingerprint=4E:B6:D5:78:49:9B:1C:CF:5F:58:1E:AD:56:BE:3D:9B:67:44:A5:E5 diff --git a/sparse/system/etc/security/cacerts_google/ff783690.0 b/sparse/system/etc/security/cacerts_google/ff783690.0 new file mode 100644 index 0000000..29bf947 --- /dev/null +++ b/sparse/system/etc/security/cacerts_google/ff783690.0 @@ -0,0 +1,91 @@ +-----BEGIN CERTIFICATE----- +MIIEdDCCA1ygAwIBAgIQRL4Mi1AAJLQR0zYq/mUK/TANBgkqhkiG9w0BAQUFADCB +lzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug +Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho +dHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3Qt +SGFyZHdhcmUwHhcNOTkwNzA5MTgxMDQyWhcNMTkwNzA5MTgxOTIyWjCBlzELMAkG +A1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEe +MBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8v +d3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3QtSGFyZHdh +cmUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCx98M4P7Sof885glFn +0G2f0v9Y8+efK+wNiVSZuTiZFvfgIXlIwrthdBKWHTxqctU8EGc6Oe0rE81m65UJ +M6Rsl7HoxuzBdXmcRl6Nq9Bq/bkqVRcQVLMZ8Jr28bFdtqdt++BxF2uiiPsA3/4a +MXcMmgF6sTLjKwEHOG7DpV4jvEWbe1DByTCP2+UretNb+zNAHqDVmBe8i4fDidNd +oI6yqqr2jmmIBsX6iSHzCJ1pLgkzmykNRg+MzEk0sGlRvfkGzWitZky8PqxhvQqI +DsjfPe58BEydCl5rkdbux+0ojatNh4lz0G6k0B4WixThdkQDf2Os5M1JnMWS9Ksy +oUhbAgMBAAGjgbkwgbYwCwYDVR0PBAQDAgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYD +VR0OBBYEFKFyXyYbKJhDlV0HN9WFlp1L0sNFMEQGA1UdHwQ9MDswOaA3oDWGM2h0 +dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VVE4tVVNFUkZpcnN0LUhhcmR3YXJlLmNy +bDAxBgNVHSUEKjAoBggrBgEFBQcDAQYIKwYBBQUHAwUGCCsGAQUFBwMGBggrBgEF +BQcDBzANBgkqhkiG9w0BAQUFAAOCAQEARxkP3nTGmZev/K0oXnWO6y1n7k57K9cM +//bey1WiCuFMVGWTYGufEpytXoMs61quwOQt9ABjHbjAbPLPSbtNk28Gpgoiskli +CE7/yMgUsogWXecB5BKV5UU0s4tpvc+0hY91UZ59Ojg6FEgSxvunOxqNDYJAB+gE +CJChicsZUN/KHAG8HQQZexB2lzvukJDKxA4fFm517zP4029bHpbj4HR3dHuKom4t +3XbWOTCC8KucUvIqx69JXn7HaOWCgchqJ/kniCrVWFCVH/A7HFe7fRQ5YiuayZSS +KqMiDP+JJn1fIytH1xUdqWqeUQ0qUZ6B+dQ7XnASfxAynB67nfhmqA== +-----END CERTIFICATE----- +Certificate: + Data: + Version: 3 (0x2) + Serial Number: + 44:be:0c:8b:50:00:24:b4:11:d3:36:2a:fe:65:0a:fd + Signature Algorithm: sha1WithRSAEncryption + Issuer: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Hardware + Validity + Not Before: Jul 9 18:10:42 1999 GMT + Not After : Jul 9 18:19:22 2019 GMT + Subject: C=US, ST=UT, L=Salt Lake City, O=The USERTRUST Network, OU=http://www.usertrust.com, CN=UTN-USERFirst-Hardware + Subject Public Key Info: + Public Key Algorithm: rsaEncryption + Public-Key: (2048 bit) + Modulus: + 00:b1:f7:c3:38:3f:b4:a8:7f:cf:39:82:51:67:d0: + 6d:9f:d2:ff:58:f3:e7:9f:2b:ec:0d:89:54:99:b9: + 38:99:16:f7:e0:21:79:48:c2:bb:61:74:12:96:1d: + 3c:6a:72:d5:3c:10:67:3a:39:ed:2b:13:cd:66:eb: + 95:09:33:a4:6c:97:b1:e8:c6:ec:c1:75:79:9c:46: + 5e:8d:ab:d0:6a:fd:b9:2a:55:17:10:54:b3:19:f0: + 9a:f6:f1:b1:5d:b6:a7:6d:fb:e0:71:17:6b:a2:88: + fb:00:df:fe:1a:31:77:0c:9a:01:7a:b1:32:e3:2b: + 01:07:38:6e:c3:a5:5e:23:bc:45:9b:7b:50:c1:c9: + 30:8f:db:e5:2b:7a:d3:5b:fb:33:40:1e:a0:d5:98: + 17:bc:8b:87:c3:89:d3:5d:a0:8e:b2:aa:aa:f6:8e: + 69:88:06:c5:fa:89:21:f3:08:9d:69:2e:09:33:9b: + 29:0d:46:0f:8c:cc:49:34:b0:69:51:bd:f9:06:cd: + 68:ad:66:4c:bc:3e:ac:61:bd:0a:88:0e:c8:df:3d: + ee:7c:04:4c:9d:0a:5e:6b:91:d6:ee:c7:ed:28:8d: + ab:4d:87:89:73:d0:6e:a4:d0:1e:16:8b:14:e1:76: + 44:03:7f:63:ac:e4:cd:49:9c:c5:92:f4:ab:32:a1: + 48:5b + Exponent: 65537 (0x10001) + X509v3 extensions: + X509v3 Key Usage: + Digital Signature, Non Repudiation, Certificate Sign, CRL Sign + X509v3 Basic Constraints: critical + CA:TRUE + X509v3 Subject Key Identifier: + A1:72:5F:26:1B:28:98:43:95:5D:07:37:D5:85:96:9D:4B:D2:C3:45 + X509v3 CRL Distribution Points: + + Full Name: + URI:http://crl.usertrust.com/UTN-USERFirst-Hardware.crl + + X509v3 Extended Key Usage: + TLS Web Server Authentication, IPSec End System, IPSec Tunnel, IPSec User + Signature Algorithm: sha1WithRSAEncryption + 47:19:0f:de:74:c6:99:97:af:fc:ad:28:5e:75:8e:eb:2d:67: + ee:4e:7b:2b:d7:0c:ff:f6:de:cb:55:a2:0a:e1:4c:54:65:93: + 60:6b:9f:12:9c:ad:5e:83:2c:eb:5a:ae:c0:e4:2d:f4:00:63: + 1d:b8:c0:6c:f2:cf:49:bb:4d:93:6f:06:a6:0a:22:b2:49:62: + 08:4e:ff:c8:c8:14:b2:88:16:5d:e7:01:e4:12:95:e5:45:34: + b3:8b:69:bd:cf:b4:85:8f:75:51:9e:7d:3a:38:3a:14:48:12: + c6:fb:a7:3b:1a:8d:0d:82:40:07:e8:04:08:90:a1:89:cb:19: + 50:df:ca:1c:01:bc:1d:04:19:7b:10:76:97:3b:ee:90:90:ca: + c4:0e:1f:16:6e:75:ef:33:f8:d3:6f:5b:1e:96:e3:e0:74:77: + 74:7b:8a:a2:6e:2d:dd:76:d6:39:30:82:f0:ab:9c:52:f2:2a: + c7:af:49:5e:7e:c7:68:e5:82:81:c8:6a:27:f9:27:88:2a:d5: + 58:50:95:1f:f0:3b:1c:57:bb:7d:14:39:62:2b:9a:c9:94:92: + 2a:a3:22:0c:ff:89:26:7d:5f:23:2b:47:d7:15:1d:a9:6a:9e: + 51:0d:2a:51:9e:81:f9:d4:3b:5e:70:12:7f:10:32:9c:1e:bb: + 9d:f8:66:a8 +SHA1 Fingerprint=04:83:ED:33:99:AC:36:08:05:87:22:ED:BC:5E:46:00:E3:BE:F9:D7 diff --git a/sparse/system/etc/security/fsverity/fsverity-release.x509.der b/sparse/system/etc/security/fsverity/fsverity-release.x509.der new file mode 100644 index 0000000..cd8cd79 Binary files /dev/null and b/sparse/system/etc/security/fsverity/fsverity-release.x509.der differ diff --git a/sparse/system/etc/selinux/bug_map b/sparse/system/etc/selinux/bug_map new file mode 100644 index 0000000..083c213 --- /dev/null +++ b/sparse/system/etc/selinux/bug_map @@ -0,0 +1,35 @@ +dnsmasq netd fifo_file b/77868789 +dnsmasq netd unix_stream_socket b/77868789 +gmscore_app system_data_file dir b/146166941 +init app_data_file file b/77873135 +init cache_file blk_file b/77873135 +init logpersist file b/77873135 +init nativetest_data_file dir b/77873135 +init pstorefs dir b/77873135 +init shell_data_file dir b/77873135 +init shell_data_file file b/77873135 +init shell_data_file lnk_file b/77873135 +init shell_data_file sock_file b/77873135 +init system_data_file chr_file b/77873135 +isolated_app privapp_data_file dir b/119596573 +isolated_app app_data_file dir b/120394782 +mediaextractor app_data_file file b/77923736 +mediaextractor radio_data_file file b/77923736 +mediaprovider cache_file blk_file b/77925342 +mediaprovider mnt_media_rw_file dir b/77925342 +mediaprovider shell_data_file dir b/77925342 +mediaswcodec ashmem_device chr_file b/142679232 +netd priv_app unix_stream_socket b/77870037 +netd untrusted_app unix_stream_socket b/77870037 +netd untrusted_app_25 unix_stream_socket b/77870037 +netd untrusted_app_27 unix_stream_socket b/77870037 +netd untrusted_app_29 unix_stream_socket b/77870037 +platform_app nfc_data_file dir b/74331887 +system_server overlayfs_file file b/142390309 +system_server sdcardfs file b/77856826 +system_server system_server capability b/228030183 +system_server zygote process b/77856826 +untrusted_app untrusted_app netlink_route_socket b/155595000 +vold system_data_file file b/124108085 +zygote untrusted_app_25 process b/77925912 +zygote labeledfs filesystem b/170748799 diff --git a/sparse/system/etc/selinux/mapping/28.0.cil b/sparse/system/etc/selinux/mapping/28.0.cil new file mode 100644 index 0000000..7a6ea24 --- /dev/null +++ b/sparse/system/etc/selinux/mapping/28.0.cil @@ -0,0 +1,1735 @@ +(type alarm_device) +(type apex_appsearch_data_file) +(type apex_permission_data_file) +(type apex_scheduling_data_file) +(type apex_wifi_data_file) +(type ashmemd) +(type audio_seq_device) +(type audio_timer_device) +(type cgroup_bpf) +(type commontime_management_service) +(type cpuctl_device) +(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 exported_audio_prop) +(type exported_dalvik_prop) +(type exported_ffs_prop) +(type exported_fingerprint_prop) +(type exported_radio_prop) +(type exported_system_radio_prop) +(type exported_vold_prop) +(type exported_wifi_prop) +(type ffs_prop) +(type full_device) +(type hal_wifi_offload_hwservice) +(type healthd_exec) +(type i2c_device) +(type install_recovery) +(type install_recovery_exec) +(type kmem_device) +(type mediacodec) +(type mediacodec_exec) +(type mediacodec_service) +(type mediaextractor_update_service) +(type mtd_device) +(type netd_socket) +(type nonplat_service_contexts_file) +(type perfprofd_data_file) +(type perfprofd_service) +(type qtaguid_proc) +(type sysfs_block) +(type sysfs_mac_address) +(type system_radio_prop) +(type thermalcallback_hwservice) +(type thermalserviced) +(type thermalserviced_exec) +(type untrusted_v2_app) +(type vcs_device) +(type vr_hwc) +(type vr_hwc_exec) +(type wificond_service) +(typeattribute binder_in_vendor_violators) +(typeattribute exported_audio_prop_28_0) +(typeattribute hal_wifi_offload) +(typeattribute hal_wifi_offload_client) +(typeattribute hal_wifi_offload_server) +(expandtypeattribute (DockObserver_service_28_0) true) +(expandtypeattribute (IProxyService_service_28_0) true) +(expandtypeattribute (accessibility_service_28_0) true) +(expandtypeattribute (account_service_28_0) true) +(expandtypeattribute (activity_service_28_0) true) +(expandtypeattribute (adb_data_file_28_0) true) +(expandtypeattribute (adb_keys_file_28_0) true) +(expandtypeattribute (adbd_28_0) true) +(expandtypeattribute (adbd_exec_28_0) true) +(expandtypeattribute (adbd_socket_28_0) true) +(expandtypeattribute (alarm_device_28_0) true) +(expandtypeattribute (alarm_service_28_0) true) +(expandtypeattribute (anr_data_file_28_0) true) +(expandtypeattribute (apk_data_file_28_0) true) +(expandtypeattribute (apk_private_data_file_28_0) true) +(expandtypeattribute (apk_private_tmp_file_28_0) true) +(expandtypeattribute (apk_tmp_file_28_0) true) +(expandtypeattribute (app_data_file_28_0) true) +(expandtypeattribute (app_fuse_file_28_0) true) +(expandtypeattribute (app_fusefs_28_0) true) +(expandtypeattribute (appops_service_28_0) true) +(expandtypeattribute (appwidget_service_28_0) true) +(expandtypeattribute (asec_apk_file_28_0) true) +(expandtypeattribute (asec_image_file_28_0) true) +(expandtypeattribute (asec_public_file_28_0) true) +(expandtypeattribute (ashmem_device_28_0) true) +(expandtypeattribute (assetatlas_service_28_0) true) +(expandtypeattribute (audio_data_file_28_0) true) +(expandtypeattribute (audio_device_28_0) true) +(expandtypeattribute (audio_prop_28_0) true) +(expandtypeattribute (audio_seq_device_28_0) true) +(expandtypeattribute (audio_service_28_0) true) +(expandtypeattribute (audio_timer_device_28_0) true) +(expandtypeattribute (audiohal_data_file_28_0) true) +(expandtypeattribute (audioserver_28_0) true) +(expandtypeattribute (audioserver_data_file_28_0) true) +(expandtypeattribute (audioserver_service_28_0) true) +(expandtypeattribute (autofill_service_28_0) true) +(expandtypeattribute (backup_data_file_28_0) true) +(expandtypeattribute (backup_service_28_0) true) +(expandtypeattribute (battery_service_28_0) true) +(expandtypeattribute (batteryproperties_service_28_0) true) +(expandtypeattribute (batterystats_service_28_0) true) +(expandtypeattribute (binder_calls_stats_service_28_0) true) +(expandtypeattribute (binder_device_28_0) true) +(expandtypeattribute (binfmt_miscfs_28_0) true) +(expandtypeattribute (blkid_28_0) true) +(expandtypeattribute (blkid_untrusted_28_0) true) +(expandtypeattribute (block_device_28_0) true) +(expandtypeattribute (bluetooth_28_0) true) +(expandtypeattribute (bluetooth_a2dp_offload_prop_28_0) true) +(expandtypeattribute (bluetooth_data_file_28_0) true) +(expandtypeattribute (bluetooth_efs_file_28_0) true) +(expandtypeattribute (bluetooth_logs_data_file_28_0) true) +(expandtypeattribute (bluetooth_manager_service_28_0) true) +(expandtypeattribute (bluetooth_prop_28_0) true) +(expandtypeattribute (bluetooth_service_28_0) true) +(expandtypeattribute (bluetooth_socket_28_0) true) +(expandtypeattribute (boot_block_device_28_0) true) +(expandtypeattribute (bootanim_28_0) true) +(expandtypeattribute (bootanim_exec_28_0) true) +(expandtypeattribute (bootchart_data_file_28_0) true) +(expandtypeattribute (bootloader_boot_reason_prop_28_0) true) +(expandtypeattribute (bootstat_28_0) true) +(expandtypeattribute (bootstat_data_file_28_0) true) +(expandtypeattribute (bootstat_exec_28_0) true) +(expandtypeattribute (boottime_prop_28_0) true) +(expandtypeattribute (boottrace_data_file_28_0) true) +(expandtypeattribute (broadcastradio_service_28_0) true) +(expandtypeattribute (bufferhubd_28_0) true) +(expandtypeattribute (bufferhubd_exec_28_0) true) +(expandtypeattribute (cache_backup_file_28_0) true) +(expandtypeattribute (cache_block_device_28_0) true) +(expandtypeattribute (cache_file_28_0) true) +(expandtypeattribute (cache_private_backup_file_28_0) true) +(expandtypeattribute (cache_recovery_file_28_0) true) +(expandtypeattribute (camera_data_file_28_0) true) +(expandtypeattribute (camera_device_28_0) true) +(expandtypeattribute (cameraproxy_service_28_0) true) +(expandtypeattribute (cameraserver_28_0) true) +(expandtypeattribute (cameraserver_exec_28_0) true) +(expandtypeattribute (cameraserver_service_28_0) true) +(expandtypeattribute (cgroup_28_0) true) +(expandtypeattribute (cgroup_bpf_28_0) true) +(expandtypeattribute (charger_28_0) true) +(expandtypeattribute (clatd_28_0) true) +(expandtypeattribute (clatd_exec_28_0) true) +(expandtypeattribute (clipboard_service_28_0) true) +(expandtypeattribute (commontime_management_service_28_0) true) +(expandtypeattribute (companion_device_service_28_0) true) +(expandtypeattribute (config_prop_28_0) true) +(expandtypeattribute (configfs_28_0) true) +(expandtypeattribute (connectivity_service_28_0) true) +(expandtypeattribute (connmetrics_service_28_0) true) +(expandtypeattribute (console_device_28_0) true) +(expandtypeattribute (consumer_ir_service_28_0) true) +(expandtypeattribute (content_service_28_0) true) +(expandtypeattribute (contexthub_service_28_0) true) +(expandtypeattribute (coredump_file_28_0) true) +(expandtypeattribute (country_detector_service_28_0) true) +(expandtypeattribute (coverage_service_28_0) true) +(expandtypeattribute (cppreopt_prop_28_0) true) +(expandtypeattribute (cppreopts_28_0) true) +(expandtypeattribute (cppreopts_exec_28_0) true) +(expandtypeattribute (cpuctl_device_28_0) true) +(expandtypeattribute (cpuinfo_service_28_0) true) +(expandtypeattribute (crash_dump_28_0) true) +(expandtypeattribute (crash_dump_exec_28_0) true) +(expandtypeattribute (crossprofileapps_service_28_0) true) +(expandtypeattribute (ctl_bootanim_prop_28_0) true) +(expandtypeattribute (ctl_bugreport_prop_28_0) true) +(expandtypeattribute (ctl_console_prop_28_0) true) +(expandtypeattribute (ctl_default_prop_28_0) true) +(expandtypeattribute (ctl_dumpstate_prop_28_0) true) +(expandtypeattribute (ctl_fuse_prop_28_0) true) +(expandtypeattribute (ctl_interface_restart_prop_28_0) true) +(expandtypeattribute (ctl_interface_start_prop_28_0) true) +(expandtypeattribute (ctl_interface_stop_prop_28_0) true) +(expandtypeattribute (ctl_mdnsd_prop_28_0) true) +(expandtypeattribute (ctl_restart_prop_28_0) true) +(expandtypeattribute (ctl_rildaemon_prop_28_0) true) +(expandtypeattribute (ctl_sigstop_prop_28_0) true) +(expandtypeattribute (ctl_start_prop_28_0) true) +(expandtypeattribute (ctl_stop_prop_28_0) true) +(expandtypeattribute (dalvik_prop_28_0) true) +(expandtypeattribute (dalvikcache_data_file_28_0) true) +(expandtypeattribute (dbinfo_service_28_0) true) +(expandtypeattribute (debug_prop_28_0) true) +(expandtypeattribute (debugfs_28_0) true) +(expandtypeattribute (debugfs_mmc_28_0) true) +(expandtypeattribute (debugfs_trace_marker_28_0) true) +(expandtypeattribute (debugfs_tracing_28_0) true) +(expandtypeattribute (debugfs_tracing_debug_28_0) true) +(expandtypeattribute (debugfs_tracing_instances_28_0) true) +(expandtypeattribute (debugfs_wakeup_sources_28_0) true) +(expandtypeattribute (debugfs_wifi_tracing_28_0) true) +(expandtypeattribute (debuggerd_prop_28_0) true) +(expandtypeattribute (default_android_hwservice_28_0) true) +(expandtypeattribute (default_android_service_28_0) true) +(expandtypeattribute (default_android_vndservice_28_0) true) +(expandtypeattribute (default_prop_28_0) true) +(expandtypeattribute (device_28_0) true) +(expandtypeattribute (device_identifiers_service_28_0) true) +(expandtypeattribute (device_logging_prop_28_0) true) +(expandtypeattribute (device_policy_service_28_0) true) +(expandtypeattribute (deviceidle_service_28_0) true) +(expandtypeattribute (devicestoragemonitor_service_28_0) true) +(expandtypeattribute (devpts_28_0) true) +(expandtypeattribute (dex2oat_28_0) true) +(expandtypeattribute (dex2oat_exec_28_0) true) +(expandtypeattribute (dhcp_28_0) true) +(expandtypeattribute (dhcp_data_file_28_0) true) +(expandtypeattribute (dhcp_exec_28_0) true) +(expandtypeattribute (dhcp_prop_28_0) true) +(expandtypeattribute (diskstats_service_28_0) true) +(expandtypeattribute (display_service_28_0) true) +(expandtypeattribute (dm_device_28_0) true) +(expandtypeattribute (dnsmasq_28_0) true) +(expandtypeattribute (dnsmasq_exec_28_0) true) +(expandtypeattribute (dnsproxyd_socket_28_0) true) +(expandtypeattribute (dreams_service_28_0) true) +(expandtypeattribute (drm_data_file_28_0) true) +(expandtypeattribute (drmserver_28_0) true) +(expandtypeattribute (drmserver_exec_28_0) true) +(expandtypeattribute (drmserver_service_28_0) true) +(expandtypeattribute (drmserver_socket_28_0) true) +(expandtypeattribute (dropbox_service_28_0) true) +(expandtypeattribute (dumpstate_28_0) true) +(expandtypeattribute (dumpstate_exec_28_0) true) +(expandtypeattribute (dumpstate_options_prop_28_0) true) +(expandtypeattribute (dumpstate_prop_28_0) true) +(expandtypeattribute (dumpstate_service_28_0) true) +(expandtypeattribute (dumpstate_socket_28_0) true) +(expandtypeattribute (e2fs_28_0) true) +(expandtypeattribute (e2fs_exec_28_0) true) +(expandtypeattribute (efs_file_28_0) true) +(expandtypeattribute (ephemeral_app_28_0) true) +(expandtypeattribute (ethernet_service_28_0) true) +(expandtypeattribute (exfat_28_0) true) +(expandtypeattribute (exported2_config_prop_28_0) true) +(expandtypeattribute (exported2_default_prop_28_0) true) +(expandtypeattribute (exported2_radio_prop_28_0) true) +(expandtypeattribute (exported2_system_prop_28_0) true) +(expandtypeattribute (exported2_vold_prop_28_0) true) +(expandtypeattribute (exported3_default_prop_28_0) true) +(expandtypeattribute (exported3_radio_prop_28_0) true) +(expandtypeattribute (exported3_system_prop_28_0) true) +(expandtypeattribute (exported_audio_prop_28_0) true) +(expandtypeattribute (exported_bluetooth_prop_28_0) true) +(expandtypeattribute (exported_config_prop_28_0) true) +(expandtypeattribute (exported_dalvik_prop_28_0) true) +(expandtypeattribute (exported_default_prop_28_0) true) +(expandtypeattribute (exported_dumpstate_prop_28_0) true) +(expandtypeattribute (exported_ffs_prop_28_0) true) +(expandtypeattribute (exported_fingerprint_prop_28_0) true) +(expandtypeattribute (exported_overlay_prop_28_0) true) +(expandtypeattribute (exported_pm_prop_28_0) true) +(expandtypeattribute (exported_radio_prop_28_0) true) +(expandtypeattribute (exported_secure_prop_28_0) true) +(expandtypeattribute (exported_system_prop_28_0) true) +(expandtypeattribute (exported_system_radio_prop_28_0) true) +(expandtypeattribute (exported_vold_prop_28_0) true) +(expandtypeattribute (exported_wifi_prop_28_0) true) +(expandtypeattribute (ffs_prop_28_0) true) +(expandtypeattribute (file_contexts_file_28_0) true) +(expandtypeattribute (fingerprint_prop_28_0) true) +(expandtypeattribute (fingerprint_service_28_0) true) +(expandtypeattribute (fingerprint_vendor_data_file_28_0) true) +(expandtypeattribute (fingerprintd_28_0) true) +(expandtypeattribute (fingerprintd_data_file_28_0) true) +(expandtypeattribute (fingerprintd_exec_28_0) true) +(expandtypeattribute (fingerprintd_service_28_0) true) +(expandtypeattribute (firstboot_prop_28_0) true) +(expandtypeattribute (font_service_28_0) true) +(expandtypeattribute (frp_block_device_28_0) true) +(expandtypeattribute (fs_bpf_28_0) true) +(expandtypeattribute (fsck_28_0) true) +(expandtypeattribute (fsck_exec_28_0) true) +(expandtypeattribute (fsck_untrusted_28_0) true) +(expandtypeattribute (fscklogs_28_0) true) +(expandtypeattribute (full_device_28_0) true) +(expandtypeattribute (functionfs_28_0) true) +(expandtypeattribute (fuse_28_0) true) +(expandtypeattribute (fuse_device_28_0) true) +(expandtypeattribute (fwk_display_hwservice_28_0) true) +(expandtypeattribute (fwk_scheduler_hwservice_28_0) true) +(expandtypeattribute (fwk_sensor_hwservice_28_0) true) +(expandtypeattribute (fwmarkd_socket_28_0) true) +(expandtypeattribute (gatekeeper_data_file_28_0) true) +(expandtypeattribute (gatekeeper_service_28_0) true) +(expandtypeattribute (gatekeeperd_28_0) true) +(expandtypeattribute (gatekeeperd_exec_28_0) true) +(expandtypeattribute (gfxinfo_service_28_0) true) +(expandtypeattribute (gps_control_28_0) true) +(expandtypeattribute (gpu_device_28_0) true) +(expandtypeattribute (gpu_service_28_0) true) +(expandtypeattribute (graphics_device_28_0) true) +(expandtypeattribute (graphicsstats_service_28_0) true) +(expandtypeattribute (hal_audio_hwservice_28_0) true) +(expandtypeattribute (hal_audiocontrol_hwservice_28_0) true) +(expandtypeattribute (hal_authsecret_hwservice_28_0) true) +(expandtypeattribute (hal_bluetooth_hwservice_28_0) true) +(expandtypeattribute (hal_bootctl_hwservice_28_0) true) +(expandtypeattribute (hal_broadcastradio_hwservice_28_0) true) +(expandtypeattribute (hal_camera_hwservice_28_0) true) +(expandtypeattribute (hal_cas_hwservice_28_0) true) +(expandtypeattribute (hal_codec2_hwservice_28_0) true) +(expandtypeattribute (hal_configstore_ISurfaceFlingerConfigs_28_0) true) +(expandtypeattribute (hal_confirmationui_hwservice_28_0) true) +(expandtypeattribute (hal_contexthub_hwservice_28_0) true) +(expandtypeattribute (hal_drm_hwservice_28_0) true) +(expandtypeattribute (hal_dumpstate_hwservice_28_0) true) +(expandtypeattribute (hal_evs_hwservice_28_0) true) +(expandtypeattribute (hal_fingerprint_hwservice_28_0) true) +(expandtypeattribute (hal_fingerprint_service_28_0) true) +(expandtypeattribute (hal_gatekeeper_hwservice_28_0) true) +(expandtypeattribute (hal_gnss_hwservice_28_0) true) +(expandtypeattribute (hal_graphics_allocator_hwservice_28_0) true) +(expandtypeattribute (hal_graphics_composer_hwservice_28_0) true) +(expandtypeattribute (hal_graphics_mapper_hwservice_28_0) true) +(expandtypeattribute (hal_health_hwservice_28_0) true) +(expandtypeattribute (hal_ir_hwservice_28_0) true) +(expandtypeattribute (hal_keymaster_hwservice_28_0) true) +(expandtypeattribute (hal_light_hwservice_28_0) true) +(expandtypeattribute (hal_lowpan_hwservice_28_0) true) +(expandtypeattribute (hal_memtrack_hwservice_28_0) true) +(expandtypeattribute (hal_neuralnetworks_hwservice_28_0) true) +(expandtypeattribute (hal_nfc_hwservice_28_0) true) +(expandtypeattribute (hal_oemlock_hwservice_28_0) true) +(expandtypeattribute (hal_omx_hwservice_28_0) true) +(expandtypeattribute (hal_power_hwservice_28_0) true) +(expandtypeattribute (hal_renderscript_hwservice_28_0) true) +(expandtypeattribute (hal_secure_element_hwservice_28_0) true) +(expandtypeattribute (hal_sensors_hwservice_28_0) true) +(expandtypeattribute (hal_telephony_hwservice_28_0) true) +(expandtypeattribute (hal_tetheroffload_hwservice_28_0) true) +(expandtypeattribute (hal_thermal_hwservice_28_0) true) +(expandtypeattribute (hal_tv_cec_hwservice_28_0) true) +(expandtypeattribute (hal_tv_input_hwservice_28_0) true) +(expandtypeattribute (hal_usb_gadget_hwservice_28_0) true) +(expandtypeattribute (hal_usb_hwservice_28_0) true) +(expandtypeattribute (hal_vehicle_hwservice_28_0) true) +(expandtypeattribute (hal_vibrator_hwservice_28_0) true) +(expandtypeattribute (hal_vr_hwservice_28_0) true) +(expandtypeattribute (hal_weaver_hwservice_28_0) true) +(expandtypeattribute (hal_wifi_hostapd_hwservice_28_0) true) +(expandtypeattribute (hal_wifi_hwservice_28_0) true) +(expandtypeattribute (hal_wifi_offload_hwservice_28_0) true) +(expandtypeattribute (hal_wifi_supplicant_hwservice_28_0) true) +(expandtypeattribute (hardware_properties_service_28_0) true) +(expandtypeattribute (hardware_service_28_0) true) +(expandtypeattribute (hci_attach_dev_28_0) true) +(expandtypeattribute (hdmi_control_service_28_0) true) +(expandtypeattribute (healthd_28_0) true) +(expandtypeattribute (healthd_exec_28_0) true) +(expandtypeattribute (heapdump_data_file_28_0) true) +(expandtypeattribute (hidl_allocator_hwservice_28_0) true) +(expandtypeattribute (hidl_base_hwservice_28_0) true) +(expandtypeattribute (hidl_manager_hwservice_28_0) true) +(expandtypeattribute (hidl_memory_hwservice_28_0) true) +(expandtypeattribute (hidl_token_hwservice_28_0) true) +(expandtypeattribute (hw_random_device_28_0) true) +(expandtypeattribute (hwbinder_device_28_0) true) +(expandtypeattribute (hwservice_contexts_file_28_0) true) +(expandtypeattribute (hwservicemanager_28_0) true) +(expandtypeattribute (hwservicemanager_exec_28_0) true) +(expandtypeattribute (hwservicemanager_prop_28_0) true) +(expandtypeattribute (i2c_device_28_0) true) +(expandtypeattribute (icon_file_28_0) true) +(expandtypeattribute (idmap_28_0) true) +(expandtypeattribute (idmap_exec_28_0) true) +(expandtypeattribute (iio_device_28_0) true) +(expandtypeattribute (imms_service_28_0) true) +(expandtypeattribute (incident_28_0) true) +(expandtypeattribute (incident_data_file_28_0) true) +(expandtypeattribute (incident_helper_28_0) true) +(expandtypeattribute (incident_service_28_0) true) +(expandtypeattribute (incidentd_28_0) true) +(expandtypeattribute (init_28_0) true) +(expandtypeattribute (init_exec_28_0) true) +(expandtypeattribute (inotify_28_0) true) +(expandtypeattribute (input_device_28_0) true) +(expandtypeattribute (input_method_service_28_0) true) +(expandtypeattribute (input_service_28_0) true) +(expandtypeattribute (inputflinger_28_0) true) +(expandtypeattribute (inputflinger_exec_28_0) true) +(expandtypeattribute (inputflinger_service_28_0) true) +(expandtypeattribute (install_data_file_28_0) true) +(expandtypeattribute (install_recovery_28_0) true) +(expandtypeattribute (install_recovery_exec_28_0) true) +(expandtypeattribute (installd_28_0) true) +(expandtypeattribute (installd_exec_28_0) true) +(expandtypeattribute (installd_service_28_0) true) +(expandtypeattribute (ion_device_28_0) true) +(expandtypeattribute (ipsec_service_28_0) true) +(expandtypeattribute (isolated_app_28_0) true) +(expandtypeattribute (jobscheduler_service_28_0) true) +(expandtypeattribute (kernel_28_0) true) +(expandtypeattribute (keychain_data_file_28_0) true) +(expandtypeattribute (keychord_device_28_0) true) +(expandtypeattribute (keystore_28_0) true) +(expandtypeattribute (keystore_data_file_28_0) true) +(expandtypeattribute (keystore_exec_28_0) true) +(expandtypeattribute (keystore_service_28_0) true) +(expandtypeattribute (kmem_device_28_0) true) +(expandtypeattribute (kmsg_debug_device_28_0) true) +(expandtypeattribute (kmsg_device_28_0) true) +(expandtypeattribute (labeledfs_28_0) true) +(expandtypeattribute (last_boot_reason_prop_28_0) true) +(expandtypeattribute (launcherapps_service_28_0) true) +(expandtypeattribute (lmkd_28_0) true) +(expandtypeattribute (lmkd_exec_28_0) true) +(expandtypeattribute (lmkd_socket_28_0) true) +(expandtypeattribute (location_service_28_0) true) +(expandtypeattribute (lock_settings_service_28_0) true) +(expandtypeattribute (log_prop_28_0) true) +(expandtypeattribute (log_tag_prop_28_0) true) +(expandtypeattribute (logcat_exec_28_0) true) +(expandtypeattribute (logd_28_0) true) +(expandtypeattribute (logd_exec_28_0) true) +(expandtypeattribute (logd_prop_28_0) true) +(expandtypeattribute (logd_socket_28_0) true) +(expandtypeattribute (logdr_socket_28_0) true) +(expandtypeattribute (logdw_socket_28_0) true) +(expandtypeattribute (logpersist_28_0) true) +(expandtypeattribute (logpersistd_logging_prop_28_0) true) +(expandtypeattribute (loop_control_device_28_0) true) +(expandtypeattribute (loop_device_28_0) true) +(expandtypeattribute (lowpan_device_28_0) true) +(expandtypeattribute (lowpan_prop_28_0) true) +(expandtypeattribute (lowpan_service_28_0) true) +(expandtypeattribute (mac_perms_file_28_0) true) +(expandtypeattribute (mdns_socket_28_0) true) +(expandtypeattribute (mdnsd_28_0) true) +(expandtypeattribute (mdnsd_socket_28_0) true) +(expandtypeattribute (media_data_file_28_0) true) +(expandtypeattribute (media_projection_service_28_0) true) +(expandtypeattribute (media_router_service_28_0) true) +(expandtypeattribute (media_rw_data_file_28_0) true) +(expandtypeattribute (media_session_service_28_0) true) +(expandtypeattribute (mediacodec_28_0) true) +(expandtypeattribute (mediacodec_exec_28_0) true) +(expandtypeattribute (mediacodec_service_28_0) true) +(expandtypeattribute (mediadrmserver_28_0) true) +(expandtypeattribute (mediadrmserver_exec_28_0) true) +(expandtypeattribute (mediadrmserver_service_28_0) true) +(expandtypeattribute (mediaextractor_28_0) true) +(expandtypeattribute (mediaextractor_exec_28_0) true) +(expandtypeattribute (mediaextractor_service_28_0) true) +(expandtypeattribute (mediaextractor_update_service_28_0) true) +(expandtypeattribute (mediametrics_28_0) true) +(expandtypeattribute (mediametrics_exec_28_0) true) +(expandtypeattribute (mediametrics_service_28_0) true) +(expandtypeattribute (mediaprovider_28_0) true) +(expandtypeattribute (mediaserver_28_0) true) +(expandtypeattribute (mediaserver_exec_28_0) true) +(expandtypeattribute (mediaserver_service_28_0) true) +(expandtypeattribute (meminfo_service_28_0) true) +(expandtypeattribute (metadata_block_device_28_0) true) +(expandtypeattribute (metadata_file_28_0) true) +(expandtypeattribute (method_trace_data_file_28_0) true) +(expandtypeattribute (midi_service_28_0) true) +(expandtypeattribute (misc_block_device_28_0) true) +(expandtypeattribute (misc_logd_file_28_0) true) +(expandtypeattribute (misc_user_data_file_28_0) true) +(expandtypeattribute (mmc_prop_28_0) true) +(expandtypeattribute (mnt_expand_file_28_0) true) +(expandtypeattribute (mnt_media_rw_file_28_0) true) +(expandtypeattribute (mnt_media_rw_stub_file_28_0) true) +(expandtypeattribute (mnt_user_file_28_0) true) +(expandtypeattribute (mnt_vendor_file_28_0) true) +(expandtypeattribute (modprobe_28_0) true) +(expandtypeattribute (mount_service_28_0) true) +(expandtypeattribute (mqueue_28_0) true) +(expandtypeattribute (mtd_device_28_0) true) +(expandtypeattribute (mtp_28_0) true) +(expandtypeattribute (mtp_device_28_0) true) +(expandtypeattribute (mtp_exec_28_0) true) +(expandtypeattribute (mtpd_socket_28_0) true) +(expandtypeattribute (nativetest_data_file_28_0) true) +(expandtypeattribute (net_data_file_28_0) true) +(expandtypeattribute (net_dns_prop_28_0) true) +(expandtypeattribute (net_radio_prop_28_0) true) +(expandtypeattribute (netd_28_0) true) +(expandtypeattribute (netd_exec_28_0) true) +(expandtypeattribute (netd_listener_service_28_0) true) +(expandtypeattribute (netd_service_28_0) true) +(expandtypeattribute (netd_socket_28_0) true) +(expandtypeattribute (netd_stable_secret_prop_28_0) true) +(expandtypeattribute (netif_28_0) true) +(expandtypeattribute (netpolicy_service_28_0) true) +(expandtypeattribute (netstats_service_28_0) true) +(expandtypeattribute (netutils_wrapper_28_0) true) +(expandtypeattribute (netutils_wrapper_exec_28_0) true) +(expandtypeattribute (network_management_service_28_0) true) +(expandtypeattribute (network_score_service_28_0) true) +(expandtypeattribute (network_time_update_service_28_0) true) +(expandtypeattribute (network_watchlist_data_file_28_0) true) +(expandtypeattribute (network_watchlist_service_28_0) true) +(expandtypeattribute (nfc_28_0) true) +(expandtypeattribute (nfc_data_file_28_0) true) +(expandtypeattribute (nfc_device_28_0) true) +(expandtypeattribute (nfc_prop_28_0) true) +(expandtypeattribute (nfc_service_28_0) true) +(expandtypeattribute (node_28_0) true) +(expandtypeattribute (nonplat_service_contexts_file_28_0) true) +(expandtypeattribute (notification_service_28_0) true) +(expandtypeattribute (null_device_28_0) true) +(expandtypeattribute (oem_lock_service_28_0) true) +(expandtypeattribute (oemfs_28_0) true) +(expandtypeattribute (ota_data_file_28_0) true) +(expandtypeattribute (ota_package_file_28_0) true) +(expandtypeattribute (otadexopt_service_28_0) true) +(expandtypeattribute (otapreopt_chroot_28_0) true) +(expandtypeattribute (otapreopt_chroot_exec_28_0) true) +(expandtypeattribute (otapreopt_slot_28_0) true) +(expandtypeattribute (otapreopt_slot_exec_28_0) true) +(expandtypeattribute (overlay_prop_28_0) true) +(expandtypeattribute (overlay_service_28_0) true) +(expandtypeattribute (owntty_device_28_0) true) +(expandtypeattribute (package_native_service_28_0) true) +(expandtypeattribute (package_service_28_0) true) +(expandtypeattribute (pan_result_prop_28_0) true) +(expandtypeattribute (pdx_bufferhub_client_channel_socket_28_0) true) +(expandtypeattribute (pdx_bufferhub_client_endpoint_socket_28_0) true) +(expandtypeattribute (pdx_bufferhub_dir_28_0) true) +(expandtypeattribute (pdx_display_client_channel_socket_28_0) true) +(expandtypeattribute (pdx_display_client_endpoint_socket_28_0) true) +(expandtypeattribute (pdx_display_dir_28_0) true) +(expandtypeattribute (pdx_display_manager_channel_socket_28_0) true) +(expandtypeattribute (pdx_display_manager_endpoint_socket_28_0) true) +(expandtypeattribute (pdx_display_screenshot_channel_socket_28_0) true) +(expandtypeattribute (pdx_display_screenshot_endpoint_socket_28_0) true) +(expandtypeattribute (pdx_display_vsync_channel_socket_28_0) true) +(expandtypeattribute (pdx_display_vsync_endpoint_socket_28_0) true) +(expandtypeattribute (pdx_performance_client_channel_socket_28_0) true) +(expandtypeattribute (pdx_performance_client_endpoint_socket_28_0) true) +(expandtypeattribute (pdx_performance_dir_28_0) true) +(expandtypeattribute (performanced_28_0) true) +(expandtypeattribute (performanced_exec_28_0) true) +(expandtypeattribute (permission_service_28_0) true) +(expandtypeattribute (persist_debug_prop_28_0) true) +(expandtypeattribute (persistent_data_block_service_28_0) true) +(expandtypeattribute (persistent_properties_ready_prop_28_0) true) +(expandtypeattribute (pinner_service_28_0) true) +(expandtypeattribute (pipefs_28_0) true) +(expandtypeattribute (platform_app_28_0) true) +(expandtypeattribute (pm_prop_28_0) true) +(expandtypeattribute (pmsg_device_28_0) true) +(expandtypeattribute (port_28_0) true) +(expandtypeattribute (port_device_28_0) true) +(expandtypeattribute (postinstall_28_0) true) +(expandtypeattribute (postinstall_dexopt_28_0) true) +(expandtypeattribute (postinstall_file_28_0) true) +(expandtypeattribute (postinstall_mnt_dir_28_0) true) +(expandtypeattribute (power_service_28_0) true) +(expandtypeattribute (powerctl_prop_28_0) true) +(expandtypeattribute (ppp_28_0) true) +(expandtypeattribute (ppp_device_28_0) true) +(expandtypeattribute (ppp_exec_28_0) true) +(expandtypeattribute (preloads_data_file_28_0) true) +(expandtypeattribute (preloads_media_file_28_0) true) +(expandtypeattribute (preopt2cachename_28_0) true) +(expandtypeattribute (preopt2cachename_exec_28_0) true) +(expandtypeattribute (print_service_28_0) true) +(expandtypeattribute (priv_app_28_0) true) +(expandtypeattribute (proc_28_0) true) +(expandtypeattribute (proc_abi_28_0) true) +(expandtypeattribute (proc_asound_28_0) true) +(expandtypeattribute (proc_bluetooth_writable_28_0) true) +(expandtypeattribute (proc_buddyinfo_28_0) true) +(expandtypeattribute (proc_cmdline_28_0) true) +(expandtypeattribute (proc_cpuinfo_28_0) true) +(expandtypeattribute (proc_dirty_28_0) true) +(expandtypeattribute (proc_diskstats_28_0) true) +(expandtypeattribute (proc_drop_caches_28_0) true) +(expandtypeattribute (proc_extra_free_kbytes_28_0) true) +(expandtypeattribute (proc_filesystems_28_0) true) +(expandtypeattribute (proc_hostname_28_0) true) +(expandtypeattribute (proc_hung_task_28_0) true) +(expandtypeattribute (proc_interrupts_28_0) true) +(expandtypeattribute (proc_iomem_28_0) true) +(expandtypeattribute (proc_kmsg_28_0) true) +(expandtypeattribute (proc_loadavg_28_0) true) +(expandtypeattribute (proc_max_map_count_28_0) true) +(expandtypeattribute (proc_meminfo_28_0) true) +(expandtypeattribute (proc_min_free_order_shift_28_0) true) +(expandtypeattribute (proc_misc_28_0) true) +(expandtypeattribute (proc_modules_28_0) true) +(expandtypeattribute (proc_mounts_28_0) true) +(expandtypeattribute (proc_net_28_0) true) +(expandtypeattribute (proc_overcommit_memory_28_0) true) +(expandtypeattribute (proc_page_cluster_28_0) true) +(expandtypeattribute (proc_pagetypeinfo_28_0) true) +(expandtypeattribute (proc_panic_28_0) true) +(expandtypeattribute (proc_perf_28_0) true) +(expandtypeattribute (proc_pid_max_28_0) true) +(expandtypeattribute (proc_pipe_conf_28_0) true) +(expandtypeattribute (proc_qtaguid_stat_28_0) true) +(expandtypeattribute (proc_random_28_0) true) +(expandtypeattribute (proc_sched_28_0) true) +(expandtypeattribute (proc_security_28_0) true) +(expandtypeattribute (proc_stat_28_0) true) +(expandtypeattribute (proc_swaps_28_0) true) +(expandtypeattribute (proc_sysrq_28_0) true) +(expandtypeattribute (proc_timer_28_0) true) +(expandtypeattribute (proc_tty_drivers_28_0) true) +(expandtypeattribute (proc_uid_concurrent_active_time_28_0) true) +(expandtypeattribute (proc_uid_concurrent_policy_time_28_0) true) +(expandtypeattribute (proc_uid_cpupower_28_0) true) +(expandtypeattribute (proc_uid_cputime_removeuid_28_0) true) +(expandtypeattribute (proc_uid_cputime_showstat_28_0) true) +(expandtypeattribute (proc_uid_io_stats_28_0) true) +(expandtypeattribute (proc_uid_procstat_set_28_0) true) +(expandtypeattribute (proc_uid_time_in_state_28_0) true) +(expandtypeattribute (proc_uptime_28_0) true) +(expandtypeattribute (proc_version_28_0) true) +(expandtypeattribute (proc_vmallocinfo_28_0) true) +(expandtypeattribute (proc_vmstat_28_0) true) +(expandtypeattribute (proc_zoneinfo_28_0) true) +(expandtypeattribute (processinfo_service_28_0) true) +(expandtypeattribute (procstats_service_28_0) true) +(expandtypeattribute (profman_28_0) true) +(expandtypeattribute (profman_dump_data_file_28_0) true) +(expandtypeattribute (profman_exec_28_0) true) +(expandtypeattribute (properties_device_28_0) true) +(expandtypeattribute (properties_serial_28_0) true) +(expandtypeattribute (property_contexts_file_28_0) true) +(expandtypeattribute (property_data_file_28_0) true) +(expandtypeattribute (property_info_28_0) true) +(expandtypeattribute (property_socket_28_0) true) +(expandtypeattribute (pstorefs_28_0) true) +(expandtypeattribute (ptmx_device_28_0) true) +(expandtypeattribute (qtaguid_device_28_0) true) +(expandtypeattribute (qtaguid_proc_28_0) true) +(expandtypeattribute (racoon_28_0) true) +(expandtypeattribute (racoon_exec_28_0) true) +(expandtypeattribute (racoon_socket_28_0) true) +(expandtypeattribute (radio_28_0) true) +(expandtypeattribute (radio_data_file_28_0) true) +(expandtypeattribute (radio_device_28_0) true) +(expandtypeattribute (radio_prop_28_0) true) +(expandtypeattribute (radio_service_28_0) true) +(expandtypeattribute (ram_device_28_0) true) +(expandtypeattribute (random_device_28_0) true) +(expandtypeattribute (recovery_28_0) true) +(expandtypeattribute (recovery_block_device_28_0) true) +(expandtypeattribute (recovery_data_file_28_0) true) +(expandtypeattribute (recovery_persist_28_0) true) +(expandtypeattribute (recovery_persist_exec_28_0) true) +(expandtypeattribute (recovery_refresh_28_0) true) +(expandtypeattribute (recovery_refresh_exec_28_0) true) +(expandtypeattribute (recovery_service_28_0) true) +(expandtypeattribute (registry_service_28_0) true) +(expandtypeattribute (resourcecache_data_file_28_0) true) +(expandtypeattribute (restorecon_prop_28_0) true) +(expandtypeattribute (restrictions_service_28_0) true) +(expandtypeattribute (rild_debug_socket_28_0) true) +(expandtypeattribute (rild_socket_28_0) true) +(expandtypeattribute (ringtone_file_28_0) true) +(expandtypeattribute (root_block_device_28_0) true) +(expandtypeattribute (rootfs_28_0) true) +(expandtypeattribute (rpmsg_device_28_0) true) +(expandtypeattribute (rtc_device_28_0) true) +(expandtypeattribute (rttmanager_service_28_0) true) +(expandtypeattribute (runas_28_0) true) +(expandtypeattribute (runas_exec_28_0) true) +(expandtypeattribute (runtime_event_log_tags_file_28_0) true) +(expandtypeattribute (safemode_prop_28_0) true) +(expandtypeattribute (same_process_hal_file_28_0) true) +(expandtypeattribute (samplingprofiler_service_28_0) true) +(expandtypeattribute (scheduling_policy_service_28_0) true) +(expandtypeattribute (sdcardd_28_0) true) +(expandtypeattribute (sdcardd_exec_28_0) true) +(expandtypeattribute (sdcardfs_28_0) true) +(expandtypeattribute (seapp_contexts_file_28_0) true) +(expandtypeattribute (search_service_28_0) true) +(expandtypeattribute (sec_key_att_app_id_provider_service_28_0) true) +(expandtypeattribute (secure_element_28_0) true) +(expandtypeattribute (secure_element_device_28_0) true) +(expandtypeattribute (secure_element_service_28_0) true) +(expandtypeattribute (selinuxfs_28_0) true) +(expandtypeattribute (sensors_device_28_0) true) +(expandtypeattribute (sensorservice_service_28_0) true) +(expandtypeattribute (sepolicy_file_28_0) true) +(expandtypeattribute (serial_device_28_0) true) +(expandtypeattribute (serial_service_28_0) true) +(expandtypeattribute (serialno_prop_28_0) true) +(expandtypeattribute (service_contexts_file_28_0) true) +(expandtypeattribute (servicediscovery_service_28_0) true) +(expandtypeattribute (servicemanager_28_0) true) +(expandtypeattribute (servicemanager_exec_28_0) true) +(expandtypeattribute (settings_service_28_0) true) +(expandtypeattribute (sgdisk_28_0) true) +(expandtypeattribute (sgdisk_exec_28_0) true) +(expandtypeattribute (shared_relro_28_0) true) +(expandtypeattribute (shared_relro_file_28_0) true) +(expandtypeattribute (shell_28_0) true) +(expandtypeattribute (shell_data_file_28_0) true) +(expandtypeattribute (shell_exec_28_0) true) +(expandtypeattribute (shell_prop_28_0) true) +(expandtypeattribute (shm_28_0) true) +(expandtypeattribute (shortcut_manager_icons_28_0) true) +(expandtypeattribute (shortcut_service_28_0) true) +(expandtypeattribute (slice_service_28_0) true) +(expandtypeattribute (slideshow_28_0) true) +(expandtypeattribute (socket_device_28_0) true) +(expandtypeattribute (sockfs_28_0) true) +(expandtypeattribute (statusbar_service_28_0) true) +(expandtypeattribute (storage_file_28_0) true) +(expandtypeattribute (storage_stub_file_28_0) true) +(expandtypeattribute (storaged_service_28_0) true) +(expandtypeattribute (storagestats_service_28_0) true) +(expandtypeattribute (su_28_0) true) +(expandtypeattribute (su_exec_28_0) true) +(expandtypeattribute (surfaceflinger_28_0) true) +(expandtypeattribute (surfaceflinger_service_28_0) true) +(expandtypeattribute (swap_block_device_28_0) true) +(expandtypeattribute (sysfs_28_0) true) +(expandtypeattribute (sysfs_android_usb_28_0) true) +(expandtypeattribute (sysfs_batteryinfo_28_0) true) +(expandtypeattribute (sysfs_bluetooth_writable_28_0) true) +(expandtypeattribute (sysfs_devices_system_cpu_28_0) true) +(expandtypeattribute (sysfs_dm_28_0) true) +(expandtypeattribute (sysfs_dt_firmware_android_28_0) true) +(expandtypeattribute (sysfs_fs_ext4_features_28_0) true) +(expandtypeattribute (sysfs_hwrandom_28_0) true) +(expandtypeattribute (sysfs_ipv4_28_0) true) +(expandtypeattribute (sysfs_kernel_notes_28_0) true) +(expandtypeattribute (sysfs_leds_28_0) true) +(expandtypeattribute (sysfs_lowmemorykiller_28_0) true) +(expandtypeattribute (sysfs_mac_address_28_0) true) +(expandtypeattribute (sysfs_net_28_0) true) +(expandtypeattribute (sysfs_nfc_power_writable_28_0) true) +(expandtypeattribute (sysfs_power_28_0) true) +(expandtypeattribute (sysfs_rtc_28_0) true) +(expandtypeattribute (sysfs_switch_28_0) true) +(expandtypeattribute (sysfs_thermal_28_0) true) +(expandtypeattribute (sysfs_uio_28_0) true) +(expandtypeattribute (sysfs_usb_28_0) true) +(expandtypeattribute (sysfs_usermodehelper_28_0) true) +(expandtypeattribute (sysfs_vibrator_28_0) true) +(expandtypeattribute (sysfs_wake_lock_28_0) true) +(expandtypeattribute (sysfs_wakeup_reasons_28_0) true) +(expandtypeattribute (sysfs_wlan_fwpath_28_0) true) +(expandtypeattribute (sysfs_zram_28_0) true) +(expandtypeattribute (sysfs_zram_uevent_28_0) true) +(expandtypeattribute (system_app_28_0) true) +(expandtypeattribute (system_app_data_file_28_0) true) +(expandtypeattribute (system_app_service_28_0) true) +(expandtypeattribute (system_block_device_28_0) true) +(expandtypeattribute (system_boot_reason_prop_28_0) true) +(expandtypeattribute (system_data_file_28_0) true) +(expandtypeattribute (system_file_28_0) true) +(expandtypeattribute (system_ndebug_socket_28_0) true) +(expandtypeattribute (system_net_netd_hwservice_28_0) true) +(expandtypeattribute (system_prop_28_0) true) +(expandtypeattribute (system_radio_prop_28_0) true) +(expandtypeattribute (system_server_28_0) true) +(expandtypeattribute (system_update_service_28_0) true) +(expandtypeattribute (system_wifi_keystore_hwservice_28_0) true) +(expandtypeattribute (system_wpa_socket_28_0) true) +(expandtypeattribute (systemkeys_data_file_28_0) true) +(expandtypeattribute (task_service_28_0) true) +(expandtypeattribute (tee_28_0) true) +(expandtypeattribute (tee_data_file_28_0) true) +(expandtypeattribute (tee_device_28_0) true) +(expandtypeattribute (telecom_service_28_0) true) +(expandtypeattribute (test_boot_reason_prop_28_0) true) +(expandtypeattribute (textclassification_service_28_0) true) +(expandtypeattribute (textclassifier_data_file_28_0) true) +(expandtypeattribute (textservices_service_28_0) true) +(expandtypeattribute (thermal_service_28_0) true) +(expandtypeattribute (thermalcallback_hwservice_28_0) true) +(expandtypeattribute (timezone_service_28_0) true) +(expandtypeattribute (tmpfs_28_0) true) +(expandtypeattribute (tombstone_data_file_28_0) true) +(expandtypeattribute (tombstone_wifi_data_file_28_0) true) +(expandtypeattribute (tombstoned_28_0) true) +(expandtypeattribute (tombstoned_crash_socket_28_0) true) +(expandtypeattribute (tombstoned_exec_28_0) true) +(expandtypeattribute (tombstoned_intercept_socket_28_0) true) +(expandtypeattribute (tombstoned_java_trace_socket_28_0) true) +(expandtypeattribute (toolbox_28_0) true) +(expandtypeattribute (toolbox_exec_28_0) true) +(expandtypeattribute (trace_data_file_28_0) true) +(expandtypeattribute (traced_consumer_socket_28_0) true) +(expandtypeattribute (traced_enabled_prop_28_0) true) +(expandtypeattribute (traced_probes_28_0) true) +(expandtypeattribute (traced_producer_socket_28_0) true) +(expandtypeattribute (traceur_app_28_0) true) +(expandtypeattribute (trust_service_28_0) true) +(expandtypeattribute (tty_device_28_0) true) +(expandtypeattribute (tun_device_28_0) true) +(expandtypeattribute (tv_input_service_28_0) true) +(expandtypeattribute (tzdatacheck_28_0) true) +(expandtypeattribute (tzdatacheck_exec_28_0) true) +(expandtypeattribute (ueventd_28_0) true) +(expandtypeattribute (uhid_device_28_0) true) +(expandtypeattribute (uimode_service_28_0) true) +(expandtypeattribute (uio_device_28_0) true) +(expandtypeattribute (uncrypt_28_0) true) +(expandtypeattribute (uncrypt_exec_28_0) true) +(expandtypeattribute (uncrypt_socket_28_0) true) +(expandtypeattribute (unencrypted_data_file_28_0) true) +(expandtypeattribute (unlabeled_28_0) true) +(expandtypeattribute (untrusted_app_25_28_0) true) +(expandtypeattribute (untrusted_app_27_28_0) true) +(expandtypeattribute (untrusted_app_28_0) true) +(expandtypeattribute (untrusted_v2_app_28_0) true) +(expandtypeattribute (update_engine_28_0) true) +(expandtypeattribute (update_engine_data_file_28_0) true) +(expandtypeattribute (update_engine_exec_28_0) true) +(expandtypeattribute (update_engine_log_data_file_28_0) true) +(expandtypeattribute (update_engine_service_28_0) true) +(expandtypeattribute (update_verifier_28_0) true) +(expandtypeattribute (update_verifier_exec_28_0) true) +(expandtypeattribute (updatelock_service_28_0) true) +(expandtypeattribute (usagestats_service_28_0) true) +(expandtypeattribute (usb_device_28_0) true) +(expandtypeattribute (usb_service_28_0) true) +(expandtypeattribute (usbaccessory_device_28_0) true) +(expandtypeattribute (usbd_28_0) true) +(expandtypeattribute (usbd_exec_28_0) true) +(expandtypeattribute (usbfs_28_0) true) +(expandtypeattribute (user_profile_data_file_28_0) true) +(expandtypeattribute (user_service_28_0) true) +(expandtypeattribute (userdata_block_device_28_0) true) +(expandtypeattribute (usermodehelper_28_0) true) +(expandtypeattribute (vcs_device_28_0) true) +(expandtypeattribute (vdc_28_0) true) +(expandtypeattribute (vdc_exec_28_0) true) +(expandtypeattribute (vendor_app_file_28_0) true) +(expandtypeattribute (vendor_configs_file_28_0) true) +(expandtypeattribute (vendor_data_file_28_0) true) +(expandtypeattribute (vendor_default_prop_28_0) true) +(expandtypeattribute (vendor_file_28_0) true) +(expandtypeattribute (vendor_framework_file_28_0) true) +(expandtypeattribute (vendor_hal_file_28_0) true) +(expandtypeattribute (vendor_init_28_0) true) +(expandtypeattribute (vendor_overlay_file_28_0) true) +(expandtypeattribute (vendor_security_patch_level_prop_28_0) true) +(expandtypeattribute (vendor_shell_28_0) true) +(expandtypeattribute (vendor_shell_exec_28_0) true) +(expandtypeattribute (vendor_toolbox_exec_28_0) true) +(expandtypeattribute (vfat_28_0) true) +(expandtypeattribute (vibrator_service_28_0) true) +(expandtypeattribute (video_device_28_0) true) +(expandtypeattribute (virtual_touchpad_28_0) true) +(expandtypeattribute (virtual_touchpad_exec_28_0) true) +(expandtypeattribute (virtual_touchpad_service_28_0) true) +(expandtypeattribute (vndbinder_device_28_0) true) +(expandtypeattribute (vndk_sp_file_28_0) true) +(expandtypeattribute (vndservice_contexts_file_28_0) true) +(expandtypeattribute (vndservicemanager_28_0) true) +(expandtypeattribute (voiceinteraction_service_28_0) true) +(expandtypeattribute (vold_28_0) true) +(expandtypeattribute (vold_data_file_28_0) true) +(expandtypeattribute (vold_device_28_0) true) +(expandtypeattribute (vold_exec_28_0) true) +(expandtypeattribute (vold_metadata_file_28_0) true) +(expandtypeattribute (vold_prepare_subdirs_28_0) true) +(expandtypeattribute (vold_prepare_subdirs_exec_28_0) true) +(expandtypeattribute (vold_prop_28_0) true) +(expandtypeattribute (vold_service_28_0) true) +(expandtypeattribute (vpn_data_file_28_0) true) +(expandtypeattribute (vr_hwc_28_0) true) +(expandtypeattribute (vr_hwc_exec_28_0) true) +(expandtypeattribute (vr_hwc_service_28_0) true) +(expandtypeattribute (vr_manager_service_28_0) true) +(expandtypeattribute (wallpaper_file_28_0) true) +(expandtypeattribute (wallpaper_service_28_0) true) +(expandtypeattribute (watchdog_device_28_0) true) +(expandtypeattribute (watchdogd_28_0) true) +(expandtypeattribute (webview_zygote_28_0) true) +(expandtypeattribute (webview_zygote_exec_28_0) true) +(expandtypeattribute (webviewupdate_service_28_0) true) +(expandtypeattribute (wifi_data_file_28_0) true) +(expandtypeattribute (wifi_log_prop_28_0) true) +(expandtypeattribute (wifi_prop_28_0) true) +(expandtypeattribute (wifi_service_28_0) true) +(expandtypeattribute (wifiaware_service_28_0) true) +(expandtypeattribute (wificond_28_0) true) +(expandtypeattribute (wificond_exec_28_0) true) +(expandtypeattribute (wificond_service_28_0) true) +(expandtypeattribute (wifip2p_service_28_0) true) +(expandtypeattribute (wifiscanner_service_28_0) true) +(expandtypeattribute (window_service_28_0) true) +(expandtypeattribute (wpa_socket_28_0) true) +(expandtypeattribute (wpantund_28_0) true) +(expandtypeattribute (wpantund_exec_28_0) true) +(expandtypeattribute (wpantund_service_28_0) true) +(expandtypeattribute (zero_device_28_0) true) +(expandtypeattribute (zoneinfo_data_file_28_0) true) +(expandtypeattribute (zygote_28_0) true) +(expandtypeattribute (zygote_exec_28_0) true) +(expandtypeattribute (zygote_socket_28_0) true) +(typeattributeset DockObserver_service_28_0 (DockObserver_service)) +(typeattributeset IProxyService_service_28_0 (IProxyService_service)) +(typeattributeset accessibility_service_28_0 (accessibility_service)) +(typeattributeset account_service_28_0 (account_service)) +(typeattributeset activity_service_28_0 (activity_service)) +(typeattributeset adb_data_file_28_0 (adb_data_file)) +(typeattributeset adb_keys_file_28_0 (adb_keys_file)) +(typeattributeset adbd_28_0 (adbd)) +(typeattributeset adbd_exec_28_0 (adbd_exec)) +(typeattributeset adbd_socket_28_0 (adbd_socket)) +(typeattributeset alarm_device_28_0 (alarm_device)) +(typeattributeset alarm_service_28_0 (alarm_service)) +(typeattributeset anr_data_file_28_0 (anr_data_file)) +(typeattributeset apk_data_file_28_0 (apk_data_file)) +(typeattributeset apk_private_data_file_28_0 (apk_private_data_file)) +(typeattributeset apk_private_tmp_file_28_0 (apk_private_tmp_file)) +(typeattributeset apk_tmp_file_28_0 (apk_tmp_file)) +(typeattributeset app_data_file_28_0 (app_data_file privapp_data_file)) +(typeattributeset app_fuse_file_28_0 (app_fuse_file)) +(typeattributeset app_fusefs_28_0 (app_fusefs)) +(typeattributeset appops_service_28_0 (appops_service)) +(typeattributeset appwidget_service_28_0 (appwidget_service)) +(typeattributeset asec_apk_file_28_0 (asec_apk_file)) +(typeattributeset asec_image_file_28_0 (asec_image_file)) +(typeattributeset asec_public_file_28_0 (asec_public_file)) +(typeattributeset ashmem_device_28_0 (ashmem_device)) +(typeattributeset assetatlas_service_28_0 (assetatlas_service)) +(typeattributeset audio_data_file_28_0 (audio_data_file)) +(typeattributeset audio_device_28_0 (audio_device)) +(typeattributeset audio_prop_28_0 (audio_prop)) +(typeattributeset audio_seq_device_28_0 (audio_seq_device)) +(typeattributeset audio_service_28_0 (audio_service)) +(typeattributeset audio_timer_device_28_0 (audio_timer_device)) +(typeattributeset audiohal_data_file_28_0 (audiohal_data_file)) +(typeattributeset audioserver_28_0 (audioserver)) +(typeattributeset audioserver_data_file_28_0 (audioserver_data_file)) +(typeattributeset audioserver_service_28_0 (audioserver_service)) +(typeattributeset autofill_service_28_0 (autofill_service)) +(typeattributeset backup_data_file_28_0 (backup_data_file)) +(typeattributeset backup_service_28_0 (backup_service)) +(typeattributeset battery_service_28_0 (battery_service)) +(typeattributeset batteryproperties_service_28_0 (batteryproperties_service)) +(typeattributeset batterystats_service_28_0 (batterystats_service)) +(typeattributeset binder_calls_stats_service_28_0 (binder_calls_stats_service)) +(typeattributeset binder_device_28_0 (binder_device)) +(typeattributeset binfmt_miscfs_28_0 (binfmt_miscfs)) +(typeattributeset blkid_28_0 (blkid)) +(typeattributeset blkid_untrusted_28_0 (blkid_untrusted)) +(typeattributeset block_device_28_0 (block_device)) +(typeattributeset bluetooth_28_0 (bluetooth)) +(typeattributeset bluetooth_a2dp_offload_prop_28_0 (bluetooth_a2dp_offload_prop)) +(typeattributeset bluetooth_data_file_28_0 (bluetooth_data_file)) +(typeattributeset bluetooth_efs_file_28_0 (bluetooth_efs_file)) +(typeattributeset bluetooth_logs_data_file_28_0 (bluetooth_logs_data_file)) +(typeattributeset bluetooth_manager_service_28_0 (bluetooth_manager_service)) +(typeattributeset bluetooth_prop_28_0 (bluetooth_prop)) +(typeattributeset bluetooth_service_28_0 (bluetooth_service)) +(typeattributeset bluetooth_socket_28_0 (bluetooth_socket)) +(typeattributeset boot_block_device_28_0 (boot_block_device)) +(typeattributeset bootanim_28_0 (bootanim)) +(typeattributeset bootanim_exec_28_0 (bootanim_exec)) +(typeattributeset bootchart_data_file_28_0 (bootchart_data_file)) +(typeattributeset bootloader_boot_reason_prop_28_0 (bootloader_boot_reason_prop)) +(typeattributeset bootstat_28_0 (bootstat)) +(typeattributeset bootstat_data_file_28_0 (bootstat_data_file)) +(typeattributeset bootstat_exec_28_0 (bootstat_exec)) +(typeattributeset boottime_prop_28_0 (boottime_prop)) +(typeattributeset boottrace_data_file_28_0 (boottrace_data_file)) +(typeattributeset broadcastradio_service_28_0 (broadcastradio_service)) +(typeattributeset bufferhubd_28_0 (bufferhubd)) +(typeattributeset bufferhubd_exec_28_0 (bufferhubd_exec)) +(typeattributeset cache_backup_file_28_0 (cache_backup_file)) +(typeattributeset cache_block_device_28_0 (cache_block_device)) +(typeattributeset cache_file_28_0 (cache_file)) +(typeattributeset cache_private_backup_file_28_0 (cache_private_backup_file)) +(typeattributeset cache_recovery_file_28_0 (cache_recovery_file)) +(typeattributeset camera_data_file_28_0 (camera_data_file)) +(typeattributeset camera_device_28_0 (camera_device)) +(typeattributeset cameraproxy_service_28_0 (cameraproxy_service)) +(typeattributeset cameraserver_28_0 (cameraserver)) +(typeattributeset cameraserver_exec_28_0 (cameraserver_exec)) +(typeattributeset cameraserver_service_28_0 (cameraserver_service)) +(typeattributeset cgroup_28_0 (cgroup)) +(typeattributeset cgroup_bpf_28_0 (cgroup_bpf)) +(typeattributeset charger_28_0 (charger)) +(typeattributeset clatd_28_0 (clatd)) +(typeattributeset clatd_exec_28_0 (clatd_exec)) +(typeattributeset clipboard_service_28_0 (clipboard_service)) +(typeattributeset commontime_management_service_28_0 (commontime_management_service)) +(typeattributeset companion_device_service_28_0 (companion_device_service)) +(typeattributeset config_prop_28_0 (config_prop)) +(typeattributeset configfs_28_0 (configfs)) +(typeattributeset connectivity_service_28_0 (connectivity_service)) +(typeattributeset connmetrics_service_28_0 (connmetrics_service)) +(typeattributeset console_device_28_0 (console_device)) +(typeattributeset consumer_ir_service_28_0 (consumer_ir_service)) +(typeattributeset content_service_28_0 (content_service)) +(typeattributeset contexthub_service_28_0 (contexthub_service)) +(typeattributeset coredump_file_28_0 (coredump_file)) +(typeattributeset country_detector_service_28_0 (country_detector_service)) +(typeattributeset coverage_service_28_0 (coverage_service)) +(typeattributeset cppreopt_prop_28_0 (cppreopt_prop)) +(typeattributeset cppreopts_28_0 (cppreopts)) +(typeattributeset cppreopts_exec_28_0 (cppreopts_exec)) +(typeattributeset cpuctl_device_28_0 (cpuctl_device)) +(typeattributeset cpuinfo_service_28_0 (cpuinfo_service)) +(typeattributeset crash_dump_28_0 (crash_dump)) +(typeattributeset crash_dump_exec_28_0 (crash_dump_exec)) +(typeattributeset crossprofileapps_service_28_0 (crossprofileapps_service)) +(typeattributeset ctl_bootanim_prop_28_0 (ctl_bootanim_prop)) +(typeattributeset ctl_bugreport_prop_28_0 (ctl_bugreport_prop)) +(typeattributeset ctl_console_prop_28_0 (ctl_console_prop)) +(typeattributeset ctl_default_prop_28_0 (ctl_adbd_prop ctl_default_prop)) +(typeattributeset ctl_dumpstate_prop_28_0 (ctl_dumpstate_prop)) +(typeattributeset ctl_fuse_prop_28_0 (ctl_fuse_prop)) +(typeattributeset ctl_interface_restart_prop_28_0 (ctl_interface_restart_prop)) +(typeattributeset ctl_interface_start_prop_28_0 (ctl_interface_start_prop)) +(typeattributeset ctl_interface_stop_prop_28_0 (ctl_interface_stop_prop)) +(typeattributeset ctl_mdnsd_prop_28_0 (ctl_mdnsd_prop)) +(typeattributeset ctl_restart_prop_28_0 (ctl_restart_prop)) +(typeattributeset ctl_rildaemon_prop_28_0 (ctl_rildaemon_prop)) +(typeattributeset ctl_sigstop_prop_28_0 (ctl_sigstop_prop)) +(typeattributeset ctl_start_prop_28_0 (ctl_start_prop)) +(typeattributeset ctl_stop_prop_28_0 (ctl_stop_prop)) +(typeattributeset dalvik_prop_28_0 (dalvik_prop)) +(typeattributeset dalvikcache_data_file_28_0 (dalvikcache_data_file)) +(typeattributeset dbinfo_service_28_0 (dbinfo_service)) +(typeattributeset debug_prop_28_0 (debug_prop)) +(typeattributeset debugfs_28_0 (debugfs)) +(typeattributeset debugfs_mmc_28_0 (debugfs_mmc)) +(typeattributeset debugfs_trace_marker_28_0 (debugfs_trace_marker)) +(typeattributeset debugfs_tracing_28_0 (debugfs_tracing)) +(typeattributeset debugfs_tracing_debug_28_0 (debugfs_tracing_debug debugfs_tracing_printk_formats)) +(typeattributeset debugfs_tracing_instances_28_0 (debugfs_tracing_instances)) +(typeattributeset debugfs_wakeup_sources_28_0 (debugfs_wakeup_sources)) +(typeattributeset debugfs_wifi_tracing_28_0 (debugfs_wifi_tracing)) +(typeattributeset debuggerd_prop_28_0 (debuggerd_prop)) +(typeattributeset default_android_hwservice_28_0 (default_android_hwservice)) +(typeattributeset default_android_service_28_0 (default_android_service)) +(typeattributeset default_android_vndservice_28_0 (default_android_vndservice)) +(typeattributeset default_prop_28_0 (apk_verity_prop audio_config_prop build_config_prop default_prop init_service_status_private_prop setupwizard_prop sqlite_log_prop suspend_prop verity_status_prop zygote_wrap_prop)) +(typeattributeset device_28_0 (device)) +(typeattributeset device_identifiers_service_28_0 (device_identifiers_service)) +(typeattributeset device_logging_prop_28_0 (device_logging_prop)) +(typeattributeset device_policy_service_28_0 (device_policy_service)) +(typeattributeset deviceidle_service_28_0 (deviceidle_service)) +(typeattributeset devicestoragemonitor_service_28_0 (devicestoragemonitor_service)) +(typeattributeset devpts_28_0 (devpts)) +(typeattributeset dex2oat_28_0 (dex2oat)) +(typeattributeset dex2oat_exec_28_0 (dex2oat_exec)) +(typeattributeset dhcp_28_0 (dhcp)) +(typeattributeset dhcp_data_file_28_0 (dhcp_data_file)) +(typeattributeset dhcp_exec_28_0 (dhcp_exec)) +(typeattributeset dhcp_prop_28_0 (dhcp_prop)) +(typeattributeset diskstats_service_28_0 (diskstats_service)) +(typeattributeset display_service_28_0 (display_service)) +(typeattributeset dm_device_28_0 (dm_device)) +(typeattributeset dnsmasq_28_0 (dnsmasq)) +(typeattributeset dnsmasq_exec_28_0 (dnsmasq_exec)) +(typeattributeset dnsproxyd_socket_28_0 (dnsproxyd_socket)) +(typeattributeset dreams_service_28_0 (dreams_service)) +(typeattributeset drm_data_file_28_0 (drm_data_file)) +(typeattributeset drmserver_28_0 (drmserver)) +(typeattributeset drmserver_exec_28_0 (drmserver_exec)) +(typeattributeset drmserver_service_28_0 (drmserver_service)) +(typeattributeset drmserver_socket_28_0 (drmserver_socket)) +(typeattributeset dropbox_service_28_0 (dropbox_service)) +(typeattributeset dumpstate_28_0 (dumpstate)) +(typeattributeset dumpstate_exec_28_0 (dumpstate_exec)) +(typeattributeset dumpstate_options_prop_28_0 (dumpstate_options_prop)) +(typeattributeset dumpstate_prop_28_0 (dumpstate_prop)) +(typeattributeset dumpstate_service_28_0 (dumpstate_service)) +(typeattributeset dumpstate_socket_28_0 (dumpstate_socket)) +(typeattributeset e2fs_28_0 (e2fs)) +(typeattributeset e2fs_exec_28_0 (e2fs_exec)) +(typeattributeset efs_file_28_0 (efs_file)) +(typeattributeset ephemeral_app_28_0 (ephemeral_app)) +(typeattributeset ethernet_service_28_0 (ethernet_service)) +(typeattributeset exfat_28_0 (exfat)) +(typeattributeset exported2_config_prop_28_0 (exported2_config_prop systemsound_config_prop)) +(typeattributeset exported2_default_prop_28_0 (aac_drc_prop bootloader_prop build_prop exported2_default_prop hal_instrumentation_prop init_service_status_prop libc_debug_prop property_service_version_prop userdebug_or_eng_prop)) +(typeattributeset exported2_radio_prop_28_0 (exported2_radio_prop)) +(typeattributeset exported2_system_prop_28_0 (dalvik_runtime_prop exported2_system_prop surfaceflinger_color_prop zram_control_prop)) +(typeattributeset exported2_vold_prop_28_0 (exported2_vold_prop vold_config_prop vold_post_fs_data_prop)) +(typeattributeset exported3_default_prop_28_0 (camera_calibration_prop camera_config_prop charger_config_prop drm_service_config_prop exported3_default_prop hdmi_config_prop keyguard_config_prop lmkd_config_prop media_config_prop mediadrm_config_prop oem_unlock_prop packagemanager_config_prop recovery_config_prop sendbug_config_prop storagemanager_config_prop telephony_config_prop tombstone_config_prop vts_status_prop wifi_config_prop zram_config_prop)) +(typeattributeset exported3_radio_prop_28_0 (exported3_radio_prop radio_control_prop)) +(typeattributeset exported3_system_prop_28_0 (boot_status_prop exported3_system_prop provisioned_prop retaildemo_prop)) +(typeattributeset exported_audio_prop_28_0 (audio_config_prop exported_audio_prop)) +(typeattributeset exported_bluetooth_prop_28_0 (exported_bluetooth_prop)) +(typeattributeset exported_config_prop_28_0 (exported_config_prop)) +(typeattributeset exported_dalvik_prop_28_0 (dalvik_config_prop exported_dalvik_prop)) +(typeattributeset exported_default_prop_28_0 (aaudio_config_prop build_bootimage_prop build_odm_prop build_vendor_prop exported_default_prop surfaceflinger_prop vndk_prop vts_config_prop)) +(typeattributeset exported_dumpstate_prop_28_0 (exported_dumpstate_prop)) +(typeattributeset exported_ffs_prop_28_0 (exported_ffs_prop ffs_config_prop ffs_control_prop)) +(typeattributeset exported_fingerprint_prop_28_0 (exported_fingerprint_prop fingerprint_prop)) +(typeattributeset exported_overlay_prop_28_0 (exported_overlay_prop)) +(typeattributeset exported_pm_prop_28_0 (exported_pm_prop)) +(typeattributeset exported_radio_prop_28_0 (exported_radio_prop telephony_status_prop)) +(typeattributeset exported_secure_prop_28_0 (exported_secure_prop)) +(typeattributeset exported_system_prop_28_0 (bootanim_system_prop charger_status_prop exported_system_prop)) +(typeattributeset exported_system_radio_prop_28_0 (exported_system_radio_prop usb_config_prop usb_control_prop)) +(typeattributeset exported_vold_prop_28_0 (exported_vold_prop vold_status_prop)) +(typeattributeset exported_wifi_prop_28_0 (exported_wifi_prop wifi_hal_prop)) +(typeattributeset ffs_prop_28_0 (ffs_prop)) +(typeattributeset file_contexts_file_28_0 (file_contexts_file)) +(typeattributeset fingerprint_prop_28_0 (fingerprint_prop)) +(typeattributeset fingerprint_service_28_0 (fingerprint_service)) +(typeattributeset fingerprint_vendor_data_file_28_0 (fingerprint_vendor_data_file)) +(typeattributeset fingerprintd_28_0 (fingerprintd)) +(typeattributeset fingerprintd_data_file_28_0 (fingerprintd_data_file)) +(typeattributeset fingerprintd_exec_28_0 (fingerprintd_exec)) +(typeattributeset fingerprintd_service_28_0 (fingerprintd_service)) +(typeattributeset firstboot_prop_28_0 (firstboot_prop)) +(typeattributeset font_service_28_0 (font_service)) +(typeattributeset frp_block_device_28_0 (frp_block_device)) +(typeattributeset fs_bpf_28_0 (fs_bpf)) +(typeattributeset fsck_28_0 (fsck)) +(typeattributeset fsck_exec_28_0 (fsck_exec)) +(typeattributeset fsck_untrusted_28_0 (fsck_untrusted)) +(typeattributeset fscklogs_28_0 (fscklogs)) +(typeattributeset full_device_28_0 (full_device)) +(typeattributeset functionfs_28_0 (functionfs)) +(typeattributeset fuse_28_0 (fuse)) +(typeattributeset fuse_device_28_0 (fuse_device)) +(typeattributeset fwk_display_hwservice_28_0 (fwk_display_hwservice)) +(typeattributeset fwk_scheduler_hwservice_28_0 (fwk_scheduler_hwservice)) +(typeattributeset fwk_sensor_hwservice_28_0 (fwk_sensor_hwservice)) +(typeattributeset fwmarkd_socket_28_0 (fwmarkd_socket)) +(typeattributeset gatekeeper_data_file_28_0 (gatekeeper_data_file)) +(typeattributeset gatekeeper_service_28_0 (gatekeeper_service)) +(typeattributeset gatekeeperd_28_0 (gatekeeperd)) +(typeattributeset gatekeeperd_exec_28_0 (gatekeeperd_exec)) +(typeattributeset gfxinfo_service_28_0 (gfxinfo_service)) +(typeattributeset gps_control_28_0 (gps_control)) +(typeattributeset gpu_device_28_0 (gpu_device)) +(typeattributeset gpu_service_28_0 (gpu_service)) +(typeattributeset graphics_device_28_0 (graphics_device)) +(typeattributeset graphicsstats_service_28_0 (graphicsstats_service)) +(typeattributeset hal_audio_hwservice_28_0 (hal_audio_hwservice)) +(typeattributeset hal_audiocontrol_hwservice_28_0 (hal_audiocontrol_hwservice)) +(typeattributeset hal_authsecret_hwservice_28_0 (hal_authsecret_hwservice)) +(typeattributeset hal_bluetooth_hwservice_28_0 (hal_bluetooth_hwservice)) +(typeattributeset hal_bootctl_hwservice_28_0 (hal_bootctl_hwservice)) +(typeattributeset hal_broadcastradio_hwservice_28_0 (hal_broadcastradio_hwservice)) +(typeattributeset hal_camera_hwservice_28_0 (hal_camera_hwservice)) +(typeattributeset hal_cas_hwservice_28_0 (hal_cas_hwservice)) +(typeattributeset hal_codec2_hwservice_28_0 (hal_codec2_hwservice)) +(typeattributeset hal_configstore_ISurfaceFlingerConfigs_28_0 (hal_configstore_ISurfaceFlingerConfigs)) +(typeattributeset hal_confirmationui_hwservice_28_0 (hal_confirmationui_hwservice)) +(typeattributeset hal_contexthub_hwservice_28_0 (hal_contexthub_hwservice)) +(typeattributeset hal_drm_hwservice_28_0 (hal_drm_hwservice)) +(typeattributeset hal_dumpstate_hwservice_28_0 (hal_dumpstate_hwservice)) +(typeattributeset hal_evs_hwservice_28_0 (hal_evs_hwservice)) +(typeattributeset hal_fingerprint_hwservice_28_0 (hal_fingerprint_hwservice)) +(typeattributeset hal_fingerprint_service_28_0 (hal_fingerprint_service)) +(typeattributeset hal_gatekeeper_hwservice_28_0 (hal_gatekeeper_hwservice)) +(typeattributeset hal_gnss_hwservice_28_0 (hal_gnss_hwservice)) +(typeattributeset hal_graphics_allocator_hwservice_28_0 (hal_graphics_allocator_hwservice)) +(typeattributeset hal_graphics_composer_hwservice_28_0 (hal_graphics_composer_hwservice)) +(typeattributeset hal_graphics_mapper_hwservice_28_0 (hal_graphics_mapper_hwservice)) +(typeattributeset hal_health_hwservice_28_0 (hal_health_hwservice)) +(typeattributeset hal_ir_hwservice_28_0 (hal_ir_hwservice)) +(typeattributeset hal_keymaster_hwservice_28_0 (hal_keymaster_hwservice)) +(typeattributeset hal_light_hwservice_28_0 (hal_light_hwservice)) +(typeattributeset hal_lowpan_hwservice_28_0 (hal_lowpan_hwservice)) +(typeattributeset hal_memtrack_hwservice_28_0 (hal_memtrack_hwservice)) +(typeattributeset hal_neuralnetworks_hwservice_28_0 (hal_neuralnetworks_hwservice)) +(typeattributeset hal_nfc_hwservice_28_0 (hal_nfc_hwservice)) +(typeattributeset hal_oemlock_hwservice_28_0 (hal_oemlock_hwservice)) +(typeattributeset hal_omx_hwservice_28_0 (hal_omx_hwservice)) +(typeattributeset hal_omx_server (mediacodec_28_0)) +(typeattributeset hal_power_hwservice_28_0 (hal_power_hwservice)) +(typeattributeset hal_renderscript_hwservice_28_0 (hal_renderscript_hwservice)) +(typeattributeset hal_secure_element_hwservice_28_0 (hal_secure_element_hwservice)) +(typeattributeset hal_sensors_hwservice_28_0 (hal_sensors_hwservice)) +(typeattributeset hal_telephony_hwservice_28_0 (hal_telephony_hwservice)) +(typeattributeset hal_tetheroffload_hwservice_28_0 (hal_tetheroffload_hwservice)) +(typeattributeset hal_thermal_hwservice_28_0 (hal_thermal_hwservice)) +(typeattributeset hal_tv_cec_hwservice_28_0 (hal_tv_cec_hwservice)) +(typeattributeset hal_tv_input_hwservice_28_0 (hal_tv_input_hwservice)) +(typeattributeset hal_usb_gadget_hwservice_28_0 (hal_usb_gadget_hwservice)) +(typeattributeset hal_usb_hwservice_28_0 (hal_usb_hwservice)) +(typeattributeset hal_vehicle_hwservice_28_0 (hal_vehicle_hwservice)) +(typeattributeset hal_vibrator_hwservice_28_0 (hal_vibrator_hwservice)) +(typeattributeset hal_vr_hwservice_28_0 (hal_vr_hwservice)) +(typeattributeset hal_weaver_hwservice_28_0 (hal_weaver_hwservice)) +(typeattributeset hal_wifi_hostapd_hwservice_28_0 (hal_wifi_hostapd_hwservice)) +(typeattributeset hal_wifi_hwservice_28_0 (hal_wifi_hwservice)) +(typeattributeset hal_wifi_offload_hwservice_28_0 (hal_wifi_offload_hwservice)) +(typeattributeset hal_wifi_supplicant_hwservice_28_0 (hal_wifi_supplicant_hwservice)) +(typeattributeset hardware_properties_service_28_0 (hardware_properties_service)) +(typeattributeset hardware_service_28_0 (hardware_service)) +(typeattributeset hci_attach_dev_28_0 (hci_attach_dev)) +(typeattributeset hdmi_control_service_28_0 (hdmi_control_service)) +(typeattributeset healthd_28_0 (healthd)) +(typeattributeset healthd_exec_28_0 (healthd_exec)) +(typeattributeset heapdump_data_file_28_0 (heapdump_data_file)) +(typeattributeset hidl_allocator_hwservice_28_0 (hidl_allocator_hwservice)) +(typeattributeset hidl_base_hwservice_28_0 (hidl_base_hwservice)) +(typeattributeset hidl_manager_hwservice_28_0 (hidl_manager_hwservice)) +(typeattributeset hidl_memory_hwservice_28_0 (hidl_memory_hwservice)) +(typeattributeset hidl_token_hwservice_28_0 (hidl_token_hwservice)) +(typeattributeset hw_random_device_28_0 (hw_random_device)) +(typeattributeset hwbinder_device_28_0 (hwbinder_device)) +(typeattributeset hwservice_contexts_file_28_0 (hwservice_contexts_file)) +(typeattributeset hwservicemanager_28_0 (hwservicemanager)) +(typeattributeset hwservicemanager_exec_28_0 (hwservicemanager_exec)) +(typeattributeset hwservicemanager_prop_28_0 (hwservicemanager_prop)) +(typeattributeset i2c_device_28_0 (i2c_device)) +(typeattributeset icon_file_28_0 (icon_file)) +(typeattributeset idmap_28_0 (idmap)) +(typeattributeset idmap_exec_28_0 (idmap_exec)) +(typeattributeset iio_device_28_0 (iio_device)) +(typeattributeset imms_service_28_0 (imms_service)) +(typeattributeset incident_28_0 (incident)) +(typeattributeset incident_data_file_28_0 (incident_data_file)) +(typeattributeset incident_helper_28_0 (incident_helper)) +(typeattributeset incident_service_28_0 (incident_service)) +(typeattributeset incidentd_28_0 (incidentd)) +(typeattributeset init_28_0 (init)) +(typeattributeset init_exec_28_0 (init_exec watchdogd_exec)) +(typeattributeset inotify_28_0 (inotify)) +(typeattributeset input_device_28_0 (input_device)) +(typeattributeset input_method_service_28_0 (input_method_service)) +(typeattributeset input_service_28_0 (input_service)) +(typeattributeset inputflinger_28_0 (inputflinger)) +(typeattributeset inputflinger_exec_28_0 (inputflinger_exec)) +(typeattributeset inputflinger_service_28_0 (inputflinger_service)) +(typeattributeset install_data_file_28_0 (install_data_file)) +(typeattributeset install_recovery_28_0 (install_recovery)) +(typeattributeset install_recovery_exec_28_0 (install_recovery_exec)) +(typeattributeset installd_28_0 (installd)) +(typeattributeset installd_exec_28_0 (installd_exec)) +(typeattributeset installd_service_28_0 (installd_service)) +(typeattributeset ion_device_28_0 (ion_device)) +(typeattributeset ipsec_service_28_0 (ipsec_service)) +(typeattributeset isolated_app_28_0 (isolated_app)) +(typeattributeset jobscheduler_service_28_0 (jobscheduler_service)) +(typeattributeset kernel_28_0 (kernel)) +(typeattributeset keychain_data_file_28_0 (keychain_data_file)) +(typeattributeset keychord_device_28_0 (keychord_device)) +(typeattributeset keystore_28_0 (keystore)) +(typeattributeset keystore_data_file_28_0 (keystore_data_file)) +(typeattributeset keystore_exec_28_0 (keystore_exec)) +(typeattributeset keystore_service_28_0 (keystore_service)) +(typeattributeset kmem_device_28_0 (kmem_device)) +(typeattributeset kmsg_debug_device_28_0 (kmsg_debug_device)) +(typeattributeset kmsg_device_28_0 (kmsg_device)) +(typeattributeset labeledfs_28_0 (labeledfs)) +(typeattributeset last_boot_reason_prop_28_0 (last_boot_reason_prop)) +(typeattributeset launcherapps_service_28_0 (launcherapps_service)) +(typeattributeset lmkd_28_0 (lmkd)) +(typeattributeset lmkd_exec_28_0 (lmkd_exec)) +(typeattributeset lmkd_socket_28_0 (lmkd_socket)) +(typeattributeset location_service_28_0 (location_service)) +(typeattributeset lock_settings_service_28_0 (lock_settings_service)) +(typeattributeset log_prop_28_0 (log_prop)) +(typeattributeset log_tag_prop_28_0 (log_tag_prop)) +(typeattributeset logcat_exec_28_0 (logcat_exec)) +(typeattributeset logd_28_0 (logd)) +(typeattributeset logd_exec_28_0 (logd_exec)) +(typeattributeset logd_prop_28_0 (logd_prop)) +(typeattributeset logd_socket_28_0 (logd_socket)) +(typeattributeset logdr_socket_28_0 (logdr_socket)) +(typeattributeset logdw_socket_28_0 (logdw_socket)) +(typeattributeset logpersist_28_0 (logpersist)) +(typeattributeset logpersistd_logging_prop_28_0 (logpersistd_logging_prop)) +(typeattributeset loop_control_device_28_0 (loop_control_device)) +(typeattributeset loop_device_28_0 (loop_device)) +(typeattributeset lowpan_device_28_0 (lowpan_device)) +(typeattributeset lowpan_prop_28_0 (lowpan_prop)) +(typeattributeset lowpan_service_28_0 (lowpan_service)) +(typeattributeset mac_perms_file_28_0 (mac_perms_file)) +(typeattributeset mdns_socket_28_0 (mdns_socket)) +(typeattributeset mdnsd_28_0 (mdnsd)) +(typeattributeset mdnsd_socket_28_0 (mdnsd_socket)) +(typeattributeset media_data_file_28_0 (media_data_file)) +(typeattributeset media_projection_service_28_0 (media_projection_service)) +(typeattributeset media_router_service_28_0 (media_router_service)) +(typeattributeset media_rw_data_file_28_0 (media_rw_data_file)) +(typeattributeset media_session_service_28_0 (media_session_service)) +(typeattributeset mediacodec_28_0 (mediacodec)) +(typeattributeset mediacodec_exec_28_0 (mediacodec_exec)) +(typeattributeset mediacodec_service_28_0 (mediacodec_service)) +(typeattributeset mediadrmserver_28_0 (mediadrmserver)) +(typeattributeset mediadrmserver_exec_28_0 (mediadrmserver_exec)) +(typeattributeset mediadrmserver_service_28_0 (mediadrmserver_service)) +(typeattributeset mediaextractor_28_0 (mediaextractor)) +(typeattributeset mediaextractor_exec_28_0 (mediaextractor_exec)) +(typeattributeset mediaextractor_service_28_0 (mediaextractor_service)) +(typeattributeset mediaextractor_update_service_28_0 (mediaextractor_update_service)) +(typeattributeset mediametrics_28_0 (mediametrics)) +(typeattributeset mediametrics_exec_28_0 (mediametrics_exec)) +(typeattributeset mediametrics_service_28_0 (mediametrics_service)) +(typeattributeset mediaprovider_28_0 (mediaprovider)) +(typeattributeset mediaserver_28_0 (mediaserver)) +(typeattributeset mediaserver_exec_28_0 (mediaserver_exec)) +(typeattributeset mediaserver_service_28_0 (mediaserver_service)) +(typeattributeset meminfo_service_28_0 (meminfo_service)) +(typeattributeset metadata_block_device_28_0 (metadata_block_device)) +(typeattributeset metadata_file_28_0 (metadata_file)) +(typeattributeset method_trace_data_file_28_0 (method_trace_data_file)) +(typeattributeset midi_service_28_0 (midi_service)) +(typeattributeset misc_block_device_28_0 (misc_block_device)) +(typeattributeset misc_logd_file_28_0 (misc_logd_file)) +(typeattributeset misc_user_data_file_28_0 (misc_user_data_file)) +(typeattributeset mmc_prop_28_0 (mmc_prop)) +(typeattributeset mnt_expand_file_28_0 (mnt_expand_file)) +(typeattributeset mnt_media_rw_file_28_0 (mnt_media_rw_file)) +(typeattributeset mnt_media_rw_stub_file_28_0 (mnt_media_rw_stub_file)) +(typeattributeset mnt_user_file_28_0 (mnt_user_file)) +(typeattributeset mnt_vendor_file_28_0 (mnt_vendor_file)) +(typeattributeset modprobe_28_0 (modprobe)) +(typeattributeset mount_service_28_0 (mount_service)) +(typeattributeset mqueue_28_0 (mqueue)) +(typeattributeset mtd_device_28_0 (mtd_device)) +(typeattributeset mtp_28_0 (mtp)) +(typeattributeset mtp_device_28_0 (mtp_device)) +(typeattributeset mtp_exec_28_0 (mtp_exec)) +(typeattributeset mtpd_socket_28_0 (mtpd_socket)) +(typeattributeset nativetest_data_file_28_0 (nativetest_data_file)) +(typeattributeset net_data_file_28_0 (net_data_file)) +(typeattributeset net_dns_prop_28_0 (net_dns_prop)) +(typeattributeset net_radio_prop_28_0 (net_radio_prop)) +(typeattributeset netd_28_0 (netd)) +(typeattributeset netd_exec_28_0 (netd_exec)) +(typeattributeset netd_listener_service_28_0 (netd_listener_service)) +(typeattributeset netd_service_28_0 (netd_service)) +(typeattributeset netd_socket_28_0 (netd_socket)) +(typeattributeset netd_stable_secret_prop_28_0 (netd_stable_secret_prop)) +(typeattributeset netif_28_0 (netif)) +(typeattributeset netpolicy_service_28_0 (netpolicy_service)) +(typeattributeset netstats_service_28_0 (netstats_service)) +(typeattributeset netutils_wrapper_28_0 (netutils_wrapper)) +(typeattributeset netutils_wrapper_exec_28_0 (netutils_wrapper_exec)) +(typeattributeset network_management_service_28_0 (network_management_service)) +(typeattributeset network_score_service_28_0 (network_score_service)) +(typeattributeset network_time_update_service_28_0 (network_time_update_service)) +(typeattributeset network_watchlist_data_file_28_0 (network_watchlist_data_file)) +(typeattributeset network_watchlist_service_28_0 (network_watchlist_service)) +(typeattributeset nfc_28_0 (nfc)) +(typeattributeset nfc_data_file_28_0 (nfc_data_file)) +(typeattributeset nfc_device_28_0 (nfc_device)) +(typeattributeset nfc_prop_28_0 (nfc_prop)) +(typeattributeset nfc_service_28_0 (nfc_service)) +(typeattributeset node_28_0 (node)) +(typeattributeset nonplat_service_contexts_file_28_0 (nonplat_service_contexts_file)) +(typeattributeset notification_service_28_0 (notification_service)) +(typeattributeset null_device_28_0 (null_device)) +(typeattributeset oem_lock_service_28_0 (oem_lock_service)) +(typeattributeset oemfs_28_0 (oemfs)) +(typeattributeset ota_data_file_28_0 (ota_data_file)) +(typeattributeset ota_package_file_28_0 (ota_package_file)) +(typeattributeset otadexopt_service_28_0 (otadexopt_service)) +(typeattributeset otapreopt_chroot_28_0 (otapreopt_chroot)) +(typeattributeset otapreopt_chroot_exec_28_0 (otapreopt_chroot_exec)) +(typeattributeset otapreopt_slot_28_0 (otapreopt_slot)) +(typeattributeset otapreopt_slot_exec_28_0 (otapreopt_slot_exec)) +(typeattributeset overlay_prop_28_0 (overlay_prop)) +(typeattributeset overlay_service_28_0 (overlay_service)) +(typeattributeset owntty_device_28_0 (owntty_device)) +(typeattributeset package_native_service_28_0 (package_native_service)) +(typeattributeset package_service_28_0 (package_service)) +(typeattributeset pan_result_prop_28_0 (pan_result_prop)) +(typeattributeset pdx_bufferhub_client_channel_socket_28_0 (pdx_bufferhub_client_channel_socket)) +(typeattributeset pdx_bufferhub_client_endpoint_socket_28_0 (pdx_bufferhub_client_endpoint_socket)) +(typeattributeset pdx_bufferhub_dir_28_0 (pdx_bufferhub_dir)) +(typeattributeset pdx_display_client_channel_socket_28_0 (pdx_display_client_channel_socket)) +(typeattributeset pdx_display_client_endpoint_socket_28_0 (pdx_display_client_endpoint_socket)) +(typeattributeset pdx_display_dir_28_0 (pdx_display_dir)) +(typeattributeset pdx_display_manager_channel_socket_28_0 (pdx_display_manager_channel_socket)) +(typeattributeset pdx_display_manager_endpoint_socket_28_0 (pdx_display_manager_endpoint_socket)) +(typeattributeset pdx_display_screenshot_channel_socket_28_0 (pdx_display_screenshot_channel_socket)) +(typeattributeset pdx_display_screenshot_endpoint_socket_28_0 (pdx_display_screenshot_endpoint_socket)) +(typeattributeset pdx_display_vsync_channel_socket_28_0 (pdx_display_vsync_channel_socket)) +(typeattributeset pdx_display_vsync_endpoint_socket_28_0 (pdx_display_vsync_endpoint_socket)) +(typeattributeset pdx_performance_client_channel_socket_28_0 (pdx_performance_client_channel_socket)) +(typeattributeset pdx_performance_client_endpoint_socket_28_0 (pdx_performance_client_endpoint_socket)) +(typeattributeset pdx_performance_dir_28_0 (pdx_performance_dir)) +(typeattributeset performanced_28_0 (performanced)) +(typeattributeset performanced_exec_28_0 (performanced_exec)) +(typeattributeset permission_service_28_0 (permission_service)) +(typeattributeset persist_debug_prop_28_0 (persist_debug_prop)) +(typeattributeset persistent_data_block_service_28_0 (persistent_data_block_service)) +(typeattributeset persistent_properties_ready_prop_28_0 (persistent_properties_ready_prop)) +(typeattributeset pinner_service_28_0 (pinner_service)) +(typeattributeset pipefs_28_0 (pipefs)) +(typeattributeset platform_app_28_0 (platform_app)) +(typeattributeset pm_prop_28_0 (pm_prop)) +(typeattributeset pmsg_device_28_0 (pmsg_device)) +(typeattributeset port_28_0 (port)) +(typeattributeset port_device_28_0 (port_device)) +(typeattributeset postinstall_28_0 (postinstall)) +(typeattributeset postinstall_dexopt_28_0 (postinstall_dexopt)) +(typeattributeset postinstall_file_28_0 (postinstall_file)) +(typeattributeset postinstall_mnt_dir_28_0 (postinstall_mnt_dir)) +(typeattributeset power_service_28_0 (power_service)) +(typeattributeset powerctl_prop_28_0 (powerctl_prop)) +(typeattributeset ppp_28_0 (ppp)) +(typeattributeset ppp_device_28_0 (ppp_device)) +(typeattributeset ppp_exec_28_0 (ppp_exec)) +(typeattributeset preloads_data_file_28_0 (preloads_data_file)) +(typeattributeset preloads_media_file_28_0 (preloads_media_file)) +(typeattributeset preopt2cachename_28_0 (preopt2cachename)) +(typeattributeset preopt2cachename_exec_28_0 (preopt2cachename_exec)) +(typeattributeset print_service_28_0 (print_service)) +(typeattributeset priv_app_28_0 (priv_app)) +(typeattributeset proc_28_0 (proc proc_bootconfig proc_bpf proc_cpu_alignment proc_fs_verity proc_keys proc_kpageflags proc_lowmemorykiller proc_pressure_cpu proc_pressure_io proc_pressure_mem proc_slabinfo)) +(typeattributeset proc_abi_28_0 (proc_abi)) +(typeattributeset proc_asound_28_0 (proc_asound)) +(typeattributeset proc_bluetooth_writable_28_0 (proc_bluetooth_writable)) +(typeattributeset proc_buddyinfo_28_0 (proc_buddyinfo)) +(typeattributeset proc_cmdline_28_0 (proc_cmdline)) +(typeattributeset proc_cpuinfo_28_0 (proc_cpuinfo)) +(typeattributeset proc_dirty_28_0 (proc_dirty)) +(typeattributeset proc_diskstats_28_0 (proc_diskstats)) +(typeattributeset proc_drop_caches_28_0 (proc_drop_caches)) +(typeattributeset proc_extra_free_kbytes_28_0 (proc_extra_free_kbytes)) +(typeattributeset proc_filesystems_28_0 (proc_filesystems)) +(typeattributeset proc_hostname_28_0 (proc_hostname)) +(typeattributeset proc_hung_task_28_0 (proc_hung_task)) +(typeattributeset proc_interrupts_28_0 (proc_interrupts)) +(typeattributeset proc_iomem_28_0 (proc_iomem)) +(typeattributeset proc_kmsg_28_0 (proc_kmsg)) +(typeattributeset proc_loadavg_28_0 (proc_loadavg)) +(typeattributeset proc_max_map_count_28_0 (proc_max_map_count)) +(typeattributeset proc_meminfo_28_0 (proc_meminfo)) +(typeattributeset proc_min_free_order_shift_28_0 (proc_min_free_order_shift)) +(typeattributeset proc_misc_28_0 (proc_misc)) +(typeattributeset proc_modules_28_0 (proc_modules)) +(typeattributeset proc_mounts_28_0 (proc_mounts)) +(typeattributeset proc_net_28_0 (proc_bpf proc_net proc_net_tcp_udp)) +(typeattributeset proc_overcommit_memory_28_0 (proc_overcommit_memory)) +(typeattributeset proc_page_cluster_28_0 (proc_page_cluster)) +(typeattributeset proc_pagetypeinfo_28_0 (proc_pagetypeinfo)) +(typeattributeset proc_panic_28_0 (proc_panic)) +(typeattributeset proc_perf_28_0 (proc_perf)) +(typeattributeset proc_pid_max_28_0 (proc_pid_max)) +(typeattributeset proc_pipe_conf_28_0 (proc_pipe_conf)) +(typeattributeset proc_qtaguid_stat_28_0 (proc_qtaguid_stat)) +(typeattributeset proc_random_28_0 (proc_random)) +(typeattributeset proc_sched_28_0 (proc_sched)) +(typeattributeset proc_security_28_0 (proc_security)) +(typeattributeset proc_stat_28_0 (proc_stat)) +(typeattributeset proc_swaps_28_0 (proc_swaps)) +(typeattributeset proc_sysrq_28_0 (proc_sysrq)) +(typeattributeset proc_timer_28_0 (proc_timer)) +(typeattributeset proc_tty_drivers_28_0 (proc_tty_drivers)) +(typeattributeset proc_uid_concurrent_active_time_28_0 (proc_uid_concurrent_active_time)) +(typeattributeset proc_uid_concurrent_policy_time_28_0 (proc_uid_concurrent_policy_time)) +(typeattributeset proc_uid_cpupower_28_0 (proc_uid_cpupower)) +(typeattributeset proc_uid_cputime_removeuid_28_0 (proc_uid_cputime_removeuid)) +(typeattributeset proc_uid_cputime_showstat_28_0 (proc_uid_cputime_showstat)) +(typeattributeset proc_uid_io_stats_28_0 (proc_uid_io_stats)) +(typeattributeset proc_uid_procstat_set_28_0 (proc_uid_procstat_set)) +(typeattributeset proc_uid_time_in_state_28_0 (proc_uid_time_in_state)) +(typeattributeset proc_uptime_28_0 (proc_uptime)) +(typeattributeset proc_version_28_0 (proc_version)) +(typeattributeset proc_vmallocinfo_28_0 (proc_vmallocinfo)) +(typeattributeset proc_vmstat_28_0 (proc_vmstat)) +(typeattributeset proc_zoneinfo_28_0 (proc_zoneinfo)) +(typeattributeset processinfo_service_28_0 (processinfo_service)) +(typeattributeset procstats_service_28_0 (procstats_service)) +(typeattributeset profman_28_0 (profman)) +(typeattributeset profman_dump_data_file_28_0 (profman_dump_data_file)) +(typeattributeset profman_exec_28_0 (profman_exec)) +(typeattributeset properties_device_28_0 (properties_device)) +(typeattributeset properties_serial_28_0 (properties_serial)) +(typeattributeset property_contexts_file_28_0 (property_contexts_file)) +(typeattributeset property_data_file_28_0 (property_data_file)) +(typeattributeset property_info_28_0 (property_info)) +(typeattributeset property_socket_28_0 (property_socket)) +(typeattributeset pstorefs_28_0 (pstorefs)) +(typeattributeset ptmx_device_28_0 (ptmx_device)) +(typeattributeset qtaguid_device_28_0 (qtaguid_device)) +(typeattributeset qtaguid_proc_28_0 (proc_qtaguid_ctrl qtaguid_proc)) +(typeattributeset racoon_28_0 (racoon)) +(typeattributeset racoon_exec_28_0 (racoon_exec)) +(typeattributeset racoon_socket_28_0 (racoon_socket)) +(typeattributeset radio_28_0 (radio)) +(typeattributeset radio_data_file_28_0 (radio_data_file)) +(typeattributeset radio_device_28_0 (radio_device)) +(typeattributeset radio_prop_28_0 (radio_prop)) +(typeattributeset radio_service_28_0 (radio_service)) +(typeattributeset ram_device_28_0 (ram_device)) +(typeattributeset random_device_28_0 (random_device)) +(typeattributeset recovery_28_0 (recovery)) +(typeattributeset recovery_block_device_28_0 (recovery_block_device)) +(typeattributeset recovery_data_file_28_0 (recovery_data_file)) +(typeattributeset recovery_persist_28_0 (recovery_persist)) +(typeattributeset recovery_persist_exec_28_0 (recovery_persist_exec)) +(typeattributeset recovery_refresh_28_0 (recovery_refresh)) +(typeattributeset recovery_refresh_exec_28_0 (recovery_refresh_exec)) +(typeattributeset recovery_service_28_0 (recovery_service)) +(typeattributeset registry_service_28_0 (registry_service)) +(typeattributeset resourcecache_data_file_28_0 (resourcecache_data_file)) +(typeattributeset restorecon_prop_28_0 (restorecon_prop)) +(typeattributeset restrictions_service_28_0 (restrictions_service)) +(typeattributeset rild_debug_socket_28_0 (rild_debug_socket)) +(typeattributeset rild_socket_28_0 (rild_socket)) +(typeattributeset ringtone_file_28_0 (ringtone_file)) +(typeattributeset root_block_device_28_0 (root_block_device)) +(typeattributeset rootfs_28_0 (rootfs)) +(typeattributeset rpmsg_device_28_0 (rpmsg_device)) +(typeattributeset rtc_device_28_0 (rtc_device)) +(typeattributeset rttmanager_service_28_0 (rttmanager_service)) +(typeattributeset runas_28_0 (runas)) +(typeattributeset runas_exec_28_0 (runas_exec)) +(typeattributeset runtime_event_log_tags_file_28_0 (runtime_event_log_tags_file)) +(typeattributeset safemode_prop_28_0 (safemode_prop)) +(typeattributeset same_process_hal_file_28_0 (same_process_hal_file vendor_public_framework_file vendor_public_lib_file)) +(typeattributeset samplingprofiler_service_28_0 (samplingprofiler_service)) +(typeattributeset scheduling_policy_service_28_0 (scheduling_policy_service)) +(typeattributeset sdcardd_28_0 (sdcardd)) +(typeattributeset sdcardd_exec_28_0 (sdcardd_exec)) +(typeattributeset sdcardfs_28_0 (sdcardfs)) +(typeattributeset seapp_contexts_file_28_0 (seapp_contexts_file)) +(typeattributeset search_service_28_0 (search_service)) +(typeattributeset sec_key_att_app_id_provider_service_28_0 (sec_key_att_app_id_provider_service)) +(typeattributeset secure_element_28_0 (secure_element)) +(typeattributeset secure_element_device_28_0 (secure_element_device)) +(typeattributeset secure_element_service_28_0 (secure_element_service)) +(typeattributeset selinuxfs_28_0 (selinuxfs)) +(typeattributeset sensors_device_28_0 (sensors_device)) +(typeattributeset sensorservice_service_28_0 (sensorservice_service)) +(typeattributeset sepolicy_file_28_0 (sepolicy_file)) +(typeattributeset serial_device_28_0 (serial_device)) +(typeattributeset serial_service_28_0 (serial_service)) +(typeattributeset serialno_prop_28_0 (serialno_prop)) +(typeattributeset service_contexts_file_28_0 (service_contexts_file)) +(typeattributeset servicediscovery_service_28_0 (servicediscovery_service)) +(typeattributeset servicemanager_28_0 (servicemanager)) +(typeattributeset servicemanager_exec_28_0 (servicemanager_exec)) +(typeattributeset settings_service_28_0 (settings_service)) +(typeattributeset sgdisk_28_0 (sgdisk)) +(typeattributeset sgdisk_exec_28_0 (sgdisk_exec)) +(typeattributeset shared_relro_28_0 (shared_relro)) +(typeattributeset shared_relro_file_28_0 (shared_relro_file)) +(typeattributeset shell_28_0 (shell)) +(typeattributeset shell_data_file_28_0 (shell_data_file)) +(typeattributeset shell_exec_28_0 (shell_exec)) +(typeattributeset shell_prop_28_0 (shell_prop)) +(typeattributeset shm_28_0 (shm)) +(typeattributeset shortcut_manager_icons_28_0 (shortcut_manager_icons)) +(typeattributeset shortcut_service_28_0 (shortcut_service)) +(typeattributeset slice_service_28_0 (slice_service)) +(typeattributeset slideshow_28_0 (slideshow)) +(typeattributeset socket_device_28_0 (socket_device)) +(typeattributeset sockfs_28_0 (sockfs)) +(typeattributeset statusbar_service_28_0 (statusbar_service)) +(typeattributeset storage_file_28_0 (storage_file)) +(typeattributeset storage_stub_file_28_0 (storage_stub_file)) +(typeattributeset storaged_service_28_0 (storaged_service)) +(typeattributeset storagestats_service_28_0 (storagestats_service)) +(typeattributeset su_28_0 (su)) +(typeattributeset su_exec_28_0 (su_exec)) +(typeattributeset surfaceflinger_28_0 (surfaceflinger)) +(typeattributeset surfaceflinger_service_28_0 (surfaceflinger_service)) +(typeattributeset swap_block_device_28_0 (swap_block_device)) +(typeattributeset sysfs_28_0 (sysfs sysfs_devices_block sysfs_extcon sysfs_fs_incfs_features sysfs_fs_incfs_metrics sysfs_ion sysfs_loop sysfs_suspend_stats sysfs_transparent_hugepage sysfs_wakeup)) +(typeattributeset sysfs_android_usb_28_0 (sysfs_android_usb)) +(typeattributeset sysfs_batteryinfo_28_0 (sysfs_batteryinfo)) +(typeattributeset sysfs_bluetooth_writable_28_0 (sysfs_bluetooth_writable)) +(typeattributeset sysfs_devices_system_cpu_28_0 (sysfs_devices_system_cpu)) +(typeattributeset sysfs_dm_28_0 (sysfs_dm)) +(typeattributeset sysfs_dt_firmware_android_28_0 (sysfs_dt_firmware_android)) +(typeattributeset sysfs_fs_ext4_features_28_0 (sysfs_fs_ext4_features)) +(typeattributeset sysfs_hwrandom_28_0 (sysfs_hwrandom)) +(typeattributeset sysfs_ipv4_28_0 (sysfs_ipv4)) +(typeattributeset sysfs_kernel_notes_28_0 (sysfs_kernel_notes)) +(typeattributeset sysfs_leds_28_0 (sysfs_leds)) +(typeattributeset sysfs_lowmemorykiller_28_0 (sysfs_lowmemorykiller)) +(typeattributeset sysfs_mac_address_28_0 (sysfs_mac_address)) +(typeattributeset sysfs_net_28_0 (sysfs_net)) +(typeattributeset sysfs_nfc_power_writable_28_0 (sysfs_nfc_power_writable)) +(typeattributeset sysfs_power_28_0 (sysfs_power)) +(typeattributeset sysfs_rtc_28_0 (sysfs_rtc)) +(typeattributeset sysfs_switch_28_0 (sysfs_switch)) +(typeattributeset sysfs_thermal_28_0 (sysfs_thermal)) +(typeattributeset sysfs_uio_28_0 (sysfs_uio)) +(typeattributeset sysfs_usb_28_0 (sysfs_usb)) +(typeattributeset sysfs_usermodehelper_28_0 (sysfs_usermodehelper)) +(typeattributeset sysfs_vibrator_28_0 (sysfs_vibrator)) +(typeattributeset sysfs_wake_lock_28_0 (sysfs_wake_lock)) +(typeattributeset sysfs_wakeup_reasons_28_0 (sysfs_wakeup_reasons)) +(typeattributeset sysfs_wlan_fwpath_28_0 (sysfs_wlan_fwpath)) +(typeattributeset sysfs_zram_28_0 (sysfs_zram)) +(typeattributeset sysfs_zram_uevent_28_0 (sysfs_zram_uevent)) +(typeattributeset system_app_28_0 (system_app)) +(typeattributeset system_app_data_file_28_0 (system_app_data_file)) +(typeattributeset system_app_service_28_0 (system_app_service)) +(typeattributeset system_block_device_28_0 (system_block_device)) +(typeattributeset system_boot_reason_prop_28_0 (system_boot_reason_prop)) +(typeattributeset system_data_file_28_0 (dropbox_data_file packages_list_file system_data_file system_data_root_file)) +(typeattributeset system_file_28_0 (system_asan_options_file system_file system_lib_file system_linker_config_file system_linker_exec system_seccomp_policy_file system_security_cacerts_file system_zoneinfo_file tcpdump_exec)) +(typeattributeset system_ndebug_socket_28_0 (system_ndebug_socket)) +(typeattributeset system_net_netd_hwservice_28_0 (system_net_netd_hwservice)) +(typeattributeset system_prop_28_0 (system_prop)) +(typeattributeset system_radio_prop_28_0 (system_radio_prop usb_prop)) +(typeattributeset system_server_28_0 (system_server)) +(typeattributeset system_update_service_28_0 (system_update_service)) +(typeattributeset system_wifi_keystore_hwservice_28_0 (system_wifi_keystore_hwservice)) +(typeattributeset system_wpa_socket_28_0 (system_wpa_socket)) +(typeattributeset systemkeys_data_file_28_0 (systemkeys_data_file)) +(typeattributeset task_service_28_0 (task_service)) +(typeattributeset tee_28_0 (tee)) +(typeattributeset tee_data_file_28_0 (tee_data_file)) +(typeattributeset tee_device_28_0 (tee_device)) +(typeattributeset telecom_service_28_0 (telecom_service)) +(typeattributeset test_boot_reason_prop_28_0 (test_boot_reason_prop)) +(typeattributeset textclassification_service_28_0 (textclassification_service)) +(typeattributeset textclassifier_data_file_28_0 (textclassifier_data_file)) +(typeattributeset textservices_service_28_0 (textservices_service)) +(typeattributeset thermal_service_28_0 (thermal_service)) +(typeattributeset thermalcallback_hwservice_28_0 (thermalcallback_hwservice)) +(typeattributeset timezone_service_28_0 (timezone_service)) +(typeattributeset tmpfs_28_0 (mnt_sdcard_file tmpfs)) +(typeattributeset tombstone_data_file_28_0 (tombstone_data_file)) +(typeattributeset tombstone_wifi_data_file_28_0 (tombstone_wifi_data_file)) +(typeattributeset tombstoned_28_0 (tombstoned)) +(typeattributeset tombstoned_crash_socket_28_0 (tombstoned_crash_socket)) +(typeattributeset tombstoned_exec_28_0 (tombstoned_exec)) +(typeattributeset tombstoned_intercept_socket_28_0 (tombstoned_intercept_socket)) +(typeattributeset tombstoned_java_trace_socket_28_0 (tombstoned_java_trace_socket)) +(typeattributeset toolbox_28_0 (toolbox)) +(typeattributeset toolbox_exec_28_0 (toolbox_exec)) +(typeattributeset trace_data_file_28_0 (trace_data_file)) +(typeattributeset traced_consumer_socket_28_0 (traced_consumer_socket)) +(typeattributeset traced_enabled_prop_28_0 (traced_enabled_prop)) +(typeattributeset traced_probes_28_0 (traced_probes)) +(typeattributeset traced_producer_socket_28_0 (traced_producer_socket)) +(typeattributeset traceur_app_28_0 (traceur_app)) +(typeattributeset trust_service_28_0 (trust_service)) +(typeattributeset tty_device_28_0 (tty_device)) +(typeattributeset tun_device_28_0 (tun_device)) +(typeattributeset tv_input_service_28_0 (tv_input_service)) +(typeattributeset tzdatacheck_28_0 (tzdatacheck)) +(typeattributeset tzdatacheck_exec_28_0 (tzdatacheck_exec)) +(typeattributeset ueventd_28_0 (ueventd)) +(typeattributeset uhid_device_28_0 (uhid_device)) +(typeattributeset uimode_service_28_0 (uimode_service)) +(typeattributeset uio_device_28_0 (uio_device)) +(typeattributeset uncrypt_28_0 (uncrypt)) +(typeattributeset uncrypt_exec_28_0 (uncrypt_exec)) +(typeattributeset uncrypt_socket_28_0 (uncrypt_socket)) +(typeattributeset unencrypted_data_file_28_0 (unencrypted_data_file)) +(typeattributeset unlabeled_28_0 (unlabeled)) +(typeattributeset untrusted_app_25_28_0 (untrusted_app_25)) +(typeattributeset untrusted_app_27_28_0 (untrusted_app_27)) +(typeattributeset untrusted_app_28_0 (untrusted_app)) +(typeattributeset untrusted_v2_app_28_0 (untrusted_v2_app)) +(typeattributeset update_engine_28_0 (update_engine)) +(typeattributeset update_engine_data_file_28_0 (update_engine_data_file)) +(typeattributeset update_engine_exec_28_0 (update_engine_exec)) +(typeattributeset update_engine_log_data_file_28_0 (update_engine_log_data_file)) +(typeattributeset update_engine_service_28_0 (update_engine_service)) +(typeattributeset update_verifier_28_0 (update_verifier)) +(typeattributeset update_verifier_exec_28_0 (update_verifier_exec)) +(typeattributeset updatelock_service_28_0 (updatelock_service)) +(typeattributeset usagestats_service_28_0 (usagestats_service)) +(typeattributeset usb_device_28_0 (usb_device)) +(typeattributeset usb_service_28_0 (usb_service)) +(typeattributeset usbaccessory_device_28_0 (usbaccessory_device)) +(typeattributeset usbd_28_0 (usbd)) +(typeattributeset usbd_exec_28_0 (usbd_exec)) +(typeattributeset usbfs_28_0 (usbfs)) +(typeattributeset user_profile_data_file_28_0 (user_profile_data_file user_profile_root_file)) +(typeattributeset user_service_28_0 (user_service)) +(typeattributeset userdata_block_device_28_0 (userdata_block_device)) +(typeattributeset usermodehelper_28_0 (usermodehelper)) +(typeattributeset vcs_device_28_0 (vcs_device)) +(typeattributeset vdc_28_0 (vdc)) +(typeattributeset vdc_exec_28_0 (vdc_exec)) +(typeattributeset vendor_app_file_28_0 (vendor_app_file)) +(typeattributeset vendor_configs_file_28_0 (vendor_configs_file)) +(typeattributeset vendor_data_file_28_0 (vendor_data_file)) +(typeattributeset vendor_default_prop_28_0 (vendor_default_prop)) +(typeattributeset vendor_file_28_0 (vendor_file)) +(typeattributeset vendor_framework_file_28_0 (vendor_framework_file)) +(typeattributeset vendor_hal_file_28_0 (vendor_hal_file)) +(typeattributeset vendor_init_28_0 (vendor_init)) +(typeattributeset vendor_overlay_file_28_0 (vendor_overlay_file)) +(typeattributeset vendor_security_patch_level_prop_28_0 (vendor_security_patch_level_prop)) +(typeattributeset vendor_shell_28_0 (vendor_shell)) +(typeattributeset vendor_shell_exec_28_0 (vendor_shell_exec)) +(typeattributeset vendor_toolbox_exec_28_0 (vendor_toolbox_exec)) +(typeattributeset vfat_28_0 (vfat)) +(typeattributeset vibrator_service_28_0 (vibrator_service)) +(typeattributeset video_device_28_0 (video_device)) +(typeattributeset virtual_touchpad_28_0 (virtual_touchpad)) +(typeattributeset virtual_touchpad_exec_28_0 (virtual_touchpad_exec)) +(typeattributeset virtual_touchpad_service_28_0 (virtual_touchpad_service)) +(typeattributeset vndbinder_device_28_0 (vndbinder_device)) +(typeattributeset vndk_sp_file_28_0 (vndk_sp_file)) +(typeattributeset vndservice_contexts_file_28_0 (vndservice_contexts_file)) +(typeattributeset vndservicemanager_28_0 (vndservicemanager)) +(typeattributeset voiceinteraction_service_28_0 (voiceinteraction_service)) +(typeattributeset vold_28_0 (vold)) +(typeattributeset vold_data_file_28_0 (vold_data_file)) +(typeattributeset vold_device_28_0 (vold_device)) +(typeattributeset vold_exec_28_0 (vold_exec)) +(typeattributeset vold_metadata_file_28_0 (vold_metadata_file)) +(typeattributeset vold_prepare_subdirs_28_0 (vold_prepare_subdirs)) +(typeattributeset vold_prepare_subdirs_exec_28_0 (vold_prepare_subdirs_exec)) +(typeattributeset vold_prop_28_0 (vold_prop)) +(typeattributeset vold_service_28_0 (vold_service)) +(typeattributeset vpn_data_file_28_0 (vpn_data_file)) +(typeattributeset vr_hwc_28_0 (vr_hwc)) +(typeattributeset vr_hwc_exec_28_0 (vr_hwc_exec)) +(typeattributeset vr_hwc_service_28_0 (vr_hwc_service)) +(typeattributeset vr_manager_service_28_0 (vr_manager_service)) +(typeattributeset wallpaper_file_28_0 (wallpaper_file)) +(typeattributeset wallpaper_service_28_0 (wallpaper_service)) +(typeattributeset watchdog_device_28_0 (watchdog_device)) +(typeattributeset watchdogd_28_0 (watchdogd)) +(typeattributeset webview_zygote_28_0 (webview_zygote)) +(typeattributeset webview_zygote_exec_28_0 (webview_zygote_exec)) +(typeattributeset webviewupdate_service_28_0 (webviewupdate_service)) +(typeattributeset wifi_data_file_28_0 (wifi_data_file)) +(typeattributeset wifi_log_prop_28_0 (wifi_log_prop)) +(typeattributeset wifi_prop_28_0 (wifi_prop)) +(typeattributeset wifi_service_28_0 (wifi_service)) +(typeattributeset wifiaware_service_28_0 (wifiaware_service)) +(typeattributeset wificond_28_0 (wificond)) +(typeattributeset wificond_exec_28_0 (wificond_exec)) +(typeattributeset wificond_service_28_0 (wificond_service wifinl80211_service)) +(typeattributeset wifip2p_service_28_0 (wifip2p_service)) +(typeattributeset wifiscanner_service_28_0 (wifiscanner_service)) +(typeattributeset window_service_28_0 (window_service)) +(typeattributeset wpa_socket_28_0 (wpa_socket)) +(typeattributeset wpantund_28_0 (wpantund)) +(typeattributeset wpantund_exec_28_0 (wpantund_exec)) +(typeattributeset wpantund_service_28_0 (wpantund_service)) +(typeattributeset zero_device_28_0 (zero_device)) +(typeattributeset zoneinfo_data_file_28_0 (zoneinfo_data_file)) +(typeattributeset zygote_28_0 (zygote)) +(typeattributeset zygote_exec_28_0 (zygote_exec)) +(typeattributeset zygote_socket_28_0 (zygote_socket)) diff --git a/sparse/system/etc/selinux/mapping/28.0.compat.cil b/sparse/system/etc/selinux/mapping/28.0.compat.cil new file mode 100644 index 0000000..2e85b23 --- /dev/null +++ b/sparse/system/etc/selinux/mapping/28.0.compat.cil @@ -0,0 +1,11 @@ +(typeattribute vendordomain) +(typeattributeset vendordomain ((and (domain) ((not (coredomain)))))) +(allowx vendordomain dev_type (ioctl blk_file ((range 0x0000 0xffff)))) +(allowx vendordomain file_type (ioctl file ((range 0x0000 0xffff)))) +(allow vendordomain self (netlink_route_socket (nlmsg_readpriv))) + +(typeattributeset mlsvendorcompat (and appdomain vendordomain)) +(allow mlsvendorcompat app_data_file (dir (ioctl read write create getattr setattr lock rename open watch watch_reads add_name remove_name reparent search rmdir))) +(allow mlsvendorcompat app_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open watch watch_reads))) +(allow mlsvendorcompat privapp_data_file (dir (ioctl read write create getattr setattr lock rename open watch watch_reads add_name remove_name reparent search rmdir))) +(allow mlsvendorcompat privapp_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open watch watch_reads))) diff --git a/sparse/system/etc/selinux/mapping/29.0.cil b/sparse/system/etc/selinux/mapping/29.0.cil new file mode 100644 index 0000000..03fcc83 --- /dev/null +++ b/sparse/system/etc/selinux/mapping/29.0.cil @@ -0,0 +1,1986 @@ +(type apex_appsearch_data_file) +(type apex_permission_data_file) +(type apex_scheduling_data_file) +(type apex_wifi_data_file) +(type ashmemd) +(type cgroup_bpf) +(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 exported_audio_prop) +(type exported_dalvik_prop) +(type exported_ffs_prop) +(type exported_fingerprint_prop) +(type exported_radio_prop) +(type exported_system_radio_prop) +(type exported_vold_prop) +(type exported_wifi_prop) +(type ffs_prop) +(type hal_wifi_offload_hwservice) +(type healthd_exec) +(type install_recovery) +(type install_recovery_exec) +(type mediacodec_service) +(type nonplat_service_contexts_file) +(type perfprofd_data_file) +(type perfprofd_service) +(type sysfs_block) +(type sysfs_mac_address) +(type system_radio_prop) +(type thermalcallback_hwservice) +(type vr_hwc) +(type vr_hwc_exec) +(type wificond_service) +(typeattribute binder_in_vendor_violators) +(expandtypeattribute (DockObserver_service_29_0) true) +(expandtypeattribute (IProxyService_service_29_0) true) +(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 (adb_data_file_29_0) true) +(expandtypeattribute (adb_keys_file_29_0) true) +(expandtypeattribute (adb_service_29_0) true) +(expandtypeattribute (adbd_29_0) true) +(expandtypeattribute (adbd_exec_29_0) true) +(expandtypeattribute (adbd_socket_29_0) true) +(expandtypeattribute (alarm_service_29_0) true) +(expandtypeattribute (anr_data_file_29_0) true) +(expandtypeattribute (apex_data_file_29_0) true) +(expandtypeattribute (apex_metadata_file_29_0) true) +(expandtypeattribute (apex_mnt_dir_29_0) true) +(expandtypeattribute (apex_service_29_0) true) +(expandtypeattribute (apexd_29_0) true) +(expandtypeattribute (apexd_exec_29_0) true) +(expandtypeattribute (apexd_prop_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 (app_fuse_file_29_0) true) +(expandtypeattribute (app_fusefs_29_0) true) +(expandtypeattribute (app_prediction_service_29_0) true) +(expandtypeattribute (app_zygote_29_0) true) +(expandtypeattribute (app_zygote_tmpfs_29_0) true) +(expandtypeattribute (appdomain_tmpfs_29_0) true) +(expandtypeattribute (appops_service_29_0) true) +(expandtypeattribute (appwidget_service_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 (ashmem_device_29_0) true) +(expandtypeattribute (ashmemd_29_0) true) +(expandtypeattribute (assetatlas_service_29_0) true) +(expandtypeattribute (audio_data_file_29_0) true) +(expandtypeattribute (audio_device_29_0) true) +(expandtypeattribute (audio_prop_29_0) true) +(expandtypeattribute (audio_service_29_0) true) +(expandtypeattribute (audiohal_data_file_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 (autofill_service_29_0) true) +(expandtypeattribute (backup_data_file_29_0) true) +(expandtypeattribute (backup_service_29_0) true) +(expandtypeattribute (battery_service_29_0) true) +(expandtypeattribute (batteryproperties_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 (boot_block_device_29_0) true) +(expandtypeattribute (bootanim_29_0) true) +(expandtypeattribute (bootanim_exec_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 (config_prop_29_0) true) +(expandtypeattribute (configfs_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 (cpu_variant_prop_29_0) true) +(expandtypeattribute (cpuinfo_service_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 (dalvik_prop_29_0) true) +(expandtypeattribute (dalvikcache_data_file_29_0) true) +(expandtypeattribute (dbinfo_service_29_0) true) +(expandtypeattribute (debug_prop_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 (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 (device_logging_prop_29_0) true) +(expandtypeattribute (device_policy_service_29_0) true) +(expandtypeattribute (deviceidle_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 (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 (fingerprint_prop_29_0) true) +(expandtypeattribute (fingerprint_service_29_0) true) +(expandtypeattribute (fingerprint_vendor_data_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 (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 (fsck_untrusted_29_0) true) +(expandtypeattribute (fscklogs_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 (gatekeeper_data_file_29_0) true) +(expandtypeattribute (gatekeeper_service_29_0) true) +(expandtypeattribute (gatekeeperd_29_0) true) +(expandtypeattribute (gatekeeperd_exec_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 (gsi_metadata_file_29_0) true) +(expandtypeattribute (gsid_prop_29_0) true) +(expandtypeattribute (hal_atrace_hwservice_29_0) true) +(expandtypeattribute (hal_audio_hwservice_29_0) true) +(expandtypeattribute (hal_audiocontrol_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 (hw_random_device_29_0) true) +(expandtypeattribute (hwbinder_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 (incident_data_file_29_0) true) +(expandtypeattribute (incident_helper_29_0) true) +(expandtypeattribute (incident_service_29_0) true) +(expandtypeattribute (incidentd_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 (input_method_service_29_0) true) +(expandtypeattribute (input_service_29_0) true) +(expandtypeattribute (inputflinger_29_0) true) +(expandtypeattribute (inputflinger_exec_29_0) true) +(expandtypeattribute (inputflinger_service_29_0) true) +(expandtypeattribute (install_data_file_29_0) true) +(expandtypeattribute (install_recovery_29_0) true) +(expandtypeattribute (install_recovery_exec_29_0) true) +(expandtypeattribute (installd_29_0) true) +(expandtypeattribute (installd_exec_29_0) true) +(expandtypeattribute (installd_service_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 (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 (log_prop_29_0) true) +(expandtypeattribute (log_tag_prop_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 (logd_socket_29_0) true) +(expandtypeattribute (logdr_socket_29_0) true) +(expandtypeattribute (logdw_socket_29_0) true) +(expandtypeattribute (logpersist_29_0) true) +(expandtypeattribute (logpersistd_logging_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 (lpdump_service_29_0) true) +(expandtypeattribute (lpdumpd_prop_29_0) true) +(expandtypeattribute (mac_perms_file_29_0) true) +(expandtypeattribute (mdns_socket_29_0) true) +(expandtypeattribute (mdnsd_29_0) true) +(expandtypeattribute (mdnsd_socket_29_0) true) +(expandtypeattribute (media_data_file_29_0) true) +(expandtypeattribute (media_projection_service_29_0) true) +(expandtypeattribute (media_router_service_29_0) true) +(expandtypeattribute (media_rw_data_file_29_0) true) +(expandtypeattribute (media_session_service_29_0) true) +(expandtypeattribute (mediacodec_service_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 (mediaprovider_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 (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 (mtp_exec_29_0) true) +(expandtypeattribute (mtpd_socket_29_0) true) +(expandtypeattribute (nativetest_data_file_29_0) true) +(expandtypeattribute (net_data_file_29_0) true) +(expandtypeattribute (net_dns_prop_29_0) true) +(expandtypeattribute (net_radio_prop_29_0) true) +(expandtypeattribute (netd_29_0) true) +(expandtypeattribute (netd_exec_29_0) true) +(expandtypeattribute (netd_listener_service_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 (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 (oem_lock_service_29_0) true) +(expandtypeattribute (oemfs_29_0) true) +(expandtypeattribute (ota_data_file_29_0) true) +(expandtypeattribute (ota_package_file_29_0) true) +(expandtypeattribute (otadexopt_service_29_0) true) +(expandtypeattribute (overlay_prop_29_0) true) +(expandtypeattribute (overlay_service_29_0) true) +(expandtypeattribute (overlayfs_file_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 (permission_service_29_0) true) +(expandtypeattribute (permissionmgr_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 (power_service_29_0) true) +(expandtypeattribute (powerctl_prop_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 (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 (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 (processinfo_service_29_0) true) +(expandtypeattribute (procstats_service_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 (serial_service_29_0) true) +(expandtypeattribute (serialno_prop_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 (stats_data_file_29_0) true) +(expandtypeattribute (statsd_29_0) true) +(expandtypeattribute (statsd_exec_29_0) true) +(expandtypeattribute (statsdw_socket_29_0) true) +(expandtypeattribute (statusbar_service_29_0) true) +(expandtypeattribute (storage_file_29_0) true) +(expandtypeattribute (storage_stub_file_29_0) true) +(expandtypeattribute (storaged_service_29_0) true) +(expandtypeattribute (storagestats_service_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 (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 (systemkeys_data_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 (thermal_service_29_0) true) +(expandtypeattribute (thermalcallback_hwservice_29_0) true) +(expandtypeattribute (time_prop_29_0) true) +(expandtypeattribute (timedetector_service_29_0) true) +(expandtypeattribute (timezone_service_29_0) true) +(expandtypeattribute (tmpfs_29_0) true) +(expandtypeattribute (tombstone_data_file_29_0) true) +(expandtypeattribute (tombstone_wifi_data_file_29_0) true) +(expandtypeattribute (tombstoned_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 (toolbox_29_0) true) +(expandtypeattribute (toolbox_exec_29_0) true) +(expandtypeattribute (trace_data_file_29_0) true) +(expandtypeattribute (traced_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 (update_verifier_29_0) true) +(expandtypeattribute (update_verifier_exec_29_0) true) +(expandtypeattribute (updatelock_service_29_0) true) +(expandtypeattribute (uri_grants_service_29_0) true) +(expandtypeattribute (usagestats_service_29_0) true) +(expandtypeattribute (usb_device_29_0) true) +(expandtypeattribute (usb_service_29_0) true) +(expandtypeattribute (usbaccessory_device_29_0) true) +(expandtypeattribute (usbd_29_0) true) +(expandtypeattribute (usbd_exec_29_0) true) +(expandtypeattribute (usbfs_29_0) true) +(expandtypeattribute (use_memfd_prop_29_0) true) +(expandtypeattribute (user_profile_data_file_29_0) true) +(expandtypeattribute (user_service_29_0) true) +(expandtypeattribute (userdata_block_device_29_0) true) +(expandtypeattribute (usermodehelper_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 (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 (vrflinger_vsync_service_29_0) true) +(expandtypeattribute (wallpaper_file_29_0) true) +(expandtypeattribute (wallpaper_service_29_0) true) +(expandtypeattribute (watchdog_device_29_0) true) +(expandtypeattribute (watchdogd_29_0) true) +(expandtypeattribute (watchdogd_exec_29_0) true) +(expandtypeattribute (webview_zygote_29_0) true) +(expandtypeattribute (webview_zygote_exec_29_0) true) +(expandtypeattribute (webview_zygote_tmpfs_29_0) true) +(expandtypeattribute (webviewupdate_service_29_0) true) +(expandtypeattribute (wifi_data_file_29_0) true) +(expandtypeattribute (wifi_log_prop_29_0) true) +(expandtypeattribute (wifi_prop_29_0) true) +(expandtypeattribute (wifi_service_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 (wifip2p_service_29_0) true) +(expandtypeattribute (wifiscanner_service_29_0) true) +(expandtypeattribute (window_service_29_0) true) +(expandtypeattribute (wpa_socket_29_0) true) +(expandtypeattribute (wpantund_29_0) true) +(expandtypeattribute (wpantund_exec_29_0) true) +(expandtypeattribute (wpantund_service_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 DockObserver_service_29_0 (DockObserver_service)) +(typeattributeset IProxyService_service_29_0 (IProxyService_service)) +(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 adb_data_file_29_0 (adb_data_file)) +(typeattributeset adb_keys_file_29_0 (adb_keys_file)) +(typeattributeset adb_service_29_0 (adb_service)) +(typeattributeset adbd_29_0 (adbd)) +(typeattributeset adbd_exec_29_0 (adbd_exec)) +(typeattributeset adbd_socket_29_0 (adbd_socket)) +(typeattributeset alarm_service_29_0 (alarm_service)) +(typeattributeset anr_data_file_29_0 (anr_data_file)) +(typeattributeset apex_data_file_29_0 (apex_data_file)) +(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 apexd_29_0 (apexd)) +(typeattributeset apexd_exec_29_0 (apexd_exec)) +(typeattributeset apexd_prop_29_0 (apexd_prop)) +(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 app_fuse_file_29_0 (app_fuse_file)) +(typeattributeset app_fusefs_29_0 (app_fusefs)) +(typeattributeset app_prediction_service_29_0 (app_prediction_service)) +(typeattributeset app_zygote_29_0 (app_zygote)) +(typeattributeset app_zygote_tmpfs_29_0 (app_zygote_tmpfs)) +(typeattributeset appdomain_tmpfs_29_0 (appdomain_tmpfs)) +(typeattributeset appops_service_29_0 (appops_service)) +(typeattributeset appwidget_service_29_0 (appwidget_service)) +(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 ashmem_device_29_0 (ashmem_device)) +(typeattributeset ashmemd_29_0 (ashmemd)) +(typeattributeset assetatlas_service_29_0 (assetatlas_service)) +(typeattributeset audio_data_file_29_0 (audio_data_file)) +(typeattributeset audio_device_29_0 (audio_device)) +(typeattributeset audio_prop_29_0 (audio_prop)) +(typeattributeset audio_service_29_0 (audio_service)) +(typeattributeset audiohal_data_file_29_0 (audiohal_data_file)) +(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 autofill_service_29_0 (autofill_service)) +(typeattributeset backup_data_file_29_0 (backup_data_file)) +(typeattributeset backup_service_29_0 (backup_service)) +(typeattributeset battery_service_29_0 (battery_service)) +(typeattributeset batteryproperties_service_29_0 (batteryproperties_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 boot_block_device_29_0 (boot_block_device)) +(typeattributeset bootanim_29_0 (bootanim)) +(typeattributeset bootanim_exec_29_0 (bootanim_exec)) +(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 config_prop_29_0 (config_prop)) +(typeattributeset configfs_29_0 (configfs)) +(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 cpu_variant_prop_29_0 (cpu_variant_prop)) +(typeattributeset cpuinfo_service_29_0 (cpuinfo_service)) +(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 dalvik_prop_29_0 (dalvik_prop)) +(typeattributeset dalvikcache_data_file_29_0 (dalvikcache_data_file)) +(typeattributeset dbinfo_service_29_0 (dbinfo_service)) +(typeattributeset debug_prop_29_0 (debug_prop)) +(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 debugfs_tracing_printk_formats)) +(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 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 (apk_verity_prop audio_config_prop build_config_prop default_prop init_service_status_private_prop setupwizard_prop sqlite_log_prop suspend_prop verity_status_prop zygote_wrap_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 device_logging_prop_29_0 (device_logging_prop)) +(typeattributeset device_policy_service_29_0 (device_policy_service)) +(typeattributeset deviceidle_service_29_0 (deviceidle_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 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 systemsound_config_prop)) +(typeattributeset exported2_default_prop_29_0 (aac_drc_prop bootloader_prop build_prop exported2_default_prop hal_instrumentation_prop init_service_status_prop libc_debug_prop property_service_version_prop userdebug_or_eng_prop)) +(typeattributeset exported2_radio_prop_29_0 (exported2_radio_prop)) +(typeattributeset exported2_system_prop_29_0 (dalvik_runtime_prop exported2_system_prop surfaceflinger_color_prop zram_control_prop)) +(typeattributeset exported2_vold_prop_29_0 (exported2_vold_prop vold_config_prop vold_post_fs_data_prop)) +(typeattributeset exported3_default_prop_29_0 (camera_calibration_prop camera_config_prop charger_config_prop drm_service_config_prop exported3_default_prop hdmi_config_prop keyguard_config_prop lmkd_config_prop media_config_prop mediadrm_config_prop oem_unlock_prop packagemanager_config_prop recovery_config_prop sendbug_config_prop storagemanager_config_prop telephony_config_prop tombstone_config_prop vts_status_prop wifi_config_prop zram_config_prop)) +(typeattributeset exported3_radio_prop_29_0 (exported3_radio_prop radio_control_prop)) +(typeattributeset exported3_system_prop_29_0 (boot_status_prop exported3_system_prop provisioned_prop retaildemo_prop)) +(typeattributeset exported_audio_prop_29_0 (audio_config_prop 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 (dalvik_config_prop exported_dalvik_prop)) +(typeattributeset exported_default_prop_29_0 (aaudio_config_prop build_bootimage_prop build_odm_prop build_vendor_prop exported_default_prop surfaceflinger_prop vndk_prop vts_config_prop)) +(typeattributeset exported_dumpstate_prop_29_0 (exported_dumpstate_prop)) +(typeattributeset exported_ffs_prop_29_0 (exported_ffs_prop ffs_config_prop ffs_control_prop)) +(typeattributeset exported_fingerprint_prop_29_0 (exported_fingerprint_prop 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 telephony_status_prop)) +(typeattributeset exported_secure_prop_29_0 (exported_secure_prop)) +(typeattributeset exported_system_prop_29_0 (bootanim_system_prop charger_status_prop exported_system_prop)) +(typeattributeset exported_system_radio_prop_29_0 (exported_system_radio_prop usb_config_prop usb_control_prop)) +(typeattributeset exported_vold_prop_29_0 (exported_vold_prop vold_status_prop)) +(typeattributeset exported_wifi_prop_29_0 (exported_wifi_prop wifi_hal_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 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 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 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 fsck_untrusted_29_0 (fsck_untrusted)) +(typeattributeset fscklogs_29_0 (fscklogs)) +(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 gatekeeper_data_file_29_0 (gatekeeper_data_file)) +(typeattributeset gatekeeper_service_29_0 (gatekeeper_service)) +(typeattributeset gatekeeperd_29_0 (gatekeeperd)) +(typeattributeset gatekeeperd_exec_29_0 (gatekeeperd_exec)) +(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 gsi_metadata_file_29_0 (gsi_metadata_file gsi_public_metadata_file)) +(typeattributeset gsid_prop_29_0 (gsid_prop)) +(typeattributeset hal_atrace_hwservice_29_0 (hal_atrace_hwservice)) +(typeattributeset hal_audio_hwservice_29_0 (hal_audio_hwservice)) +(typeattributeset hal_audiocontrol_hwservice_29_0 (hal_audiocontrol_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 hw_random_device_29_0 (hw_random_device)) +(typeattributeset hwbinder_device_29_0 (hwbinder_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 incident_data_file_29_0 (incident_data_file)) +(typeattributeset incident_helper_29_0 (incident_helper)) +(typeattributeset incident_service_29_0 (incident_service)) +(typeattributeset incidentd_29_0 (incidentd)) +(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 input_method_service_29_0 (input_method_service)) +(typeattributeset input_service_29_0 (input_service)) +(typeattributeset inputflinger_29_0 (inputflinger)) +(typeattributeset inputflinger_exec_29_0 (inputflinger_exec)) +(typeattributeset inputflinger_service_29_0 (inputflinger_service)) +(typeattributeset install_data_file_29_0 (install_data_file)) +(typeattributeset install_recovery_29_0 (install_recovery)) +(typeattributeset install_recovery_exec_29_0 (install_recovery_exec)) +(typeattributeset installd_29_0 (installd)) +(typeattributeset installd_exec_29_0 (installd_exec)) +(typeattributeset installd_service_29_0 (installd_service)) +(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 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 log_prop_29_0 (log_prop)) +(typeattributeset log_tag_prop_29_0 (log_tag_prop)) +(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 logd_socket_29_0 (logd_socket)) +(typeattributeset logdr_socket_29_0 (logdr_socket)) +(typeattributeset logdw_socket_29_0 (logdw_socket)) +(typeattributeset logpersist_29_0 (logpersist)) +(typeattributeset logpersistd_logging_prop_29_0 (logpersistd_logging_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 lpdump_service_29_0 (lpdump_service)) +(typeattributeset lpdumpd_prop_29_0 (lpdumpd_prop)) +(typeattributeset mac_perms_file_29_0 (mac_perms_file)) +(typeattributeset mdns_socket_29_0 (mdns_socket)) +(typeattributeset mdnsd_29_0 (mdnsd)) +(typeattributeset mdnsd_socket_29_0 (mdnsd_socket)) +(typeattributeset media_data_file_29_0 (media_data_file)) +(typeattributeset media_projection_service_29_0 (media_projection_service)) +(typeattributeset media_router_service_29_0 (media_router_service)) +(typeattributeset media_rw_data_file_29_0 (media_rw_data_file)) +(typeattributeset media_session_service_29_0 (media_session_service)) +(typeattributeset mediacodec_service_29_0 (mediacodec_service)) +(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 mediaprovider_29_0 (mediaprovider)) +(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 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 mtp_exec_29_0 (mtp_exec)) +(typeattributeset mtpd_socket_29_0 (mtpd_socket)) +(typeattributeset nativetest_data_file_29_0 (nativetest_data_file)) +(typeattributeset net_data_file_29_0 (net_data_file)) +(typeattributeset net_dns_prop_29_0 (net_dns_prop)) +(typeattributeset net_radio_prop_29_0 (net_radio_prop)) +(typeattributeset netd_29_0 (netd)) +(typeattributeset netd_exec_29_0 (netd_exec)) +(typeattributeset netd_listener_service_29_0 (netd_listener_service)) +(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 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 oem_lock_service_29_0 (oem_lock_service)) +(typeattributeset oemfs_29_0 (oemfs)) +(typeattributeset ota_data_file_29_0 (ota_data_file)) +(typeattributeset ota_package_file_29_0 (ota_package_file)) +(typeattributeset otadexopt_service_29_0 (otadexopt_service)) +(typeattributeset overlay_prop_29_0 (overlay_prop)) +(typeattributeset overlay_service_29_0 (overlay_service)) +(typeattributeset overlayfs_file_29_0 (overlayfs_file)) +(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 permission_service_29_0 (permission_service)) +(typeattributeset permissionmgr_service_29_0 (permissionmgr_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 power_service_29_0 (power_service)) +(typeattributeset powerctl_prop_29_0 (powerctl_prop)) +(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_bootconfig proc_bpf proc_cpu_alignment 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 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_bpf 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 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 processinfo_service_29_0 (processinfo_service)) +(typeattributeset procstats_service_29_0 (procstats_service)) +(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 serial_service_29_0 (serial_service)) +(typeattributeset serialno_prop_29_0 (serialno_prop)) +(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 stats_data_file_29_0 (stats_data_file)) +(typeattributeset statsd_29_0 (statsd)) +(typeattributeset statsd_exec_29_0 (statsd_exec)) +(typeattributeset statsdw_socket_29_0 (statsdw_socket)) +(typeattributeset statusbar_service_29_0 (statusbar_service)) +(typeattributeset storage_file_29_0 (storage_file)) +(typeattributeset storage_stub_file_29_0 (storage_stub_file)) +(typeattributeset storaged_service_29_0 (storaged_service)) +(typeattributeset storagestats_service_29_0 (storagestats_service)) +(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 sysfs_fs_incfs_features sysfs_fs_incfs_metrics sysfs_ion sysfs_suspend_stats sysfs_wakeup)) +(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 system_data_root_file)) +(typeattributeset system_event_log_tags_file_29_0 (system_event_log_tags_file)) +(typeattributeset system_file_29_0 (system_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 usb_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 systemkeys_data_file_29_0 (systemkeys_data_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 thermal_service_29_0 (thermal_service)) +(typeattributeset thermalcallback_hwservice_29_0 (thermalcallback_hwservice)) +(typeattributeset time_prop_29_0 (time_prop)) +(typeattributeset timedetector_service_29_0 (timedetector_service)) +(typeattributeset timezone_service_29_0 (timezone_service)) +(typeattributeset tmpfs_29_0 (mnt_sdcard_file tmpfs)) +(typeattributeset tombstone_data_file_29_0 (tombstone_data_file)) +(typeattributeset tombstone_wifi_data_file_29_0 (tombstone_wifi_data_file)) +(typeattributeset tombstoned_29_0 (tombstoned)) +(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 toolbox_29_0 (toolbox)) +(typeattributeset toolbox_exec_29_0 (toolbox_exec)) +(typeattributeset trace_data_file_29_0 (trace_data_file)) +(typeattributeset traced_29_0 (traced)) +(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 update_verifier_29_0 (update_verifier)) +(typeattributeset update_verifier_exec_29_0 (update_verifier_exec)) +(typeattributeset updatelock_service_29_0 (updatelock_service)) +(typeattributeset uri_grants_service_29_0 (uri_grants_service)) +(typeattributeset usagestats_service_29_0 (usagestats_service)) +(typeattributeset usb_device_29_0 (usb_device)) +(typeattributeset usb_service_29_0 (usb_service)) +(typeattributeset usbaccessory_device_29_0 (usbaccessory_device)) +(typeattributeset usbd_29_0 (usbd)) +(typeattributeset usbd_exec_29_0 (usbd_exec)) +(typeattributeset usbfs_29_0 (usbfs)) +(typeattributeset use_memfd_prop_29_0 (use_memfd_prop)) +(typeattributeset user_profile_data_file_29_0 (user_profile_data_file user_profile_root_file)) +(typeattributeset user_service_29_0 (user_service)) +(typeattributeset userdata_block_device_29_0 (userdata_block_device)) +(typeattributeset usermodehelper_29_0 (usermodehelper)) +(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_framework_file 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 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 vrflinger_vsync_service_29_0 (vrflinger_vsync_service)) +(typeattributeset wallpaper_file_29_0 (wallpaper_file)) +(typeattributeset wallpaper_service_29_0 (wallpaper_service)) +(typeattributeset watchdog_device_29_0 (watchdog_device)) +(typeattributeset watchdogd_29_0 (watchdogd)) +(typeattributeset watchdogd_exec_29_0 (watchdogd_exec)) +(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 webviewupdate_service_29_0 (webviewupdate_service)) +(typeattributeset wifi_data_file_29_0 (wifi_data_file)) +(typeattributeset wifi_log_prop_29_0 (wifi_log_prop)) +(typeattributeset wifi_prop_29_0 (wifi_prop)) +(typeattributeset wifi_service_29_0 (wifi_service)) +(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 wifinl80211_service)) +(typeattributeset wifip2p_service_29_0 (wifip2p_service)) +(typeattributeset wifiscanner_service_29_0 (wifiscanner_service)) +(typeattributeset window_service_29_0 (window_service)) +(typeattributeset wpa_socket_29_0 (wpa_socket)) +(typeattributeset wpantund_29_0 (wpantund)) +(typeattributeset wpantund_exec_29_0 (wpantund_exec)) +(typeattributeset wpantund_service_29_0 (wpantund_service)) +(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/sparse/system/etc/selinux/mapping/29.0.compat.cil b/sparse/system/etc/selinux/mapping/29.0.compat.cil new file mode 100644 index 0000000..ccd9d1a --- /dev/null +++ b/sparse/system/etc/selinux/mapping/29.0.compat.cil @@ -0,0 +1,9 @@ +(typeattribute vendordomain) +(typeattributeset vendordomain ((and (domain) ((not (coredomain)))))) +(allow vendordomain self (netlink_route_socket (nlmsg_readpriv))) + +(typeattributeset mlsvendorcompat (and appdomain vendordomain)) +(allow mlsvendorcompat app_data_file (dir (ioctl read write create getattr setattr lock rename open watch watch_reads add_name remove_name reparent search rmdir))) +(allow mlsvendorcompat app_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open watch watch_reads))) +(allow mlsvendorcompat privapp_data_file (dir (ioctl read write create getattr setattr lock rename open watch watch_reads add_name remove_name reparent search rmdir))) +(allow mlsvendorcompat privapp_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open watch watch_reads))) diff --git a/sparse/system/etc/selinux/mapping/30.0.cil b/sparse/system/etc/selinux/mapping/30.0.cil new file mode 100644 index 0000000..c6cfe97 --- /dev/null +++ b/sparse/system/etc/selinux/mapping/30.0.cil @@ -0,0 +1,2197 @@ +(type apex_appsearch_data_file) +(type apex_permission_data_file) +(type apex_scheduling_data_file) +(type apex_wifi_data_file) +(type cgroup_bpf) +(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 exported_audio_prop) +(type exported_dalvik_prop) +(type exported_ffs_prop) +(type exported_fingerprint_prop) +(type exported_radio_prop) +(type exported_system_radio_prop) +(type exported_vold_prop) +(type exported_wifi_prop) +(type ffs_prop) +(type healthd_exec) +(type nonplat_service_contexts_file) +(type sysfs_block) +(type system_radio_prop) +(type thermalcallback_hwservice) +(type vr_hwc) +(type vr_hwc_exec) +(typeattribute binder_in_vendor_violators) +(expandtypeattribute (DockObserver_service_30_0) true) +(expandtypeattribute (IProxyService_service_30_0) true) +(expandtypeattribute (accessibility_service_30_0) true) +(expandtypeattribute (account_service_30_0) true) +(expandtypeattribute (activity_service_30_0) true) +(expandtypeattribute (activity_task_service_30_0) true) +(expandtypeattribute (adb_data_file_30_0) true) +(expandtypeattribute (adb_keys_file_30_0) true) +(expandtypeattribute (adb_service_30_0) true) +(expandtypeattribute (adbd_30_0) true) +(expandtypeattribute (adbd_exec_30_0) true) +(expandtypeattribute (adbd_prop_30_0) true) +(expandtypeattribute (adbd_socket_30_0) true) +(expandtypeattribute (aidl_lazy_test_server_30_0) true) +(expandtypeattribute (aidl_lazy_test_server_exec_30_0) true) +(expandtypeattribute (aidl_lazy_test_service_30_0) true) +(expandtypeattribute (alarm_service_30_0) true) +(expandtypeattribute (anr_data_file_30_0) true) +(expandtypeattribute (apex_data_file_30_0) true) +(expandtypeattribute (apex_metadata_file_30_0) true) +(expandtypeattribute (apex_mnt_dir_30_0) true) +(expandtypeattribute (apex_module_data_file_30_0) true) +(expandtypeattribute (apex_permission_data_file_30_0) true) +(expandtypeattribute (apex_rollback_data_file_30_0) true) +(expandtypeattribute (apex_service_30_0) true) +(expandtypeattribute (apex_wifi_data_file_30_0) true) +(expandtypeattribute (apexd_30_0) true) +(expandtypeattribute (apexd_exec_30_0) true) +(expandtypeattribute (apexd_prop_30_0) true) +(expandtypeattribute (apk_data_file_30_0) true) +(expandtypeattribute (apk_private_data_file_30_0) true) +(expandtypeattribute (apk_private_tmp_file_30_0) true) +(expandtypeattribute (apk_tmp_file_30_0) true) +(expandtypeattribute (apk_verity_prop_30_0) true) +(expandtypeattribute (app_binding_service_30_0) true) +(expandtypeattribute (app_data_file_30_0) true) +(expandtypeattribute (app_fuse_file_30_0) true) +(expandtypeattribute (app_fusefs_30_0) true) +(expandtypeattribute (app_integrity_service_30_0) true) +(expandtypeattribute (app_prediction_service_30_0) true) +(expandtypeattribute (app_search_service_30_0) true) +(expandtypeattribute (app_zygote_30_0) true) +(expandtypeattribute (app_zygote_tmpfs_30_0) true) +(expandtypeattribute (appdomain_tmpfs_30_0) true) +(expandtypeattribute (appops_service_30_0) true) +(expandtypeattribute (appwidget_service_30_0) true) +(expandtypeattribute (art_apex_dir_30_0) true) +(expandtypeattribute (asec_apk_file_30_0) true) +(expandtypeattribute (asec_image_file_30_0) true) +(expandtypeattribute (asec_public_file_30_0) true) +(expandtypeattribute (ashmem_device_30_0) true) +(expandtypeattribute (ashmem_libcutils_device_30_0) true) +(expandtypeattribute (assetatlas_service_30_0) true) +(expandtypeattribute (audio_data_file_30_0) true) +(expandtypeattribute (audio_device_30_0) true) +(expandtypeattribute (audio_prop_30_0) true) +(expandtypeattribute (audio_service_30_0) true) +(expandtypeattribute (audiohal_data_file_30_0) true) +(expandtypeattribute (audioserver_30_0) true) +(expandtypeattribute (audioserver_data_file_30_0) true) +(expandtypeattribute (audioserver_service_30_0) true) +(expandtypeattribute (audioserver_tmpfs_30_0) true) +(expandtypeattribute (auth_service_30_0) true) +(expandtypeattribute (autofill_service_30_0) true) +(expandtypeattribute (backup_data_file_30_0) true) +(expandtypeattribute (backup_service_30_0) true) +(expandtypeattribute (battery_service_30_0) true) +(expandtypeattribute (batteryproperties_service_30_0) true) +(expandtypeattribute (batterystats_service_30_0) true) +(expandtypeattribute (binder_cache_bluetooth_server_prop_30_0) true) +(expandtypeattribute (binder_cache_system_server_prop_30_0) true) +(expandtypeattribute (binder_cache_telephony_server_prop_30_0) true) +(expandtypeattribute (binder_calls_stats_service_30_0) true) +(expandtypeattribute (binder_device_30_0) true) +(expandtypeattribute (binderfs_30_0) true) +(expandtypeattribute (binderfs_logs_30_0) true) +(expandtypeattribute (binderfs_logs_proc_30_0) true) +(expandtypeattribute (binfmt_miscfs_30_0) true) +(expandtypeattribute (biometric_service_30_0) true) +(expandtypeattribute (blkid_30_0) true) +(expandtypeattribute (blkid_untrusted_30_0) true) +(expandtypeattribute (blob_store_service_30_0) true) +(expandtypeattribute (block_device_30_0) true) +(expandtypeattribute (bluetooth_30_0) true) +(expandtypeattribute (bluetooth_a2dp_offload_prop_30_0) true) +(expandtypeattribute (bluetooth_audio_hal_prop_30_0) true) +(expandtypeattribute (bluetooth_data_file_30_0) true) +(expandtypeattribute (bluetooth_efs_file_30_0) true) +(expandtypeattribute (bluetooth_logs_data_file_30_0) true) +(expandtypeattribute (bluetooth_manager_service_30_0) true) +(expandtypeattribute (bluetooth_prop_30_0) true) +(expandtypeattribute (bluetooth_service_30_0) true) +(expandtypeattribute (bluetooth_socket_30_0) true) +(expandtypeattribute (boot_block_device_30_0) true) +(expandtypeattribute (bootanim_30_0) true) +(expandtypeattribute (bootanim_exec_30_0) true) +(expandtypeattribute (bootchart_data_file_30_0) true) +(expandtypeattribute (bootloader_boot_reason_prop_30_0) true) +(expandtypeattribute (bootstat_30_0) true) +(expandtypeattribute (bootstat_data_file_30_0) true) +(expandtypeattribute (bootstat_exec_30_0) true) +(expandtypeattribute (boottime_prop_30_0) true) +(expandtypeattribute (boottime_public_prop_30_0) true) +(expandtypeattribute (boottrace_data_file_30_0) true) +(expandtypeattribute (bpf_progs_loaded_prop_30_0) true) +(expandtypeattribute (bq_config_prop_30_0) true) +(expandtypeattribute (broadcastradio_service_30_0) true) +(expandtypeattribute (bufferhubd_30_0) true) +(expandtypeattribute (bufferhubd_exec_30_0) true) +(expandtypeattribute (bugreport_service_30_0) true) +(expandtypeattribute (cache_backup_file_30_0) true) +(expandtypeattribute (cache_block_device_30_0) true) +(expandtypeattribute (cache_file_30_0) true) +(expandtypeattribute (cache_private_backup_file_30_0) true) +(expandtypeattribute (cache_recovery_file_30_0) true) +(expandtypeattribute (camera_data_file_30_0) true) +(expandtypeattribute (camera_device_30_0) true) +(expandtypeattribute (cameraproxy_service_30_0) true) +(expandtypeattribute (cameraserver_30_0) true) +(expandtypeattribute (cameraserver_exec_30_0) true) +(expandtypeattribute (cameraserver_service_30_0) true) +(expandtypeattribute (cameraserver_tmpfs_30_0) true) +(expandtypeattribute (cgroup_30_0) true) +(expandtypeattribute (cgroup_bpf_30_0) true) +(expandtypeattribute (cgroup_desc_file_30_0) true) +(expandtypeattribute (cgroup_rc_file_30_0) true) +(expandtypeattribute (charger_30_0) true) +(expandtypeattribute (charger_exec_30_0) true) +(expandtypeattribute (charger_prop_30_0) true) +(expandtypeattribute (clipboard_service_30_0) true) +(expandtypeattribute (cold_boot_done_prop_30_0) true) +(expandtypeattribute (color_display_service_30_0) true) +(expandtypeattribute (companion_device_service_30_0) true) +(expandtypeattribute (config_prop_30_0) true) +(expandtypeattribute (configfs_30_0) true) +(expandtypeattribute (connectivity_service_30_0) true) +(expandtypeattribute (connmetrics_service_30_0) true) +(expandtypeattribute (console_device_30_0) true) +(expandtypeattribute (consumer_ir_service_30_0) true) +(expandtypeattribute (content_capture_service_30_0) true) +(expandtypeattribute (content_service_30_0) true) +(expandtypeattribute (content_suggestions_service_30_0) true) +(expandtypeattribute (contexthub_service_30_0) true) +(expandtypeattribute (coredump_file_30_0) true) +(expandtypeattribute (country_detector_service_30_0) true) +(expandtypeattribute (coverage_service_30_0) true) +(expandtypeattribute (cppreopt_prop_30_0) true) +(expandtypeattribute (cpu_variant_prop_30_0) true) +(expandtypeattribute (cpuinfo_service_30_0) true) +(expandtypeattribute (crash_dump_30_0) true) +(expandtypeattribute (crash_dump_exec_30_0) true) +(expandtypeattribute (credstore_30_0) true) +(expandtypeattribute (credstore_data_file_30_0) true) +(expandtypeattribute (credstore_exec_30_0) true) +(expandtypeattribute (credstore_service_30_0) true) +(expandtypeattribute (crossprofileapps_service_30_0) true) +(expandtypeattribute (ctl_adbd_prop_30_0) true) +(expandtypeattribute (ctl_apexd_prop_30_0) true) +(expandtypeattribute (ctl_bootanim_prop_30_0) true) +(expandtypeattribute (ctl_bugreport_prop_30_0) true) +(expandtypeattribute (ctl_console_prop_30_0) true) +(expandtypeattribute (ctl_default_prop_30_0) true) +(expandtypeattribute (ctl_dumpstate_prop_30_0) true) +(expandtypeattribute (ctl_fuse_prop_30_0) true) +(expandtypeattribute (ctl_gsid_prop_30_0) true) +(expandtypeattribute (ctl_interface_restart_prop_30_0) true) +(expandtypeattribute (ctl_interface_start_prop_30_0) true) +(expandtypeattribute (ctl_interface_stop_prop_30_0) true) +(expandtypeattribute (ctl_mdnsd_prop_30_0) true) +(expandtypeattribute (ctl_restart_prop_30_0) true) +(expandtypeattribute (ctl_rildaemon_prop_30_0) true) +(expandtypeattribute (ctl_sigstop_prop_30_0) true) +(expandtypeattribute (ctl_start_prop_30_0) true) +(expandtypeattribute (ctl_stop_prop_30_0) true) +(expandtypeattribute (dalvik_prop_30_0) true) +(expandtypeattribute (dalvikcache_data_file_30_0) true) +(expandtypeattribute (dataloader_manager_service_30_0) true) +(expandtypeattribute (dbinfo_service_30_0) true) +(expandtypeattribute (debug_prop_30_0) true) +(expandtypeattribute (debugfs_30_0) true) +(expandtypeattribute (debugfs_mmc_30_0) true) +(expandtypeattribute (debugfs_trace_marker_30_0) true) +(expandtypeattribute (debugfs_tracing_30_0) true) +(expandtypeattribute (debugfs_tracing_debug_30_0) true) +(expandtypeattribute (debugfs_tracing_instances_30_0) true) +(expandtypeattribute (debugfs_wakeup_sources_30_0) true) +(expandtypeattribute (debugfs_wifi_tracing_30_0) true) +(expandtypeattribute (debuggerd_prop_30_0) true) +(expandtypeattribute (default_android_hwservice_30_0) true) +(expandtypeattribute (default_android_service_30_0) true) +(expandtypeattribute (default_android_vndservice_30_0) true) +(expandtypeattribute (default_prop_30_0) true) +(expandtypeattribute (dev_cpu_variant_30_0) true) +(expandtypeattribute (device_30_0) true) +(expandtypeattribute (device_config_activity_manager_native_boot_prop_30_0) true) +(expandtypeattribute (device_config_boot_count_prop_30_0) true) +(expandtypeattribute (device_config_configuration_prop_30_0) true) +(expandtypeattribute (device_config_input_native_boot_prop_30_0) true) +(expandtypeattribute (device_config_media_native_prop_30_0) true) +(expandtypeattribute (device_config_netd_native_prop_30_0) true) +(expandtypeattribute (device_config_reset_performed_prop_30_0) true) +(expandtypeattribute (device_config_runtime_native_boot_prop_30_0) true) +(expandtypeattribute (device_config_runtime_native_prop_30_0) true) +(expandtypeattribute (device_config_service_30_0) true) +(expandtypeattribute (device_config_storage_native_boot_prop_30_0) true) +(expandtypeattribute (device_config_sys_traced_prop_30_0) true) +(expandtypeattribute (device_config_window_manager_native_boot_prop_30_0) true) +(expandtypeattribute (device_identifiers_service_30_0) true) +(expandtypeattribute (device_logging_prop_30_0) true) +(expandtypeattribute (device_policy_service_30_0) true) +(expandtypeattribute (deviceidle_service_30_0) true) +(expandtypeattribute (devicestoragemonitor_service_30_0) true) +(expandtypeattribute (devpts_30_0) true) +(expandtypeattribute (dhcp_30_0) true) +(expandtypeattribute (dhcp_data_file_30_0) true) +(expandtypeattribute (dhcp_exec_30_0) true) +(expandtypeattribute (dhcp_prop_30_0) true) +(expandtypeattribute (diskstats_service_30_0) true) +(expandtypeattribute (display_service_30_0) true) +(expandtypeattribute (dm_device_30_0) true) +(expandtypeattribute (dnsmasq_30_0) true) +(expandtypeattribute (dnsmasq_exec_30_0) true) +(expandtypeattribute (dnsproxyd_socket_30_0) true) +(expandtypeattribute (dnsresolver_service_30_0) true) +(expandtypeattribute (dreams_service_30_0) true) +(expandtypeattribute (drm_data_file_30_0) true) +(expandtypeattribute (drmserver_30_0) true) +(expandtypeattribute (drmserver_exec_30_0) true) +(expandtypeattribute (drmserver_service_30_0) true) +(expandtypeattribute (drmserver_socket_30_0) true) +(expandtypeattribute (dropbox_data_file_30_0) true) +(expandtypeattribute (dropbox_service_30_0) true) +(expandtypeattribute (dumpstate_30_0) true) +(expandtypeattribute (dumpstate_exec_30_0) true) +(expandtypeattribute (dumpstate_options_prop_30_0) true) +(expandtypeattribute (dumpstate_prop_30_0) true) +(expandtypeattribute (dumpstate_service_30_0) true) +(expandtypeattribute (dumpstate_socket_30_0) true) +(expandtypeattribute (dynamic_system_prop_30_0) true) +(expandtypeattribute (e2fs_30_0) true) +(expandtypeattribute (e2fs_exec_30_0) true) +(expandtypeattribute (efs_file_30_0) true) +(expandtypeattribute (emergency_affordance_service_30_0) true) +(expandtypeattribute (ephemeral_app_30_0) true) +(expandtypeattribute (ethernet_service_30_0) true) +(expandtypeattribute (exfat_30_0) true) +(expandtypeattribute (exported2_config_prop_30_0) true) +(expandtypeattribute (exported2_default_prop_30_0) true) +(expandtypeattribute (exported2_radio_prop_30_0) true) +(expandtypeattribute (exported2_system_prop_30_0) true) +(expandtypeattribute (exported2_vold_prop_30_0) true) +(expandtypeattribute (exported3_default_prop_30_0) true) +(expandtypeattribute (exported3_radio_prop_30_0) true) +(expandtypeattribute (exported3_system_prop_30_0) true) +(expandtypeattribute (exported_audio_prop_30_0) true) +(expandtypeattribute (exported_bluetooth_prop_30_0) true) +(expandtypeattribute (exported_camera_prop_30_0) true) +(expandtypeattribute (exported_config_prop_30_0) true) +(expandtypeattribute (exported_dalvik_prop_30_0) true) +(expandtypeattribute (exported_default_prop_30_0) true) +(expandtypeattribute (exported_dumpstate_prop_30_0) true) +(expandtypeattribute (exported_ffs_prop_30_0) true) +(expandtypeattribute (exported_fingerprint_prop_30_0) true) +(expandtypeattribute (exported_overlay_prop_30_0) true) +(expandtypeattribute (exported_pm_prop_30_0) true) +(expandtypeattribute (exported_radio_prop_30_0) true) +(expandtypeattribute (exported_secure_prop_30_0) true) +(expandtypeattribute (exported_system_prop_30_0) true) +(expandtypeattribute (exported_system_radio_prop_30_0) true) +(expandtypeattribute (exported_vold_prop_30_0) true) +(expandtypeattribute (exported_wifi_prop_30_0) true) +(expandtypeattribute (external_vibrator_service_30_0) true) +(expandtypeattribute (face_service_30_0) true) +(expandtypeattribute (face_vendor_data_file_30_0) true) +(expandtypeattribute (fastbootd_30_0) true) +(expandtypeattribute (ffs_prop_30_0) true) +(expandtypeattribute (file_contexts_file_30_0) true) +(expandtypeattribute (file_integrity_service_30_0) true) +(expandtypeattribute (fingerprint_service_30_0) true) +(expandtypeattribute (fingerprint_vendor_data_file_30_0) true) +(expandtypeattribute (fingerprintd_30_0) true) +(expandtypeattribute (fingerprintd_data_file_30_0) true) +(expandtypeattribute (fingerprintd_exec_30_0) true) +(expandtypeattribute (fingerprintd_service_30_0) true) +(expandtypeattribute (firstboot_prop_30_0) true) +(expandtypeattribute (flags_health_check_30_0) true) +(expandtypeattribute (flags_health_check_exec_30_0) true) +(expandtypeattribute (font_service_30_0) true) +(expandtypeattribute (frp_block_device_30_0) true) +(expandtypeattribute (fs_bpf_30_0) true) +(expandtypeattribute (fsck_30_0) true) +(expandtypeattribute (fsck_exec_30_0) true) +(expandtypeattribute (fsck_untrusted_30_0) true) +(expandtypeattribute (fscklogs_30_0) true) +(expandtypeattribute (functionfs_30_0) true) +(expandtypeattribute (fuse_30_0) true) +(expandtypeattribute (fuse_device_30_0) true) +(expandtypeattribute (fwk_automotive_display_hwservice_30_0) true) +(expandtypeattribute (fwk_bufferhub_hwservice_30_0) true) +(expandtypeattribute (fwk_camera_hwservice_30_0) true) +(expandtypeattribute (fwk_display_hwservice_30_0) true) +(expandtypeattribute (fwk_scheduler_hwservice_30_0) true) +(expandtypeattribute (fwk_sensor_hwservice_30_0) true) +(expandtypeattribute (fwk_stats_hwservice_30_0) true) +(expandtypeattribute (fwmarkd_socket_30_0) true) +(expandtypeattribute (gatekeeper_data_file_30_0) true) +(expandtypeattribute (gatekeeper_service_30_0) true) +(expandtypeattribute (gatekeeperd_30_0) true) +(expandtypeattribute (gatekeeperd_exec_30_0) true) +(expandtypeattribute (gfxinfo_service_30_0) true) +(expandtypeattribute (gmscore_app_30_0) true) +(expandtypeattribute (gps_control_30_0) true) +(expandtypeattribute (gpu_device_30_0) true) +(expandtypeattribute (gpu_service_30_0) true) +(expandtypeattribute (gpuservice_30_0) true) +(expandtypeattribute (graphics_device_30_0) true) +(expandtypeattribute (graphicsstats_service_30_0) true) +(expandtypeattribute (gsi_data_file_30_0) true) +(expandtypeattribute (gsi_metadata_file_30_0) true) +(expandtypeattribute (gsid_prop_30_0) true) +(expandtypeattribute (hal_atrace_hwservice_30_0) true) +(expandtypeattribute (hal_audio_hwservice_30_0) true) +(expandtypeattribute (hal_audiocontrol_hwservice_30_0) true) +(expandtypeattribute (hal_authsecret_hwservice_30_0) true) +(expandtypeattribute (hal_bluetooth_hwservice_30_0) true) +(expandtypeattribute (hal_bootctl_hwservice_30_0) true) +(expandtypeattribute (hal_broadcastradio_hwservice_30_0) true) +(expandtypeattribute (hal_camera_hwservice_30_0) true) +(expandtypeattribute (hal_can_bus_hwservice_30_0) true) +(expandtypeattribute (hal_can_controller_hwservice_30_0) true) +(expandtypeattribute (hal_cas_hwservice_30_0) true) +(expandtypeattribute (hal_codec2_hwservice_30_0) true) +(expandtypeattribute (hal_configstore_ISurfaceFlingerConfigs_30_0) true) +(expandtypeattribute (hal_confirmationui_hwservice_30_0) true) +(expandtypeattribute (hal_contexthub_hwservice_30_0) true) +(expandtypeattribute (hal_drm_hwservice_30_0) true) +(expandtypeattribute (hal_dumpstate_hwservice_30_0) true) +(expandtypeattribute (hal_evs_hwservice_30_0) true) +(expandtypeattribute (hal_face_hwservice_30_0) true) +(expandtypeattribute (hal_fingerprint_hwservice_30_0) true) +(expandtypeattribute (hal_fingerprint_service_30_0) true) +(expandtypeattribute (hal_gatekeeper_hwservice_30_0) true) +(expandtypeattribute (hal_gnss_hwservice_30_0) true) +(expandtypeattribute (hal_graphics_allocator_hwservice_30_0) true) +(expandtypeattribute (hal_graphics_composer_hwservice_30_0) true) +(expandtypeattribute (hal_graphics_composer_server_tmpfs_30_0) true) +(expandtypeattribute (hal_graphics_mapper_hwservice_30_0) true) +(expandtypeattribute (hal_health_hwservice_30_0) true) +(expandtypeattribute (hal_health_storage_hwservice_30_0) true) +(expandtypeattribute (hal_identity_service_30_0) true) +(expandtypeattribute (hal_input_classifier_hwservice_30_0) true) +(expandtypeattribute (hal_ir_hwservice_30_0) true) +(expandtypeattribute (hal_keymaster_hwservice_30_0) true) +(expandtypeattribute (hal_light_hwservice_30_0) true) +(expandtypeattribute (hal_light_service_30_0) true) +(expandtypeattribute (hal_lowpan_hwservice_30_0) true) +(expandtypeattribute (hal_memtrack_hwservice_30_0) true) +(expandtypeattribute (hal_neuralnetworks_hwservice_30_0) true) +(expandtypeattribute (hal_nfc_hwservice_30_0) true) +(expandtypeattribute (hal_oemlock_hwservice_30_0) true) +(expandtypeattribute (hal_omx_hwservice_30_0) true) +(expandtypeattribute (hal_power_hwservice_30_0) true) +(expandtypeattribute (hal_power_service_30_0) true) +(expandtypeattribute (hal_power_stats_hwservice_30_0) true) +(expandtypeattribute (hal_rebootescrow_service_30_0) true) +(expandtypeattribute (hal_renderscript_hwservice_30_0) true) +(expandtypeattribute (hal_secure_element_hwservice_30_0) true) +(expandtypeattribute (hal_sensors_hwservice_30_0) true) +(expandtypeattribute (hal_telephony_hwservice_30_0) true) +(expandtypeattribute (hal_tetheroffload_hwservice_30_0) true) +(expandtypeattribute (hal_thermal_hwservice_30_0) true) +(expandtypeattribute (hal_tv_cec_hwservice_30_0) true) +(expandtypeattribute (hal_tv_input_hwservice_30_0) true) +(expandtypeattribute (hal_tv_tuner_hwservice_30_0) true) +(expandtypeattribute (hal_usb_gadget_hwservice_30_0) true) +(expandtypeattribute (hal_usb_hwservice_30_0) true) +(expandtypeattribute (hal_vehicle_hwservice_30_0) true) +(expandtypeattribute (hal_vibrator_hwservice_30_0) true) +(expandtypeattribute (hal_vibrator_service_30_0) true) +(expandtypeattribute (hal_vr_hwservice_30_0) true) +(expandtypeattribute (hal_weaver_hwservice_30_0) true) +(expandtypeattribute (hal_wifi_hostapd_hwservice_30_0) true) +(expandtypeattribute (hal_wifi_hwservice_30_0) true) +(expandtypeattribute (hal_wifi_supplicant_hwservice_30_0) true) +(expandtypeattribute (hardware_properties_service_30_0) true) +(expandtypeattribute (hardware_service_30_0) true) +(expandtypeattribute (hci_attach_dev_30_0) true) +(expandtypeattribute (hdmi_control_service_30_0) true) +(expandtypeattribute (healthd_30_0) true) +(expandtypeattribute (healthd_exec_30_0) true) +(expandtypeattribute (heapdump_data_file_30_0) true) +(expandtypeattribute (heapprofd_30_0) true) +(expandtypeattribute (heapprofd_enabled_prop_30_0) true) +(expandtypeattribute (heapprofd_prop_30_0) true) +(expandtypeattribute (heapprofd_socket_30_0) true) +(expandtypeattribute (hidl_allocator_hwservice_30_0) true) +(expandtypeattribute (hidl_base_hwservice_30_0) true) +(expandtypeattribute (hidl_manager_hwservice_30_0) true) +(expandtypeattribute (hidl_memory_hwservice_30_0) true) +(expandtypeattribute (hidl_token_hwservice_30_0) true) +(expandtypeattribute (hw_random_device_30_0) true) +(expandtypeattribute (hwbinder_device_30_0) true) +(expandtypeattribute (hwservice_contexts_file_30_0) true) +(expandtypeattribute (hwservicemanager_30_0) true) +(expandtypeattribute (hwservicemanager_exec_30_0) true) +(expandtypeattribute (hwservicemanager_prop_30_0) true) +(expandtypeattribute (icon_file_30_0) true) +(expandtypeattribute (idmap_30_0) true) +(expandtypeattribute (idmap_exec_30_0) true) +(expandtypeattribute (idmap_service_30_0) true) +(expandtypeattribute (iio_device_30_0) true) +(expandtypeattribute (imms_service_30_0) true) +(expandtypeattribute (incident_30_0) true) +(expandtypeattribute (incident_data_file_30_0) true) +(expandtypeattribute (incident_helper_30_0) true) +(expandtypeattribute (incident_service_30_0) true) +(expandtypeattribute (incidentd_30_0) true) +(expandtypeattribute (incremental_control_file_30_0) true) +(expandtypeattribute (incremental_prop_30_0) true) +(expandtypeattribute (incremental_service_30_0) true) +(expandtypeattribute (init_30_0) true) +(expandtypeattribute (init_exec_30_0) true) +(expandtypeattribute (init_perf_lsm_hooks_prop_30_0) true) +(expandtypeattribute (init_svc_debug_prop_30_0) true) +(expandtypeattribute (init_tmpfs_30_0) true) +(expandtypeattribute (inotify_30_0) true) +(expandtypeattribute (input_device_30_0) true) +(expandtypeattribute (input_method_service_30_0) true) +(expandtypeattribute (input_service_30_0) true) +(expandtypeattribute (inputflinger_30_0) true) +(expandtypeattribute (inputflinger_exec_30_0) true) +(expandtypeattribute (inputflinger_service_30_0) true) +(expandtypeattribute (install_data_file_30_0) true) +(expandtypeattribute (installd_30_0) true) +(expandtypeattribute (installd_exec_30_0) true) +(expandtypeattribute (installd_service_30_0) true) +(expandtypeattribute (ion_device_30_0) true) +(expandtypeattribute (iorap_inode2filename_30_0) true) +(expandtypeattribute (iorap_inode2filename_exec_30_0) true) +(expandtypeattribute (iorap_inode2filename_tmpfs_30_0) true) +(expandtypeattribute (iorap_prefetcherd_30_0) true) +(expandtypeattribute (iorap_prefetcherd_exec_30_0) true) +(expandtypeattribute (iorap_prefetcherd_tmpfs_30_0) true) +(expandtypeattribute (iorapd_30_0) true) +(expandtypeattribute (iorapd_data_file_30_0) true) +(expandtypeattribute (iorapd_exec_30_0) true) +(expandtypeattribute (iorapd_service_30_0) true) +(expandtypeattribute (iorapd_tmpfs_30_0) true) +(expandtypeattribute (ipsec_service_30_0) true) +(expandtypeattribute (iris_service_30_0) true) +(expandtypeattribute (iris_vendor_data_file_30_0) true) +(expandtypeattribute (isolated_app_30_0) true) +(expandtypeattribute (jobscheduler_service_30_0) true) +(expandtypeattribute (kernel_30_0) true) +(expandtypeattribute (keychain_data_file_30_0) true) +(expandtypeattribute (keychord_device_30_0) true) +(expandtypeattribute (keystore_30_0) true) +(expandtypeattribute (keystore_data_file_30_0) true) +(expandtypeattribute (keystore_exec_30_0) true) +(expandtypeattribute (keystore_service_30_0) true) +(expandtypeattribute (kmsg_debug_device_30_0) true) +(expandtypeattribute (kmsg_device_30_0) true) +(expandtypeattribute (labeledfs_30_0) true) +(expandtypeattribute (last_boot_reason_prop_30_0) true) +(expandtypeattribute (launcherapps_service_30_0) true) +(expandtypeattribute (light_service_30_0) true) +(expandtypeattribute (linkerconfig_file_30_0) true) +(expandtypeattribute (llkd_30_0) true) +(expandtypeattribute (llkd_exec_30_0) true) +(expandtypeattribute (llkd_prop_30_0) true) +(expandtypeattribute (lmkd_30_0) true) +(expandtypeattribute (lmkd_exec_30_0) true) +(expandtypeattribute (lmkd_prop_30_0) true) +(expandtypeattribute (lmkd_socket_30_0) true) +(expandtypeattribute (location_service_30_0) true) +(expandtypeattribute (lock_settings_service_30_0) true) +(expandtypeattribute (log_prop_30_0) true) +(expandtypeattribute (log_tag_prop_30_0) true) +(expandtypeattribute (logcat_exec_30_0) true) +(expandtypeattribute (logd_30_0) true) +(expandtypeattribute (logd_exec_30_0) true) +(expandtypeattribute (logd_prop_30_0) true) +(expandtypeattribute (logd_socket_30_0) true) +(expandtypeattribute (logdr_socket_30_0) true) +(expandtypeattribute (logdw_socket_30_0) true) +(expandtypeattribute (logpersist_30_0) true) +(expandtypeattribute (logpersistd_logging_prop_30_0) true) +(expandtypeattribute (loop_control_device_30_0) true) +(expandtypeattribute (loop_device_30_0) true) +(expandtypeattribute (looper_stats_service_30_0) true) +(expandtypeattribute (lowpan_device_30_0) true) +(expandtypeattribute (lowpan_prop_30_0) true) +(expandtypeattribute (lowpan_service_30_0) true) +(expandtypeattribute (lpdump_service_30_0) true) +(expandtypeattribute (lpdumpd_prop_30_0) true) +(expandtypeattribute (mac_perms_file_30_0) true) +(expandtypeattribute (mdns_socket_30_0) true) +(expandtypeattribute (mdnsd_30_0) true) +(expandtypeattribute (mdnsd_socket_30_0) true) +(expandtypeattribute (media_data_file_30_0) true) +(expandtypeattribute (media_projection_service_30_0) true) +(expandtypeattribute (media_router_service_30_0) true) +(expandtypeattribute (media_rw_data_file_30_0) true) +(expandtypeattribute (media_session_service_30_0) true) +(expandtypeattribute (media_variant_prop_30_0) true) +(expandtypeattribute (mediadrmserver_30_0) true) +(expandtypeattribute (mediadrmserver_exec_30_0) true) +(expandtypeattribute (mediadrmserver_service_30_0) true) +(expandtypeattribute (mediaextractor_30_0) true) +(expandtypeattribute (mediaextractor_exec_30_0) true) +(expandtypeattribute (mediaextractor_service_30_0) true) +(expandtypeattribute (mediaextractor_tmpfs_30_0) true) +(expandtypeattribute (mediametrics_30_0) true) +(expandtypeattribute (mediametrics_exec_30_0) true) +(expandtypeattribute (mediametrics_service_30_0) true) +(expandtypeattribute (mediaprovider_30_0) true) +(expandtypeattribute (mediaserver_30_0) true) +(expandtypeattribute (mediaserver_exec_30_0) true) +(expandtypeattribute (mediaserver_service_30_0) true) +(expandtypeattribute (mediaserver_tmpfs_30_0) true) +(expandtypeattribute (mediaswcodec_30_0) true) +(expandtypeattribute (mediaswcodec_exec_30_0) true) +(expandtypeattribute (mediatranscoding_30_0) true) +(expandtypeattribute (mediatranscoding_exec_30_0) true) +(expandtypeattribute (mediatranscoding_service_30_0) true) +(expandtypeattribute (meminfo_service_30_0) true) +(expandtypeattribute (metadata_block_device_30_0) true) +(expandtypeattribute (metadata_bootstat_file_30_0) true) +(expandtypeattribute (metadata_file_30_0) true) +(expandtypeattribute (method_trace_data_file_30_0) true) +(expandtypeattribute (midi_service_30_0) true) +(expandtypeattribute (mirror_data_file_30_0) true) +(expandtypeattribute (misc_block_device_30_0) true) +(expandtypeattribute (misc_logd_file_30_0) true) +(expandtypeattribute (misc_user_data_file_30_0) true) +(expandtypeattribute (mmc_prop_30_0) true) +(expandtypeattribute (mnt_expand_file_30_0) true) +(expandtypeattribute (mnt_media_rw_file_30_0) true) +(expandtypeattribute (mnt_media_rw_stub_file_30_0) true) +(expandtypeattribute (mnt_pass_through_file_30_0) true) +(expandtypeattribute (mnt_product_file_30_0) true) +(expandtypeattribute (mnt_sdcard_file_30_0) true) +(expandtypeattribute (mnt_user_file_30_0) true) +(expandtypeattribute (mnt_vendor_file_30_0) true) +(expandtypeattribute (mock_ota_prop_30_0) true) +(expandtypeattribute (modprobe_30_0) true) +(expandtypeattribute (module_sdkextensions_prop_30_0) true) +(expandtypeattribute (mount_service_30_0) true) +(expandtypeattribute (mqueue_30_0) true) +(expandtypeattribute (mtp_30_0) true) +(expandtypeattribute (mtp_device_30_0) true) +(expandtypeattribute (mtp_exec_30_0) true) +(expandtypeattribute (mtpd_socket_30_0) true) +(expandtypeattribute (nativetest_data_file_30_0) true) +(expandtypeattribute (net_data_file_30_0) true) +(expandtypeattribute (net_dns_prop_30_0) true) +(expandtypeattribute (net_radio_prop_30_0) true) +(expandtypeattribute (netd_30_0) true) +(expandtypeattribute (netd_exec_30_0) true) +(expandtypeattribute (netd_listener_service_30_0) true) +(expandtypeattribute (netd_service_30_0) true) +(expandtypeattribute (netd_stable_secret_prop_30_0) true) +(expandtypeattribute (netif_30_0) true) +(expandtypeattribute (netpolicy_service_30_0) true) +(expandtypeattribute (netstats_service_30_0) true) +(expandtypeattribute (netutils_wrapper_30_0) true) +(expandtypeattribute (netutils_wrapper_exec_30_0) true) +(expandtypeattribute (network_management_service_30_0) true) +(expandtypeattribute (network_score_service_30_0) true) +(expandtypeattribute (network_stack_30_0) true) +(expandtypeattribute (network_stack_service_30_0) true) +(expandtypeattribute (network_time_update_service_30_0) true) +(expandtypeattribute (network_watchlist_data_file_30_0) true) +(expandtypeattribute (network_watchlist_service_30_0) true) +(expandtypeattribute (nfc_30_0) true) +(expandtypeattribute (nfc_data_file_30_0) true) +(expandtypeattribute (nfc_device_30_0) true) +(expandtypeattribute (nfc_prop_30_0) true) +(expandtypeattribute (nfc_service_30_0) true) +(expandtypeattribute (nnapi_ext_deny_product_prop_30_0) true) +(expandtypeattribute (node_30_0) true) +(expandtypeattribute (nonplat_service_contexts_file_30_0) true) +(expandtypeattribute (notification_service_30_0) true) +(expandtypeattribute (null_device_30_0) true) +(expandtypeattribute (oem_lock_service_30_0) true) +(expandtypeattribute (oemfs_30_0) true) +(expandtypeattribute (ota_data_file_30_0) true) +(expandtypeattribute (ota_metadata_file_30_0) true) +(expandtypeattribute (ota_package_file_30_0) true) +(expandtypeattribute (ota_prop_30_0) true) +(expandtypeattribute (otadexopt_service_30_0) true) +(expandtypeattribute (overlay_prop_30_0) true) +(expandtypeattribute (overlay_service_30_0) true) +(expandtypeattribute (overlayfs_file_30_0) true) +(expandtypeattribute (owntty_device_30_0) true) +(expandtypeattribute (package_native_service_30_0) true) +(expandtypeattribute (package_service_30_0) true) +(expandtypeattribute (packages_list_file_30_0) true) +(expandtypeattribute (pan_result_prop_30_0) true) +(expandtypeattribute (password_slot_metadata_file_30_0) true) +(expandtypeattribute (pdx_bufferhub_client_channel_socket_30_0) true) +(expandtypeattribute (pdx_bufferhub_client_endpoint_socket_30_0) true) +(expandtypeattribute (pdx_bufferhub_dir_30_0) true) +(expandtypeattribute (pdx_display_client_channel_socket_30_0) true) +(expandtypeattribute (pdx_display_client_endpoint_socket_30_0) true) +(expandtypeattribute (pdx_display_dir_30_0) true) +(expandtypeattribute (pdx_display_manager_channel_socket_30_0) true) +(expandtypeattribute (pdx_display_manager_endpoint_socket_30_0) true) +(expandtypeattribute (pdx_display_screenshot_channel_socket_30_0) true) +(expandtypeattribute (pdx_display_screenshot_endpoint_socket_30_0) true) +(expandtypeattribute (pdx_display_vsync_channel_socket_30_0) true) +(expandtypeattribute (pdx_display_vsync_endpoint_socket_30_0) true) +(expandtypeattribute (pdx_performance_client_channel_socket_30_0) true) +(expandtypeattribute (pdx_performance_client_endpoint_socket_30_0) true) +(expandtypeattribute (pdx_performance_dir_30_0) true) +(expandtypeattribute (perfetto_30_0) true) +(expandtypeattribute (performanced_30_0) true) +(expandtypeattribute (performanced_exec_30_0) true) +(expandtypeattribute (permission_service_30_0) true) +(expandtypeattribute (permissionmgr_service_30_0) true) +(expandtypeattribute (persist_debug_prop_30_0) true) +(expandtypeattribute (persistent_data_block_service_30_0) true) +(expandtypeattribute (persistent_properties_ready_prop_30_0) true) +(expandtypeattribute (pinner_service_30_0) true) +(expandtypeattribute (pipefs_30_0) true) +(expandtypeattribute (platform_app_30_0) true) +(expandtypeattribute (platform_compat_service_30_0) true) +(expandtypeattribute (pm_prop_30_0) true) +(expandtypeattribute (pmsg_device_30_0) true) +(expandtypeattribute (port_30_0) true) +(expandtypeattribute (port_device_30_0) true) +(expandtypeattribute (postinstall_30_0) true) +(expandtypeattribute (postinstall_apex_mnt_dir_30_0) true) +(expandtypeattribute (postinstall_file_30_0) true) +(expandtypeattribute (postinstall_mnt_dir_30_0) true) +(expandtypeattribute (power_service_30_0) true) +(expandtypeattribute (powerctl_prop_30_0) true) +(expandtypeattribute (ppp_30_0) true) +(expandtypeattribute (ppp_device_30_0) true) +(expandtypeattribute (ppp_exec_30_0) true) +(expandtypeattribute (preloads_data_file_30_0) true) +(expandtypeattribute (preloads_media_file_30_0) true) +(expandtypeattribute (prereboot_data_file_30_0) true) +(expandtypeattribute (print_service_30_0) true) +(expandtypeattribute (priv_app_30_0) true) +(expandtypeattribute (privapp_data_file_30_0) true) +(expandtypeattribute (proc_30_0) true) +(expandtypeattribute (proc_abi_30_0) true) +(expandtypeattribute (proc_asound_30_0) true) +(expandtypeattribute (proc_bluetooth_writable_30_0) true) +(expandtypeattribute (proc_buddyinfo_30_0) true) +(expandtypeattribute (proc_cmdline_30_0) true) +(expandtypeattribute (proc_cpuinfo_30_0) true) +(expandtypeattribute (proc_dirty_30_0) true) +(expandtypeattribute (proc_diskstats_30_0) true) +(expandtypeattribute (proc_drop_caches_30_0) true) +(expandtypeattribute (proc_extra_free_kbytes_30_0) true) +(expandtypeattribute (proc_filesystems_30_0) true) +(expandtypeattribute (proc_fs_verity_30_0) true) +(expandtypeattribute (proc_hostname_30_0) true) +(expandtypeattribute (proc_hung_task_30_0) true) +(expandtypeattribute (proc_interrupts_30_0) true) +(expandtypeattribute (proc_iomem_30_0) true) +(expandtypeattribute (proc_keys_30_0) true) +(expandtypeattribute (proc_kmsg_30_0) true) +(expandtypeattribute (proc_kpageflags_30_0) true) +(expandtypeattribute (proc_loadavg_30_0) true) +(expandtypeattribute (proc_lowmemorykiller_30_0) true) +(expandtypeattribute (proc_max_map_count_30_0) true) +(expandtypeattribute (proc_meminfo_30_0) true) +(expandtypeattribute (proc_min_free_order_shift_30_0) true) +(expandtypeattribute (proc_misc_30_0) true) +(expandtypeattribute (proc_modules_30_0) true) +(expandtypeattribute (proc_mounts_30_0) true) +(expandtypeattribute (proc_net_30_0) true) +(expandtypeattribute (proc_net_tcp_udp_30_0) true) +(expandtypeattribute (proc_overcommit_memory_30_0) true) +(expandtypeattribute (proc_page_cluster_30_0) true) +(expandtypeattribute (proc_pagetypeinfo_30_0) true) +(expandtypeattribute (proc_panic_30_0) true) +(expandtypeattribute (proc_perf_30_0) true) +(expandtypeattribute (proc_pid_max_30_0) true) +(expandtypeattribute (proc_pipe_conf_30_0) true) +(expandtypeattribute (proc_pressure_cpu_30_0) true) +(expandtypeattribute (proc_pressure_io_30_0) true) +(expandtypeattribute (proc_pressure_mem_30_0) true) +(expandtypeattribute (proc_qtaguid_ctrl_30_0) true) +(expandtypeattribute (proc_qtaguid_stat_30_0) true) +(expandtypeattribute (proc_random_30_0) true) +(expandtypeattribute (proc_sched_30_0) true) +(expandtypeattribute (proc_security_30_0) true) +(expandtypeattribute (proc_slabinfo_30_0) true) +(expandtypeattribute (proc_stat_30_0) true) +(expandtypeattribute (proc_swaps_30_0) true) +(expandtypeattribute (proc_sysrq_30_0) true) +(expandtypeattribute (proc_timer_30_0) true) +(expandtypeattribute (proc_tty_drivers_30_0) true) +(expandtypeattribute (proc_uid_concurrent_active_time_30_0) true) +(expandtypeattribute (proc_uid_concurrent_policy_time_30_0) true) +(expandtypeattribute (proc_uid_cpupower_30_0) true) +(expandtypeattribute (proc_uid_cputime_removeuid_30_0) true) +(expandtypeattribute (proc_uid_cputime_showstat_30_0) true) +(expandtypeattribute (proc_uid_io_stats_30_0) true) +(expandtypeattribute (proc_uid_procstat_set_30_0) true) +(expandtypeattribute (proc_uid_time_in_state_30_0) true) +(expandtypeattribute (proc_uptime_30_0) true) +(expandtypeattribute (proc_version_30_0) true) +(expandtypeattribute (proc_vmallocinfo_30_0) true) +(expandtypeattribute (proc_vmstat_30_0) true) +(expandtypeattribute (proc_zoneinfo_30_0) true) +(expandtypeattribute (processinfo_service_30_0) true) +(expandtypeattribute (procstats_service_30_0) true) +(expandtypeattribute (profman_30_0) true) +(expandtypeattribute (profman_dump_data_file_30_0) true) +(expandtypeattribute (profman_exec_30_0) true) +(expandtypeattribute (properties_device_30_0) true) +(expandtypeattribute (properties_serial_30_0) true) +(expandtypeattribute (property_contexts_file_30_0) true) +(expandtypeattribute (property_data_file_30_0) true) +(expandtypeattribute (property_info_30_0) true) +(expandtypeattribute (property_socket_30_0) true) +(expandtypeattribute (pstorefs_30_0) true) +(expandtypeattribute (ptmx_device_30_0) true) +(expandtypeattribute (qtaguid_device_30_0) true) +(expandtypeattribute (racoon_30_0) true) +(expandtypeattribute (racoon_exec_30_0) true) +(expandtypeattribute (racoon_socket_30_0) true) +(expandtypeattribute (radio_30_0) true) +(expandtypeattribute (radio_data_file_30_0) true) +(expandtypeattribute (radio_device_30_0) true) +(expandtypeattribute (radio_prop_30_0) true) +(expandtypeattribute (radio_service_30_0) true) +(expandtypeattribute (ram_device_30_0) true) +(expandtypeattribute (random_device_30_0) true) +(expandtypeattribute (rebootescrow_hal_prop_30_0) true) +(expandtypeattribute (recovery_30_0) true) +(expandtypeattribute (recovery_block_device_30_0) true) +(expandtypeattribute (recovery_data_file_30_0) true) +(expandtypeattribute (recovery_persist_30_0) true) +(expandtypeattribute (recovery_persist_exec_30_0) true) +(expandtypeattribute (recovery_refresh_30_0) true) +(expandtypeattribute (recovery_refresh_exec_30_0) true) +(expandtypeattribute (recovery_service_30_0) true) +(expandtypeattribute (recovery_socket_30_0) true) +(expandtypeattribute (registry_service_30_0) true) +(expandtypeattribute (resourcecache_data_file_30_0) true) +(expandtypeattribute (restorecon_prop_30_0) true) +(expandtypeattribute (restrictions_service_30_0) true) +(expandtypeattribute (rild_debug_socket_30_0) true) +(expandtypeattribute (rild_socket_30_0) true) +(expandtypeattribute (ringtone_file_30_0) true) +(expandtypeattribute (role_service_30_0) true) +(expandtypeattribute (rollback_service_30_0) true) +(expandtypeattribute (root_block_device_30_0) true) +(expandtypeattribute (rootfs_30_0) true) +(expandtypeattribute (rpmsg_device_30_0) true) +(expandtypeattribute (rs_30_0) true) +(expandtypeattribute (rs_exec_30_0) true) +(expandtypeattribute (rss_hwm_reset_30_0) true) +(expandtypeattribute (rtc_device_30_0) true) +(expandtypeattribute (rttmanager_service_30_0) true) +(expandtypeattribute (runas_30_0) true) +(expandtypeattribute (runas_app_30_0) true) +(expandtypeattribute (runas_exec_30_0) true) +(expandtypeattribute (runtime_event_log_tags_file_30_0) true) +(expandtypeattribute (runtime_service_30_0) true) +(expandtypeattribute (safemode_prop_30_0) true) +(expandtypeattribute (same_process_hal_file_30_0) true) +(expandtypeattribute (samplingprofiler_service_30_0) true) +(expandtypeattribute (scheduling_policy_service_30_0) true) +(expandtypeattribute (sdcard_block_device_30_0) true) +(expandtypeattribute (sdcardd_30_0) true) +(expandtypeattribute (sdcardd_exec_30_0) true) +(expandtypeattribute (sdcardfs_30_0) true) +(expandtypeattribute (seapp_contexts_file_30_0) true) +(expandtypeattribute (search_service_30_0) true) +(expandtypeattribute (sec_key_att_app_id_provider_service_30_0) true) +(expandtypeattribute (secure_element_30_0) true) +(expandtypeattribute (secure_element_device_30_0) true) +(expandtypeattribute (secure_element_service_30_0) true) +(expandtypeattribute (securityfs_30_0) true) +(expandtypeattribute (selinuxfs_30_0) true) +(expandtypeattribute (sensor_privacy_service_30_0) true) +(expandtypeattribute (sensors_device_30_0) true) +(expandtypeattribute (sensorservice_service_30_0) true) +(expandtypeattribute (sepolicy_file_30_0) true) +(expandtypeattribute (serial_device_30_0) true) +(expandtypeattribute (serial_service_30_0) true) +(expandtypeattribute (serialno_prop_30_0) true) +(expandtypeattribute (server_configurable_flags_data_file_30_0) true) +(expandtypeattribute (service_contexts_file_30_0) true) +(expandtypeattribute (service_manager_service_30_0) true) +(expandtypeattribute (service_manager_vndservice_30_0) true) +(expandtypeattribute (servicediscovery_service_30_0) true) +(expandtypeattribute (servicemanager_30_0) true) +(expandtypeattribute (servicemanager_exec_30_0) true) +(expandtypeattribute (settings_service_30_0) true) +(expandtypeattribute (sgdisk_30_0) true) +(expandtypeattribute (sgdisk_exec_30_0) true) +(expandtypeattribute (shared_relro_30_0) true) +(expandtypeattribute (shared_relro_file_30_0) true) +(expandtypeattribute (shell_30_0) true) +(expandtypeattribute (shell_data_file_30_0) true) +(expandtypeattribute (shell_exec_30_0) true) +(expandtypeattribute (shell_prop_30_0) true) +(expandtypeattribute (shm_30_0) true) +(expandtypeattribute (shortcut_manager_icons_30_0) true) +(expandtypeattribute (shortcut_service_30_0) true) +(expandtypeattribute (simpleperf_30_0) true) +(expandtypeattribute (simpleperf_app_runner_30_0) true) +(expandtypeattribute (simpleperf_app_runner_exec_30_0) true) +(expandtypeattribute (slice_service_30_0) true) +(expandtypeattribute (slideshow_30_0) true) +(expandtypeattribute (snapshotctl_log_data_file_30_0) true) +(expandtypeattribute (socket_device_30_0) true) +(expandtypeattribute (socket_hook_prop_30_0) true) +(expandtypeattribute (sockfs_30_0) true) +(expandtypeattribute (sota_prop_30_0) true) +(expandtypeattribute (soundtrigger_middleware_service_30_0) true) +(expandtypeattribute (staging_data_file_30_0) true) +(expandtypeattribute (stats_data_file_30_0) true) +(expandtypeattribute (statsd_30_0) true) +(expandtypeattribute (statsd_exec_30_0) true) +(expandtypeattribute (statsdw_socket_30_0) true) +(expandtypeattribute (statusbar_service_30_0) true) +(expandtypeattribute (storage_config_prop_30_0) true) +(expandtypeattribute (storage_file_30_0) true) +(expandtypeattribute (storage_stub_file_30_0) true) +(expandtypeattribute (storaged_service_30_0) true) +(expandtypeattribute (storagestats_service_30_0) true) +(expandtypeattribute (su_30_0) true) +(expandtypeattribute (su_exec_30_0) true) +(expandtypeattribute (super_block_device_30_0) true) +(expandtypeattribute (surfaceflinger_30_0) true) +(expandtypeattribute (surfaceflinger_service_30_0) true) +(expandtypeattribute (surfaceflinger_tmpfs_30_0) true) +(expandtypeattribute (swap_block_device_30_0) true) +(expandtypeattribute (sysfs_30_0) true) +(expandtypeattribute (sysfs_android_usb_30_0) true) +(expandtypeattribute (sysfs_batteryinfo_30_0) true) +(expandtypeattribute (sysfs_bluetooth_writable_30_0) true) +(expandtypeattribute (sysfs_devices_block_30_0) true) +(expandtypeattribute (sysfs_devices_system_cpu_30_0) true) +(expandtypeattribute (sysfs_dm_30_0) true) +(expandtypeattribute (sysfs_dm_verity_30_0) true) +(expandtypeattribute (sysfs_dt_firmware_android_30_0) true) +(expandtypeattribute (sysfs_extcon_30_0) true) +(expandtypeattribute (sysfs_fs_ext4_features_30_0) true) +(expandtypeattribute (sysfs_fs_f2fs_30_0) true) +(expandtypeattribute (sysfs_hwrandom_30_0) true) +(expandtypeattribute (sysfs_ion_30_0) true) +(expandtypeattribute (sysfs_ipv4_30_0) true) +(expandtypeattribute (sysfs_kernel_notes_30_0) true) +(expandtypeattribute (sysfs_leds_30_0) true) +(expandtypeattribute (sysfs_loop_30_0) true) +(expandtypeattribute (sysfs_lowmemorykiller_30_0) true) +(expandtypeattribute (sysfs_net_30_0) true) +(expandtypeattribute (sysfs_nfc_power_writable_30_0) true) +(expandtypeattribute (sysfs_power_30_0) true) +(expandtypeattribute (sysfs_rtc_30_0) true) +(expandtypeattribute (sysfs_suspend_stats_30_0) true) +(expandtypeattribute (sysfs_switch_30_0) true) +(expandtypeattribute (sysfs_thermal_30_0) true) +(expandtypeattribute (sysfs_transparent_hugepage_30_0) true) +(expandtypeattribute (sysfs_uio_30_0) true) +(expandtypeattribute (sysfs_usb_30_0) true) +(expandtypeattribute (sysfs_usermodehelper_30_0) true) +(expandtypeattribute (sysfs_vibrator_30_0) true) +(expandtypeattribute (sysfs_wake_lock_30_0) true) +(expandtypeattribute (sysfs_wakeup_30_0) true) +(expandtypeattribute (sysfs_wakeup_reasons_30_0) true) +(expandtypeattribute (sysfs_wlan_fwpath_30_0) true) +(expandtypeattribute (sysfs_zram_30_0) true) +(expandtypeattribute (sysfs_zram_uevent_30_0) true) +(expandtypeattribute (system_adbd_prop_30_0) true) +(expandtypeattribute (system_app_30_0) true) +(expandtypeattribute (system_app_data_file_30_0) true) +(expandtypeattribute (system_app_service_30_0) true) +(expandtypeattribute (system_asan_options_file_30_0) true) +(expandtypeattribute (system_block_device_30_0) true) +(expandtypeattribute (system_boot_reason_prop_30_0) true) +(expandtypeattribute (system_bootstrap_lib_file_30_0) true) +(expandtypeattribute (system_config_service_30_0) true) +(expandtypeattribute (system_data_file_30_0) true) +(expandtypeattribute (system_data_root_file_30_0) true) +(expandtypeattribute (system_event_log_tags_file_30_0) true) +(expandtypeattribute (system_file_30_0) true) +(expandtypeattribute (system_group_file_30_0) true) +(expandtypeattribute (system_jvmti_agent_prop_30_0) true) +(expandtypeattribute (system_lib_file_30_0) true) +(expandtypeattribute (system_linker_config_file_30_0) true) +(expandtypeattribute (system_linker_exec_30_0) true) +(expandtypeattribute (system_lmk_prop_30_0) true) +(expandtypeattribute (system_ndebug_socket_30_0) true) +(expandtypeattribute (system_net_netd_hwservice_30_0) true) +(expandtypeattribute (system_passwd_file_30_0) true) +(expandtypeattribute (system_prop_30_0) true) +(expandtypeattribute (system_radio_prop_30_0) true) +(expandtypeattribute (system_seccomp_policy_file_30_0) true) +(expandtypeattribute (system_security_cacerts_file_30_0) true) +(expandtypeattribute (system_server_30_0) true) +(expandtypeattribute (system_server_tmpfs_30_0) true) +(expandtypeattribute (system_suspend_control_service_30_0) true) +(expandtypeattribute (system_suspend_hwservice_30_0) true) +(expandtypeattribute (system_trace_prop_30_0) true) +(expandtypeattribute (system_unsolzygote_socket_30_0) true) +(expandtypeattribute (system_update_service_30_0) true) +(expandtypeattribute (system_wifi_keystore_hwservice_30_0) true) +(expandtypeattribute (system_wpa_socket_30_0) true) +(expandtypeattribute (system_zoneinfo_file_30_0) true) +(expandtypeattribute (systemkeys_data_file_30_0) true) +(expandtypeattribute (task_profiles_file_30_0) true) +(expandtypeattribute (task_service_30_0) true) +(expandtypeattribute (tcpdump_exec_30_0) true) +(expandtypeattribute (tee_30_0) true) +(expandtypeattribute (tee_data_file_30_0) true) +(expandtypeattribute (tee_device_30_0) true) +(expandtypeattribute (telecom_service_30_0) true) +(expandtypeattribute (test_boot_reason_prop_30_0) true) +(expandtypeattribute (test_harness_prop_30_0) true) +(expandtypeattribute (testharness_service_30_0) true) +(expandtypeattribute (tethering_service_30_0) true) +(expandtypeattribute (textclassification_service_30_0) true) +(expandtypeattribute (textclassifier_data_file_30_0) true) +(expandtypeattribute (textservices_service_30_0) true) +(expandtypeattribute (theme_prop_30_0) true) +(expandtypeattribute (thermal_service_30_0) true) +(expandtypeattribute (thermalcallback_hwservice_30_0) true) +(expandtypeattribute (time_prop_30_0) true) +(expandtypeattribute (timedetector_service_30_0) true) +(expandtypeattribute (timezone_service_30_0) true) +(expandtypeattribute (timezonedetector_service_30_0) true) +(expandtypeattribute (tmpfs_30_0) true) +(expandtypeattribute (tombstone_data_file_30_0) true) +(expandtypeattribute (tombstone_wifi_data_file_30_0) true) +(expandtypeattribute (tombstoned_30_0) true) +(expandtypeattribute (tombstoned_crash_socket_30_0) true) +(expandtypeattribute (tombstoned_exec_30_0) true) +(expandtypeattribute (tombstoned_intercept_socket_30_0) true) +(expandtypeattribute (tombstoned_java_trace_socket_30_0) true) +(expandtypeattribute (toolbox_30_0) true) +(expandtypeattribute (toolbox_exec_30_0) true) +(expandtypeattribute (trace_data_file_30_0) true) +(expandtypeattribute (traced_30_0) true) +(expandtypeattribute (traced_consumer_socket_30_0) true) +(expandtypeattribute (traced_enabled_prop_30_0) true) +(expandtypeattribute (traced_lazy_prop_30_0) true) +(expandtypeattribute (traced_perf_30_0) true) +(expandtypeattribute (traced_perf_enabled_prop_30_0) true) +(expandtypeattribute (traced_perf_socket_30_0) true) +(expandtypeattribute (traced_probes_30_0) true) +(expandtypeattribute (traced_producer_socket_30_0) true) +(expandtypeattribute (traceur_app_30_0) true) +(expandtypeattribute (trust_service_30_0) true) +(expandtypeattribute (tty_device_30_0) true) +(expandtypeattribute (tun_device_30_0) true) +(expandtypeattribute (tv_input_service_30_0) true) +(expandtypeattribute (tv_tuner_resource_mgr_service_30_0) true) +(expandtypeattribute (tzdatacheck_30_0) true) +(expandtypeattribute (tzdatacheck_exec_30_0) true) +(expandtypeattribute (ueventd_30_0) true) +(expandtypeattribute (ueventd_tmpfs_30_0) true) +(expandtypeattribute (uhid_device_30_0) true) +(expandtypeattribute (uimode_service_30_0) true) +(expandtypeattribute (uio_device_30_0) true) +(expandtypeattribute (uncrypt_30_0) true) +(expandtypeattribute (uncrypt_exec_30_0) true) +(expandtypeattribute (uncrypt_socket_30_0) true) +(expandtypeattribute (unencrypted_data_file_30_0) true) +(expandtypeattribute (unlabeled_30_0) true) +(expandtypeattribute (untrusted_app_25_30_0) true) +(expandtypeattribute (untrusted_app_27_30_0) true) +(expandtypeattribute (untrusted_app_29_30_0) true) +(expandtypeattribute (untrusted_app_30_0) true) +(expandtypeattribute (update_engine_30_0) true) +(expandtypeattribute (update_engine_data_file_30_0) true) +(expandtypeattribute (update_engine_exec_30_0) true) +(expandtypeattribute (update_engine_log_data_file_30_0) true) +(expandtypeattribute (update_engine_service_30_0) true) +(expandtypeattribute (update_verifier_30_0) true) +(expandtypeattribute (update_verifier_exec_30_0) true) +(expandtypeattribute (updatelock_service_30_0) true) +(expandtypeattribute (uri_grants_service_30_0) true) +(expandtypeattribute (usagestats_service_30_0) true) +(expandtypeattribute (usb_device_30_0) true) +(expandtypeattribute (usb_serial_device_30_0) true) +(expandtypeattribute (usb_service_30_0) true) +(expandtypeattribute (usbaccessory_device_30_0) true) +(expandtypeattribute (usbd_30_0) true) +(expandtypeattribute (usbd_exec_30_0) true) +(expandtypeattribute (usbfs_30_0) true) +(expandtypeattribute (use_memfd_prop_30_0) true) +(expandtypeattribute (user_profile_data_file_30_0) true) +(expandtypeattribute (user_service_30_0) true) +(expandtypeattribute (userdata_block_device_30_0) true) +(expandtypeattribute (usermodehelper_30_0) true) +(expandtypeattribute (userspace_reboot_config_prop_30_0) true) +(expandtypeattribute (userspace_reboot_exported_prop_30_0) true) +(expandtypeattribute (userspace_reboot_log_prop_30_0) true) +(expandtypeattribute (userspace_reboot_test_prop_30_0) true) +(expandtypeattribute (vdc_30_0) true) +(expandtypeattribute (vdc_exec_30_0) true) +(expandtypeattribute (vehicle_hal_prop_30_0) true) +(expandtypeattribute (vendor_apex_file_30_0) true) +(expandtypeattribute (vendor_app_file_30_0) true) +(expandtypeattribute (vendor_cgroup_desc_file_30_0) true) +(expandtypeattribute (vendor_configs_file_30_0) true) +(expandtypeattribute (vendor_data_file_30_0) true) +(expandtypeattribute (vendor_default_prop_30_0) true) +(expandtypeattribute (vendor_file_30_0) true) +(expandtypeattribute (vendor_framework_file_30_0) true) +(expandtypeattribute (vendor_hal_file_30_0) true) +(expandtypeattribute (vendor_idc_file_30_0) true) +(expandtypeattribute (vendor_init_30_0) true) +(expandtypeattribute (vendor_keychars_file_30_0) true) +(expandtypeattribute (vendor_keylayout_file_30_0) true) +(expandtypeattribute (vendor_misc_writer_30_0) true) +(expandtypeattribute (vendor_misc_writer_exec_30_0) true) +(expandtypeattribute (vendor_overlay_file_30_0) true) +(expandtypeattribute (vendor_public_lib_file_30_0) true) +(expandtypeattribute (vendor_security_patch_level_prop_30_0) true) +(expandtypeattribute (vendor_shell_30_0) true) +(expandtypeattribute (vendor_shell_exec_30_0) true) +(expandtypeattribute (vendor_socket_hook_prop_30_0) true) +(expandtypeattribute (vendor_task_profiles_file_30_0) true) +(expandtypeattribute (vendor_toolbox_exec_30_0) true) +(expandtypeattribute (vfat_30_0) true) +(expandtypeattribute (vibrator_service_30_0) true) +(expandtypeattribute (video_device_30_0) true) +(expandtypeattribute (virtual_ab_prop_30_0) true) +(expandtypeattribute (virtual_touchpad_30_0) true) +(expandtypeattribute (virtual_touchpad_exec_30_0) true) +(expandtypeattribute (virtual_touchpad_service_30_0) true) +(expandtypeattribute (vndbinder_device_30_0) true) +(expandtypeattribute (vndk_prop_30_0) true) +(expandtypeattribute (vndk_sp_file_30_0) true) +(expandtypeattribute (vndservice_contexts_file_30_0) true) +(expandtypeattribute (vndservicemanager_30_0) true) +(expandtypeattribute (voiceinteraction_service_30_0) true) +(expandtypeattribute (vold_30_0) true) +(expandtypeattribute (vold_data_file_30_0) true) +(expandtypeattribute (vold_device_30_0) true) +(expandtypeattribute (vold_exec_30_0) true) +(expandtypeattribute (vold_metadata_file_30_0) true) +(expandtypeattribute (vold_prepare_subdirs_30_0) true) +(expandtypeattribute (vold_prepare_subdirs_exec_30_0) true) +(expandtypeattribute (vold_prop_30_0) true) +(expandtypeattribute (vold_service_30_0) true) +(expandtypeattribute (vpn_data_file_30_0) true) +(expandtypeattribute (vr_hwc_30_0) true) +(expandtypeattribute (vr_hwc_exec_30_0) true) +(expandtypeattribute (vr_hwc_service_30_0) true) +(expandtypeattribute (vr_manager_service_30_0) true) +(expandtypeattribute (vrflinger_vsync_service_30_0) true) +(expandtypeattribute (wallpaper_file_30_0) true) +(expandtypeattribute (wallpaper_service_30_0) true) +(expandtypeattribute (watchdog_device_30_0) true) +(expandtypeattribute (watchdogd_30_0) true) +(expandtypeattribute (watchdogd_exec_30_0) true) +(expandtypeattribute (webview_zygote_30_0) true) +(expandtypeattribute (webview_zygote_exec_30_0) true) +(expandtypeattribute (webview_zygote_tmpfs_30_0) true) +(expandtypeattribute (webviewupdate_service_30_0) true) +(expandtypeattribute (wifi_data_file_30_0) true) +(expandtypeattribute (wifi_log_prop_30_0) true) +(expandtypeattribute (wifi_prop_30_0) true) +(expandtypeattribute (wifi_service_30_0) true) +(expandtypeattribute (wifiaware_service_30_0) true) +(expandtypeattribute (wificond_30_0) true) +(expandtypeattribute (wificond_exec_30_0) true) +(expandtypeattribute (wifinl80211_service_30_0) true) +(expandtypeattribute (wifip2p_service_30_0) true) +(expandtypeattribute (wifiscanner_service_30_0) true) +(expandtypeattribute (window_service_30_0) true) +(expandtypeattribute (wpa_socket_30_0) true) +(expandtypeattribute (wpantund_30_0) true) +(expandtypeattribute (wpantund_exec_30_0) true) +(expandtypeattribute (wpantund_service_30_0) true) +(expandtypeattribute (zero_device_30_0) true) +(expandtypeattribute (zoneinfo_data_file_30_0) true) +(expandtypeattribute (zygote_30_0) true) +(expandtypeattribute (zygote_exec_30_0) true) +(expandtypeattribute (zygote_socket_30_0) true) +(expandtypeattribute (zygote_tmpfs_30_0) true) +(typeattributeset DockObserver_service_30_0 (DockObserver_service)) +(typeattributeset IProxyService_service_30_0 (IProxyService_service)) +(typeattributeset accessibility_service_30_0 (accessibility_service)) +(typeattributeset account_service_30_0 (account_service)) +(typeattributeset activity_service_30_0 (activity_service)) +(typeattributeset activity_task_service_30_0 (activity_task_service)) +(typeattributeset adb_data_file_30_0 (adb_data_file)) +(typeattributeset adb_keys_file_30_0 (adb_keys_file)) +(typeattributeset adb_service_30_0 (adb_service)) +(typeattributeset adbd_30_0 (adbd)) +(typeattributeset adbd_exec_30_0 (adbd_exec)) +(typeattributeset adbd_prop_30_0 (adbd_prop)) +(typeattributeset adbd_socket_30_0 (adbd_socket)) +(typeattributeset aidl_lazy_test_server_30_0 (aidl_lazy_test_server)) +(typeattributeset aidl_lazy_test_server_exec_30_0 (aidl_lazy_test_server_exec)) +(typeattributeset aidl_lazy_test_service_30_0 (aidl_lazy_test_service)) +(typeattributeset alarm_service_30_0 (alarm_service)) +(typeattributeset anr_data_file_30_0 (anr_data_file)) +(typeattributeset apex_data_file_30_0 (apex_data_file)) +(typeattributeset apex_metadata_file_30_0 (apex_metadata_file)) +(typeattributeset apex_mnt_dir_30_0 (apex_mnt_dir)) +(typeattributeset apex_module_data_file_30_0 (apex_module_data_file)) +(typeattributeset apex_permission_data_file_30_0 (apex_permission_data_file apex_system_server_data_file)) +(typeattributeset apex_rollback_data_file_30_0 (apex_rollback_data_file)) +(typeattributeset apex_service_30_0 (apex_service)) +(typeattributeset apex_wifi_data_file_30_0 (apex_system_server_data_file apex_wifi_data_file)) +(typeattributeset apexd_30_0 (apexd)) +(typeattributeset apexd_exec_30_0 (apexd_exec)) +(typeattributeset apexd_prop_30_0 (apexd_prop)) +(typeattributeset apk_data_file_30_0 (apk_data_file)) +(typeattributeset apk_private_data_file_30_0 (apk_private_data_file)) +(typeattributeset apk_private_tmp_file_30_0 (apk_private_tmp_file)) +(typeattributeset apk_tmp_file_30_0 (apk_tmp_file)) +(typeattributeset apk_verity_prop_30_0 (apk_verity_prop)) +(typeattributeset app_binding_service_30_0 (app_binding_service)) +(typeattributeset app_data_file_30_0 (app_data_file)) +(typeattributeset app_fuse_file_30_0 (app_fuse_file)) +(typeattributeset app_fusefs_30_0 (app_fusefs)) +(typeattributeset app_integrity_service_30_0 (app_integrity_service)) +(typeattributeset app_prediction_service_30_0 (app_prediction_service)) +(typeattributeset app_search_service_30_0 (app_search_service)) +(typeattributeset app_zygote_30_0 (app_zygote)) +(typeattributeset app_zygote_tmpfs_30_0 (app_zygote_tmpfs)) +(typeattributeset appdomain_tmpfs_30_0 (appdomain_tmpfs)) +(typeattributeset appops_service_30_0 (appops_service)) +(typeattributeset appwidget_service_30_0 (appwidget_service)) +(typeattributeset art_apex_dir_30_0 (art_apex_dir)) +(typeattributeset asec_apk_file_30_0 (asec_apk_file)) +(typeattributeset asec_image_file_30_0 (asec_image_file)) +(typeattributeset asec_public_file_30_0 (asec_public_file)) +(typeattributeset ashmem_device_30_0 (ashmem_device)) +(typeattributeset ashmem_libcutils_device_30_0 (ashmem_libcutils_device)) +(typeattributeset assetatlas_service_30_0 (assetatlas_service)) +(typeattributeset audio_data_file_30_0 (audio_data_file)) +(typeattributeset audio_device_30_0 (audio_device)) +(typeattributeset audio_prop_30_0 (audio_prop)) +(typeattributeset audio_service_30_0 (audio_service)) +(typeattributeset audiohal_data_file_30_0 (audiohal_data_file)) +(typeattributeset audioserver_30_0 (audioserver)) +(typeattributeset audioserver_data_file_30_0 (audioserver_data_file)) +(typeattributeset audioserver_service_30_0 (audioserver_service)) +(typeattributeset audioserver_tmpfs_30_0 (audioserver_tmpfs)) +(typeattributeset auth_service_30_0 (auth_service)) +(typeattributeset autofill_service_30_0 (autofill_service)) +(typeattributeset backup_data_file_30_0 (backup_data_file)) +(typeattributeset backup_service_30_0 (backup_service)) +(typeattributeset battery_service_30_0 (battery_service)) +(typeattributeset batteryproperties_service_30_0 (batteryproperties_service)) +(typeattributeset batterystats_service_30_0 (batterystats_service)) +(typeattributeset binder_cache_bluetooth_server_prop_30_0 (binder_cache_bluetooth_server_prop)) +(typeattributeset binder_cache_system_server_prop_30_0 (binder_cache_system_server_prop)) +(typeattributeset binder_cache_telephony_server_prop_30_0 (binder_cache_telephony_server_prop)) +(typeattributeset binder_calls_stats_service_30_0 (binder_calls_stats_service)) +(typeattributeset binder_device_30_0 (binder_device)) +(typeattributeset binderfs_30_0 (binderfs)) +(typeattributeset binderfs_logs_30_0 (binderfs_logs)) +(typeattributeset binderfs_logs_proc_30_0 (binderfs_logs_proc)) +(typeattributeset binfmt_miscfs_30_0 (binfmt_miscfs)) +(typeattributeset biometric_service_30_0 (biometric_service)) +(typeattributeset blkid_30_0 (blkid)) +(typeattributeset blkid_untrusted_30_0 (blkid_untrusted)) +(typeattributeset blob_store_service_30_0 (blob_store_service)) +(typeattributeset block_device_30_0 (block_device)) +(typeattributeset bluetooth_30_0 (bluetooth)) +(typeattributeset bluetooth_a2dp_offload_prop_30_0 (bluetooth_a2dp_offload_prop)) +(typeattributeset bluetooth_audio_hal_prop_30_0 (bluetooth_audio_hal_prop)) +(typeattributeset bluetooth_data_file_30_0 (bluetooth_data_file)) +(typeattributeset bluetooth_efs_file_30_0 (bluetooth_efs_file)) +(typeattributeset bluetooth_logs_data_file_30_0 (bluetooth_logs_data_file)) +(typeattributeset bluetooth_manager_service_30_0 (bluetooth_manager_service)) +(typeattributeset bluetooth_prop_30_0 (bluetooth_prop)) +(typeattributeset bluetooth_service_30_0 (bluetooth_service)) +(typeattributeset bluetooth_socket_30_0 (bluetooth_socket)) +(typeattributeset boot_block_device_30_0 (boot_block_device)) +(typeattributeset bootanim_30_0 (bootanim)) +(typeattributeset bootanim_exec_30_0 (bootanim_exec)) +(typeattributeset bootchart_data_file_30_0 (bootchart_data_file)) +(typeattributeset bootloader_boot_reason_prop_30_0 (bootloader_boot_reason_prop)) +(typeattributeset bootstat_30_0 (bootstat)) +(typeattributeset bootstat_data_file_30_0 (bootstat_data_file)) +(typeattributeset bootstat_exec_30_0 (bootstat_exec)) +(typeattributeset boottime_prop_30_0 (boottime_prop)) +(typeattributeset boottime_public_prop_30_0 (boottime_public_prop)) +(typeattributeset boottrace_data_file_30_0 (boottrace_data_file)) +(typeattributeset bpf_progs_loaded_prop_30_0 (bpf_progs_loaded_prop)) +(typeattributeset bq_config_prop_30_0 (bq_config_prop)) +(typeattributeset broadcastradio_service_30_0 (broadcastradio_service)) +(typeattributeset bufferhubd_30_0 (bufferhubd)) +(typeattributeset bufferhubd_exec_30_0 (bufferhubd_exec)) +(typeattributeset bugreport_service_30_0 (bugreport_service)) +(typeattributeset cache_backup_file_30_0 (cache_backup_file)) +(typeattributeset cache_block_device_30_0 (cache_block_device)) +(typeattributeset cache_file_30_0 (cache_file)) +(typeattributeset cache_private_backup_file_30_0 (cache_private_backup_file)) +(typeattributeset cache_recovery_file_30_0 (cache_recovery_file)) +(typeattributeset camera_data_file_30_0 (camera_data_file)) +(typeattributeset camera_device_30_0 (camera_device)) +(typeattributeset cameraproxy_service_30_0 (cameraproxy_service)) +(typeattributeset cameraserver_30_0 (cameraserver)) +(typeattributeset cameraserver_exec_30_0 (cameraserver_exec)) +(typeattributeset cameraserver_service_30_0 (cameraserver_service)) +(typeattributeset cameraserver_tmpfs_30_0 (cameraserver_tmpfs)) +(typeattributeset cgroup_30_0 (cgroup)) +(typeattributeset cgroup_bpf_30_0 (cgroup_bpf)) +(typeattributeset cgroup_desc_file_30_0 (cgroup_desc_file)) +(typeattributeset cgroup_rc_file_30_0 (cgroup_rc_file)) +(typeattributeset charger_30_0 (charger)) +(typeattributeset charger_exec_30_0 (charger_exec)) +(typeattributeset charger_prop_30_0 (charger_prop)) +(typeattributeset clipboard_service_30_0 (clipboard_service)) +(typeattributeset cold_boot_done_prop_30_0 (cold_boot_done_prop)) +(typeattributeset color_display_service_30_0 (color_display_service)) +(typeattributeset companion_device_service_30_0 (companion_device_service)) +(typeattributeset config_prop_30_0 (config_prop)) +(typeattributeset configfs_30_0 (configfs)) +(typeattributeset connectivity_service_30_0 (connectivity_service)) +(typeattributeset connmetrics_service_30_0 (connmetrics_service)) +(typeattributeset console_device_30_0 (console_device)) +(typeattributeset consumer_ir_service_30_0 (consumer_ir_service)) +(typeattributeset content_capture_service_30_0 (content_capture_service)) +(typeattributeset content_service_30_0 (content_service)) +(typeattributeset content_suggestions_service_30_0 (content_suggestions_service)) +(typeattributeset contexthub_service_30_0 (contexthub_service)) +(typeattributeset coredump_file_30_0 (coredump_file)) +(typeattributeset country_detector_service_30_0 (country_detector_service)) +(typeattributeset coverage_service_30_0 (coverage_service)) +(typeattributeset cppreopt_prop_30_0 (cppreopt_prop)) +(typeattributeset cpu_variant_prop_30_0 (cpu_variant_prop)) +(typeattributeset cpuinfo_service_30_0 (cpuinfo_service)) +(typeattributeset crash_dump_30_0 (crash_dump)) +(typeattributeset crash_dump_exec_30_0 (crash_dump_exec)) +(typeattributeset credstore_30_0 (credstore)) +(typeattributeset credstore_data_file_30_0 (credstore_data_file)) +(typeattributeset credstore_exec_30_0 (credstore_exec)) +(typeattributeset credstore_service_30_0 (credstore_service)) +(typeattributeset crossprofileapps_service_30_0 (crossprofileapps_service)) +(typeattributeset ctl_adbd_prop_30_0 (ctl_adbd_prop)) +(typeattributeset ctl_apexd_prop_30_0 (ctl_apexd_prop)) +(typeattributeset ctl_bootanim_prop_30_0 (ctl_bootanim_prop)) +(typeattributeset ctl_bugreport_prop_30_0 (ctl_bugreport_prop)) +(typeattributeset ctl_console_prop_30_0 (ctl_console_prop)) +(typeattributeset ctl_default_prop_30_0 (ctl_default_prop)) +(typeattributeset ctl_dumpstate_prop_30_0 (ctl_dumpstate_prop)) +(typeattributeset ctl_fuse_prop_30_0 (ctl_fuse_prop)) +(typeattributeset ctl_gsid_prop_30_0 (ctl_gsid_prop)) +(typeattributeset ctl_interface_restart_prop_30_0 (ctl_interface_restart_prop)) +(typeattributeset ctl_interface_start_prop_30_0 (ctl_interface_start_prop)) +(typeattributeset ctl_interface_stop_prop_30_0 (ctl_interface_stop_prop)) +(typeattributeset ctl_mdnsd_prop_30_0 (ctl_mdnsd_prop)) +(typeattributeset ctl_restart_prop_30_0 (ctl_restart_prop)) +(typeattributeset ctl_rildaemon_prop_30_0 (ctl_rildaemon_prop)) +(typeattributeset ctl_sigstop_prop_30_0 (ctl_sigstop_prop)) +(typeattributeset ctl_start_prop_30_0 (ctl_start_prop)) +(typeattributeset ctl_stop_prop_30_0 (ctl_stop_prop)) +(typeattributeset dalvik_prop_30_0 (dalvik_prop)) +(typeattributeset dalvikcache_data_file_30_0 (dalvikcache_data_file)) +(typeattributeset dataloader_manager_service_30_0 (dataloader_manager_service)) +(typeattributeset dbinfo_service_30_0 (dbinfo_service)) +(typeattributeset debug_prop_30_0 (debug_prop)) +(typeattributeset debugfs_30_0 (debugfs)) +(typeattributeset debugfs_mmc_30_0 (debugfs_mmc)) +(typeattributeset debugfs_trace_marker_30_0 (debugfs_trace_marker)) +(typeattributeset debugfs_tracing_30_0 (debugfs_tracing)) +(typeattributeset debugfs_tracing_debug_30_0 (debugfs_tracing_debug debugfs_tracing_printk_formats)) +(typeattributeset debugfs_tracing_instances_30_0 (debugfs_tracing_instances)) +(typeattributeset debugfs_wakeup_sources_30_0 (debugfs_wakeup_sources)) +(typeattributeset debugfs_wifi_tracing_30_0 (debugfs_wifi_tracing)) +(typeattributeset debuggerd_prop_30_0 (debuggerd_prop)) +(typeattributeset default_android_hwservice_30_0 (default_android_hwservice)) +(typeattributeset default_android_service_30_0 (default_android_service)) +(typeattributeset default_android_vndservice_30_0 (default_android_vndservice)) +(typeattributeset default_prop_30_0 (audio_config_prop build_config_prop default_prop init_service_status_private_prop setupwizard_prop sqlite_log_prop suspend_prop verity_status_prop zygote_wrap_prop)) +(typeattributeset dev_cpu_variant_30_0 (dev_cpu_variant)) +(typeattributeset device_30_0 (device)) +(typeattributeset device_config_activity_manager_native_boot_prop_30_0 (device_config_activity_manager_native_boot_prop)) +(typeattributeset device_config_boot_count_prop_30_0 (device_config_boot_count_prop)) +(typeattributeset device_config_configuration_prop_30_0 (device_config_configuration_prop)) +(typeattributeset device_config_input_native_boot_prop_30_0 (device_config_input_native_boot_prop)) +(typeattributeset device_config_media_native_prop_30_0 (device_config_media_native_prop)) +(typeattributeset device_config_netd_native_prop_30_0 (device_config_netd_native_prop)) +(typeattributeset device_config_reset_performed_prop_30_0 (device_config_reset_performed_prop)) +(typeattributeset device_config_runtime_native_boot_prop_30_0 (device_config_runtime_native_boot_prop)) +(typeattributeset device_config_runtime_native_prop_30_0 (device_config_runtime_native_prop)) +(typeattributeset device_config_service_30_0 (device_config_service)) +(typeattributeset device_config_storage_native_boot_prop_30_0 (device_config_storage_native_boot_prop)) +(typeattributeset device_config_sys_traced_prop_30_0 (device_config_sys_traced_prop)) +(typeattributeset device_config_window_manager_native_boot_prop_30_0 (device_config_window_manager_native_boot_prop)) +(typeattributeset device_identifiers_service_30_0 (device_identifiers_service)) +(typeattributeset device_logging_prop_30_0 (device_logging_prop)) +(typeattributeset device_policy_service_30_0 (device_policy_service)) +(typeattributeset deviceidle_service_30_0 (deviceidle_service)) +(typeattributeset devicestoragemonitor_service_30_0 (devicestoragemonitor_service)) +(typeattributeset devpts_30_0 (devpts)) +(typeattributeset dhcp_30_0 (dhcp)) +(typeattributeset dhcp_data_file_30_0 (dhcp_data_file)) +(typeattributeset dhcp_exec_30_0 (dhcp_exec)) +(typeattributeset dhcp_prop_30_0 (dhcp_prop)) +(typeattributeset diskstats_service_30_0 (diskstats_service)) +(typeattributeset display_service_30_0 (display_service)) +(typeattributeset dm_device_30_0 (dm_device)) +(typeattributeset dnsmasq_30_0 (dnsmasq)) +(typeattributeset dnsmasq_exec_30_0 (dnsmasq_exec)) +(typeattributeset dnsproxyd_socket_30_0 (dnsproxyd_socket)) +(typeattributeset dnsresolver_service_30_0 (dnsresolver_service)) +(typeattributeset dreams_service_30_0 (dreams_service)) +(typeattributeset drm_data_file_30_0 (drm_data_file)) +(typeattributeset drmserver_30_0 (drmserver)) +(typeattributeset drmserver_exec_30_0 (drmserver_exec)) +(typeattributeset drmserver_service_30_0 (drmserver_service)) +(typeattributeset drmserver_socket_30_0 (drmserver_socket)) +(typeattributeset dropbox_data_file_30_0 (dropbox_data_file)) +(typeattributeset dropbox_service_30_0 (dropbox_service)) +(typeattributeset dumpstate_30_0 (dumpstate)) +(typeattributeset dumpstate_exec_30_0 (dumpstate_exec)) +(typeattributeset dumpstate_options_prop_30_0 (dumpstate_options_prop)) +(typeattributeset dumpstate_prop_30_0 (dumpstate_prop)) +(typeattributeset dumpstate_service_30_0 (dumpstate_service)) +(typeattributeset dumpstate_socket_30_0 (dumpstate_socket)) +(typeattributeset dynamic_system_prop_30_0 (dynamic_system_prop)) +(typeattributeset e2fs_30_0 (e2fs)) +(typeattributeset e2fs_exec_30_0 (e2fs_exec)) +(typeattributeset efs_file_30_0 (efs_file)) +(typeattributeset emergency_affordance_service_30_0 (emergency_affordance_service)) +(typeattributeset ephemeral_app_30_0 (ephemeral_app)) +(typeattributeset ethernet_service_30_0 (ethernet_service)) +(typeattributeset exfat_30_0 (exfat)) +(typeattributeset exported2_config_prop_30_0 (exported2_config_prop systemsound_config_prop)) +(typeattributeset exported2_default_prop_30_0 (aac_drc_prop bootloader_prop build_prop exported2_default_prop hal_instrumentation_prop init_service_status_prop libc_debug_prop property_service_version_prop userdebug_or_eng_prop)) +(typeattributeset exported2_radio_prop_30_0 (exported2_radio_prop)) +(typeattributeset exported2_system_prop_30_0 (dalvik_runtime_prop exported2_system_prop surfaceflinger_color_prop zram_control_prop)) +(typeattributeset exported2_vold_prop_30_0 (exported2_vold_prop vold_config_prop vold_post_fs_data_prop)) +(typeattributeset exported3_default_prop_30_0 (camera_calibration_prop camera_config_prop charger_config_prop drm_service_config_prop exported3_default_prop hdmi_config_prop keyguard_config_prop lmkd_config_prop media_config_prop mediadrm_config_prop oem_unlock_prop packagemanager_config_prop recovery_config_prop sendbug_config_prop storagemanager_config_prop telephony_config_prop tombstone_config_prop vts_status_prop wifi_config_prop zram_config_prop)) +(typeattributeset exported3_radio_prop_30_0 (exported3_radio_prop radio_control_prop)) +(typeattributeset exported3_system_prop_30_0 (boot_status_prop exported3_system_prop provisioned_prop retaildemo_prop)) +(typeattributeset exported_audio_prop_30_0 (audio_config_prop exported_audio_prop)) +(typeattributeset exported_bluetooth_prop_30_0 (exported_bluetooth_prop)) +(typeattributeset exported_camera_prop_30_0 (exported_camera_prop)) +(typeattributeset exported_config_prop_30_0 (exported_config_prop)) +(typeattributeset exported_dalvik_prop_30_0 (dalvik_config_prop exported_dalvik_prop)) +(typeattributeset exported_default_prop_30_0 (aaudio_config_prop build_bootimage_prop build_odm_prop build_vendor_prop exported_default_prop surfaceflinger_prop vts_config_prop)) +(typeattributeset exported_dumpstate_prop_30_0 (exported_dumpstate_prop)) +(typeattributeset exported_ffs_prop_30_0 (exported_ffs_prop ffs_config_prop ffs_control_prop)) +(typeattributeset exported_fingerprint_prop_30_0 (exported_fingerprint_prop fingerprint_prop)) +(typeattributeset exported_overlay_prop_30_0 (exported_overlay_prop)) +(typeattributeset exported_pm_prop_30_0 (exported_pm_prop)) +(typeattributeset exported_radio_prop_30_0 (exported_radio_prop telephony_status_prop)) +(typeattributeset exported_secure_prop_30_0 (exported_secure_prop)) +(typeattributeset exported_system_prop_30_0 (bootanim_system_prop charger_status_prop exported_system_prop)) +(typeattributeset exported_system_radio_prop_30_0 (exported_system_radio_prop usb_config_prop usb_control_prop)) +(typeattributeset exported_vold_prop_30_0 (exported_vold_prop vold_status_prop)) +(typeattributeset exported_wifi_prop_30_0 (exported_wifi_prop wifi_hal_prop)) +(typeattributeset external_vibrator_service_30_0 (external_vibrator_service)) +(typeattributeset face_service_30_0 (face_service)) +(typeattributeset face_vendor_data_file_30_0 (face_vendor_data_file)) +(typeattributeset fastbootd_30_0 (fastbootd)) +(typeattributeset ffs_prop_30_0 (ffs_prop)) +(typeattributeset file_contexts_file_30_0 (file_contexts_file)) +(typeattributeset file_integrity_service_30_0 (file_integrity_service)) +(typeattributeset fingerprint_service_30_0 (fingerprint_service)) +(typeattributeset fingerprint_vendor_data_file_30_0 (fingerprint_vendor_data_file)) +(typeattributeset fingerprintd_30_0 (fingerprintd)) +(typeattributeset fingerprintd_data_file_30_0 (fingerprintd_data_file)) +(typeattributeset fingerprintd_exec_30_0 (fingerprintd_exec)) +(typeattributeset fingerprintd_service_30_0 (fingerprintd_service)) +(typeattributeset firstboot_prop_30_0 (firstboot_prop)) +(typeattributeset flags_health_check_30_0 (flags_health_check)) +(typeattributeset flags_health_check_exec_30_0 (flags_health_check_exec)) +(typeattributeset font_service_30_0 (font_service)) +(typeattributeset frp_block_device_30_0 (frp_block_device)) +(typeattributeset fs_bpf_30_0 (fs_bpf)) +(typeattributeset fsck_30_0 (fsck)) +(typeattributeset fsck_exec_30_0 (fsck_exec)) +(typeattributeset fsck_untrusted_30_0 (fsck_untrusted)) +(typeattributeset fscklogs_30_0 (fscklogs)) +(typeattributeset functionfs_30_0 (functionfs)) +(typeattributeset fuse_30_0 (fuse)) +(typeattributeset fuse_device_30_0 (fuse_device)) +(typeattributeset fwk_automotive_display_hwservice_30_0 (fwk_automotive_display_hwservice)) +(typeattributeset fwk_bufferhub_hwservice_30_0 (fwk_bufferhub_hwservice)) +(typeattributeset fwk_camera_hwservice_30_0 (fwk_camera_hwservice)) +(typeattributeset fwk_display_hwservice_30_0 (fwk_display_hwservice)) +(typeattributeset fwk_scheduler_hwservice_30_0 (fwk_scheduler_hwservice)) +(typeattributeset fwk_sensor_hwservice_30_0 (fwk_sensor_hwservice)) +(typeattributeset fwk_stats_hwservice_30_0 (fwk_stats_hwservice)) +(typeattributeset fwmarkd_socket_30_0 (fwmarkd_socket)) +(typeattributeset gatekeeper_data_file_30_0 (gatekeeper_data_file)) +(typeattributeset gatekeeper_service_30_0 (gatekeeper_service)) +(typeattributeset gatekeeperd_30_0 (gatekeeperd)) +(typeattributeset gatekeeperd_exec_30_0 (gatekeeperd_exec)) +(typeattributeset gfxinfo_service_30_0 (gfxinfo_service)) +(typeattributeset gmscore_app_30_0 (gmscore_app)) +(typeattributeset gps_control_30_0 (gps_control)) +(typeattributeset gpu_device_30_0 (gpu_device)) +(typeattributeset gpu_service_30_0 (gpu_service)) +(typeattributeset gpuservice_30_0 (gpuservice)) +(typeattributeset graphics_device_30_0 (graphics_device)) +(typeattributeset graphicsstats_service_30_0 (graphicsstats_service)) +(typeattributeset gsi_data_file_30_0 (gsi_data_file)) +(typeattributeset gsi_metadata_file_30_0 (gsi_metadata_file gsi_public_metadata_file)) +(typeattributeset gsid_prop_30_0 (gsid_prop)) +(typeattributeset hal_atrace_hwservice_30_0 (hal_atrace_hwservice)) +(typeattributeset hal_audio_hwservice_30_0 (hal_audio_hwservice)) +(typeattributeset hal_audiocontrol_hwservice_30_0 (hal_audiocontrol_hwservice)) +(typeattributeset hal_authsecret_hwservice_30_0 (hal_authsecret_hwservice)) +(typeattributeset hal_bluetooth_hwservice_30_0 (hal_bluetooth_hwservice)) +(typeattributeset hal_bootctl_hwservice_30_0 (hal_bootctl_hwservice)) +(typeattributeset hal_broadcastradio_hwservice_30_0 (hal_broadcastradio_hwservice)) +(typeattributeset hal_camera_hwservice_30_0 (hal_camera_hwservice)) +(typeattributeset hal_can_bus_hwservice_30_0 (hal_can_bus_hwservice)) +(typeattributeset hal_can_controller_hwservice_30_0 (hal_can_controller_hwservice)) +(typeattributeset hal_cas_hwservice_30_0 (hal_cas_hwservice)) +(typeattributeset hal_codec2_hwservice_30_0 (hal_codec2_hwservice)) +(typeattributeset hal_configstore_ISurfaceFlingerConfigs_30_0 (hal_configstore_ISurfaceFlingerConfigs)) +(typeattributeset hal_confirmationui_hwservice_30_0 (hal_confirmationui_hwservice)) +(typeattributeset hal_contexthub_hwservice_30_0 (hal_contexthub_hwservice)) +(typeattributeset hal_drm_hwservice_30_0 (hal_drm_hwservice)) +(typeattributeset hal_dumpstate_hwservice_30_0 (hal_dumpstate_hwservice)) +(typeattributeset hal_evs_hwservice_30_0 (hal_evs_hwservice)) +(typeattributeset hal_face_hwservice_30_0 (hal_face_hwservice)) +(typeattributeset hal_fingerprint_hwservice_30_0 (hal_fingerprint_hwservice)) +(typeattributeset hal_fingerprint_service_30_0 (hal_fingerprint_service)) +(typeattributeset hal_gatekeeper_hwservice_30_0 (hal_gatekeeper_hwservice)) +(typeattributeset hal_gnss_hwservice_30_0 (hal_gnss_hwservice)) +(typeattributeset hal_graphics_allocator_hwservice_30_0 (hal_graphics_allocator_hwservice)) +(typeattributeset hal_graphics_composer_hwservice_30_0 (hal_graphics_composer_hwservice)) +(typeattributeset hal_graphics_composer_server_tmpfs_30_0 (hal_graphics_composer_server_tmpfs)) +(typeattributeset hal_graphics_mapper_hwservice_30_0 (hal_graphics_mapper_hwservice)) +(typeattributeset hal_health_hwservice_30_0 (hal_health_hwservice)) +(typeattributeset hal_health_storage_hwservice_30_0 (hal_health_storage_hwservice)) +(typeattributeset hal_identity_service_30_0 (hal_identity_service)) +(typeattributeset hal_input_classifier_hwservice_30_0 (hal_input_classifier_hwservice)) +(typeattributeset hal_ir_hwservice_30_0 (hal_ir_hwservice)) +(typeattributeset hal_keymaster_hwservice_30_0 (hal_keymaster_hwservice)) +(typeattributeset hal_light_hwservice_30_0 (hal_light_hwservice)) +(typeattributeset hal_light_service_30_0 (hal_light_service)) +(typeattributeset hal_lowpan_hwservice_30_0 (hal_lowpan_hwservice)) +(typeattributeset hal_memtrack_hwservice_30_0 (hal_memtrack_hwservice)) +(typeattributeset hal_neuralnetworks_hwservice_30_0 (hal_neuralnetworks_hwservice)) +(typeattributeset hal_nfc_hwservice_30_0 (hal_nfc_hwservice)) +(typeattributeset hal_oemlock_hwservice_30_0 (hal_oemlock_hwservice)) +(typeattributeset hal_omx_hwservice_30_0 (hal_omx_hwservice)) +(typeattributeset hal_power_hwservice_30_0 (hal_power_hwservice)) +(typeattributeset hal_power_service_30_0 (hal_power_service)) +(typeattributeset hal_power_stats_hwservice_30_0 (hal_power_stats_hwservice)) +(typeattributeset hal_rebootescrow_service_30_0 (hal_rebootescrow_service)) +(typeattributeset hal_renderscript_hwservice_30_0 (hal_renderscript_hwservice)) +(typeattributeset hal_secure_element_hwservice_30_0 (hal_secure_element_hwservice)) +(typeattributeset hal_sensors_hwservice_30_0 (hal_sensors_hwservice)) +(typeattributeset hal_telephony_hwservice_30_0 (hal_telephony_hwservice)) +(typeattributeset hal_tetheroffload_hwservice_30_0 (hal_tetheroffload_hwservice)) +(typeattributeset hal_thermal_hwservice_30_0 (hal_thermal_hwservice)) +(typeattributeset hal_tv_cec_hwservice_30_0 (hal_tv_cec_hwservice)) +(typeattributeset hal_tv_input_hwservice_30_0 (hal_tv_input_hwservice)) +(typeattributeset hal_tv_tuner_hwservice_30_0 (hal_tv_tuner_hwservice)) +(typeattributeset hal_usb_gadget_hwservice_30_0 (hal_usb_gadget_hwservice)) +(typeattributeset hal_usb_hwservice_30_0 (hal_usb_hwservice)) +(typeattributeset hal_vehicle_hwservice_30_0 (hal_vehicle_hwservice)) +(typeattributeset hal_vibrator_hwservice_30_0 (hal_vibrator_hwservice)) +(typeattributeset hal_vibrator_service_30_0 (hal_vibrator_service)) +(typeattributeset hal_vr_hwservice_30_0 (hal_vr_hwservice)) +(typeattributeset hal_weaver_hwservice_30_0 (hal_weaver_hwservice)) +(typeattributeset hal_wifi_hostapd_hwservice_30_0 (hal_wifi_hostapd_hwservice)) +(typeattributeset hal_wifi_hwservice_30_0 (hal_wifi_hwservice)) +(typeattributeset hal_wifi_supplicant_hwservice_30_0 (hal_wifi_supplicant_hwservice)) +(typeattributeset hardware_properties_service_30_0 (hardware_properties_service)) +(typeattributeset hardware_service_30_0 (hardware_service)) +(typeattributeset hci_attach_dev_30_0 (hci_attach_dev)) +(typeattributeset hdmi_control_service_30_0 (hdmi_control_service)) +(typeattributeset healthd_30_0 (healthd)) +(typeattributeset healthd_exec_30_0 (healthd_exec)) +(typeattributeset heapdump_data_file_30_0 (heapdump_data_file)) +(typeattributeset heapprofd_30_0 (heapprofd)) +(typeattributeset heapprofd_enabled_prop_30_0 (heapprofd_enabled_prop)) +(typeattributeset heapprofd_prop_30_0 (heapprofd_prop)) +(typeattributeset heapprofd_socket_30_0 (heapprofd_socket)) +(typeattributeset hidl_allocator_hwservice_30_0 (hidl_allocator_hwservice)) +(typeattributeset hidl_base_hwservice_30_0 (hidl_base_hwservice)) +(typeattributeset hidl_manager_hwservice_30_0 (hidl_manager_hwservice)) +(typeattributeset hidl_memory_hwservice_30_0 (hidl_memory_hwservice)) +(typeattributeset hidl_token_hwservice_30_0 (hidl_token_hwservice)) +(typeattributeset hw_random_device_30_0 (hw_random_device)) +(typeattributeset hwbinder_device_30_0 (hwbinder_device)) +(typeattributeset hwservice_contexts_file_30_0 (hwservice_contexts_file)) +(typeattributeset hwservicemanager_30_0 (hwservicemanager)) +(typeattributeset hwservicemanager_exec_30_0 (hwservicemanager_exec)) +(typeattributeset hwservicemanager_prop_30_0 (hwservicemanager_prop)) +(typeattributeset icon_file_30_0 (icon_file)) +(typeattributeset idmap_30_0 (idmap)) +(typeattributeset idmap_exec_30_0 (idmap_exec)) +(typeattributeset idmap_service_30_0 (idmap_service)) +(typeattributeset iio_device_30_0 (iio_device)) +(typeattributeset imms_service_30_0 (imms_service)) +(typeattributeset incident_30_0 (incident)) +(typeattributeset incident_data_file_30_0 (incident_data_file)) +(typeattributeset incident_helper_30_0 (incident_helper)) +(typeattributeset incident_service_30_0 (incident_service)) +(typeattributeset incidentd_30_0 (incidentd)) +(typeattributeset incremental_control_file_30_0 (incremental_control_file)) +(typeattributeset incremental_prop_30_0 (incremental_prop)) +(typeattributeset incremental_service_30_0 (incremental_service)) +(typeattributeset init_30_0 (init)) +(typeattributeset init_exec_30_0 (init_exec)) +(typeattributeset init_perf_lsm_hooks_prop_30_0 (init_perf_lsm_hooks_prop)) +(typeattributeset init_svc_debug_prop_30_0 (init_svc_debug_prop)) +(typeattributeset init_tmpfs_30_0 (init_tmpfs)) +(typeattributeset inotify_30_0 (inotify)) +(typeattributeset input_device_30_0 (input_device)) +(typeattributeset input_method_service_30_0 (input_method_service)) +(typeattributeset input_service_30_0 (input_service)) +(typeattributeset inputflinger_30_0 (inputflinger)) +(typeattributeset inputflinger_exec_30_0 (inputflinger_exec)) +(typeattributeset inputflinger_service_30_0 (inputflinger_service)) +(typeattributeset install_data_file_30_0 (install_data_file)) +(typeattributeset installd_30_0 (installd)) +(typeattributeset installd_exec_30_0 (installd_exec)) +(typeattributeset installd_service_30_0 (installd_service)) +(typeattributeset ion_device_30_0 (ion_device)) +(typeattributeset iorap_inode2filename_30_0 (iorap_inode2filename)) +(typeattributeset iorap_inode2filename_exec_30_0 (iorap_inode2filename_exec)) +(typeattributeset iorap_inode2filename_tmpfs_30_0 (iorap_inode2filename_tmpfs)) +(typeattributeset iorap_prefetcherd_30_0 (iorap_prefetcherd)) +(typeattributeset iorap_prefetcherd_exec_30_0 (iorap_prefetcherd_exec)) +(typeattributeset iorap_prefetcherd_tmpfs_30_0 (iorap_prefetcherd_tmpfs)) +(typeattributeset iorapd_30_0 (iorapd)) +(typeattributeset iorapd_data_file_30_0 (iorapd_data_file)) +(typeattributeset iorapd_exec_30_0 (iorapd_exec)) +(typeattributeset iorapd_service_30_0 (iorapd_service)) +(typeattributeset iorapd_tmpfs_30_0 (iorapd_tmpfs)) +(typeattributeset ipsec_service_30_0 (ipsec_service)) +(typeattributeset iris_service_30_0 (iris_service)) +(typeattributeset iris_vendor_data_file_30_0 (iris_vendor_data_file)) +(typeattributeset isolated_app_30_0 (isolated_app)) +(typeattributeset jobscheduler_service_30_0 (jobscheduler_service)) +(typeattributeset kernel_30_0 (kernel)) +(typeattributeset keychain_data_file_30_0 (keychain_data_file)) +(typeattributeset keychord_device_30_0 (keychord_device)) +(typeattributeset keystore_30_0 (keystore)) +(typeattributeset keystore_data_file_30_0 (keystore_data_file)) +(typeattributeset keystore_exec_30_0 (keystore_exec)) +(typeattributeset keystore_service_30_0 (keystore_service)) +(typeattributeset kmsg_debug_device_30_0 (kmsg_debug_device)) +(typeattributeset kmsg_device_30_0 (kmsg_device)) +(typeattributeset labeledfs_30_0 (labeledfs)) +(typeattributeset last_boot_reason_prop_30_0 (last_boot_reason_prop)) +(typeattributeset launcherapps_service_30_0 (launcherapps_service)) +(typeattributeset light_service_30_0 (light_service)) +(typeattributeset linkerconfig_file_30_0 (linkerconfig_file)) +(typeattributeset llkd_30_0 (llkd)) +(typeattributeset llkd_exec_30_0 (llkd_exec)) +(typeattributeset llkd_prop_30_0 (llkd_prop)) +(typeattributeset lmkd_30_0 (lmkd)) +(typeattributeset lmkd_exec_30_0 (lmkd_exec)) +(typeattributeset lmkd_prop_30_0 (lmkd_prop)) +(typeattributeset lmkd_socket_30_0 (lmkd_socket)) +(typeattributeset location_service_30_0 (location_service)) +(typeattributeset lock_settings_service_30_0 (lock_settings_service)) +(typeattributeset log_prop_30_0 (log_prop)) +(typeattributeset log_tag_prop_30_0 (log_tag_prop)) +(typeattributeset logcat_exec_30_0 (logcat_exec)) +(typeattributeset logd_30_0 (logd)) +(typeattributeset logd_exec_30_0 (logd_exec)) +(typeattributeset logd_prop_30_0 (logd_prop)) +(typeattributeset logd_socket_30_0 (logd_socket)) +(typeattributeset logdr_socket_30_0 (logdr_socket)) +(typeattributeset logdw_socket_30_0 (logdw_socket)) +(typeattributeset logpersist_30_0 (logpersist)) +(typeattributeset logpersistd_logging_prop_30_0 (logpersistd_logging_prop)) +(typeattributeset loop_control_device_30_0 (loop_control_device)) +(typeattributeset loop_device_30_0 (loop_device)) +(typeattributeset looper_stats_service_30_0 (looper_stats_service)) +(typeattributeset lowpan_device_30_0 (lowpan_device)) +(typeattributeset lowpan_prop_30_0 (lowpan_prop)) +(typeattributeset lowpan_service_30_0 (lowpan_service)) +(typeattributeset lpdump_service_30_0 (lpdump_service)) +(typeattributeset lpdumpd_prop_30_0 (lpdumpd_prop)) +(typeattributeset mac_perms_file_30_0 (mac_perms_file)) +(typeattributeset mdns_socket_30_0 (mdns_socket)) +(typeattributeset mdnsd_30_0 (mdnsd)) +(typeattributeset mdnsd_socket_30_0 (mdnsd_socket)) +(typeattributeset media_data_file_30_0 (media_data_file)) +(typeattributeset media_projection_service_30_0 (media_projection_service)) +(typeattributeset media_router_service_30_0 (media_router_service)) +(typeattributeset media_rw_data_file_30_0 (media_rw_data_file)) +(typeattributeset media_session_service_30_0 (media_session_service)) +(typeattributeset media_variant_prop_30_0 (media_variant_prop)) +(typeattributeset mediadrmserver_30_0 (mediadrmserver)) +(typeattributeset mediadrmserver_exec_30_0 (mediadrmserver_exec)) +(typeattributeset mediadrmserver_service_30_0 (mediadrmserver_service)) +(typeattributeset mediaextractor_30_0 (mediaextractor)) +(typeattributeset mediaextractor_exec_30_0 (mediaextractor_exec)) +(typeattributeset mediaextractor_service_30_0 (mediaextractor_service)) +(typeattributeset mediaextractor_tmpfs_30_0 (mediaextractor_tmpfs)) +(typeattributeset mediametrics_30_0 (mediametrics)) +(typeattributeset mediametrics_exec_30_0 (mediametrics_exec)) +(typeattributeset mediametrics_service_30_0 (mediametrics_service)) +(typeattributeset mediaprovider_30_0 (mediaprovider)) +(typeattributeset mediaserver_30_0 (mediaserver)) +(typeattributeset mediaserver_exec_30_0 (mediaserver_exec)) +(typeattributeset mediaserver_service_30_0 (mediaserver_service)) +(typeattributeset mediaserver_tmpfs_30_0 (mediaserver_tmpfs)) +(typeattributeset mediaswcodec_30_0 (mediaswcodec)) +(typeattributeset mediaswcodec_exec_30_0 (mediaswcodec_exec)) +(typeattributeset mediatranscoding_30_0 (mediatranscoding)) +(typeattributeset mediatranscoding_exec_30_0 (mediatranscoding_exec)) +(typeattributeset mediatranscoding_service_30_0 (mediatranscoding_service)) +(typeattributeset meminfo_service_30_0 (meminfo_service)) +(typeattributeset metadata_block_device_30_0 (metadata_block_device)) +(typeattributeset metadata_bootstat_file_30_0 (metadata_bootstat_file)) +(typeattributeset metadata_file_30_0 (metadata_file)) +(typeattributeset method_trace_data_file_30_0 (method_trace_data_file)) +(typeattributeset midi_service_30_0 (midi_service)) +(typeattributeset mirror_data_file_30_0 (mirror_data_file)) +(typeattributeset misc_block_device_30_0 (misc_block_device)) +(typeattributeset misc_logd_file_30_0 (misc_logd_file)) +(typeattributeset misc_user_data_file_30_0 (misc_user_data_file)) +(typeattributeset mmc_prop_30_0 (mmc_prop)) +(typeattributeset mnt_expand_file_30_0 (mnt_expand_file)) +(typeattributeset mnt_media_rw_file_30_0 (mnt_media_rw_file)) +(typeattributeset mnt_media_rw_stub_file_30_0 (mnt_media_rw_stub_file)) +(typeattributeset mnt_pass_through_file_30_0 (mnt_pass_through_file)) +(typeattributeset mnt_product_file_30_0 (mnt_product_file)) +(typeattributeset mnt_sdcard_file_30_0 (mnt_sdcard_file)) +(typeattributeset mnt_user_file_30_0 (mnt_user_file)) +(typeattributeset mnt_vendor_file_30_0 (mnt_vendor_file)) +(typeattributeset mock_ota_prop_30_0 (mock_ota_prop)) +(typeattributeset modprobe_30_0 (modprobe)) +(typeattributeset module_sdkextensions_prop_30_0 (module_sdkextensions_prop)) +(typeattributeset mount_service_30_0 (mount_service)) +(typeattributeset mqueue_30_0 (mqueue)) +(typeattributeset mtp_30_0 (mtp)) +(typeattributeset mtp_device_30_0 (mtp_device)) +(typeattributeset mtp_exec_30_0 (mtp_exec)) +(typeattributeset mtpd_socket_30_0 (mtpd_socket)) +(typeattributeset nativetest_data_file_30_0 (nativetest_data_file)) +(typeattributeset net_data_file_30_0 (net_data_file)) +(typeattributeset net_dns_prop_30_0 (net_dns_prop)) +(typeattributeset net_radio_prop_30_0 (net_radio_prop)) +(typeattributeset netd_30_0 (netd)) +(typeattributeset netd_exec_30_0 (netd_exec)) +(typeattributeset netd_listener_service_30_0 (netd_listener_service)) +(typeattributeset netd_service_30_0 (netd_service)) +(typeattributeset netd_stable_secret_prop_30_0 (netd_stable_secret_prop)) +(typeattributeset netif_30_0 (netif)) +(typeattributeset netpolicy_service_30_0 (netpolicy_service)) +(typeattributeset netstats_service_30_0 (netstats_service)) +(typeattributeset netutils_wrapper_30_0 (netutils_wrapper)) +(typeattributeset netutils_wrapper_exec_30_0 (netutils_wrapper_exec)) +(typeattributeset network_management_service_30_0 (network_management_service)) +(typeattributeset network_score_service_30_0 (network_score_service)) +(typeattributeset network_stack_30_0 (network_stack)) +(typeattributeset network_stack_service_30_0 (network_stack_service)) +(typeattributeset network_time_update_service_30_0 (network_time_update_service)) +(typeattributeset network_watchlist_data_file_30_0 (network_watchlist_data_file)) +(typeattributeset network_watchlist_service_30_0 (network_watchlist_service)) +(typeattributeset nfc_30_0 (nfc)) +(typeattributeset nfc_data_file_30_0 (nfc_data_file)) +(typeattributeset nfc_device_30_0 (nfc_device)) +(typeattributeset nfc_prop_30_0 (nfc_prop)) +(typeattributeset nfc_service_30_0 (nfc_service)) +(typeattributeset nnapi_ext_deny_product_prop_30_0 (nnapi_ext_deny_product_prop)) +(typeattributeset node_30_0 (node)) +(typeattributeset nonplat_service_contexts_file_30_0 (nonplat_service_contexts_file)) +(typeattributeset notification_service_30_0 (notification_service)) +(typeattributeset null_device_30_0 (null_device)) +(typeattributeset oem_lock_service_30_0 (oem_lock_service)) +(typeattributeset oemfs_30_0 (oemfs)) +(typeattributeset ota_data_file_30_0 (ota_data_file)) +(typeattributeset ota_metadata_file_30_0 (ota_metadata_file)) +(typeattributeset ota_package_file_30_0 (ota_package_file)) +(typeattributeset ota_prop_30_0 (ota_prop)) +(typeattributeset otadexopt_service_30_0 (otadexopt_service)) +(typeattributeset overlay_prop_30_0 (overlay_prop)) +(typeattributeset overlay_service_30_0 (overlay_service)) +(typeattributeset overlayfs_file_30_0 (overlayfs_file)) +(typeattributeset owntty_device_30_0 (owntty_device)) +(typeattributeset package_native_service_30_0 (package_native_service)) +(typeattributeset package_service_30_0 (package_service)) +(typeattributeset packages_list_file_30_0 (packages_list_file)) +(typeattributeset pan_result_prop_30_0 (pan_result_prop)) +(typeattributeset password_slot_metadata_file_30_0 (password_slot_metadata_file)) +(typeattributeset pdx_bufferhub_client_channel_socket_30_0 (pdx_bufferhub_client_channel_socket)) +(typeattributeset pdx_bufferhub_client_endpoint_socket_30_0 (pdx_bufferhub_client_endpoint_socket)) +(typeattributeset pdx_bufferhub_dir_30_0 (pdx_bufferhub_dir)) +(typeattributeset pdx_display_client_channel_socket_30_0 (pdx_display_client_channel_socket)) +(typeattributeset pdx_display_client_endpoint_socket_30_0 (pdx_display_client_endpoint_socket)) +(typeattributeset pdx_display_dir_30_0 (pdx_display_dir)) +(typeattributeset pdx_display_manager_channel_socket_30_0 (pdx_display_manager_channel_socket)) +(typeattributeset pdx_display_manager_endpoint_socket_30_0 (pdx_display_manager_endpoint_socket)) +(typeattributeset pdx_display_screenshot_channel_socket_30_0 (pdx_display_screenshot_channel_socket)) +(typeattributeset pdx_display_screenshot_endpoint_socket_30_0 (pdx_display_screenshot_endpoint_socket)) +(typeattributeset pdx_display_vsync_channel_socket_30_0 (pdx_display_vsync_channel_socket)) +(typeattributeset pdx_display_vsync_endpoint_socket_30_0 (pdx_display_vsync_endpoint_socket)) +(typeattributeset pdx_performance_client_channel_socket_30_0 (pdx_performance_client_channel_socket)) +(typeattributeset pdx_performance_client_endpoint_socket_30_0 (pdx_performance_client_endpoint_socket)) +(typeattributeset pdx_performance_dir_30_0 (pdx_performance_dir)) +(typeattributeset perfetto_30_0 (perfetto)) +(typeattributeset performanced_30_0 (performanced)) +(typeattributeset performanced_exec_30_0 (performanced_exec)) +(typeattributeset permission_service_30_0 (permission_service)) +(typeattributeset permissionmgr_service_30_0 (permissionmgr_service)) +(typeattributeset persist_debug_prop_30_0 (persist_debug_prop)) +(typeattributeset persistent_data_block_service_30_0 (persistent_data_block_service)) +(typeattributeset persistent_properties_ready_prop_30_0 (persistent_properties_ready_prop)) +(typeattributeset pinner_service_30_0 (pinner_service)) +(typeattributeset pipefs_30_0 (pipefs)) +(typeattributeset platform_app_30_0 (platform_app)) +(typeattributeset platform_compat_service_30_0 (platform_compat_service)) +(typeattributeset pm_prop_30_0 (pm_prop)) +(typeattributeset pmsg_device_30_0 (pmsg_device)) +(typeattributeset port_30_0 (port)) +(typeattributeset port_device_30_0 (port_device)) +(typeattributeset postinstall_30_0 (postinstall)) +(typeattributeset postinstall_apex_mnt_dir_30_0 (postinstall_apex_mnt_dir)) +(typeattributeset postinstall_file_30_0 (postinstall_file)) +(typeattributeset postinstall_mnt_dir_30_0 (postinstall_mnt_dir)) +(typeattributeset power_service_30_0 (power_service)) +(typeattributeset powerctl_prop_30_0 (powerctl_prop)) +(typeattributeset ppp_30_0 (ppp)) +(typeattributeset ppp_device_30_0 (ppp_device)) +(typeattributeset ppp_exec_30_0 (ppp_exec)) +(typeattributeset preloads_data_file_30_0 (preloads_data_file)) +(typeattributeset preloads_media_file_30_0 (preloads_media_file)) +(typeattributeset prereboot_data_file_30_0 (prereboot_data_file)) +(typeattributeset print_service_30_0 (print_service)) +(typeattributeset priv_app_30_0 (priv_app)) +(typeattributeset privapp_data_file_30_0 (privapp_data_file)) +(typeattributeset proc_30_0 (proc proc_bootconfig proc_bpf proc_cpu_alignment)) +(typeattributeset proc_abi_30_0 (proc_abi)) +(typeattributeset proc_asound_30_0 (proc_asound)) +(typeattributeset proc_bluetooth_writable_30_0 (proc_bluetooth_writable)) +(typeattributeset proc_buddyinfo_30_0 (proc_buddyinfo)) +(typeattributeset proc_cmdline_30_0 (proc_cmdline)) +(typeattributeset proc_cpuinfo_30_0 (proc_cpuinfo)) +(typeattributeset proc_dirty_30_0 (proc_dirty)) +(typeattributeset proc_diskstats_30_0 (proc_diskstats)) +(typeattributeset proc_drop_caches_30_0 (proc_drop_caches)) +(typeattributeset proc_extra_free_kbytes_30_0 (proc_extra_free_kbytes)) +(typeattributeset proc_filesystems_30_0 (proc_filesystems)) +(typeattributeset proc_fs_verity_30_0 (proc_fs_verity)) +(typeattributeset proc_hostname_30_0 (proc_hostname)) +(typeattributeset proc_hung_task_30_0 (proc_hung_task)) +(typeattributeset proc_interrupts_30_0 (proc_interrupts)) +(typeattributeset proc_iomem_30_0 (proc_iomem)) +(typeattributeset proc_keys_30_0 (proc_keys)) +(typeattributeset proc_kmsg_30_0 (proc_kmsg)) +(typeattributeset proc_kpageflags_30_0 (proc_kpageflags)) +(typeattributeset proc_loadavg_30_0 (proc_loadavg)) +(typeattributeset proc_lowmemorykiller_30_0 (proc_lowmemorykiller)) +(typeattributeset proc_max_map_count_30_0 (proc_max_map_count)) +(typeattributeset proc_meminfo_30_0 (proc_meminfo)) +(typeattributeset proc_min_free_order_shift_30_0 (proc_min_free_order_shift)) +(typeattributeset proc_misc_30_0 (proc_misc)) +(typeattributeset proc_modules_30_0 (proc_modules)) +(typeattributeset proc_mounts_30_0 (proc_mounts)) +(typeattributeset proc_net_30_0 (proc_bpf proc_net)) +(typeattributeset proc_net_tcp_udp_30_0 (proc_net_tcp_udp)) +(typeattributeset proc_overcommit_memory_30_0 (proc_overcommit_memory)) +(typeattributeset proc_page_cluster_30_0 (proc_page_cluster)) +(typeattributeset proc_pagetypeinfo_30_0 (proc_pagetypeinfo)) +(typeattributeset proc_panic_30_0 (proc_panic)) +(typeattributeset proc_perf_30_0 (proc_perf)) +(typeattributeset proc_pid_max_30_0 (proc_pid_max)) +(typeattributeset proc_pipe_conf_30_0 (proc_pipe_conf)) +(typeattributeset proc_pressure_cpu_30_0 (proc_pressure_cpu)) +(typeattributeset proc_pressure_io_30_0 (proc_pressure_io)) +(typeattributeset proc_pressure_mem_30_0 (proc_pressure_mem)) +(typeattributeset proc_qtaguid_ctrl_30_0 (proc_qtaguid_ctrl)) +(typeattributeset proc_qtaguid_stat_30_0 (proc_qtaguid_stat)) +(typeattributeset proc_random_30_0 (proc_random)) +(typeattributeset proc_sched_30_0 (proc_sched)) +(typeattributeset proc_security_30_0 (proc_security)) +(typeattributeset proc_slabinfo_30_0 (proc_slabinfo)) +(typeattributeset proc_stat_30_0 (proc_stat)) +(typeattributeset proc_swaps_30_0 (proc_swaps)) +(typeattributeset proc_sysrq_30_0 (proc_sysrq)) +(typeattributeset proc_timer_30_0 (proc_timer)) +(typeattributeset proc_tty_drivers_30_0 (proc_tty_drivers)) +(typeattributeset proc_uid_concurrent_active_time_30_0 (proc_uid_concurrent_active_time)) +(typeattributeset proc_uid_concurrent_policy_time_30_0 (proc_uid_concurrent_policy_time)) +(typeattributeset proc_uid_cpupower_30_0 (proc_uid_cpupower)) +(typeattributeset proc_uid_cputime_removeuid_30_0 (proc_uid_cputime_removeuid)) +(typeattributeset proc_uid_cputime_showstat_30_0 (proc_uid_cputime_showstat)) +(typeattributeset proc_uid_io_stats_30_0 (proc_uid_io_stats)) +(typeattributeset proc_uid_procstat_set_30_0 (proc_uid_procstat_set)) +(typeattributeset proc_uid_time_in_state_30_0 (proc_uid_time_in_state)) +(typeattributeset proc_uptime_30_0 (proc_uptime)) +(typeattributeset proc_version_30_0 (proc_version)) +(typeattributeset proc_vmallocinfo_30_0 (proc_vmallocinfo)) +(typeattributeset proc_vmstat_30_0 (proc_vmstat)) +(typeattributeset proc_zoneinfo_30_0 (proc_zoneinfo)) +(typeattributeset processinfo_service_30_0 (processinfo_service)) +(typeattributeset procstats_service_30_0 (procstats_service)) +(typeattributeset profman_30_0 (profman)) +(typeattributeset profman_dump_data_file_30_0 (profman_dump_data_file)) +(typeattributeset profman_exec_30_0 (profman_exec)) +(typeattributeset properties_device_30_0 (properties_device)) +(typeattributeset properties_serial_30_0 (properties_serial)) +(typeattributeset property_contexts_file_30_0 (property_contexts_file)) +(typeattributeset property_data_file_30_0 (property_data_file)) +(typeattributeset property_info_30_0 (property_info)) +(typeattributeset property_socket_30_0 (property_socket)) +(typeattributeset pstorefs_30_0 (pstorefs)) +(typeattributeset ptmx_device_30_0 (ptmx_device)) +(typeattributeset qtaguid_device_30_0 (qtaguid_device)) +(typeattributeset racoon_30_0 (racoon)) +(typeattributeset racoon_exec_30_0 (racoon_exec)) +(typeattributeset racoon_socket_30_0 (racoon_socket)) +(typeattributeset radio_30_0 (radio)) +(typeattributeset radio_data_file_30_0 (radio_data_file)) +(typeattributeset radio_device_30_0 (radio_device)) +(typeattributeset radio_prop_30_0 (radio_prop)) +(typeattributeset radio_service_30_0 (radio_service)) +(typeattributeset ram_device_30_0 (ram_device)) +(typeattributeset random_device_30_0 (random_device)) +(typeattributeset rebootescrow_hal_prop_30_0 (rebootescrow_hal_prop)) +(typeattributeset recovery_30_0 (recovery)) +(typeattributeset recovery_block_device_30_0 (recovery_block_device)) +(typeattributeset recovery_data_file_30_0 (recovery_data_file)) +(typeattributeset recovery_persist_30_0 (recovery_persist)) +(typeattributeset recovery_persist_exec_30_0 (recovery_persist_exec)) +(typeattributeset recovery_refresh_30_0 (recovery_refresh)) +(typeattributeset recovery_refresh_exec_30_0 (recovery_refresh_exec)) +(typeattributeset recovery_service_30_0 (recovery_service)) +(typeattributeset recovery_socket_30_0 (recovery_socket)) +(typeattributeset registry_service_30_0 (registry_service)) +(typeattributeset resourcecache_data_file_30_0 (resourcecache_data_file)) +(typeattributeset restorecon_prop_30_0 (restorecon_prop)) +(typeattributeset restrictions_service_30_0 (restrictions_service)) +(typeattributeset rild_debug_socket_30_0 (rild_debug_socket)) +(typeattributeset rild_socket_30_0 (rild_socket)) +(typeattributeset ringtone_file_30_0 (ringtone_file)) +(typeattributeset role_service_30_0 (role_service)) +(typeattributeset rollback_service_30_0 (rollback_service)) +(typeattributeset root_block_device_30_0 (root_block_device)) +(typeattributeset rootfs_30_0 (rootfs)) +(typeattributeset rpmsg_device_30_0 (rpmsg_device)) +(typeattributeset rs_30_0 (rs)) +(typeattributeset rs_exec_30_0 (rs_exec)) +(typeattributeset rss_hwm_reset_30_0 (rss_hwm_reset)) +(typeattributeset rtc_device_30_0 (rtc_device)) +(typeattributeset rttmanager_service_30_0 (rttmanager_service)) +(typeattributeset runas_30_0 (runas)) +(typeattributeset runas_app_30_0 (runas_app)) +(typeattributeset runas_exec_30_0 (runas_exec)) +(typeattributeset runtime_event_log_tags_file_30_0 (runtime_event_log_tags_file)) +(typeattributeset runtime_service_30_0 (runtime_service)) +(typeattributeset safemode_prop_30_0 (safemode_prop)) +(typeattributeset same_process_hal_file_30_0 (same_process_hal_file)) +(typeattributeset samplingprofiler_service_30_0 (samplingprofiler_service)) +(typeattributeset scheduling_policy_service_30_0 (scheduling_policy_service)) +(typeattributeset sdcard_block_device_30_0 (sdcard_block_device)) +(typeattributeset sdcardd_30_0 (sdcardd)) +(typeattributeset sdcardd_exec_30_0 (sdcardd_exec)) +(typeattributeset sdcardfs_30_0 (sdcardfs)) +(typeattributeset seapp_contexts_file_30_0 (seapp_contexts_file)) +(typeattributeset search_service_30_0 (search_service)) +(typeattributeset sec_key_att_app_id_provider_service_30_0 (sec_key_att_app_id_provider_service)) +(typeattributeset secure_element_30_0 (secure_element)) +(typeattributeset secure_element_device_30_0 (secure_element_device)) +(typeattributeset secure_element_service_30_0 (secure_element_service)) +(typeattributeset securityfs_30_0 (securityfs)) +(typeattributeset selinuxfs_30_0 (selinuxfs)) +(typeattributeset sensor_privacy_service_30_0 (sensor_privacy_service)) +(typeattributeset sensors_device_30_0 (sensors_device)) +(typeattributeset sensorservice_service_30_0 (sensorservice_service)) +(typeattributeset sepolicy_file_30_0 (sepolicy_file)) +(typeattributeset serial_device_30_0 (serial_device)) +(typeattributeset serial_service_30_0 (serial_service)) +(typeattributeset serialno_prop_30_0 (serialno_prop)) +(typeattributeset server_configurable_flags_data_file_30_0 (server_configurable_flags_data_file)) +(typeattributeset service_contexts_file_30_0 (service_contexts_file)) +(typeattributeset service_manager_service_30_0 (service_manager_service)) +(typeattributeset service_manager_vndservice_30_0 (service_manager_vndservice)) +(typeattributeset servicediscovery_service_30_0 (servicediscovery_service)) +(typeattributeset servicemanager_30_0 (servicemanager)) +(typeattributeset servicemanager_exec_30_0 (servicemanager_exec)) +(typeattributeset settings_service_30_0 (settings_service)) +(typeattributeset sgdisk_30_0 (sgdisk)) +(typeattributeset sgdisk_exec_30_0 (sgdisk_exec)) +(typeattributeset shared_relro_30_0 (shared_relro)) +(typeattributeset shared_relro_file_30_0 (shared_relro_file)) +(typeattributeset shell_30_0 (shell)) +(typeattributeset shell_data_file_30_0 (shell_data_file)) +(typeattributeset shell_exec_30_0 (shell_exec)) +(typeattributeset shell_prop_30_0 (shell_prop)) +(typeattributeset shm_30_0 (shm)) +(typeattributeset shortcut_manager_icons_30_0 (shortcut_manager_icons)) +(typeattributeset shortcut_service_30_0 (shortcut_service)) +(typeattributeset simpleperf_30_0 (simpleperf)) +(typeattributeset simpleperf_app_runner_30_0 (simpleperf_app_runner)) +(typeattributeset simpleperf_app_runner_exec_30_0 (simpleperf_app_runner_exec)) +(typeattributeset slice_service_30_0 (slice_service)) +(typeattributeset slideshow_30_0 (slideshow)) +(typeattributeset snapshotctl_log_data_file_30_0 (snapshotctl_log_data_file)) +(typeattributeset socket_device_30_0 (socket_device)) +(typeattributeset socket_hook_prop_30_0 (socket_hook_prop)) +(typeattributeset sockfs_30_0 (sockfs)) +(typeattributeset sota_prop_30_0 (sota_prop)) +(typeattributeset soundtrigger_middleware_service_30_0 (soundtrigger_middleware_service)) +(typeattributeset staging_data_file_30_0 (staging_data_file)) +(typeattributeset stats_data_file_30_0 (stats_data_file)) +(typeattributeset statsd_30_0 (statsd)) +(typeattributeset statsd_exec_30_0 (statsd_exec)) +(typeattributeset statsdw_socket_30_0 (statsdw_socket)) +(typeattributeset statusbar_service_30_0 (statusbar_service)) +(typeattributeset storage_config_prop_30_0 (storage_config_prop)) +(typeattributeset storage_file_30_0 (storage_file)) +(typeattributeset storage_stub_file_30_0 (storage_stub_file)) +(typeattributeset storaged_service_30_0 (storaged_service)) +(typeattributeset storagestats_service_30_0 (storagestats_service)) +(typeattributeset su_30_0 (su)) +(typeattributeset su_exec_30_0 (su_exec)) +(typeattributeset super_block_device_30_0 (super_block_device)) +(typeattributeset surfaceflinger_30_0 (surfaceflinger)) +(typeattributeset surfaceflinger_service_30_0 (surfaceflinger_service)) +(typeattributeset surfaceflinger_tmpfs_30_0 (surfaceflinger_tmpfs)) +(typeattributeset swap_block_device_30_0 (swap_block_device)) +(typeattributeset sysfs_30_0 (sysfs sysfs_fs_incfs_features sysfs_fs_incfs_metrics)) +(typeattributeset sysfs_android_usb_30_0 (sysfs_android_usb)) +(typeattributeset sysfs_batteryinfo_30_0 (sysfs_batteryinfo)) +(typeattributeset sysfs_bluetooth_writable_30_0 (sysfs_bluetooth_writable)) +(typeattributeset sysfs_devices_block_30_0 (sysfs_devices_block)) +(typeattributeset sysfs_devices_system_cpu_30_0 (sysfs_devices_system_cpu)) +(typeattributeset sysfs_dm_30_0 (sysfs_dm)) +(typeattributeset sysfs_dm_verity_30_0 (sysfs_dm_verity)) +(typeattributeset sysfs_dt_firmware_android_30_0 (sysfs_dt_firmware_android)) +(typeattributeset sysfs_extcon_30_0 (sysfs_extcon)) +(typeattributeset sysfs_fs_ext4_features_30_0 (sysfs_fs_ext4_features)) +(typeattributeset sysfs_fs_f2fs_30_0 (sysfs_fs_f2fs)) +(typeattributeset sysfs_hwrandom_30_0 (sysfs_hwrandom)) +(typeattributeset sysfs_ion_30_0 (sysfs_ion)) +(typeattributeset sysfs_ipv4_30_0 (sysfs_ipv4)) +(typeattributeset sysfs_kernel_notes_30_0 (sysfs_kernel_notes)) +(typeattributeset sysfs_leds_30_0 (sysfs_leds)) +(typeattributeset sysfs_loop_30_0 (sysfs_loop)) +(typeattributeset sysfs_lowmemorykiller_30_0 (sysfs_lowmemorykiller)) +(typeattributeset sysfs_net_30_0 (sysfs_net)) +(typeattributeset sysfs_nfc_power_writable_30_0 (sysfs_nfc_power_writable)) +(typeattributeset sysfs_power_30_0 (sysfs_power)) +(typeattributeset sysfs_rtc_30_0 (sysfs_rtc)) +(typeattributeset sysfs_suspend_stats_30_0 (sysfs_suspend_stats)) +(typeattributeset sysfs_switch_30_0 (sysfs_switch)) +(typeattributeset sysfs_thermal_30_0 (sysfs_thermal)) +(typeattributeset sysfs_transparent_hugepage_30_0 (sysfs_transparent_hugepage)) +(typeattributeset sysfs_uio_30_0 (sysfs_uio)) +(typeattributeset sysfs_usb_30_0 (sysfs_usb)) +(typeattributeset sysfs_usermodehelper_30_0 (sysfs_usermodehelper)) +(typeattributeset sysfs_vibrator_30_0 (sysfs_vibrator)) +(typeattributeset sysfs_wake_lock_30_0 (sysfs_wake_lock)) +(typeattributeset sysfs_wakeup_30_0 (sysfs_wakeup)) +(typeattributeset sysfs_wakeup_reasons_30_0 (sysfs_wakeup_reasons)) +(typeattributeset sysfs_wlan_fwpath_30_0 (sysfs_wlan_fwpath)) +(typeattributeset sysfs_zram_30_0 (sysfs_zram)) +(typeattributeset sysfs_zram_uevent_30_0 (sysfs_zram_uevent)) +(typeattributeset system_adbd_prop_30_0 (system_adbd_prop)) +(typeattributeset system_app_30_0 (system_app)) +(typeattributeset system_app_data_file_30_0 (system_app_data_file)) +(typeattributeset system_app_service_30_0 (system_app_service)) +(typeattributeset system_asan_options_file_30_0 (system_asan_options_file)) +(typeattributeset system_block_device_30_0 (system_block_device)) +(typeattributeset system_boot_reason_prop_30_0 (system_boot_reason_prop)) +(typeattributeset system_bootstrap_lib_file_30_0 (system_bootstrap_lib_file)) +(typeattributeset system_config_service_30_0 (system_config_service)) +(typeattributeset system_data_file_30_0 (system_data_file)) +(typeattributeset system_data_root_file_30_0 (system_data_root_file)) +(typeattributeset system_event_log_tags_file_30_0 (system_event_log_tags_file)) +(typeattributeset system_file_30_0 (system_file)) +(typeattributeset system_group_file_30_0 (system_group_file)) +(typeattributeset system_jvmti_agent_prop_30_0 (system_jvmti_agent_prop)) +(typeattributeset system_lib_file_30_0 (system_lib_file)) +(typeattributeset system_linker_config_file_30_0 (system_linker_config_file)) +(typeattributeset system_linker_exec_30_0 (system_linker_exec)) +(typeattributeset system_lmk_prop_30_0 (system_lmk_prop)) +(typeattributeset system_ndebug_socket_30_0 (system_ndebug_socket)) +(typeattributeset system_net_netd_hwservice_30_0 (system_net_netd_hwservice)) +(typeattributeset system_passwd_file_30_0 (system_passwd_file)) +(typeattributeset system_prop_30_0 (system_prop)) +(typeattributeset system_radio_prop_30_0 (system_radio_prop usb_prop)) +(typeattributeset system_seccomp_policy_file_30_0 (system_seccomp_policy_file)) +(typeattributeset system_security_cacerts_file_30_0 (system_security_cacerts_file)) +(typeattributeset system_server_30_0 (system_server)) +(typeattributeset system_server_tmpfs_30_0 (system_server_tmpfs)) +(typeattributeset system_suspend_control_service_30_0 (system_suspend_control_service)) +(typeattributeset system_suspend_hwservice_30_0 (system_suspend_hwservice)) +(typeattributeset system_trace_prop_30_0 (system_trace_prop)) +(typeattributeset system_unsolzygote_socket_30_0 (system_unsolzygote_socket)) +(typeattributeset system_update_service_30_0 (system_update_service)) +(typeattributeset system_wifi_keystore_hwservice_30_0 (system_wifi_keystore_hwservice)) +(typeattributeset system_wpa_socket_30_0 (system_wpa_socket)) +(typeattributeset system_zoneinfo_file_30_0 (system_zoneinfo_file)) +(typeattributeset systemkeys_data_file_30_0 (systemkeys_data_file)) +(typeattributeset task_profiles_file_30_0 (task_profiles_file)) +(typeattributeset task_service_30_0 (task_service)) +(typeattributeset tcpdump_exec_30_0 (tcpdump_exec)) +(typeattributeset tee_30_0 (tee)) +(typeattributeset tee_data_file_30_0 (tee_data_file)) +(typeattributeset tee_device_30_0 (tee_device)) +(typeattributeset telecom_service_30_0 (telecom_service)) +(typeattributeset test_boot_reason_prop_30_0 (test_boot_reason_prop)) +(typeattributeset test_harness_prop_30_0 (test_harness_prop)) +(typeattributeset testharness_service_30_0 (testharness_service)) +(typeattributeset tethering_service_30_0 (tethering_service)) +(typeattributeset textclassification_service_30_0 (textclassification_service)) +(typeattributeset textclassifier_data_file_30_0 (textclassifier_data_file)) +(typeattributeset textservices_service_30_0 (textservices_service)) +(typeattributeset theme_prop_30_0 (theme_prop)) +(typeattributeset thermal_service_30_0 (thermal_service)) +(typeattributeset thermalcallback_hwservice_30_0 (thermalcallback_hwservice)) +(typeattributeset time_prop_30_0 (time_prop)) +(typeattributeset timedetector_service_30_0 (timedetector_service)) +(typeattributeset timezone_service_30_0 (timezone_service)) +(typeattributeset timezonedetector_service_30_0 (timezonedetector_service)) +(typeattributeset tmpfs_30_0 (tmpfs)) +(typeattributeset tombstone_data_file_30_0 (tombstone_data_file)) +(typeattributeset tombstone_wifi_data_file_30_0 (tombstone_wifi_data_file)) +(typeattributeset tombstoned_30_0 (tombstoned)) +(typeattributeset tombstoned_crash_socket_30_0 (tombstoned_crash_socket)) +(typeattributeset tombstoned_exec_30_0 (tombstoned_exec)) +(typeattributeset tombstoned_intercept_socket_30_0 (tombstoned_intercept_socket)) +(typeattributeset tombstoned_java_trace_socket_30_0 (tombstoned_java_trace_socket)) +(typeattributeset toolbox_30_0 (toolbox)) +(typeattributeset toolbox_exec_30_0 (toolbox_exec)) +(typeattributeset trace_data_file_30_0 (trace_data_file)) +(typeattributeset traced_30_0 (traced)) +(typeattributeset traced_consumer_socket_30_0 (traced_consumer_socket)) +(typeattributeset traced_enabled_prop_30_0 (traced_enabled_prop)) +(typeattributeset traced_lazy_prop_30_0 (traced_lazy_prop)) +(typeattributeset traced_perf_30_0 (traced_perf)) +(typeattributeset traced_perf_enabled_prop_30_0 (traced_perf_enabled_prop)) +(typeattributeset traced_perf_socket_30_0 (traced_perf_socket)) +(typeattributeset traced_probes_30_0 (traced_probes)) +(typeattributeset traced_producer_socket_30_0 (traced_producer_socket)) +(typeattributeset traceur_app_30_0 (traceur_app)) +(typeattributeset trust_service_30_0 (trust_service)) +(typeattributeset tty_device_30_0 (tty_device)) +(typeattributeset tun_device_30_0 (tun_device)) +(typeattributeset tv_input_service_30_0 (tv_input_service)) +(typeattributeset tv_tuner_resource_mgr_service_30_0 (tv_tuner_resource_mgr_service)) +(typeattributeset tzdatacheck_30_0 (tzdatacheck)) +(typeattributeset tzdatacheck_exec_30_0 (tzdatacheck_exec)) +(typeattributeset ueventd_30_0 (ueventd)) +(typeattributeset ueventd_tmpfs_30_0 (ueventd_tmpfs)) +(typeattributeset uhid_device_30_0 (uhid_device)) +(typeattributeset uimode_service_30_0 (uimode_service)) +(typeattributeset uio_device_30_0 (uio_device)) +(typeattributeset uncrypt_30_0 (uncrypt)) +(typeattributeset uncrypt_exec_30_0 (uncrypt_exec)) +(typeattributeset uncrypt_socket_30_0 (uncrypt_socket)) +(typeattributeset unencrypted_data_file_30_0 (unencrypted_data_file)) +(typeattributeset unlabeled_30_0 (unlabeled)) +(typeattributeset untrusted_app_25_30_0 (untrusted_app_25)) +(typeattributeset untrusted_app_27_30_0 (untrusted_app_27)) +(typeattributeset untrusted_app_29_30_0 (untrusted_app_29)) +(typeattributeset untrusted_app_30_0 (untrusted_app)) +(typeattributeset update_engine_30_0 (update_engine)) +(typeattributeset update_engine_data_file_30_0 (update_engine_data_file)) +(typeattributeset update_engine_exec_30_0 (update_engine_exec)) +(typeattributeset update_engine_log_data_file_30_0 (update_engine_log_data_file)) +(typeattributeset update_engine_service_30_0 (update_engine_service)) +(typeattributeset update_verifier_30_0 (update_verifier)) +(typeattributeset update_verifier_exec_30_0 (update_verifier_exec)) +(typeattributeset updatelock_service_30_0 (updatelock_service)) +(typeattributeset uri_grants_service_30_0 (uri_grants_service)) +(typeattributeset usagestats_service_30_0 (usagestats_service)) +(typeattributeset usb_device_30_0 (usb_device)) +(typeattributeset usb_serial_device_30_0 (usb_serial_device)) +(typeattributeset usb_service_30_0 (usb_service)) +(typeattributeset usbaccessory_device_30_0 (usbaccessory_device)) +(typeattributeset usbd_30_0 (usbd)) +(typeattributeset usbd_exec_30_0 (usbd_exec)) +(typeattributeset usbfs_30_0 (usbfs)) +(typeattributeset use_memfd_prop_30_0 (use_memfd_prop)) +(typeattributeset user_profile_data_file_30_0 (user_profile_data_file user_profile_root_file)) +(typeattributeset user_service_30_0 (user_service)) +(typeattributeset userdata_block_device_30_0 (userdata_block_device)) +(typeattributeset usermodehelper_30_0 (usermodehelper)) +(typeattributeset userspace_reboot_config_prop_30_0 (userspace_reboot_config_prop)) +(typeattributeset userspace_reboot_exported_prop_30_0 (userspace_reboot_exported_prop)) +(typeattributeset userspace_reboot_log_prop_30_0 (userspace_reboot_log_prop)) +(typeattributeset userspace_reboot_test_prop_30_0 (userspace_reboot_test_prop)) +(typeattributeset vdc_30_0 (vdc)) +(typeattributeset vdc_exec_30_0 (vdc_exec)) +(typeattributeset vehicle_hal_prop_30_0 (vehicle_hal_prop)) +(typeattributeset vendor_apex_file_30_0 (vendor_apex_file)) +(typeattributeset vendor_app_file_30_0 (vendor_app_file)) +(typeattributeset vendor_cgroup_desc_file_30_0 (vendor_cgroup_desc_file)) +(typeattributeset vendor_configs_file_30_0 (vendor_configs_file)) +(typeattributeset vendor_data_file_30_0 (vendor_data_file)) +(typeattributeset vendor_default_prop_30_0 (vendor_default_prop)) +(typeattributeset vendor_file_30_0 (vendor_file)) +(typeattributeset vendor_framework_file_30_0 (vendor_framework_file)) +(typeattributeset vendor_hal_file_30_0 (vendor_hal_file)) +(typeattributeset vendor_idc_file_30_0 (vendor_idc_file)) +(typeattributeset vendor_init_30_0 (vendor_init)) +(typeattributeset vendor_keychars_file_30_0 (vendor_keychars_file)) +(typeattributeset vendor_keylayout_file_30_0 (vendor_keylayout_file)) +(typeattributeset vendor_misc_writer_30_0 (vendor_misc_writer)) +(typeattributeset vendor_misc_writer_exec_30_0 (vendor_misc_writer_exec)) +(typeattributeset vendor_overlay_file_30_0 (vendor_overlay_file)) +(typeattributeset vendor_public_lib_file_30_0 (vendor_public_framework_file vendor_public_lib_file)) +(typeattributeset vendor_security_patch_level_prop_30_0 (vendor_security_patch_level_prop)) +(typeattributeset vendor_shell_30_0 (vendor_shell)) +(typeattributeset vendor_shell_exec_30_0 (vendor_shell_exec)) +(typeattributeset vendor_socket_hook_prop_30_0 (vendor_socket_hook_prop)) +(typeattributeset vendor_task_profiles_file_30_0 (vendor_task_profiles_file)) +(typeattributeset vendor_toolbox_exec_30_0 (vendor_toolbox_exec)) +(typeattributeset vfat_30_0 (vfat)) +(typeattributeset vibrator_service_30_0 (vibrator_service)) +(typeattributeset video_device_30_0 (video_device)) +(typeattributeset virtual_ab_prop_30_0 (virtual_ab_prop)) +(typeattributeset virtual_touchpad_30_0 (virtual_touchpad)) +(typeattributeset virtual_touchpad_exec_30_0 (virtual_touchpad_exec)) +(typeattributeset virtual_touchpad_service_30_0 (virtual_touchpad_service)) +(typeattributeset vndbinder_device_30_0 (vndbinder_device)) +(typeattributeset vndk_prop_30_0 (vndk_prop)) +(typeattributeset vndk_sp_file_30_0 (vndk_sp_file)) +(typeattributeset vndservice_contexts_file_30_0 (vndservice_contexts_file)) +(typeattributeset vndservicemanager_30_0 (vndservicemanager)) +(typeattributeset voiceinteraction_service_30_0 (voiceinteraction_service)) +(typeattributeset vold_30_0 (vold)) +(typeattributeset vold_data_file_30_0 (vold_data_file)) +(typeattributeset vold_device_30_0 (vold_device)) +(typeattributeset vold_exec_30_0 (vold_exec)) +(typeattributeset vold_metadata_file_30_0 (vold_metadata_file)) +(typeattributeset vold_prepare_subdirs_30_0 (vold_prepare_subdirs)) +(typeattributeset vold_prepare_subdirs_exec_30_0 (vold_prepare_subdirs_exec)) +(typeattributeset vold_prop_30_0 (vold_prop)) +(typeattributeset vold_service_30_0 (vold_service)) +(typeattributeset vpn_data_file_30_0 (vpn_data_file)) +(typeattributeset vr_hwc_30_0 (vr_hwc)) +(typeattributeset vr_hwc_exec_30_0 (vr_hwc_exec)) +(typeattributeset vr_hwc_service_30_0 (vr_hwc_service)) +(typeattributeset vr_manager_service_30_0 (vr_manager_service)) +(typeattributeset vrflinger_vsync_service_30_0 (vrflinger_vsync_service)) +(typeattributeset wallpaper_file_30_0 (wallpaper_file)) +(typeattributeset wallpaper_service_30_0 (wallpaper_service)) +(typeattributeset watchdog_device_30_0 (watchdog_device)) +(typeattributeset watchdogd_30_0 (watchdogd)) +(typeattributeset watchdogd_exec_30_0 (watchdogd_exec)) +(typeattributeset webview_zygote_30_0 (webview_zygote)) +(typeattributeset webview_zygote_exec_30_0 (webview_zygote_exec)) +(typeattributeset webview_zygote_tmpfs_30_0 (webview_zygote_tmpfs)) +(typeattributeset webviewupdate_service_30_0 (webviewupdate_service)) +(typeattributeset wifi_data_file_30_0 (wifi_data_file)) +(typeattributeset wifi_log_prop_30_0 (wifi_log_prop)) +(typeattributeset wifi_prop_30_0 (wifi_prop)) +(typeattributeset wifi_service_30_0 (wifi_service)) +(typeattributeset wifiaware_service_30_0 (wifiaware_service)) +(typeattributeset wificond_30_0 (wificond)) +(typeattributeset wificond_exec_30_0 (wificond_exec)) +(typeattributeset wifinl80211_service_30_0 (wifinl80211_service)) +(typeattributeset wifip2p_service_30_0 (wifip2p_service)) +(typeattributeset wifiscanner_service_30_0 (wifiscanner_service)) +(typeattributeset window_service_30_0 (window_service)) +(typeattributeset wpa_socket_30_0 (wpa_socket)) +(typeattributeset wpantund_30_0 (wpantund)) +(typeattributeset wpantund_exec_30_0 (wpantund_exec)) +(typeattributeset wpantund_service_30_0 (wpantund_service)) +(typeattributeset zero_device_30_0 (zero_device)) +(typeattributeset zoneinfo_data_file_30_0 (zoneinfo_data_file)) +(typeattributeset zygote_30_0 (zygote)) +(typeattributeset zygote_exec_30_0 (zygote_exec)) +(typeattributeset zygote_socket_30_0 (zygote_socket)) +(typeattributeset zygote_tmpfs_30_0 (zygote_tmpfs)) diff --git a/sparse/system/etc/selinux/mapping/30.0.compat.cil b/sparse/system/etc/selinux/mapping/30.0.compat.cil new file mode 100644 index 0000000..97c5874 --- /dev/null +++ b/sparse/system/etc/selinux/mapping/30.0.compat.cil @@ -0,0 +1,10 @@ +(typeattribute vendordomain) +(typeattributeset vendordomain ((and (domain) ((not (coredomain)))))) + +;; TODO: Once 30.0 is no longer supported for vendor images, +;; mlsvendorcompat can be completely from the system policy. +(typeattributeset mlsvendorcompat (and appdomain vendordomain)) +(allow mlsvendorcompat app_data_file (dir (ioctl read write create getattr setattr lock rename open watch watch_reads add_name remove_name reparent search rmdir))) +(allow mlsvendorcompat app_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open watch watch_reads))) +(allow mlsvendorcompat privapp_data_file (dir (ioctl read write create getattr setattr lock rename open watch watch_reads add_name remove_name reparent search rmdir))) +(allow mlsvendorcompat privapp_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open watch watch_reads))) diff --git a/sparse/system/etc/selinux/mapping/31.0.cil b/sparse/system/etc/selinux/mapping/31.0.cil new file mode 100644 index 0000000..582dcea --- /dev/null +++ b/sparse/system/etc/selinux/mapping/31.0.cil @@ -0,0 +1,2479 @@ +(type apex_appsearch_data_file) +(type apex_permission_data_file) +(type apex_scheduling_data_file) +(type apex_wifi_data_file) +(type healthd_exec) +(type nonplat_service_contexts_file) +(type sysfs_block) +(type vr_hwc) +(type vr_hwc_exec) +(expandtypeattribute (DockObserver_service_31_0) true) +(expandtypeattribute (IProxyService_service_31_0) true) +(expandtypeattribute (aac_drc_prop_31_0) true) +(expandtypeattribute (aaudio_config_prop_31_0) true) +(expandtypeattribute (ab_update_gki_prop_31_0) true) +(expandtypeattribute (accessibility_service_31_0) true) +(expandtypeattribute (account_service_31_0) true) +(expandtypeattribute (activity_service_31_0) true) +(expandtypeattribute (activity_task_service_31_0) true) +(expandtypeattribute (adb_data_file_31_0) true) +(expandtypeattribute (adb_keys_file_31_0) true) +(expandtypeattribute (adb_service_31_0) true) +(expandtypeattribute (adbd_31_0) true) +(expandtypeattribute (adbd_config_prop_31_0) true) +(expandtypeattribute (adbd_exec_31_0) true) +(expandtypeattribute (adbd_socket_31_0) true) +(expandtypeattribute (aidl_lazy_test_server_31_0) true) +(expandtypeattribute (aidl_lazy_test_server_exec_31_0) true) +(expandtypeattribute (aidl_lazy_test_service_31_0) true) +(expandtypeattribute (alarm_service_31_0) true) +(expandtypeattribute (anr_data_file_31_0) true) +(expandtypeattribute (apc_service_31_0) true) +(expandtypeattribute (apex_appsearch_data_file_31_0) true) +(expandtypeattribute (apex_data_file_31_0) true) +(expandtypeattribute (apex_info_file_31_0) true) +(expandtypeattribute (apex_metadata_file_31_0) true) +(expandtypeattribute (apex_mnt_dir_31_0) true) +(expandtypeattribute (apex_module_data_file_31_0) true) +(expandtypeattribute (apex_ota_reserved_file_31_0) true) +(expandtypeattribute (apex_permission_data_file_31_0) true) +(expandtypeattribute (apex_rollback_data_file_31_0) true) +(expandtypeattribute (apex_scheduling_data_file_31_0) true) +(expandtypeattribute (apex_service_31_0) true) +(expandtypeattribute (apex_wifi_data_file_31_0) true) +(expandtypeattribute (apexd_31_0) true) +(expandtypeattribute (apexd_config_prop_31_0) true) +(expandtypeattribute (apexd_exec_31_0) true) +(expandtypeattribute (apexd_prop_31_0) true) +(expandtypeattribute (apk_data_file_31_0) true) +(expandtypeattribute (apk_private_data_file_31_0) true) +(expandtypeattribute (apk_private_tmp_file_31_0) true) +(expandtypeattribute (apk_tmp_file_31_0) true) +(expandtypeattribute (apk_verity_prop_31_0) true) +(expandtypeattribute (app_binding_service_31_0) true) +(expandtypeattribute (app_data_file_31_0) true) +(expandtypeattribute (app_fuse_file_31_0) true) +(expandtypeattribute (app_fusefs_31_0) true) +(expandtypeattribute (app_hibernation_service_31_0) true) +(expandtypeattribute (app_integrity_service_31_0) true) +(expandtypeattribute (app_prediction_service_31_0) true) +(expandtypeattribute (app_search_service_31_0) true) +(expandtypeattribute (app_zygote_31_0) true) +(expandtypeattribute (app_zygote_tmpfs_31_0) true) +(expandtypeattribute (appcompat_data_file_31_0) true) +(expandtypeattribute (appdomain_tmpfs_31_0) true) +(expandtypeattribute (appops_service_31_0) true) +(expandtypeattribute (appwidget_service_31_0) true) +(expandtypeattribute (arm64_memtag_prop_31_0) true) +(expandtypeattribute (art_apex_dir_31_0) true) +(expandtypeattribute (asec_apk_file_31_0) true) +(expandtypeattribute (asec_image_file_31_0) true) +(expandtypeattribute (asec_public_file_31_0) true) +(expandtypeattribute (ashmem_device_31_0) true) +(expandtypeattribute (ashmem_libcutils_device_31_0) true) +(expandtypeattribute (assetatlas_service_31_0) true) +(expandtypeattribute (atrace_31_0) true) +(expandtypeattribute (audio_config_prop_31_0) true) +(expandtypeattribute (audio_data_file_31_0) true) +(expandtypeattribute (audio_device_31_0) true) +(expandtypeattribute (audio_prop_31_0) true) +(expandtypeattribute (audio_service_31_0) true) +(expandtypeattribute (audiohal_data_file_31_0) true) +(expandtypeattribute (audioserver_31_0) true) +(expandtypeattribute (audioserver_data_file_31_0) true) +(expandtypeattribute (audioserver_service_31_0) true) +(expandtypeattribute (audioserver_tmpfs_31_0) true) +(expandtypeattribute (auth_service_31_0) true) +(expandtypeattribute (authorization_service_31_0) true) +(expandtypeattribute (autofill_service_31_0) true) +(expandtypeattribute (backup_data_file_31_0) true) +(expandtypeattribute (backup_service_31_0) true) +(expandtypeattribute (battery_service_31_0) true) +(expandtypeattribute (batteryproperties_service_31_0) true) +(expandtypeattribute (batterystats_service_31_0) true) +(expandtypeattribute (binder_cache_bluetooth_server_prop_31_0) true) +(expandtypeattribute (binder_cache_system_server_prop_31_0) true) +(expandtypeattribute (binder_cache_telephony_server_prop_31_0) true) +(expandtypeattribute (binder_calls_stats_service_31_0) true) +(expandtypeattribute (binder_device_31_0) true) +(expandtypeattribute (binderfs_31_0) true) +(expandtypeattribute (binderfs_logs_31_0) true) +(expandtypeattribute (binderfs_logs_proc_31_0) true) +(expandtypeattribute (binfmt_miscfs_31_0) true) +(expandtypeattribute (biometric_service_31_0) true) +(expandtypeattribute (blkid_31_0) true) +(expandtypeattribute (blkid_untrusted_31_0) true) +(expandtypeattribute (blob_store_service_31_0) true) +(expandtypeattribute (block_device_31_0) true) +(expandtypeattribute (bluetooth_31_0) true) +(expandtypeattribute (bluetooth_a2dp_offload_prop_31_0) true) +(expandtypeattribute (bluetooth_audio_hal_prop_31_0) true) +(expandtypeattribute (bluetooth_data_file_31_0) true) +(expandtypeattribute (bluetooth_efs_file_31_0) true) +(expandtypeattribute (bluetooth_logs_data_file_31_0) true) +(expandtypeattribute (bluetooth_manager_service_31_0) true) +(expandtypeattribute (bluetooth_prop_31_0) true) +(expandtypeattribute (bluetooth_service_31_0) true) +(expandtypeattribute (bluetooth_socket_31_0) true) +(expandtypeattribute (boot_block_device_31_0) true) +(expandtypeattribute (boot_status_prop_31_0) true) +(expandtypeattribute (bootanim_31_0) true) +(expandtypeattribute (bootanim_config_prop_31_0) true) +(expandtypeattribute (bootanim_exec_31_0) true) +(expandtypeattribute (bootanim_system_prop_31_0) true) +(expandtypeattribute (bootchart_data_file_31_0) true) +(expandtypeattribute (bootloader_boot_reason_prop_31_0) true) +(expandtypeattribute (bootloader_prop_31_0) true) +(expandtypeattribute (bootstat_31_0) true) +(expandtypeattribute (bootstat_data_file_31_0) true) +(expandtypeattribute (bootstat_exec_31_0) true) +(expandtypeattribute (boottime_prop_31_0) true) +(expandtypeattribute (boottime_public_prop_31_0) true) +(expandtypeattribute (boottrace_data_file_31_0) true) +(expandtypeattribute (bpf_progs_loaded_prop_31_0) true) +(expandtypeattribute (bq_config_prop_31_0) true) +(expandtypeattribute (broadcastradio_service_31_0) true) +(expandtypeattribute (bufferhubd_31_0) true) +(expandtypeattribute (bufferhubd_exec_31_0) true) +(expandtypeattribute (bugreport_service_31_0) true) +(expandtypeattribute (build_bootimage_prop_31_0) true) +(expandtypeattribute (build_config_prop_31_0) true) +(expandtypeattribute (build_odm_prop_31_0) true) +(expandtypeattribute (build_prop_31_0) true) +(expandtypeattribute (build_vendor_prop_31_0) true) +(expandtypeattribute (cache_backup_file_31_0) true) +(expandtypeattribute (cache_block_device_31_0) true) +(expandtypeattribute (cache_file_31_0) true) +(expandtypeattribute (cache_private_backup_file_31_0) true) +(expandtypeattribute (cache_recovery_file_31_0) true) +(expandtypeattribute (cacheinfo_service_31_0) true) +(expandtypeattribute (camera2_extensions_prop_31_0) true) +(expandtypeattribute (camera_calibration_prop_31_0) true) +(expandtypeattribute (camera_config_prop_31_0) true) +(expandtypeattribute (camera_data_file_31_0) true) +(expandtypeattribute (camera_device_31_0) true) +(expandtypeattribute (cameraproxy_service_31_0) true) +(expandtypeattribute (cameraserver_31_0) true) +(expandtypeattribute (cameraserver_exec_31_0) true) +(expandtypeattribute (cameraserver_service_31_0) true) +(expandtypeattribute (cameraserver_tmpfs_31_0) true) +(expandtypeattribute (camerax_extensions_prop_31_0) true) +(expandtypeattribute (cgroup_31_0) true) +(expandtypeattribute (cgroup_desc_api_file_31_0) true) +(expandtypeattribute (cgroup_desc_file_31_0) true) +(expandtypeattribute (cgroup_rc_file_31_0) true) +(expandtypeattribute (cgroup_v2_31_0) true) +(expandtypeattribute (charger_31_0) true) +(expandtypeattribute (charger_config_prop_31_0) true) +(expandtypeattribute (charger_exec_31_0) true) +(expandtypeattribute (charger_prop_31_0) true) +(expandtypeattribute (charger_status_prop_31_0) true) +(expandtypeattribute (clipboard_service_31_0) true) +(expandtypeattribute (codec2_config_prop_31_0) true) +(expandtypeattribute (cold_boot_done_prop_31_0) true) +(expandtypeattribute (color_display_service_31_0) true) +(expandtypeattribute (companion_device_service_31_0) true) +(expandtypeattribute (config_prop_31_0) true) +(expandtypeattribute (configfs_31_0) true) +(expandtypeattribute (connectivity_service_31_0) true) +(expandtypeattribute (connmetrics_service_31_0) true) +(expandtypeattribute (console_device_31_0) true) +(expandtypeattribute (consumer_ir_service_31_0) true) +(expandtypeattribute (content_capture_service_31_0) true) +(expandtypeattribute (content_service_31_0) true) +(expandtypeattribute (content_suggestions_service_31_0) true) +(expandtypeattribute (contexthub_service_31_0) true) +(expandtypeattribute (coredump_file_31_0) true) +(expandtypeattribute (country_detector_service_31_0) true) +(expandtypeattribute (coverage_service_31_0) true) +(expandtypeattribute (cppreopt_prop_31_0) true) +(expandtypeattribute (cpu_variant_prop_31_0) true) +(expandtypeattribute (cpuinfo_service_31_0) true) +(expandtypeattribute (crash_dump_31_0) true) +(expandtypeattribute (crash_dump_exec_31_0) true) +(expandtypeattribute (credstore_31_0) true) +(expandtypeattribute (credstore_data_file_31_0) true) +(expandtypeattribute (credstore_exec_31_0) true) +(expandtypeattribute (credstore_service_31_0) true) +(expandtypeattribute (crossprofileapps_service_31_0) true) +(expandtypeattribute (ctl_adbd_prop_31_0) true) +(expandtypeattribute (ctl_apexd_prop_31_0) true) +(expandtypeattribute (ctl_bootanim_prop_31_0) true) +(expandtypeattribute (ctl_bugreport_prop_31_0) true) +(expandtypeattribute (ctl_console_prop_31_0) true) +(expandtypeattribute (ctl_default_prop_31_0) true) +(expandtypeattribute (ctl_dumpstate_prop_31_0) true) +(expandtypeattribute (ctl_fuse_prop_31_0) true) +(expandtypeattribute (ctl_gsid_prop_31_0) true) +(expandtypeattribute (ctl_interface_restart_prop_31_0) true) +(expandtypeattribute (ctl_interface_start_prop_31_0) true) +(expandtypeattribute (ctl_interface_stop_prop_31_0) true) +(expandtypeattribute (ctl_mdnsd_prop_31_0) true) +(expandtypeattribute (ctl_restart_prop_31_0) true) +(expandtypeattribute (ctl_rildaemon_prop_31_0) true) +(expandtypeattribute (ctl_sigstop_prop_31_0) true) +(expandtypeattribute (ctl_start_prop_31_0) true) +(expandtypeattribute (ctl_stop_prop_31_0) true) +(expandtypeattribute (dalvik_config_prop_31_0) true) +(expandtypeattribute (dalvik_prop_31_0) true) +(expandtypeattribute (dalvik_runtime_prop_31_0) true) +(expandtypeattribute (dalvikcache_data_file_31_0) true) +(expandtypeattribute (dataloader_manager_service_31_0) true) +(expandtypeattribute (dbinfo_service_31_0) true) +(expandtypeattribute (dck_prop_31_0) true) +(expandtypeattribute (debug_prop_31_0) true) +(expandtypeattribute (debugfs_31_0) true) +(expandtypeattribute (debugfs_bootreceiver_tracing_31_0) true) +(expandtypeattribute (debugfs_kprobes_31_0) true) +(expandtypeattribute (debugfs_mm_events_tracing_31_0) true) +(expandtypeattribute (debugfs_mmc_31_0) true) +(expandtypeattribute (debugfs_restriction_prop_31_0) true) +(expandtypeattribute (debugfs_trace_marker_31_0) true) +(expandtypeattribute (debugfs_tracing_31_0) true) +(expandtypeattribute (debugfs_tracing_debug_31_0) true) +(expandtypeattribute (debugfs_tracing_instances_31_0) true) +(expandtypeattribute (debugfs_tracing_printk_formats_31_0) true) +(expandtypeattribute (debugfs_wakeup_sources_31_0) true) +(expandtypeattribute (debugfs_wifi_tracing_31_0) true) +(expandtypeattribute (debuggerd_prop_31_0) true) +(expandtypeattribute (default_android_hwservice_31_0) true) +(expandtypeattribute (default_android_service_31_0) true) +(expandtypeattribute (default_android_vndservice_31_0) true) +(expandtypeattribute (default_prop_31_0) true) +(expandtypeattribute (dev_cpu_variant_31_0) true) +(expandtypeattribute (device_31_0) true) +(expandtypeattribute (device_config_activity_manager_native_boot_prop_31_0) true) +(expandtypeattribute (device_config_boot_count_prop_31_0) true) +(expandtypeattribute (device_config_input_native_boot_prop_31_0) true) +(expandtypeattribute (device_config_media_native_prop_31_0) true) +(expandtypeattribute (device_config_netd_native_prop_31_0) true) +(expandtypeattribute (device_config_reset_performed_prop_31_0) true) +(expandtypeattribute (device_config_runtime_native_boot_prop_31_0) true) +(expandtypeattribute (device_config_runtime_native_prop_31_0) true) +(expandtypeattribute (device_config_service_31_0) true) +(expandtypeattribute (device_identifiers_service_31_0) true) +(expandtypeattribute (device_logging_prop_31_0) true) +(expandtypeattribute (device_policy_service_31_0) true) +(expandtypeattribute (device_state_service_31_0) true) +(expandtypeattribute (deviceidle_service_31_0) true) +(expandtypeattribute (devicestoragemonitor_service_31_0) true) +(expandtypeattribute (devpts_31_0) true) +(expandtypeattribute (dhcp_31_0) true) +(expandtypeattribute (dhcp_data_file_31_0) true) +(expandtypeattribute (dhcp_exec_31_0) true) +(expandtypeattribute (dhcp_prop_31_0) true) +(expandtypeattribute (diskstats_service_31_0) true) +(expandtypeattribute (display_service_31_0) true) +(expandtypeattribute (dm_device_31_0) true) +(expandtypeattribute (dm_user_device_31_0) true) +(expandtypeattribute (dmabuf_heap_device_31_0) true) +(expandtypeattribute (dmabuf_system_heap_device_31_0) true) +(expandtypeattribute (dmabuf_system_secure_heap_device_31_0) true) +(expandtypeattribute (dnsmasq_31_0) true) +(expandtypeattribute (dnsmasq_exec_31_0) true) +(expandtypeattribute (dnsproxyd_socket_31_0) true) +(expandtypeattribute (dnsresolver_service_31_0) true) +(expandtypeattribute (domain_verification_service_31_0) true) +(expandtypeattribute (dreams_service_31_0) true) +(expandtypeattribute (drm_data_file_31_0) true) +(expandtypeattribute (drm_service_config_prop_31_0) true) +(expandtypeattribute (drmserver_31_0) true) +(expandtypeattribute (drmserver_exec_31_0) true) +(expandtypeattribute (drmserver_service_31_0) true) +(expandtypeattribute (drmserver_socket_31_0) true) +(expandtypeattribute (dropbox_data_file_31_0) true) +(expandtypeattribute (dropbox_service_31_0) true) +(expandtypeattribute (dumpstate_31_0) true) +(expandtypeattribute (dumpstate_exec_31_0) true) +(expandtypeattribute (dumpstate_options_prop_31_0) true) +(expandtypeattribute (dumpstate_prop_31_0) true) +(expandtypeattribute (dumpstate_service_31_0) true) +(expandtypeattribute (dumpstate_socket_31_0) true) +(expandtypeattribute (dynamic_system_prop_31_0) true) +(expandtypeattribute (e2fs_31_0) true) +(expandtypeattribute (e2fs_exec_31_0) true) +(expandtypeattribute (efs_file_31_0) true) +(expandtypeattribute (emergency_affordance_service_31_0) true) +(expandtypeattribute (ephemeral_app_31_0) true) +(expandtypeattribute (ethernet_service_31_0) true) +(expandtypeattribute (exfat_31_0) true) +(expandtypeattribute (exported3_system_prop_31_0) true) +(expandtypeattribute (exported_bluetooth_prop_31_0) true) +(expandtypeattribute (exported_camera_prop_31_0) true) +(expandtypeattribute (exported_config_prop_31_0) true) +(expandtypeattribute (exported_default_prop_31_0) true) +(expandtypeattribute (exported_dumpstate_prop_31_0) true) +(expandtypeattribute (exported_overlay_prop_31_0) true) +(expandtypeattribute (exported_pm_prop_31_0) true) +(expandtypeattribute (exported_secure_prop_31_0) true) +(expandtypeattribute (exported_system_prop_31_0) true) +(expandtypeattribute (external_vibrator_service_31_0) true) +(expandtypeattribute (face_service_31_0) true) +(expandtypeattribute (face_vendor_data_file_31_0) true) +(expandtypeattribute (fastbootd_31_0) true) +(expandtypeattribute (ffs_config_prop_31_0) true) +(expandtypeattribute (ffs_control_prop_31_0) true) +(expandtypeattribute (file_contexts_file_31_0) true) +(expandtypeattribute (file_integrity_service_31_0) true) +(expandtypeattribute (fingerprint_prop_31_0) true) +(expandtypeattribute (fingerprint_service_31_0) true) +(expandtypeattribute (fingerprint_vendor_data_file_31_0) true) +(expandtypeattribute (fingerprintd_31_0) true) +(expandtypeattribute (fingerprintd_data_file_31_0) true) +(expandtypeattribute (fingerprintd_exec_31_0) true) +(expandtypeattribute (fingerprintd_service_31_0) true) +(expandtypeattribute (firstboot_prop_31_0) true) +(expandtypeattribute (flags_health_check_31_0) true) +(expandtypeattribute (flags_health_check_exec_31_0) true) +(expandtypeattribute (font_service_31_0) true) +(expandtypeattribute (framework_watchdog_config_prop_31_0) true) +(expandtypeattribute (frp_block_device_31_0) true) +(expandtypeattribute (fs_bpf_31_0) true) +(expandtypeattribute (fs_bpf_tethering_31_0) true) +(expandtypeattribute (fsck_31_0) true) +(expandtypeattribute (fsck_exec_31_0) true) +(expandtypeattribute (fsck_untrusted_31_0) true) +(expandtypeattribute (fscklogs_31_0) true) +(expandtypeattribute (functionfs_31_0) true) +(expandtypeattribute (fuse_31_0) true) +(expandtypeattribute (fuse_device_31_0) true) +(expandtypeattribute (fusectlfs_31_0) true) +(expandtypeattribute (fwk_automotive_display_hwservice_31_0) true) +(expandtypeattribute (fwk_bufferhub_hwservice_31_0) true) +(expandtypeattribute (fwk_camera_hwservice_31_0) true) +(expandtypeattribute (fwk_display_hwservice_31_0) true) +(expandtypeattribute (fwk_scheduler_hwservice_31_0) true) +(expandtypeattribute (fwk_sensor_hwservice_31_0) true) +(expandtypeattribute (fwk_stats_hwservice_31_0) true) +(expandtypeattribute (fwk_stats_service_31_0) true) +(expandtypeattribute (fwmarkd_socket_31_0) true) +(expandtypeattribute (game_service_31_0) true) +(expandtypeattribute (gatekeeper_data_file_31_0) true) +(expandtypeattribute (gatekeeper_service_31_0) true) +(expandtypeattribute (gatekeeperd_31_0) true) +(expandtypeattribute (gatekeeperd_exec_31_0) true) +(expandtypeattribute (gfxinfo_service_31_0) true) +(expandtypeattribute (gmscore_app_31_0) true) +(expandtypeattribute (gnss_device_31_0) true) +(expandtypeattribute (gnss_time_update_service_31_0) true) +(expandtypeattribute (gps_control_31_0) true) +(expandtypeattribute (gpu_device_31_0) true) +(expandtypeattribute (gpu_service_31_0) true) +(expandtypeattribute (gpuservice_31_0) true) +(expandtypeattribute (graphics_config_prop_31_0) true) +(expandtypeattribute (graphics_device_31_0) true) +(expandtypeattribute (graphicsstats_service_31_0) true) +(expandtypeattribute (gsi_data_file_31_0) true) +(expandtypeattribute (gsi_metadata_file_31_0) true) +(expandtypeattribute (gsi_public_metadata_file_31_0) true) +(expandtypeattribute (hal_atrace_hwservice_31_0) true) +(expandtypeattribute (hal_audio_hwservice_31_0) true) +(expandtypeattribute (hal_audio_service_31_0) true) +(expandtypeattribute (hal_audiocontrol_hwservice_31_0) true) +(expandtypeattribute (hal_audiocontrol_service_31_0) true) +(expandtypeattribute (hal_authsecret_hwservice_31_0) true) +(expandtypeattribute (hal_authsecret_service_31_0) true) +(expandtypeattribute (hal_bluetooth_hwservice_31_0) true) +(expandtypeattribute (hal_bootctl_hwservice_31_0) true) +(expandtypeattribute (hal_broadcastradio_hwservice_31_0) true) +(expandtypeattribute (hal_camera_hwservice_31_0) true) +(expandtypeattribute (hal_can_bus_hwservice_31_0) true) +(expandtypeattribute (hal_can_controller_hwservice_31_0) true) +(expandtypeattribute (hal_cas_hwservice_31_0) true) +(expandtypeattribute (hal_codec2_hwservice_31_0) true) +(expandtypeattribute (hal_configstore_ISurfaceFlingerConfigs_31_0) true) +(expandtypeattribute (hal_confirmationui_hwservice_31_0) true) +(expandtypeattribute (hal_contexthub_hwservice_31_0) true) +(expandtypeattribute (hal_drm_hwservice_31_0) true) +(expandtypeattribute (hal_dumpstate_config_prop_31_0) true) +(expandtypeattribute (hal_dumpstate_hwservice_31_0) true) +(expandtypeattribute (hal_evs_hwservice_31_0) true) +(expandtypeattribute (hal_face_hwservice_31_0) true) +(expandtypeattribute (hal_face_service_31_0) true) +(expandtypeattribute (hal_fingerprint_hwservice_31_0) true) +(expandtypeattribute (hal_fingerprint_service_31_0) true) +(expandtypeattribute (hal_gatekeeper_hwservice_31_0) true) +(expandtypeattribute (hal_gnss_hwservice_31_0) true) +(expandtypeattribute (hal_gnss_service_31_0) true) +(expandtypeattribute (hal_graphics_allocator_hwservice_31_0) true) +(expandtypeattribute (hal_graphics_composer_hwservice_31_0) true) +(expandtypeattribute (hal_graphics_composer_server_tmpfs_31_0) true) +(expandtypeattribute (hal_graphics_mapper_hwservice_31_0) true) +(expandtypeattribute (hal_health_hwservice_31_0) true) +(expandtypeattribute (hal_health_storage_hwservice_31_0) true) +(expandtypeattribute (hal_health_storage_service_31_0) true) +(expandtypeattribute (hal_identity_service_31_0) true) +(expandtypeattribute (hal_input_classifier_hwservice_31_0) true) +(expandtypeattribute (hal_instrumentation_prop_31_0) true) +(expandtypeattribute (hal_ir_hwservice_31_0) true) +(expandtypeattribute (hal_keymaster_hwservice_31_0) true) +(expandtypeattribute (hal_keymint_service_31_0) true) +(expandtypeattribute (hal_light_hwservice_31_0) true) +(expandtypeattribute (hal_light_service_31_0) true) +(expandtypeattribute (hal_lowpan_hwservice_31_0) true) +(expandtypeattribute (hal_memtrack_hwservice_31_0) true) +(expandtypeattribute (hal_memtrack_service_31_0) true) +(expandtypeattribute (hal_neuralnetworks_hwservice_31_0) true) +(expandtypeattribute (hal_neuralnetworks_service_31_0) true) +(expandtypeattribute (hal_nfc_hwservice_31_0) true) +(expandtypeattribute (hal_oemlock_hwservice_31_0) true) +(expandtypeattribute (hal_oemlock_service_31_0) true) +(expandtypeattribute (hal_omx_hwservice_31_0) true) +(expandtypeattribute (hal_power_hwservice_31_0) true) +(expandtypeattribute (hal_power_service_31_0) true) +(expandtypeattribute (hal_power_stats_hwservice_31_0) true) +(expandtypeattribute (hal_power_stats_service_31_0) true) +(expandtypeattribute (hal_rebootescrow_service_31_0) true) +(expandtypeattribute (hal_remotelyprovisionedcomponent_service_31_0) true) +(expandtypeattribute (hal_renderscript_hwservice_31_0) true) +(expandtypeattribute (hal_secure_element_hwservice_31_0) true) +(expandtypeattribute (hal_secureclock_service_31_0) true) +(expandtypeattribute (hal_sensors_hwservice_31_0) true) +(expandtypeattribute (hal_sharedsecret_service_31_0) true) +(expandtypeattribute (hal_telephony_hwservice_31_0) true) +(expandtypeattribute (hal_tetheroffload_hwservice_31_0) true) +(expandtypeattribute (hal_thermal_hwservice_31_0) true) +(expandtypeattribute (hal_tv_cec_hwservice_31_0) true) +(expandtypeattribute (hal_tv_input_hwservice_31_0) true) +(expandtypeattribute (hal_tv_tuner_hwservice_31_0) true) +(expandtypeattribute (hal_usb_gadget_hwservice_31_0) true) +(expandtypeattribute (hal_usb_hwservice_31_0) true) +(expandtypeattribute (hal_vehicle_hwservice_31_0) true) +(expandtypeattribute (hal_vibrator_hwservice_31_0) true) +(expandtypeattribute (hal_vibrator_service_31_0) true) +(expandtypeattribute (hal_vr_hwservice_31_0) true) +(expandtypeattribute (hal_weaver_hwservice_31_0) true) +(expandtypeattribute (hal_weaver_service_31_0) true) +(expandtypeattribute (hal_wifi_hostapd_hwservice_31_0) true) +(expandtypeattribute (hal_wifi_hwservice_31_0) true) +(expandtypeattribute (hal_wifi_supplicant_hwservice_31_0) true) +(expandtypeattribute (hardware_properties_service_31_0) true) +(expandtypeattribute (hardware_service_31_0) true) +(expandtypeattribute (hci_attach_dev_31_0) true) +(expandtypeattribute (hdmi_config_prop_31_0) true) +(expandtypeattribute (hdmi_control_service_31_0) true) +(expandtypeattribute (healthd_31_0) true) +(expandtypeattribute (healthd_exec_31_0) true) +(expandtypeattribute (heapdump_data_file_31_0) true) +(expandtypeattribute (heapprofd_31_0) true) +(expandtypeattribute (heapprofd_enabled_prop_31_0) true) +(expandtypeattribute (heapprofd_prop_31_0) true) +(expandtypeattribute (heapprofd_socket_31_0) true) +(expandtypeattribute (hidl_allocator_hwservice_31_0) true) +(expandtypeattribute (hidl_base_hwservice_31_0) true) +(expandtypeattribute (hidl_manager_hwservice_31_0) true) +(expandtypeattribute (hidl_memory_hwservice_31_0) true) +(expandtypeattribute (hidl_token_hwservice_31_0) true) +(expandtypeattribute (hint_service_31_0) true) +(expandtypeattribute (hw_random_device_31_0) true) +(expandtypeattribute (hw_timeout_multiplier_prop_31_0) true) +(expandtypeattribute (hwbinder_device_31_0) true) +(expandtypeattribute (hwservice_contexts_file_31_0) true) +(expandtypeattribute (hwservicemanager_31_0) true) +(expandtypeattribute (hwservicemanager_exec_31_0) true) +(expandtypeattribute (hwservicemanager_prop_31_0) true) +(expandtypeattribute (icon_file_31_0) true) +(expandtypeattribute (idmap_31_0) true) +(expandtypeattribute (idmap_exec_31_0) true) +(expandtypeattribute (idmap_service_31_0) true) +(expandtypeattribute (iio_device_31_0) true) +(expandtypeattribute (imms_service_31_0) true) +(expandtypeattribute (incident_31_0) true) +(expandtypeattribute (incident_data_file_31_0) true) +(expandtypeattribute (incident_helper_31_0) true) +(expandtypeattribute (incident_service_31_0) true) +(expandtypeattribute (incidentd_31_0) true) +(expandtypeattribute (incremental_control_file_31_0) true) +(expandtypeattribute (incremental_prop_31_0) true) +(expandtypeattribute (incremental_service_31_0) true) +(expandtypeattribute (init_31_0) true) +(expandtypeattribute (init_exec_31_0) true) +(expandtypeattribute (init_service_status_prop_31_0) true) +(expandtypeattribute (init_tmpfs_31_0) true) +(expandtypeattribute (inotify_31_0) true) +(expandtypeattribute (input_device_31_0) true) +(expandtypeattribute (input_method_service_31_0) true) +(expandtypeattribute (input_service_31_0) true) +(expandtypeattribute (inputflinger_31_0) true) +(expandtypeattribute (inputflinger_exec_31_0) true) +(expandtypeattribute (inputflinger_service_31_0) true) +(expandtypeattribute (install_data_file_31_0) true) +(expandtypeattribute (installd_31_0) true) +(expandtypeattribute (installd_exec_31_0) true) +(expandtypeattribute (installd_service_31_0) true) +(expandtypeattribute (ion_device_31_0) true) +(expandtypeattribute (iorap_inode2filename_31_0) true) +(expandtypeattribute (iorap_inode2filename_exec_31_0) true) +(expandtypeattribute (iorap_inode2filename_tmpfs_31_0) true) +(expandtypeattribute (iorap_prefetcherd_31_0) true) +(expandtypeattribute (iorap_prefetcherd_exec_31_0) true) +(expandtypeattribute (iorap_prefetcherd_tmpfs_31_0) true) +(expandtypeattribute (iorapd_31_0) true) +(expandtypeattribute (iorapd_data_file_31_0) true) +(expandtypeattribute (iorapd_exec_31_0) true) +(expandtypeattribute (iorapd_service_31_0) true) +(expandtypeattribute (iorapd_tmpfs_31_0) true) +(expandtypeattribute (ipsec_service_31_0) true) +(expandtypeattribute (iris_service_31_0) true) +(expandtypeattribute (iris_vendor_data_file_31_0) true) +(expandtypeattribute (isolated_app_31_0) true) +(expandtypeattribute (jobscheduler_service_31_0) true) +(expandtypeattribute (kernel_31_0) true) +(expandtypeattribute (keychain_data_file_31_0) true) +(expandtypeattribute (keychord_device_31_0) true) +(expandtypeattribute (keyguard_config_prop_31_0) true) +(expandtypeattribute (keystore2_key_contexts_file_31_0) true) +(expandtypeattribute (keystore_31_0) true) +(expandtypeattribute (keystore_compat_hal_service_31_0) true) +(expandtypeattribute (keystore_data_file_31_0) true) +(expandtypeattribute (keystore_exec_31_0) true) +(expandtypeattribute (keystore_maintenance_service_31_0) true) +(expandtypeattribute (keystore_metrics_service_31_0) true) +(expandtypeattribute (keystore_service_31_0) true) +(expandtypeattribute (kmsg_debug_device_31_0) true) +(expandtypeattribute (kmsg_device_31_0) true) +(expandtypeattribute (labeledfs_31_0) true) +(expandtypeattribute (launcherapps_service_31_0) true) +(expandtypeattribute (legacy_permission_service_31_0) true) +(expandtypeattribute (legacykeystore_service_31_0) true) +(expandtypeattribute (libc_debug_prop_31_0) true) +(expandtypeattribute (light_service_31_0) true) +(expandtypeattribute (linkerconfig_file_31_0) true) +(expandtypeattribute (llkd_31_0) true) +(expandtypeattribute (llkd_exec_31_0) true) +(expandtypeattribute (llkd_prop_31_0) true) +(expandtypeattribute (lmkd_31_0) true) +(expandtypeattribute (lmkd_config_prop_31_0) true) +(expandtypeattribute (lmkd_exec_31_0) true) +(expandtypeattribute (lmkd_prop_31_0) true) +(expandtypeattribute (lmkd_socket_31_0) true) +(expandtypeattribute (location_service_31_0) true) +(expandtypeattribute (location_time_zone_manager_service_31_0) true) +(expandtypeattribute (lock_settings_service_31_0) true) +(expandtypeattribute (log_prop_31_0) true) +(expandtypeattribute (log_tag_prop_31_0) true) +(expandtypeattribute (logcat_exec_31_0) true) +(expandtypeattribute (logd_31_0) true) +(expandtypeattribute (logd_exec_31_0) true) +(expandtypeattribute (logd_prop_31_0) true) +(expandtypeattribute (logd_socket_31_0) true) +(expandtypeattribute (logdr_socket_31_0) true) +(expandtypeattribute (logdw_socket_31_0) true) +(expandtypeattribute (logpersist_31_0) true) +(expandtypeattribute (logpersistd_logging_prop_31_0) true) +(expandtypeattribute (loop_control_device_31_0) true) +(expandtypeattribute (loop_device_31_0) true) +(expandtypeattribute (looper_stats_service_31_0) true) +(expandtypeattribute (lowpan_device_31_0) true) +(expandtypeattribute (lowpan_prop_31_0) true) +(expandtypeattribute (lowpan_service_31_0) true) +(expandtypeattribute (lpdump_service_31_0) true) +(expandtypeattribute (lpdumpd_prop_31_0) true) +(expandtypeattribute (mac_perms_file_31_0) true) +(expandtypeattribute (mdns_socket_31_0) true) +(expandtypeattribute (mdnsd_31_0) true) +(expandtypeattribute (mdnsd_socket_31_0) true) +(expandtypeattribute (media_communication_service_31_0) true) +(expandtypeattribute (media_config_prop_31_0) true) +(expandtypeattribute (media_data_file_31_0) true) +(expandtypeattribute (media_metrics_service_31_0) true) +(expandtypeattribute (media_projection_service_31_0) true) +(expandtypeattribute (media_router_service_31_0) true) +(expandtypeattribute (media_rw_data_file_31_0) true) +(expandtypeattribute (media_session_service_31_0) true) +(expandtypeattribute (media_variant_prop_31_0) true) +(expandtypeattribute (mediadrm_config_prop_31_0) true) +(expandtypeattribute (mediadrmserver_31_0) true) +(expandtypeattribute (mediadrmserver_exec_31_0) true) +(expandtypeattribute (mediadrmserver_service_31_0) true) +(expandtypeattribute (mediaextractor_31_0) true) +(expandtypeattribute (mediaextractor_exec_31_0) true) +(expandtypeattribute (mediaextractor_service_31_0) true) +(expandtypeattribute (mediaextractor_tmpfs_31_0) true) +(expandtypeattribute (mediametrics_31_0) true) +(expandtypeattribute (mediametrics_exec_31_0) true) +(expandtypeattribute (mediametrics_service_31_0) true) +(expandtypeattribute (mediaprovider_31_0) true) +(expandtypeattribute (mediaserver_31_0) true) +(expandtypeattribute (mediaserver_exec_31_0) true) +(expandtypeattribute (mediaserver_service_31_0) true) +(expandtypeattribute (mediaserver_tmpfs_31_0) true) +(expandtypeattribute (mediaswcodec_31_0) true) +(expandtypeattribute (mediaswcodec_exec_31_0) true) +(expandtypeattribute (mediatranscoding_service_31_0) true) +(expandtypeattribute (meminfo_service_31_0) true) +(expandtypeattribute (memtrackproxy_service_31_0) true) +(expandtypeattribute (metadata_block_device_31_0) true) +(expandtypeattribute (metadata_bootstat_file_31_0) true) +(expandtypeattribute (metadata_file_31_0) true) +(expandtypeattribute (method_trace_data_file_31_0) true) +(expandtypeattribute (midi_service_31_0) true) +(expandtypeattribute (mirror_data_file_31_0) true) +(expandtypeattribute (misc_block_device_31_0) true) +(expandtypeattribute (misc_logd_file_31_0) true) +(expandtypeattribute (misc_user_data_file_31_0) true) +(expandtypeattribute (mm_events_config_prop_31_0) true) +(expandtypeattribute (mmc_prop_31_0) true) +(expandtypeattribute (mnt_expand_file_31_0) true) +(expandtypeattribute (mnt_media_rw_file_31_0) true) +(expandtypeattribute (mnt_media_rw_stub_file_31_0) true) +(expandtypeattribute (mnt_pass_through_file_31_0) true) +(expandtypeattribute (mnt_product_file_31_0) true) +(expandtypeattribute (mnt_sdcard_file_31_0) true) +(expandtypeattribute (mnt_user_file_31_0) true) +(expandtypeattribute (mnt_vendor_file_31_0) true) +(expandtypeattribute (mock_ota_prop_31_0) true) +(expandtypeattribute (modprobe_31_0) true) +(expandtypeattribute (module_sdkextensions_prop_31_0) true) +(expandtypeattribute (mount_service_31_0) true) +(expandtypeattribute (mqueue_31_0) true) +(expandtypeattribute (mtp_31_0) true) +(expandtypeattribute (mtp_device_31_0) true) +(expandtypeattribute (mtp_exec_31_0) true) +(expandtypeattribute (mtpd_socket_31_0) true) +(expandtypeattribute (music_recognition_service_31_0) true) +(expandtypeattribute (nativetest_data_file_31_0) true) +(expandtypeattribute (net_data_file_31_0) true) +(expandtypeattribute (net_dns_prop_31_0) true) +(expandtypeattribute (net_radio_prop_31_0) true) +(expandtypeattribute (netd_31_0) true) +(expandtypeattribute (netd_exec_31_0) true) +(expandtypeattribute (netd_listener_service_31_0) true) +(expandtypeattribute (netd_service_31_0) true) +(expandtypeattribute (netif_31_0) true) +(expandtypeattribute (netpolicy_service_31_0) true) +(expandtypeattribute (netstats_service_31_0) true) +(expandtypeattribute (netutils_wrapper_31_0) true) +(expandtypeattribute (netutils_wrapper_exec_31_0) true) +(expandtypeattribute (network_management_service_31_0) true) +(expandtypeattribute (network_score_service_31_0) true) +(expandtypeattribute (network_stack_31_0) true) +(expandtypeattribute (network_stack_service_31_0) true) +(expandtypeattribute (network_time_update_service_31_0) true) +(expandtypeattribute (network_watchlist_data_file_31_0) true) +(expandtypeattribute (network_watchlist_service_31_0) true) +(expandtypeattribute (nfc_31_0) true) +(expandtypeattribute (nfc_data_file_31_0) true) +(expandtypeattribute (nfc_device_31_0) true) +(expandtypeattribute (nfc_logs_data_file_31_0) true) +(expandtypeattribute (nfc_prop_31_0) true) +(expandtypeattribute (nfc_service_31_0) true) +(expandtypeattribute (nnapi_ext_deny_product_prop_31_0) true) +(expandtypeattribute (node_31_0) true) +(expandtypeattribute (nonplat_service_contexts_file_31_0) true) +(expandtypeattribute (notification_service_31_0) true) +(expandtypeattribute (null_device_31_0) true) +(expandtypeattribute (oem_lock_service_31_0) true) +(expandtypeattribute (oem_unlock_prop_31_0) true) +(expandtypeattribute (oemfs_31_0) true) +(expandtypeattribute (ota_data_file_31_0) true) +(expandtypeattribute (ota_metadata_file_31_0) true) +(expandtypeattribute (ota_package_file_31_0) true) +(expandtypeattribute (ota_prop_31_0) true) +(expandtypeattribute (otadexopt_service_31_0) true) +(expandtypeattribute (otapreopt_chroot_31_0) true) +(expandtypeattribute (overlay_prop_31_0) true) +(expandtypeattribute (overlay_service_31_0) true) +(expandtypeattribute (overlayfs_file_31_0) true) +(expandtypeattribute (owntty_device_31_0) true) +(expandtypeattribute (pac_proxy_service_31_0) true) +(expandtypeattribute (package_native_service_31_0) true) +(expandtypeattribute (package_service_31_0) true) +(expandtypeattribute (packagemanager_config_prop_31_0) true) +(expandtypeattribute (packages_list_file_31_0) true) +(expandtypeattribute (pan_result_prop_31_0) true) +(expandtypeattribute (password_slot_metadata_file_31_0) true) +(expandtypeattribute (pdx_bufferhub_client_channel_socket_31_0) true) +(expandtypeattribute (pdx_bufferhub_client_endpoint_socket_31_0) true) +(expandtypeattribute (pdx_bufferhub_dir_31_0) true) +(expandtypeattribute (pdx_display_client_channel_socket_31_0) true) +(expandtypeattribute (pdx_display_client_endpoint_socket_31_0) true) +(expandtypeattribute (pdx_display_dir_31_0) true) +(expandtypeattribute (pdx_display_manager_channel_socket_31_0) true) +(expandtypeattribute (pdx_display_manager_endpoint_socket_31_0) true) +(expandtypeattribute (pdx_display_screenshot_channel_socket_31_0) true) +(expandtypeattribute (pdx_display_screenshot_endpoint_socket_31_0) true) +(expandtypeattribute (pdx_display_vsync_channel_socket_31_0) true) +(expandtypeattribute (pdx_display_vsync_endpoint_socket_31_0) true) +(expandtypeattribute (pdx_performance_client_channel_socket_31_0) true) +(expandtypeattribute (pdx_performance_client_endpoint_socket_31_0) true) +(expandtypeattribute (pdx_performance_dir_31_0) true) +(expandtypeattribute (people_service_31_0) true) +(expandtypeattribute (perfetto_31_0) true) +(expandtypeattribute (performanced_31_0) true) +(expandtypeattribute (performanced_exec_31_0) true) +(expandtypeattribute (permission_checker_service_31_0) true) +(expandtypeattribute (permission_service_31_0) true) +(expandtypeattribute (permissionmgr_service_31_0) true) +(expandtypeattribute (persist_debug_prop_31_0) true) +(expandtypeattribute (persist_vendor_debug_wifi_prop_31_0) true) +(expandtypeattribute (persistent_data_block_service_31_0) true) +(expandtypeattribute (persistent_properties_ready_prop_31_0) true) +(expandtypeattribute (pinner_service_31_0) true) +(expandtypeattribute (pipefs_31_0) true) +(expandtypeattribute (platform_app_31_0) true) +(expandtypeattribute (platform_compat_service_31_0) true) +(expandtypeattribute (pmsg_device_31_0) true) +(expandtypeattribute (port_31_0) true) +(expandtypeattribute (port_device_31_0) true) +(expandtypeattribute (postinstall_31_0) true) +(expandtypeattribute (postinstall_apex_mnt_dir_31_0) true) +(expandtypeattribute (postinstall_file_31_0) true) +(expandtypeattribute (postinstall_mnt_dir_31_0) true) +(expandtypeattribute (power_debug_prop_31_0) true) +(expandtypeattribute (power_service_31_0) true) +(expandtypeattribute (powerctl_prop_31_0) true) +(expandtypeattribute (powerstats_service_31_0) true) +(expandtypeattribute (ppp_31_0) true) +(expandtypeattribute (ppp_device_31_0) true) +(expandtypeattribute (ppp_exec_31_0) true) +(expandtypeattribute (preloads_data_file_31_0) true) +(expandtypeattribute (preloads_media_file_31_0) true) +(expandtypeattribute (prereboot_data_file_31_0) true) +(expandtypeattribute (print_service_31_0) true) +(expandtypeattribute (priv_app_31_0) true) +(expandtypeattribute (privapp_data_file_31_0) true) +(expandtypeattribute (proc_31_0) true) +(expandtypeattribute (proc_abi_31_0) true) +(expandtypeattribute (proc_asound_31_0) true) +(expandtypeattribute (proc_bluetooth_writable_31_0) true) +(expandtypeattribute (proc_bootconfig_31_0) true) +(expandtypeattribute (proc_buddyinfo_31_0) true) +(expandtypeattribute (proc_cmdline_31_0) true) +(expandtypeattribute (proc_cpuinfo_31_0) true) +(expandtypeattribute (proc_dirty_31_0) true) +(expandtypeattribute (proc_diskstats_31_0) true) +(expandtypeattribute (proc_drop_caches_31_0) true) +(expandtypeattribute (proc_extra_free_kbytes_31_0) true) +(expandtypeattribute (proc_filesystems_31_0) true) +(expandtypeattribute (proc_fs_verity_31_0) true) +(expandtypeattribute (proc_hostname_31_0) true) +(expandtypeattribute (proc_hung_task_31_0) true) +(expandtypeattribute (proc_interrupts_31_0) true) +(expandtypeattribute (proc_iomem_31_0) true) +(expandtypeattribute (proc_kallsyms_31_0) true) +(expandtypeattribute (proc_keys_31_0) true) +(expandtypeattribute (proc_kmsg_31_0) true) +(expandtypeattribute (proc_kpageflags_31_0) true) +(expandtypeattribute (proc_loadavg_31_0) true) +(expandtypeattribute (proc_locks_31_0) true) +(expandtypeattribute (proc_lowmemorykiller_31_0) true) +(expandtypeattribute (proc_max_map_count_31_0) true) +(expandtypeattribute (proc_meminfo_31_0) true) +(expandtypeattribute (proc_min_free_order_shift_31_0) true) +(expandtypeattribute (proc_misc_31_0) true) +(expandtypeattribute (proc_modules_31_0) true) +(expandtypeattribute (proc_mounts_31_0) true) +(expandtypeattribute (proc_net_31_0) true) +(expandtypeattribute (proc_net_tcp_udp_31_0) true) +(expandtypeattribute (proc_overcommit_memory_31_0) true) +(expandtypeattribute (proc_page_cluster_31_0) true) +(expandtypeattribute (proc_pagetypeinfo_31_0) true) +(expandtypeattribute (proc_panic_31_0) true) +(expandtypeattribute (proc_perf_31_0) true) +(expandtypeattribute (proc_pid_max_31_0) true) +(expandtypeattribute (proc_pipe_conf_31_0) true) +(expandtypeattribute (proc_pressure_cpu_31_0) true) +(expandtypeattribute (proc_pressure_io_31_0) true) +(expandtypeattribute (proc_pressure_mem_31_0) true) +(expandtypeattribute (proc_qtaguid_ctrl_31_0) true) +(expandtypeattribute (proc_qtaguid_stat_31_0) true) +(expandtypeattribute (proc_random_31_0) true) +(expandtypeattribute (proc_sched_31_0) true) +(expandtypeattribute (proc_security_31_0) true) +(expandtypeattribute (proc_slabinfo_31_0) true) +(expandtypeattribute (proc_stat_31_0) true) +(expandtypeattribute (proc_swaps_31_0) true) +(expandtypeattribute (proc_sysrq_31_0) true) +(expandtypeattribute (proc_timer_31_0) true) +(expandtypeattribute (proc_tty_drivers_31_0) true) +(expandtypeattribute (proc_uid_concurrent_active_time_31_0) true) +(expandtypeattribute (proc_uid_concurrent_policy_time_31_0) true) +(expandtypeattribute (proc_uid_cpupower_31_0) true) +(expandtypeattribute (proc_uid_cputime_removeuid_31_0) true) +(expandtypeattribute (proc_uid_cputime_showstat_31_0) true) +(expandtypeattribute (proc_uid_io_stats_31_0) true) +(expandtypeattribute (proc_uid_procstat_set_31_0) true) +(expandtypeattribute (proc_uid_time_in_state_31_0) true) +(expandtypeattribute (proc_uptime_31_0) true) +(expandtypeattribute (proc_vendor_sched_31_0) true) +(expandtypeattribute (proc_version_31_0) true) +(expandtypeattribute (proc_vmallocinfo_31_0) true) +(expandtypeattribute (proc_vmstat_31_0) true) +(expandtypeattribute (proc_zoneinfo_31_0) true) +(expandtypeattribute (processinfo_service_31_0) true) +(expandtypeattribute (procstats_service_31_0) true) +(expandtypeattribute (profman_31_0) true) +(expandtypeattribute (profman_dump_data_file_31_0) true) +(expandtypeattribute (profman_exec_31_0) true) +(expandtypeattribute (properties_device_31_0) true) +(expandtypeattribute (properties_serial_31_0) true) +(expandtypeattribute (property_contexts_file_31_0) true) +(expandtypeattribute (property_data_file_31_0) true) +(expandtypeattribute (property_info_31_0) true) +(expandtypeattribute (property_service_version_prop_31_0) true) +(expandtypeattribute (property_socket_31_0) true) +(expandtypeattribute (provisioned_prop_31_0) true) +(expandtypeattribute (pstorefs_31_0) true) +(expandtypeattribute (ptmx_device_31_0) true) +(expandtypeattribute (qemu_hw_prop_31_0) true) +(expandtypeattribute (qemu_sf_lcd_density_prop_31_0) true) +(expandtypeattribute (qtaguid_device_31_0) true) +(expandtypeattribute (racoon_31_0) true) +(expandtypeattribute (racoon_exec_31_0) true) +(expandtypeattribute (racoon_socket_31_0) true) +(expandtypeattribute (radio_31_0) true) +(expandtypeattribute (radio_control_prop_31_0) true) +(expandtypeattribute (radio_core_data_file_31_0) true) +(expandtypeattribute (radio_data_file_31_0) true) +(expandtypeattribute (radio_device_31_0) true) +(expandtypeattribute (radio_prop_31_0) true) +(expandtypeattribute (radio_service_31_0) true) +(expandtypeattribute (ram_device_31_0) true) +(expandtypeattribute (random_device_31_0) true) +(expandtypeattribute (reboot_readiness_service_31_0) true) +(expandtypeattribute (rebootescrow_hal_prop_31_0) true) +(expandtypeattribute (recovery_31_0) true) +(expandtypeattribute (recovery_block_device_31_0) true) +(expandtypeattribute (recovery_config_prop_31_0) true) +(expandtypeattribute (recovery_data_file_31_0) true) +(expandtypeattribute (recovery_persist_31_0) true) +(expandtypeattribute (recovery_persist_exec_31_0) true) +(expandtypeattribute (recovery_refresh_31_0) true) +(expandtypeattribute (recovery_refresh_exec_31_0) true) +(expandtypeattribute (recovery_service_31_0) true) +(expandtypeattribute (recovery_socket_31_0) true) +(expandtypeattribute (registry_service_31_0) true) +(expandtypeattribute (remoteprovisioning_service_31_0) true) +(expandtypeattribute (resourcecache_data_file_31_0) true) +(expandtypeattribute (restorecon_prop_31_0) true) +(expandtypeattribute (restrictions_service_31_0) true) +(expandtypeattribute (retaildemo_prop_31_0) true) +(expandtypeattribute (rild_debug_socket_31_0) true) +(expandtypeattribute (rild_socket_31_0) true) +(expandtypeattribute (ringtone_file_31_0) true) +(expandtypeattribute (role_service_31_0) true) +(expandtypeattribute (rollback_service_31_0) true) +(expandtypeattribute (root_block_device_31_0) true) +(expandtypeattribute (rootfs_31_0) true) +(expandtypeattribute (rpmsg_device_31_0) true) +(expandtypeattribute (rs_31_0) true) +(expandtypeattribute (rs_exec_31_0) true) +(expandtypeattribute (rss_hwm_reset_31_0) true) +(expandtypeattribute (rtc_device_31_0) true) +(expandtypeattribute (rttmanager_service_31_0) true) +(expandtypeattribute (runas_31_0) true) +(expandtypeattribute (runas_app_31_0) true) +(expandtypeattribute (runas_exec_31_0) true) +(expandtypeattribute (runtime_event_log_tags_file_31_0) true) +(expandtypeattribute (runtime_service_31_0) true) +(expandtypeattribute (safemode_prop_31_0) true) +(expandtypeattribute (same_process_hal_file_31_0) true) +(expandtypeattribute (samplingprofiler_service_31_0) true) +(expandtypeattribute (scheduling_policy_service_31_0) true) +(expandtypeattribute (sdcard_block_device_31_0) true) +(expandtypeattribute (sdcardd_31_0) true) +(expandtypeattribute (sdcardd_exec_31_0) true) +(expandtypeattribute (sdcardfs_31_0) true) +(expandtypeattribute (seapp_contexts_file_31_0) true) +(expandtypeattribute (search_service_31_0) true) +(expandtypeattribute (search_ui_service_31_0) true) +(expandtypeattribute (sec_key_att_app_id_provider_service_31_0) true) +(expandtypeattribute (secure_element_31_0) true) +(expandtypeattribute (secure_element_device_31_0) true) +(expandtypeattribute (secure_element_service_31_0) true) +(expandtypeattribute (securityfs_31_0) true) +(expandtypeattribute (selinuxfs_31_0) true) +(expandtypeattribute (sendbug_config_prop_31_0) true) +(expandtypeattribute (sensor_privacy_service_31_0) true) +(expandtypeattribute (sensors_device_31_0) true) +(expandtypeattribute (sensorservice_service_31_0) true) +(expandtypeattribute (sepolicy_file_31_0) true) +(expandtypeattribute (serial_device_31_0) true) +(expandtypeattribute (serial_service_31_0) true) +(expandtypeattribute (serialno_prop_31_0) true) +(expandtypeattribute (server_configurable_flags_data_file_31_0) true) +(expandtypeattribute (service_contexts_file_31_0) true) +(expandtypeattribute (service_manager_service_31_0) true) +(expandtypeattribute (service_manager_vndservice_31_0) true) +(expandtypeattribute (servicediscovery_service_31_0) true) +(expandtypeattribute (servicemanager_31_0) true) +(expandtypeattribute (servicemanager_exec_31_0) true) +(expandtypeattribute (settings_service_31_0) true) +(expandtypeattribute (sgdisk_31_0) true) +(expandtypeattribute (sgdisk_exec_31_0) true) +(expandtypeattribute (shared_relro_31_0) true) +(expandtypeattribute (shared_relro_file_31_0) true) +(expandtypeattribute (shell_31_0) true) +(expandtypeattribute (shell_data_file_31_0) true) +(expandtypeattribute (shell_exec_31_0) true) +(expandtypeattribute (shell_prop_31_0) true) +(expandtypeattribute (shell_test_data_file_31_0) true) +(expandtypeattribute (shm_31_0) true) +(expandtypeattribute (shortcut_manager_icons_31_0) true) +(expandtypeattribute (shortcut_service_31_0) true) +(expandtypeattribute (simpleperf_31_0) true) +(expandtypeattribute (simpleperf_app_runner_31_0) true) +(expandtypeattribute (simpleperf_app_runner_exec_31_0) true) +(expandtypeattribute (slice_service_31_0) true) +(expandtypeattribute (slideshow_31_0) true) +(expandtypeattribute (smartspace_service_31_0) true) +(expandtypeattribute (snapshotctl_log_data_file_31_0) true) +(expandtypeattribute (snapuserd_socket_31_0) true) +(expandtypeattribute (soc_prop_31_0) true) +(expandtypeattribute (socket_device_31_0) true) +(expandtypeattribute (socket_hook_prop_31_0) true) +(expandtypeattribute (sockfs_31_0) true) +(expandtypeattribute (sota_prop_31_0) true) +(expandtypeattribute (soundtrigger_middleware_service_31_0) true) +(expandtypeattribute (speech_recognition_service_31_0) true) +(expandtypeattribute (sqlite_log_prop_31_0) true) +(expandtypeattribute (staged_install_file_31_0) true) +(expandtypeattribute (staging_data_file_31_0) true) +(expandtypeattribute (stats_data_file_31_0) true) +(expandtypeattribute (statsd_31_0) true) +(expandtypeattribute (statsd_exec_31_0) true) +(expandtypeattribute (statsdw_socket_31_0) true) +(expandtypeattribute (statusbar_service_31_0) true) +(expandtypeattribute (storage_config_prop_31_0) true) +(expandtypeattribute (storage_file_31_0) true) +(expandtypeattribute (storage_stub_file_31_0) true) +(expandtypeattribute (storaged_service_31_0) true) +(expandtypeattribute (storagemanager_config_prop_31_0) true) +(expandtypeattribute (storagestats_service_31_0) true) +(expandtypeattribute (su_31_0) true) +(expandtypeattribute (su_exec_31_0) true) +(expandtypeattribute (super_block_device_31_0) true) +(expandtypeattribute (surfaceflinger_31_0) true) +(expandtypeattribute (surfaceflinger_color_prop_31_0) true) +(expandtypeattribute (surfaceflinger_display_prop_31_0) true) +(expandtypeattribute (surfaceflinger_prop_31_0) true) +(expandtypeattribute (surfaceflinger_service_31_0) true) +(expandtypeattribute (surfaceflinger_tmpfs_31_0) true) +(expandtypeattribute (suspend_prop_31_0) true) +(expandtypeattribute (swap_block_device_31_0) true) +(expandtypeattribute (sysfs_31_0) true) +(expandtypeattribute (sysfs_android_usb_31_0) true) +(expandtypeattribute (sysfs_batteryinfo_31_0) true) +(expandtypeattribute (sysfs_block_31_0) true) +(expandtypeattribute (sysfs_bluetooth_writable_31_0) true) +(expandtypeattribute (sysfs_devfreq_cur_31_0) true) +(expandtypeattribute (sysfs_devfreq_dir_31_0) true) +(expandtypeattribute (sysfs_devices_block_31_0) true) +(expandtypeattribute (sysfs_devices_cs_etm_31_0) true) +(expandtypeattribute (sysfs_devices_system_cpu_31_0) true) +(expandtypeattribute (sysfs_dm_31_0) true) +(expandtypeattribute (sysfs_dm_verity_31_0) true) +(expandtypeattribute (sysfs_dma_heap_31_0) true) +(expandtypeattribute (sysfs_dmabuf_stats_31_0) true) +(expandtypeattribute (sysfs_dt_firmware_android_31_0) true) +(expandtypeattribute (sysfs_extcon_31_0) true) +(expandtypeattribute (sysfs_fs_ext4_features_31_0) true) +(expandtypeattribute (sysfs_fs_f2fs_31_0) true) +(expandtypeattribute (sysfs_fs_incfs_features_31_0) true) +(expandtypeattribute (sysfs_fs_incfs_metrics_31_0) true) +(expandtypeattribute (sysfs_hwrandom_31_0) true) +(expandtypeattribute (sysfs_ion_31_0) true) +(expandtypeattribute (sysfs_ipv4_31_0) true) +(expandtypeattribute (sysfs_kernel_notes_31_0) true) +(expandtypeattribute (sysfs_leds_31_0) true) +(expandtypeattribute (sysfs_loop_31_0) true) +(expandtypeattribute (sysfs_lowmemorykiller_31_0) true) +(expandtypeattribute (sysfs_net_31_0) true) +(expandtypeattribute (sysfs_nfc_power_writable_31_0) true) +(expandtypeattribute (sysfs_power_31_0) true) +(expandtypeattribute (sysfs_rtc_31_0) true) +(expandtypeattribute (sysfs_suspend_stats_31_0) true) +(expandtypeattribute (sysfs_switch_31_0) true) +(expandtypeattribute (sysfs_thermal_31_0) true) +(expandtypeattribute (sysfs_transparent_hugepage_31_0) true) +(expandtypeattribute (sysfs_uhid_31_0) true) +(expandtypeattribute (sysfs_uio_31_0) true) +(expandtypeattribute (sysfs_usb_31_0) true) +(expandtypeattribute (sysfs_usermodehelper_31_0) true) +(expandtypeattribute (sysfs_vendor_sched_31_0) true) +(expandtypeattribute (sysfs_vibrator_31_0) true) +(expandtypeattribute (sysfs_wake_lock_31_0) true) +(expandtypeattribute (sysfs_wakeup_31_0) true) +(expandtypeattribute (sysfs_wakeup_reasons_31_0) true) +(expandtypeattribute (sysfs_wlan_fwpath_31_0) true) +(expandtypeattribute (sysfs_zram_31_0) true) +(expandtypeattribute (sysfs_zram_uevent_31_0) true) +(expandtypeattribute (system_app_31_0) true) +(expandtypeattribute (system_app_data_file_31_0) true) +(expandtypeattribute (system_app_service_31_0) true) +(expandtypeattribute (system_asan_options_file_31_0) true) +(expandtypeattribute (system_block_device_31_0) true) +(expandtypeattribute (system_boot_reason_prop_31_0) true) +(expandtypeattribute (system_bootstrap_lib_file_31_0) true) +(expandtypeattribute (system_config_service_31_0) true) +(expandtypeattribute (system_data_file_31_0) true) +(expandtypeattribute (system_data_root_file_31_0) true) +(expandtypeattribute (system_event_log_tags_file_31_0) true) +(expandtypeattribute (system_file_31_0) true) +(expandtypeattribute (system_group_file_31_0) true) +(expandtypeattribute (system_jvmti_agent_prop_31_0) true) +(expandtypeattribute (system_lib_file_31_0) true) +(expandtypeattribute (system_linker_config_file_31_0) true) +(expandtypeattribute (system_linker_exec_31_0) true) +(expandtypeattribute (system_lmk_prop_31_0) true) +(expandtypeattribute (system_ndebug_socket_31_0) true) +(expandtypeattribute (system_net_netd_hwservice_31_0) true) +(expandtypeattribute (system_passwd_file_31_0) true) +(expandtypeattribute (system_prop_31_0) true) +(expandtypeattribute (system_seccomp_policy_file_31_0) true) +(expandtypeattribute (system_security_cacerts_file_31_0) true) +(expandtypeattribute (system_server_31_0) true) +(expandtypeattribute (system_server_dumper_service_31_0) true) +(expandtypeattribute (system_server_tmpfs_31_0) true) +(expandtypeattribute (system_suspend_control_internal_service_31_0) true) +(expandtypeattribute (system_suspend_control_service_31_0) true) +(expandtypeattribute (system_suspend_hwservice_31_0) true) +(expandtypeattribute (system_trace_prop_31_0) true) +(expandtypeattribute (system_unsolzygote_socket_31_0) true) +(expandtypeattribute (system_update_service_31_0) true) +(expandtypeattribute (system_wifi_keystore_hwservice_31_0) true) +(expandtypeattribute (system_wpa_socket_31_0) true) +(expandtypeattribute (system_zoneinfo_file_31_0) true) +(expandtypeattribute (systemkeys_data_file_31_0) true) +(expandtypeattribute (systemsound_config_prop_31_0) true) +(expandtypeattribute (task_profiles_api_file_31_0) true) +(expandtypeattribute (task_profiles_file_31_0) true) +(expandtypeattribute (task_service_31_0) true) +(expandtypeattribute (tcpdump_exec_31_0) true) +(expandtypeattribute (tee_31_0) true) +(expandtypeattribute (tee_data_file_31_0) true) +(expandtypeattribute (tee_device_31_0) true) +(expandtypeattribute (telecom_service_31_0) true) +(expandtypeattribute (telephony_config_prop_31_0) true) +(expandtypeattribute (telephony_status_prop_31_0) true) +(expandtypeattribute (test_boot_reason_prop_31_0) true) +(expandtypeattribute (test_harness_prop_31_0) true) +(expandtypeattribute (testharness_service_31_0) true) +(expandtypeattribute (tethering_service_31_0) true) +(expandtypeattribute (textclassification_service_31_0) true) +(expandtypeattribute (textclassifier_data_file_31_0) true) +(expandtypeattribute (textservices_service_31_0) true) +(expandtypeattribute (texttospeech_service_31_0) true) +(expandtypeattribute (theme_prop_31_0) true) +(expandtypeattribute (thermal_service_31_0) true) +(expandtypeattribute (time_prop_31_0) true) +(expandtypeattribute (timedetector_service_31_0) true) +(expandtypeattribute (timezone_service_31_0) true) +(expandtypeattribute (timezonedetector_service_31_0) true) +(expandtypeattribute (tmpfs_31_0) true) +(expandtypeattribute (tombstone_config_prop_31_0) true) +(expandtypeattribute (tombstone_data_file_31_0) true) +(expandtypeattribute (tombstone_wifi_data_file_31_0) true) +(expandtypeattribute (tombstoned_31_0) true) +(expandtypeattribute (tombstoned_crash_socket_31_0) true) +(expandtypeattribute (tombstoned_exec_31_0) true) +(expandtypeattribute (tombstoned_intercept_socket_31_0) true) +(expandtypeattribute (tombstoned_java_trace_socket_31_0) true) +(expandtypeattribute (toolbox_31_0) true) +(expandtypeattribute (toolbox_exec_31_0) true) +(expandtypeattribute (trace_data_file_31_0) true) +(expandtypeattribute (traced_31_0) true) +(expandtypeattribute (traced_consumer_socket_31_0) true) +(expandtypeattribute (traced_enabled_prop_31_0) true) +(expandtypeattribute (traced_lazy_prop_31_0) true) +(expandtypeattribute (traced_perf_31_0) true) +(expandtypeattribute (traced_perf_socket_31_0) true) +(expandtypeattribute (traced_probes_31_0) true) +(expandtypeattribute (traced_producer_socket_31_0) true) +(expandtypeattribute (traced_tmpfs_31_0) true) +(expandtypeattribute (traceur_app_31_0) true) +(expandtypeattribute (translation_service_31_0) true) +(expandtypeattribute (trust_service_31_0) true) +(expandtypeattribute (tty_device_31_0) true) +(expandtypeattribute (tun_device_31_0) true) +(expandtypeattribute (tv_input_service_31_0) true) +(expandtypeattribute (tv_tuner_resource_mgr_service_31_0) true) +(expandtypeattribute (tzdatacheck_31_0) true) +(expandtypeattribute (tzdatacheck_exec_31_0) true) +(expandtypeattribute (ueventd_31_0) true) +(expandtypeattribute (ueventd_tmpfs_31_0) true) +(expandtypeattribute (uhid_device_31_0) true) +(expandtypeattribute (uimode_service_31_0) true) +(expandtypeattribute (uio_device_31_0) true) +(expandtypeattribute (uncrypt_31_0) true) +(expandtypeattribute (uncrypt_exec_31_0) true) +(expandtypeattribute (uncrypt_socket_31_0) true) +(expandtypeattribute (unencrypted_data_file_31_0) true) +(expandtypeattribute (unlabeled_31_0) true) +(expandtypeattribute (untrusted_app_25_31_0) true) +(expandtypeattribute (untrusted_app_27_31_0) true) +(expandtypeattribute (untrusted_app_29_31_0) true) +(expandtypeattribute (untrusted_app_31_0) true) +(expandtypeattribute (update_engine_31_0) true) +(expandtypeattribute (update_engine_data_file_31_0) true) +(expandtypeattribute (update_engine_exec_31_0) true) +(expandtypeattribute (update_engine_log_data_file_31_0) true) +(expandtypeattribute (update_engine_service_31_0) true) +(expandtypeattribute (update_engine_stable_service_31_0) true) +(expandtypeattribute (update_verifier_31_0) true) +(expandtypeattribute (update_verifier_exec_31_0) true) +(expandtypeattribute (updatelock_service_31_0) true) +(expandtypeattribute (uri_grants_service_31_0) true) +(expandtypeattribute (usagestats_service_31_0) true) +(expandtypeattribute (usb_config_prop_31_0) true) +(expandtypeattribute (usb_control_prop_31_0) true) +(expandtypeattribute (usb_device_31_0) true) +(expandtypeattribute (usb_prop_31_0) true) +(expandtypeattribute (usb_serial_device_31_0) true) +(expandtypeattribute (usb_service_31_0) true) +(expandtypeattribute (usbaccessory_device_31_0) true) +(expandtypeattribute (usbd_31_0) true) +(expandtypeattribute (usbd_exec_31_0) true) +(expandtypeattribute (usbfs_31_0) true) +(expandtypeattribute (use_memfd_prop_31_0) true) +(expandtypeattribute (user_profile_data_file_31_0) true) +(expandtypeattribute (user_profile_root_file_31_0) true) +(expandtypeattribute (user_service_31_0) true) +(expandtypeattribute (userdata_block_device_31_0) true) +(expandtypeattribute (userdata_sysdev_31_0) true) +(expandtypeattribute (usermodehelper_31_0) true) +(expandtypeattribute (userspace_reboot_config_prop_31_0) true) +(expandtypeattribute (userspace_reboot_exported_prop_31_0) true) +(expandtypeattribute (userspace_reboot_metadata_file_31_0) true) +(expandtypeattribute (uwb_service_31_0) true) +(expandtypeattribute (vcn_management_service_31_0) true) +(expandtypeattribute (vd_device_31_0) true) +(expandtypeattribute (vdc_31_0) true) +(expandtypeattribute (vdc_exec_31_0) true) +(expandtypeattribute (vehicle_hal_prop_31_0) true) +(expandtypeattribute (vendor_apex_file_31_0) true) +(expandtypeattribute (vendor_app_file_31_0) true) +(expandtypeattribute (vendor_cgroup_desc_file_31_0) true) +(expandtypeattribute (vendor_configs_file_31_0) true) +(expandtypeattribute (vendor_data_file_31_0) true) +(expandtypeattribute (vendor_default_prop_31_0) true) +(expandtypeattribute (vendor_file_31_0) true) +(expandtypeattribute (vendor_framework_file_31_0) true) +(expandtypeattribute (vendor_hal_file_31_0) true) +(expandtypeattribute (vendor_idc_file_31_0) true) +(expandtypeattribute (vendor_init_31_0) true) +(expandtypeattribute (vendor_kernel_modules_31_0) true) +(expandtypeattribute (vendor_keychars_file_31_0) true) +(expandtypeattribute (vendor_keylayout_file_31_0) true) +(expandtypeattribute (vendor_misc_writer_31_0) true) +(expandtypeattribute (vendor_misc_writer_exec_31_0) true) +(expandtypeattribute (vendor_modprobe_31_0) true) +(expandtypeattribute (vendor_overlay_file_31_0) true) +(expandtypeattribute (vendor_public_framework_file_31_0) true) +(expandtypeattribute (vendor_public_lib_file_31_0) true) +(expandtypeattribute (vendor_security_patch_level_prop_31_0) true) +(expandtypeattribute (vendor_service_contexts_file_31_0) true) +(expandtypeattribute (vendor_shell_31_0) true) +(expandtypeattribute (vendor_shell_exec_31_0) true) +(expandtypeattribute (vendor_socket_hook_prop_31_0) true) +(expandtypeattribute (vendor_task_profiles_file_31_0) true) +(expandtypeattribute (vendor_toolbox_exec_31_0) true) +(expandtypeattribute (vfat_31_0) true) +(expandtypeattribute (vibrator_manager_service_31_0) true) +(expandtypeattribute (vibrator_service_31_0) true) +(expandtypeattribute (video_device_31_0) true) +(expandtypeattribute (virtual_ab_prop_31_0) true) +(expandtypeattribute (virtual_touchpad_31_0) true) +(expandtypeattribute (virtual_touchpad_exec_31_0) true) +(expandtypeattribute (virtual_touchpad_service_31_0) true) +(expandtypeattribute (virtualization_service_31_0) true) +(expandtypeattribute (vndbinder_device_31_0) true) +(expandtypeattribute (vndk_prop_31_0) true) +(expandtypeattribute (vndk_sp_file_31_0) true) +(expandtypeattribute (vndservice_contexts_file_31_0) true) +(expandtypeattribute (vndservicemanager_31_0) true) +(expandtypeattribute (voiceinteraction_service_31_0) true) +(expandtypeattribute (vold_31_0) true) +(expandtypeattribute (vold_config_prop_31_0) true) +(expandtypeattribute (vold_data_file_31_0) true) +(expandtypeattribute (vold_device_31_0) true) +(expandtypeattribute (vold_exec_31_0) true) +(expandtypeattribute (vold_metadata_file_31_0) true) +(expandtypeattribute (vold_post_fs_data_prop_31_0) true) +(expandtypeattribute (vold_prepare_subdirs_31_0) true) +(expandtypeattribute (vold_prepare_subdirs_exec_31_0) true) +(expandtypeattribute (vold_prop_31_0) true) +(expandtypeattribute (vold_service_31_0) true) +(expandtypeattribute (vold_status_prop_31_0) true) +(expandtypeattribute (vpn_data_file_31_0) true) +(expandtypeattribute (vpn_management_service_31_0) true) +(expandtypeattribute (vr_hwc_31_0) true) +(expandtypeattribute (vr_hwc_exec_31_0) true) +(expandtypeattribute (vr_hwc_service_31_0) true) +(expandtypeattribute (vr_manager_service_31_0) true) +(expandtypeattribute (vrflinger_vsync_service_31_0) true) +(expandtypeattribute (vts_config_prop_31_0) true) +(expandtypeattribute (vts_status_prop_31_0) true) +(expandtypeattribute (wallpaper_file_31_0) true) +(expandtypeattribute (wallpaper_service_31_0) true) +(expandtypeattribute (watchdog_device_31_0) true) +(expandtypeattribute (watchdog_metadata_file_31_0) true) +(expandtypeattribute (watchdogd_31_0) true) +(expandtypeattribute (watchdogd_exec_31_0) true) +(expandtypeattribute (webview_zygote_31_0) true) +(expandtypeattribute (webview_zygote_exec_31_0) true) +(expandtypeattribute (webview_zygote_tmpfs_31_0) true) +(expandtypeattribute (webviewupdate_service_31_0) true) +(expandtypeattribute (wifi_config_prop_31_0) true) +(expandtypeattribute (wifi_data_file_31_0) true) +(expandtypeattribute (wifi_hal_prop_31_0) true) +(expandtypeattribute (wifi_key_31_0) true) +(expandtypeattribute (wifi_log_prop_31_0) true) +(expandtypeattribute (wifi_prop_31_0) true) +(expandtypeattribute (wifi_service_31_0) true) +(expandtypeattribute (wifiaware_service_31_0) true) +(expandtypeattribute (wificond_31_0) true) +(expandtypeattribute (wificond_exec_31_0) true) +(expandtypeattribute (wifinl80211_service_31_0) true) +(expandtypeattribute (wifip2p_service_31_0) true) +(expandtypeattribute (wifiscanner_service_31_0) true) +(expandtypeattribute (window_service_31_0) true) +(expandtypeattribute (wpa_socket_31_0) true) +(expandtypeattribute (wpantund_31_0) true) +(expandtypeattribute (wpantund_exec_31_0) true) +(expandtypeattribute (wpantund_service_31_0) true) +(expandtypeattribute (zero_device_31_0) true) +(expandtypeattribute (zoneinfo_data_file_31_0) true) +(expandtypeattribute (zram_config_prop_31_0) true) +(expandtypeattribute (zram_control_prop_31_0) true) +(expandtypeattribute (zygote_31_0) true) +(expandtypeattribute (zygote_config_prop_31_0) true) +(expandtypeattribute (zygote_exec_31_0) true) +(expandtypeattribute (zygote_socket_31_0) true) +(expandtypeattribute (zygote_tmpfs_31_0) true) +(typeattributeset DockObserver_service_31_0 (DockObserver_service)) +(typeattributeset IProxyService_service_31_0 (IProxyService_service)) +(typeattributeset aac_drc_prop_31_0 (aac_drc_prop)) +(typeattributeset aaudio_config_prop_31_0 (aaudio_config_prop)) +(typeattributeset ab_update_gki_prop_31_0 (ab_update_gki_prop)) +(typeattributeset accessibility_service_31_0 (accessibility_service)) +(typeattributeset account_service_31_0 (account_service)) +(typeattributeset activity_service_31_0 (activity_service)) +(typeattributeset activity_task_service_31_0 (activity_task_service)) +(typeattributeset adb_data_file_31_0 (adb_data_file)) +(typeattributeset adb_keys_file_31_0 (adb_keys_file)) +(typeattributeset adb_service_31_0 (adb_service)) +(typeattributeset adbd_31_0 (adbd)) +(typeattributeset adbd_config_prop_31_0 (adbd_config_prop)) +(typeattributeset adbd_exec_31_0 (adbd_exec)) +(typeattributeset adbd_socket_31_0 (adbd_socket)) +(typeattributeset aidl_lazy_test_server_31_0 (aidl_lazy_test_server)) +(typeattributeset aidl_lazy_test_server_exec_31_0 (aidl_lazy_test_server_exec)) +(typeattributeset aidl_lazy_test_service_31_0 (aidl_lazy_test_service)) +(typeattributeset alarm_service_31_0 (alarm_service)) +(typeattributeset anr_data_file_31_0 (anr_data_file)) +(typeattributeset apc_service_31_0 (apc_service)) +(typeattributeset apex_appsearch_data_file_31_0 (apex_appsearch_data_file apex_system_server_data_file)) +(typeattributeset apex_data_file_31_0 (apex_data_file)) +(typeattributeset apex_info_file_31_0 (apex_info_file)) +(typeattributeset apex_metadata_file_31_0 (apex_metadata_file)) +(typeattributeset apex_mnt_dir_31_0 (apex_mnt_dir)) +(typeattributeset apex_module_data_file_31_0 (apex_module_data_file)) +(typeattributeset apex_ota_reserved_file_31_0 (apex_ota_reserved_file)) +(typeattributeset apex_permission_data_file_31_0 (apex_permission_data_file apex_system_server_data_file)) +(typeattributeset apex_rollback_data_file_31_0 (apex_rollback_data_file)) +(typeattributeset apex_scheduling_data_file_31_0 (apex_scheduling_data_file apex_system_server_data_file)) +(typeattributeset apex_service_31_0 (apex_service)) +(typeattributeset apex_wifi_data_file_31_0 (apex_system_server_data_file apex_wifi_data_file)) +(typeattributeset apexd_31_0 (apexd)) +(typeattributeset apexd_config_prop_31_0 (apexd_config_prop)) +(typeattributeset apexd_exec_31_0 (apexd_exec)) +(typeattributeset apexd_prop_31_0 (apexd_prop)) +(typeattributeset apk_data_file_31_0 (apk_data_file)) +(typeattributeset apk_private_data_file_31_0 (apk_private_data_file)) +(typeattributeset apk_private_tmp_file_31_0 (apk_private_tmp_file)) +(typeattributeset apk_tmp_file_31_0 (apk_tmp_file)) +(typeattributeset apk_verity_prop_31_0 (apk_verity_prop)) +(typeattributeset app_binding_service_31_0 (app_binding_service)) +(typeattributeset app_data_file_31_0 (app_data_file)) +(typeattributeset app_fuse_file_31_0 (app_fuse_file)) +(typeattributeset app_fusefs_31_0 (app_fusefs)) +(typeattributeset app_hibernation_service_31_0 (app_hibernation_service)) +(typeattributeset app_integrity_service_31_0 (app_integrity_service)) +(typeattributeset app_prediction_service_31_0 (app_prediction_service)) +(typeattributeset app_search_service_31_0 (app_search_service)) +(typeattributeset app_zygote_31_0 (app_zygote)) +(typeattributeset app_zygote_tmpfs_31_0 (app_zygote_tmpfs)) +(typeattributeset appcompat_data_file_31_0 (appcompat_data_file)) +(typeattributeset appdomain_tmpfs_31_0 (appdomain_tmpfs)) +(typeattributeset appops_service_31_0 (appops_service)) +(typeattributeset appwidget_service_31_0 (appwidget_service)) +(typeattributeset arm64_memtag_prop_31_0 (arm64_memtag_prop)) +(typeattributeset art_apex_dir_31_0 (art_apex_dir)) +(typeattributeset asec_apk_file_31_0 (asec_apk_file)) +(typeattributeset asec_image_file_31_0 (asec_image_file)) +(typeattributeset asec_public_file_31_0 (asec_public_file)) +(typeattributeset ashmem_device_31_0 (ashmem_device)) +(typeattributeset ashmem_libcutils_device_31_0 (ashmem_libcutils_device)) +(typeattributeset assetatlas_service_31_0 (assetatlas_service)) +(typeattributeset atrace_31_0 (atrace)) +(typeattributeset audio_config_prop_31_0 (audio_config_prop)) +(typeattributeset audio_data_file_31_0 (audio_data_file)) +(typeattributeset audio_device_31_0 (audio_device)) +(typeattributeset audio_prop_31_0 (audio_prop)) +(typeattributeset audio_service_31_0 (audio_service)) +(typeattributeset audiohal_data_file_31_0 (audiohal_data_file)) +(typeattributeset audioserver_31_0 (audioserver)) +(typeattributeset audioserver_data_file_31_0 (audioserver_data_file)) +(typeattributeset audioserver_service_31_0 (audioserver_service)) +(typeattributeset audioserver_tmpfs_31_0 (audioserver_tmpfs)) +(typeattributeset auth_service_31_0 (auth_service)) +(typeattributeset authorization_service_31_0 (authorization_service)) +(typeattributeset autofill_service_31_0 (autofill_service)) +(typeattributeset backup_data_file_31_0 (backup_data_file)) +(typeattributeset backup_service_31_0 (backup_service)) +(typeattributeset battery_service_31_0 (battery_service)) +(typeattributeset batteryproperties_service_31_0 (batteryproperties_service)) +(typeattributeset batterystats_service_31_0 (batterystats_service)) +(typeattributeset binder_cache_bluetooth_server_prop_31_0 (binder_cache_bluetooth_server_prop)) +(typeattributeset binder_cache_system_server_prop_31_0 (binder_cache_system_server_prop)) +(typeattributeset binder_cache_telephony_server_prop_31_0 (binder_cache_telephony_server_prop)) +(typeattributeset binder_calls_stats_service_31_0 (binder_calls_stats_service)) +(typeattributeset binder_device_31_0 (binder_device)) +(typeattributeset binderfs_31_0 (binderfs)) +(typeattributeset binderfs_logs_31_0 (binderfs_logs)) +(typeattributeset binderfs_logs_proc_31_0 (binderfs_logs_proc)) +(typeattributeset binfmt_miscfs_31_0 (binfmt_miscfs)) +(typeattributeset biometric_service_31_0 (biometric_service)) +(typeattributeset blkid_31_0 (blkid)) +(typeattributeset blkid_untrusted_31_0 (blkid_untrusted)) +(typeattributeset blob_store_service_31_0 (blob_store_service)) +(typeattributeset block_device_31_0 (block_device)) +(typeattributeset bluetooth_31_0 (bluetooth)) +(typeattributeset bluetooth_a2dp_offload_prop_31_0 (bluetooth_a2dp_offload_prop)) +(typeattributeset bluetooth_audio_hal_prop_31_0 (bluetooth_audio_hal_prop)) +(typeattributeset bluetooth_data_file_31_0 (bluetooth_data_file)) +(typeattributeset bluetooth_efs_file_31_0 (bluetooth_efs_file)) +(typeattributeset bluetooth_logs_data_file_31_0 (bluetooth_logs_data_file)) +(typeattributeset bluetooth_manager_service_31_0 (bluetooth_manager_service)) +(typeattributeset bluetooth_prop_31_0 (bluetooth_prop)) +(typeattributeset bluetooth_service_31_0 (bluetooth_service)) +(typeattributeset bluetooth_socket_31_0 (bluetooth_socket)) +(typeattributeset boot_block_device_31_0 (boot_block_device)) +(typeattributeset boot_status_prop_31_0 (boot_status_prop)) +(typeattributeset bootanim_31_0 (bootanim)) +(typeattributeset bootanim_config_prop_31_0 (bootanim_config_prop)) +(typeattributeset bootanim_exec_31_0 (bootanim_exec)) +(typeattributeset bootanim_system_prop_31_0 (bootanim_system_prop)) +(typeattributeset bootchart_data_file_31_0 (bootchart_data_file)) +(typeattributeset bootloader_boot_reason_prop_31_0 (bootloader_boot_reason_prop)) +(typeattributeset bootloader_prop_31_0 (bootloader_prop)) +(typeattributeset bootstat_31_0 (bootstat)) +(typeattributeset bootstat_data_file_31_0 (bootstat_data_file)) +(typeattributeset bootstat_exec_31_0 (bootstat_exec)) +(typeattributeset boottime_prop_31_0 (boottime_prop)) +(typeattributeset boottime_public_prop_31_0 (boottime_public_prop)) +(typeattributeset boottrace_data_file_31_0 (boottrace_data_file)) +(typeattributeset bpf_progs_loaded_prop_31_0 (bpf_progs_loaded_prop)) +(typeattributeset bq_config_prop_31_0 (bq_config_prop)) +(typeattributeset broadcastradio_service_31_0 (broadcastradio_service)) +(typeattributeset bufferhubd_31_0 (bufferhubd)) +(typeattributeset bufferhubd_exec_31_0 (bufferhubd_exec)) +(typeattributeset bugreport_service_31_0 (bugreport_service)) +(typeattributeset build_bootimage_prop_31_0 (build_bootimage_prop)) +(typeattributeset build_config_prop_31_0 (build_config_prop)) +(typeattributeset build_odm_prop_31_0 (build_odm_prop)) +(typeattributeset build_prop_31_0 (build_prop userdebug_or_eng_prop)) +(typeattributeset build_vendor_prop_31_0 (build_vendor_prop)) +(typeattributeset cache_backup_file_31_0 (cache_backup_file)) +(typeattributeset cache_block_device_31_0 (cache_block_device)) +(typeattributeset cache_file_31_0 (cache_file)) +(typeattributeset cache_private_backup_file_31_0 (cache_private_backup_file)) +(typeattributeset cache_recovery_file_31_0 (cache_recovery_file)) +(typeattributeset cacheinfo_service_31_0 (cacheinfo_service)) +(typeattributeset camera2_extensions_prop_31_0 (camera2_extensions_prop)) +(typeattributeset camera_calibration_prop_31_0 (camera_calibration_prop)) +(typeattributeset camera_config_prop_31_0 (camera_config_prop)) +(typeattributeset camera_data_file_31_0 (camera_data_file)) +(typeattributeset camera_device_31_0 (camera_device)) +(typeattributeset cameraproxy_service_31_0 (cameraproxy_service)) +(typeattributeset cameraserver_31_0 (cameraserver)) +(typeattributeset cameraserver_exec_31_0 (cameraserver_exec)) +(typeattributeset cameraserver_service_31_0 (cameraserver_service)) +(typeattributeset cameraserver_tmpfs_31_0 (cameraserver_tmpfs)) +(typeattributeset camerax_extensions_prop_31_0 (camerax_extensions_prop)) +(typeattributeset cgroup_31_0 (cgroup)) +(typeattributeset cgroup_desc_api_file_31_0 (cgroup_desc_api_file)) +(typeattributeset cgroup_desc_file_31_0 (cgroup_desc_file)) +(typeattributeset cgroup_rc_file_31_0 (cgroup_rc_file)) +(typeattributeset cgroup_v2_31_0 (cgroup_v2)) +(typeattributeset charger_31_0 (charger)) +(typeattributeset charger_config_prop_31_0 (charger_config_prop)) +(typeattributeset charger_exec_31_0 (charger_exec)) +(typeattributeset charger_prop_31_0 (charger_prop)) +(typeattributeset charger_status_prop_31_0 (charger_status_prop)) +(typeattributeset clipboard_service_31_0 (clipboard_service)) +(typeattributeset codec2_config_prop_31_0 (codec2_config_prop)) +(typeattributeset cold_boot_done_prop_31_0 (cold_boot_done_prop)) +(typeattributeset color_display_service_31_0 (color_display_service)) +(typeattributeset companion_device_service_31_0 (companion_device_service)) +(typeattributeset config_prop_31_0 (config_prop)) +(typeattributeset configfs_31_0 (configfs)) +(typeattributeset connectivity_service_31_0 (connectivity_service)) +(typeattributeset connmetrics_service_31_0 (connmetrics_service)) +(typeattributeset console_device_31_0 (console_device)) +(typeattributeset consumer_ir_service_31_0 (consumer_ir_service)) +(typeattributeset content_capture_service_31_0 (content_capture_service)) +(typeattributeset content_service_31_0 (content_service)) +(typeattributeset content_suggestions_service_31_0 (content_suggestions_service)) +(typeattributeset contexthub_service_31_0 (contexthub_service)) +(typeattributeset coredump_file_31_0 (coredump_file)) +(typeattributeset country_detector_service_31_0 (country_detector_service)) +(typeattributeset coverage_service_31_0 (coverage_service)) +(typeattributeset cppreopt_prop_31_0 (cppreopt_prop)) +(typeattributeset cpu_variant_prop_31_0 (cpu_variant_prop)) +(typeattributeset cpuinfo_service_31_0 (cpuinfo_service)) +(typeattributeset crash_dump_31_0 (crash_dump)) +(typeattributeset crash_dump_exec_31_0 (crash_dump_exec)) +(typeattributeset credstore_31_0 (credstore)) +(typeattributeset credstore_data_file_31_0 (credstore_data_file)) +(typeattributeset credstore_exec_31_0 (credstore_exec)) +(typeattributeset credstore_service_31_0 (credstore_service)) +(typeattributeset crossprofileapps_service_31_0 (crossprofileapps_service)) +(typeattributeset ctl_adbd_prop_31_0 (ctl_adbd_prop)) +(typeattributeset ctl_apexd_prop_31_0 (ctl_apexd_prop)) +(typeattributeset ctl_bootanim_prop_31_0 (ctl_bootanim_prop)) +(typeattributeset ctl_bugreport_prop_31_0 (ctl_bugreport_prop)) +(typeattributeset ctl_console_prop_31_0 (ctl_console_prop)) +(typeattributeset ctl_default_prop_31_0 (ctl_default_prop)) +(typeattributeset ctl_dumpstate_prop_31_0 (ctl_dumpstate_prop)) +(typeattributeset ctl_fuse_prop_31_0 (ctl_fuse_prop)) +(typeattributeset ctl_gsid_prop_31_0 (ctl_gsid_prop)) +(typeattributeset ctl_interface_restart_prop_31_0 (ctl_interface_restart_prop)) +(typeattributeset ctl_interface_start_prop_31_0 (ctl_interface_start_prop)) +(typeattributeset ctl_interface_stop_prop_31_0 (ctl_interface_stop_prop)) +(typeattributeset ctl_mdnsd_prop_31_0 (ctl_mdnsd_prop)) +(typeattributeset ctl_restart_prop_31_0 (ctl_restart_prop)) +(typeattributeset ctl_rildaemon_prop_31_0 (ctl_rildaemon_prop)) +(typeattributeset ctl_sigstop_prop_31_0 (ctl_sigstop_prop)) +(typeattributeset ctl_start_prop_31_0 (ctl_start_prop)) +(typeattributeset ctl_stop_prop_31_0 (ctl_stop_prop)) +(typeattributeset dalvik_config_prop_31_0 (dalvik_config_prop)) +(typeattributeset dalvik_prop_31_0 (dalvik_prop)) +(typeattributeset dalvik_runtime_prop_31_0 (dalvik_runtime_prop)) +(typeattributeset dalvikcache_data_file_31_0 (dalvikcache_data_file)) +(typeattributeset dataloader_manager_service_31_0 (dataloader_manager_service)) +(typeattributeset dbinfo_service_31_0 (dbinfo_service)) +(typeattributeset dck_prop_31_0 (dck_prop)) +(typeattributeset debug_prop_31_0 (debug_prop)) +(typeattributeset debugfs_31_0 (debugfs)) +(typeattributeset debugfs_bootreceiver_tracing_31_0 (debugfs_bootreceiver_tracing)) +(typeattributeset debugfs_kprobes_31_0 (debugfs_kprobes)) +(typeattributeset debugfs_mm_events_tracing_31_0 (debugfs_mm_events_tracing)) +(typeattributeset debugfs_mmc_31_0 (debugfs_mmc)) +(typeattributeset debugfs_restriction_prop_31_0 (debugfs_restriction_prop)) +(typeattributeset debugfs_trace_marker_31_0 (debugfs_trace_marker)) +(typeattributeset debugfs_tracing_31_0 (debugfs_tracing)) +(typeattributeset debugfs_tracing_debug_31_0 (debugfs_tracing_debug)) +(typeattributeset debugfs_tracing_instances_31_0 (debugfs_tracing_instances)) +(typeattributeset debugfs_tracing_printk_formats_31_0 (debugfs_tracing_printk_formats)) +(typeattributeset debugfs_wakeup_sources_31_0 (debugfs_wakeup_sources)) +(typeattributeset debugfs_wifi_tracing_31_0 (debugfs_wifi_tracing)) +(typeattributeset debuggerd_prop_31_0 (debuggerd_prop)) +(typeattributeset default_android_hwservice_31_0 (default_android_hwservice)) +(typeattributeset default_android_service_31_0 (default_android_service)) +(typeattributeset default_android_vndservice_31_0 (default_android_vndservice)) +(typeattributeset default_prop_31_0 (default_prop)) +(typeattributeset dev_cpu_variant_31_0 (dev_cpu_variant)) +(typeattributeset device_31_0 (device)) +(typeattributeset device_config_activity_manager_native_boot_prop_31_0 (device_config_activity_manager_native_boot_prop)) +(typeattributeset device_config_boot_count_prop_31_0 (device_config_boot_count_prop)) +(typeattributeset device_config_input_native_boot_prop_31_0 (device_config_input_native_boot_prop)) +(typeattributeset device_config_media_native_prop_31_0 (device_config_media_native_prop)) +(typeattributeset device_config_netd_native_prop_31_0 (device_config_netd_native_prop)) +(typeattributeset device_config_reset_performed_prop_31_0 (device_config_reset_performed_prop)) +(typeattributeset device_config_runtime_native_boot_prop_31_0 (device_config_runtime_native_boot_prop)) +(typeattributeset device_config_runtime_native_prop_31_0 (device_config_runtime_native_prop)) +(typeattributeset device_config_service_31_0 (device_config_service)) +(typeattributeset device_identifiers_service_31_0 (device_identifiers_service)) +(typeattributeset device_logging_prop_31_0 (device_logging_prop)) +(typeattributeset device_policy_service_31_0 (device_policy_service)) +(typeattributeset device_state_service_31_0 (device_state_service)) +(typeattributeset deviceidle_service_31_0 (deviceidle_service)) +(typeattributeset devicestoragemonitor_service_31_0 (devicestoragemonitor_service)) +(typeattributeset devpts_31_0 (devpts)) +(typeattributeset dhcp_31_0 (dhcp)) +(typeattributeset dhcp_data_file_31_0 (dhcp_data_file)) +(typeattributeset dhcp_exec_31_0 (dhcp_exec)) +(typeattributeset dhcp_prop_31_0 (dhcp_prop)) +(typeattributeset diskstats_service_31_0 (diskstats_service)) +(typeattributeset display_service_31_0 (display_service)) +(typeattributeset dm_device_31_0 (dm_device)) +(typeattributeset dm_user_device_31_0 (dm_user_device)) +(typeattributeset dmabuf_heap_device_31_0 (dmabuf_heap_device)) +(typeattributeset dmabuf_system_heap_device_31_0 (dmabuf_system_heap_device)) +(typeattributeset dmabuf_system_secure_heap_device_31_0 (dmabuf_system_secure_heap_device)) +(typeattributeset dnsmasq_31_0 (dnsmasq)) +(typeattributeset dnsmasq_exec_31_0 (dnsmasq_exec)) +(typeattributeset dnsproxyd_socket_31_0 (dnsproxyd_socket)) +(typeattributeset dnsresolver_service_31_0 (dnsresolver_service)) +(typeattributeset domain_verification_service_31_0 (domain_verification_service)) +(typeattributeset dreams_service_31_0 (dreams_service)) +(typeattributeset drm_data_file_31_0 (drm_data_file)) +(typeattributeset drm_service_config_prop_31_0 (drm_service_config_prop)) +(typeattributeset drmserver_31_0 (drmserver)) +(typeattributeset drmserver_exec_31_0 (drmserver_exec)) +(typeattributeset drmserver_service_31_0 (drmserver_service)) +(typeattributeset drmserver_socket_31_0 (drmserver_socket)) +(typeattributeset dropbox_data_file_31_0 (dropbox_data_file)) +(typeattributeset dropbox_service_31_0 (dropbox_service)) +(typeattributeset dumpstate_31_0 (dumpstate)) +(typeattributeset dumpstate_exec_31_0 (dumpstate_exec)) +(typeattributeset dumpstate_options_prop_31_0 (dumpstate_options_prop)) +(typeattributeset dumpstate_prop_31_0 (dumpstate_prop)) +(typeattributeset dumpstate_service_31_0 (dumpstate_service)) +(typeattributeset dumpstate_socket_31_0 (dumpstate_socket)) +(typeattributeset dynamic_system_prop_31_0 (dynamic_system_prop)) +(typeattributeset e2fs_31_0 (e2fs)) +(typeattributeset e2fs_exec_31_0 (e2fs_exec)) +(typeattributeset efs_file_31_0 (efs_file)) +(typeattributeset emergency_affordance_service_31_0 (emergency_affordance_service)) +(typeattributeset ephemeral_app_31_0 (ephemeral_app)) +(typeattributeset ethernet_service_31_0 (ethernet_service)) +(typeattributeset exfat_31_0 (exfat)) +(typeattributeset exported3_system_prop_31_0 (exported3_system_prop)) +(typeattributeset exported_bluetooth_prop_31_0 (exported_bluetooth_prop)) +(typeattributeset exported_camera_prop_31_0 (exported_camera_prop)) +(typeattributeset exported_config_prop_31_0 (exported_config_prop)) +(typeattributeset exported_default_prop_31_0 (exported_default_prop)) +(typeattributeset exported_dumpstate_prop_31_0 (exported_dumpstate_prop)) +(typeattributeset exported_overlay_prop_31_0 (exported_overlay_prop)) +(typeattributeset exported_pm_prop_31_0 (exported_pm_prop)) +(typeattributeset exported_secure_prop_31_0 (exported_secure_prop)) +(typeattributeset exported_system_prop_31_0 (exported_system_prop)) +(typeattributeset external_vibrator_service_31_0 (external_vibrator_service)) +(typeattributeset face_service_31_0 (face_service)) +(typeattributeset face_vendor_data_file_31_0 (face_vendor_data_file)) +(typeattributeset fastbootd_31_0 (fastbootd)) +(typeattributeset ffs_config_prop_31_0 (ffs_config_prop)) +(typeattributeset ffs_control_prop_31_0 (ffs_control_prop)) +(typeattributeset file_contexts_file_31_0 (file_contexts_file)) +(typeattributeset file_integrity_service_31_0 (file_integrity_service)) +(typeattributeset fingerprint_prop_31_0 (fingerprint_prop)) +(typeattributeset fingerprint_service_31_0 (fingerprint_service)) +(typeattributeset fingerprint_vendor_data_file_31_0 (fingerprint_vendor_data_file)) +(typeattributeset fingerprintd_31_0 (fingerprintd)) +(typeattributeset fingerprintd_data_file_31_0 (fingerprintd_data_file)) +(typeattributeset fingerprintd_exec_31_0 (fingerprintd_exec)) +(typeattributeset fingerprintd_service_31_0 (fingerprintd_service)) +(typeattributeset firstboot_prop_31_0 (firstboot_prop)) +(typeattributeset flags_health_check_31_0 (flags_health_check)) +(typeattributeset flags_health_check_exec_31_0 (flags_health_check_exec)) +(typeattributeset font_service_31_0 (font_service)) +(typeattributeset framework_watchdog_config_prop_31_0 (framework_watchdog_config_prop)) +(typeattributeset frp_block_device_31_0 (frp_block_device)) +(typeattributeset fs_bpf_31_0 (fs_bpf)) +(typeattributeset fs_bpf_tethering_31_0 (fs_bpf_tethering)) +(typeattributeset fsck_31_0 (fsck)) +(typeattributeset fsck_exec_31_0 (fsck_exec)) +(typeattributeset fsck_untrusted_31_0 (fsck_untrusted)) +(typeattributeset fscklogs_31_0 (fscklogs)) +(typeattributeset functionfs_31_0 (functionfs)) +(typeattributeset fuse_31_0 (fuse)) +(typeattributeset fuse_device_31_0 (fuse_device)) +(typeattributeset fusectlfs_31_0 (fusectlfs)) +(typeattributeset fwk_automotive_display_hwservice_31_0 (fwk_automotive_display_hwservice)) +(typeattributeset fwk_bufferhub_hwservice_31_0 (fwk_bufferhub_hwservice)) +(typeattributeset fwk_camera_hwservice_31_0 (fwk_camera_hwservice)) +(typeattributeset fwk_display_hwservice_31_0 (fwk_display_hwservice)) +(typeattributeset fwk_scheduler_hwservice_31_0 (fwk_scheduler_hwservice)) +(typeattributeset fwk_sensor_hwservice_31_0 (fwk_sensor_hwservice)) +(typeattributeset fwk_stats_hwservice_31_0 (fwk_stats_hwservice)) +(typeattributeset fwk_stats_service_31_0 (fwk_stats_service)) +(typeattributeset fwmarkd_socket_31_0 (fwmarkd_socket)) +(typeattributeset game_service_31_0 (game_service)) +(typeattributeset gatekeeper_data_file_31_0 (gatekeeper_data_file)) +(typeattributeset gatekeeper_service_31_0 (gatekeeper_service)) +(typeattributeset gatekeeperd_31_0 (gatekeeperd)) +(typeattributeset gatekeeperd_exec_31_0 (gatekeeperd_exec)) +(typeattributeset gfxinfo_service_31_0 (gfxinfo_service)) +(typeattributeset gmscore_app_31_0 (gmscore_app)) +(typeattributeset gnss_device_31_0 (gnss_device)) +(typeattributeset gnss_time_update_service_31_0 (gnss_time_update_service)) +(typeattributeset gps_control_31_0 (gps_control)) +(typeattributeset gpu_device_31_0 (gpu_device)) +(typeattributeset gpu_service_31_0 (gpu_service)) +(typeattributeset gpuservice_31_0 (gpuservice)) +(typeattributeset graphics_config_prop_31_0 (graphics_config_prop)) +(typeattributeset graphics_device_31_0 (graphics_device)) +(typeattributeset graphicsstats_service_31_0 (graphicsstats_service)) +(typeattributeset gsi_data_file_31_0 (gsi_data_file)) +(typeattributeset gsi_metadata_file_31_0 (gsi_metadata_file)) +(typeattributeset gsi_public_metadata_file_31_0 (gsi_public_metadata_file)) +(typeattributeset hal_atrace_hwservice_31_0 (hal_atrace_hwservice)) +(typeattributeset hal_audio_hwservice_31_0 (hal_audio_hwservice)) +(typeattributeset hal_audio_service_31_0 (hal_audio_service)) +(typeattributeset hal_audiocontrol_hwservice_31_0 (hal_audiocontrol_hwservice)) +(typeattributeset hal_audiocontrol_service_31_0 (hal_audiocontrol_service)) +(typeattributeset hal_authsecret_hwservice_31_0 (hal_authsecret_hwservice)) +(typeattributeset hal_authsecret_service_31_0 (hal_authsecret_service)) +(typeattributeset hal_bluetooth_hwservice_31_0 (hal_bluetooth_hwservice)) +(typeattributeset hal_bootctl_hwservice_31_0 (hal_bootctl_hwservice)) +(typeattributeset hal_broadcastradio_hwservice_31_0 (hal_broadcastradio_hwservice)) +(typeattributeset hal_camera_hwservice_31_0 (hal_camera_hwservice)) +(typeattributeset hal_can_bus_hwservice_31_0 (hal_can_bus_hwservice)) +(typeattributeset hal_can_controller_hwservice_31_0 (hal_can_controller_hwservice)) +(typeattributeset hal_cas_hwservice_31_0 (hal_cas_hwservice)) +(typeattributeset hal_codec2_hwservice_31_0 (hal_codec2_hwservice)) +(typeattributeset hal_configstore_ISurfaceFlingerConfigs_31_0 (hal_configstore_ISurfaceFlingerConfigs)) +(typeattributeset hal_confirmationui_hwservice_31_0 (hal_confirmationui_hwservice)) +(typeattributeset hal_contexthub_hwservice_31_0 (hal_contexthub_hwservice)) +(typeattributeset hal_drm_hwservice_31_0 (hal_drm_hwservice)) +(typeattributeset hal_dumpstate_config_prop_31_0 (hal_dumpstate_config_prop)) +(typeattributeset hal_dumpstate_hwservice_31_0 (hal_dumpstate_hwservice)) +(typeattributeset hal_evs_hwservice_31_0 (hal_evs_hwservice)) +(typeattributeset hal_face_hwservice_31_0 (hal_face_hwservice)) +(typeattributeset hal_face_service_31_0 (hal_face_service)) +(typeattributeset hal_fingerprint_hwservice_31_0 (hal_fingerprint_hwservice)) +(typeattributeset hal_fingerprint_service_31_0 (hal_fingerprint_service)) +(typeattributeset hal_gatekeeper_hwservice_31_0 (hal_gatekeeper_hwservice)) +(typeattributeset hal_gnss_hwservice_31_0 (hal_gnss_hwservice)) +(typeattributeset hal_gnss_service_31_0 (hal_gnss_service)) +(typeattributeset hal_graphics_allocator_hwservice_31_0 (hal_graphics_allocator_hwservice)) +(typeattributeset hal_graphics_composer_hwservice_31_0 (hal_graphics_composer_hwservice)) +(typeattributeset hal_graphics_composer_server_tmpfs_31_0 (hal_graphics_composer_server_tmpfs)) +(typeattributeset hal_graphics_mapper_hwservice_31_0 (hal_graphics_mapper_hwservice)) +(typeattributeset hal_health_hwservice_31_0 (hal_health_hwservice)) +(typeattributeset hal_health_storage_hwservice_31_0 (hal_health_storage_hwservice)) +(typeattributeset hal_health_storage_service_31_0 (hal_health_storage_service)) +(typeattributeset hal_identity_service_31_0 (hal_identity_service)) +(typeattributeset hal_input_classifier_hwservice_31_0 (hal_input_classifier_hwservice)) +(typeattributeset hal_instrumentation_prop_31_0 (hal_instrumentation_prop)) +(typeattributeset hal_ir_hwservice_31_0 (hal_ir_hwservice)) +(typeattributeset hal_keymaster_hwservice_31_0 (hal_keymaster_hwservice)) +(typeattributeset hal_keymint_service_31_0 (hal_keymint_service)) +(typeattributeset hal_light_hwservice_31_0 (hal_light_hwservice)) +(typeattributeset hal_light_service_31_0 (hal_light_service)) +(typeattributeset hal_lowpan_hwservice_31_0 (hal_lowpan_hwservice)) +(typeattributeset hal_memtrack_hwservice_31_0 (hal_memtrack_hwservice)) +(typeattributeset hal_memtrack_service_31_0 (hal_memtrack_service)) +(typeattributeset hal_neuralnetworks_hwservice_31_0 (hal_neuralnetworks_hwservice)) +(typeattributeset hal_neuralnetworks_service_31_0 (hal_neuralnetworks_service)) +(typeattributeset hal_nfc_hwservice_31_0 (hal_nfc_hwservice)) +(typeattributeset hal_oemlock_hwservice_31_0 (hal_oemlock_hwservice)) +(typeattributeset hal_oemlock_service_31_0 (hal_oemlock_service)) +(typeattributeset hal_omx_hwservice_31_0 (hal_omx_hwservice)) +(typeattributeset hal_power_hwservice_31_0 (hal_power_hwservice)) +(typeattributeset hal_power_service_31_0 (hal_power_service)) +(typeattributeset hal_power_stats_hwservice_31_0 (hal_power_stats_hwservice)) +(typeattributeset hal_power_stats_service_31_0 (hal_power_stats_service)) +(typeattributeset hal_rebootescrow_service_31_0 (hal_rebootescrow_service)) +(typeattributeset hal_remotelyprovisionedcomponent_service_31_0 (hal_remotelyprovisionedcomponent_service)) +(typeattributeset hal_renderscript_hwservice_31_0 (hal_renderscript_hwservice)) +(typeattributeset hal_secure_element_hwservice_31_0 (hal_secure_element_hwservice)) +(typeattributeset hal_secureclock_service_31_0 (hal_secureclock_service)) +(typeattributeset hal_sensors_hwservice_31_0 (hal_sensors_hwservice)) +(typeattributeset hal_sharedsecret_service_31_0 (hal_sharedsecret_service)) +(typeattributeset hal_telephony_hwservice_31_0 (hal_telephony_hwservice)) +(typeattributeset hal_tetheroffload_hwservice_31_0 (hal_tetheroffload_hwservice)) +(typeattributeset hal_thermal_hwservice_31_0 (hal_thermal_hwservice)) +(typeattributeset hal_tv_cec_hwservice_31_0 (hal_tv_cec_hwservice)) +(typeattributeset hal_tv_input_hwservice_31_0 (hal_tv_input_hwservice)) +(typeattributeset hal_tv_tuner_hwservice_31_0 (hal_tv_tuner_hwservice)) +(typeattributeset hal_usb_gadget_hwservice_31_0 (hal_usb_gadget_hwservice)) +(typeattributeset hal_usb_hwservice_31_0 (hal_usb_hwservice)) +(typeattributeset hal_vehicle_hwservice_31_0 (hal_vehicle_hwservice)) +(typeattributeset hal_vibrator_hwservice_31_0 (hal_vibrator_hwservice)) +(typeattributeset hal_vibrator_service_31_0 (hal_vibrator_service)) +(typeattributeset hal_vr_hwservice_31_0 (hal_vr_hwservice)) +(typeattributeset hal_weaver_hwservice_31_0 (hal_weaver_hwservice)) +(typeattributeset hal_weaver_service_31_0 (hal_weaver_service)) +(typeattributeset hal_wifi_hostapd_hwservice_31_0 (hal_wifi_hostapd_hwservice)) +(typeattributeset hal_wifi_hwservice_31_0 (hal_wifi_hwservice)) +(typeattributeset hal_wifi_supplicant_hwservice_31_0 (hal_wifi_supplicant_hwservice)) +(typeattributeset hardware_properties_service_31_0 (hardware_properties_service)) +(typeattributeset hardware_service_31_0 (hardware_service)) +(typeattributeset hci_attach_dev_31_0 (hci_attach_dev)) +(typeattributeset hdmi_config_prop_31_0 (hdmi_config_prop)) +(typeattributeset hdmi_control_service_31_0 (hdmi_control_service)) +(typeattributeset healthd_31_0 (healthd)) +(typeattributeset healthd_exec_31_0 (healthd_exec)) +(typeattributeset heapdump_data_file_31_0 (heapdump_data_file)) +(typeattributeset heapprofd_31_0 (heapprofd)) +(typeattributeset heapprofd_enabled_prop_31_0 (heapprofd_enabled_prop)) +(typeattributeset heapprofd_prop_31_0 (heapprofd_prop)) +(typeattributeset heapprofd_socket_31_0 (heapprofd_socket)) +(typeattributeset hidl_allocator_hwservice_31_0 (hidl_allocator_hwservice)) +(typeattributeset hidl_base_hwservice_31_0 (hidl_base_hwservice)) +(typeattributeset hidl_manager_hwservice_31_0 (hidl_manager_hwservice)) +(typeattributeset hidl_memory_hwservice_31_0 (hidl_memory_hwservice)) +(typeattributeset hidl_token_hwservice_31_0 (hidl_token_hwservice)) +(typeattributeset hint_service_31_0 (hint_service)) +(typeattributeset hw_random_device_31_0 (hw_random_device)) +(typeattributeset hw_timeout_multiplier_prop_31_0 (hw_timeout_multiplier_prop)) +(typeattributeset hwbinder_device_31_0 (hwbinder_device)) +(typeattributeset hwservice_contexts_file_31_0 (hwservice_contexts_file)) +(typeattributeset hwservicemanager_31_0 (hwservicemanager)) +(typeattributeset hwservicemanager_exec_31_0 (hwservicemanager_exec)) +(typeattributeset hwservicemanager_prop_31_0 (hwservicemanager_prop)) +(typeattributeset icon_file_31_0 (icon_file)) +(typeattributeset idmap_31_0 (idmap)) +(typeattributeset idmap_exec_31_0 (idmap_exec)) +(typeattributeset idmap_service_31_0 (idmap_service)) +(typeattributeset iio_device_31_0 (iio_device)) +(typeattributeset imms_service_31_0 (imms_service)) +(typeattributeset incident_31_0 (incident)) +(typeattributeset incident_data_file_31_0 (incident_data_file)) +(typeattributeset incident_helper_31_0 (incident_helper)) +(typeattributeset incident_service_31_0 (incident_service)) +(typeattributeset incidentd_31_0 (incidentd)) +(typeattributeset incremental_control_file_31_0 (incremental_control_file)) +(typeattributeset incremental_prop_31_0 (incremental_prop)) +(typeattributeset incremental_service_31_0 (incremental_service)) +(typeattributeset init_31_0 (init)) +(typeattributeset init_exec_31_0 (init_exec)) +(typeattributeset init_service_status_prop_31_0 (init_service_status_prop)) +(typeattributeset init_tmpfs_31_0 (init_tmpfs)) +(typeattributeset inotify_31_0 (inotify)) +(typeattributeset input_device_31_0 (input_device)) +(typeattributeset input_method_service_31_0 (input_method_service)) +(typeattributeset input_service_31_0 (input_service)) +(typeattributeset inputflinger_31_0 (inputflinger)) +(typeattributeset inputflinger_exec_31_0 (inputflinger_exec)) +(typeattributeset inputflinger_service_31_0 (inputflinger_service)) +(typeattributeset install_data_file_31_0 (install_data_file)) +(typeattributeset installd_31_0 (installd)) +(typeattributeset installd_exec_31_0 (installd_exec)) +(typeattributeset installd_service_31_0 (installd_service)) +(typeattributeset ion_device_31_0 (ion_device)) +(typeattributeset iorap_inode2filename_31_0 (iorap_inode2filename)) +(typeattributeset iorap_inode2filename_exec_31_0 (iorap_inode2filename_exec)) +(typeattributeset iorap_inode2filename_tmpfs_31_0 (iorap_inode2filename_tmpfs)) +(typeattributeset iorap_prefetcherd_31_0 (iorap_prefetcherd)) +(typeattributeset iorap_prefetcherd_exec_31_0 (iorap_prefetcherd_exec)) +(typeattributeset iorap_prefetcherd_tmpfs_31_0 (iorap_prefetcherd_tmpfs)) +(typeattributeset iorapd_31_0 (iorapd)) +(typeattributeset iorapd_data_file_31_0 (iorapd_data_file)) +(typeattributeset iorapd_exec_31_0 (iorapd_exec)) +(typeattributeset iorapd_service_31_0 (iorapd_service)) +(typeattributeset iorapd_tmpfs_31_0 (iorapd_tmpfs)) +(typeattributeset ipsec_service_31_0 (ipsec_service)) +(typeattributeset iris_service_31_0 (iris_service)) +(typeattributeset iris_vendor_data_file_31_0 (iris_vendor_data_file)) +(typeattributeset isolated_app_31_0 (isolated_app)) +(typeattributeset jobscheduler_service_31_0 (jobscheduler_service)) +(typeattributeset kernel_31_0 (kernel)) +(typeattributeset keychain_data_file_31_0 (keychain_data_file)) +(typeattributeset keychord_device_31_0 (keychord_device)) +(typeattributeset keyguard_config_prop_31_0 (keyguard_config_prop)) +(typeattributeset keystore2_key_contexts_file_31_0 (keystore2_key_contexts_file)) +(typeattributeset keystore_31_0 (keystore)) +(typeattributeset keystore_compat_hal_service_31_0 (keystore_compat_hal_service)) +(typeattributeset keystore_data_file_31_0 (keystore_data_file)) +(typeattributeset keystore_exec_31_0 (keystore_exec)) +(typeattributeset keystore_maintenance_service_31_0 (keystore_maintenance_service)) +(typeattributeset keystore_metrics_service_31_0 (keystore_metrics_service)) +(typeattributeset keystore_service_31_0 (keystore_service)) +(typeattributeset kmsg_debug_device_31_0 (kmsg_debug_device)) +(typeattributeset kmsg_device_31_0 (kmsg_device)) +(typeattributeset labeledfs_31_0 (labeledfs)) +(typeattributeset launcherapps_service_31_0 (launcherapps_service)) +(typeattributeset legacy_permission_service_31_0 (legacy_permission_service)) +(typeattributeset legacykeystore_service_31_0 (legacykeystore_service)) +(typeattributeset libc_debug_prop_31_0 (libc_debug_prop)) +(typeattributeset light_service_31_0 (light_service)) +(typeattributeset linkerconfig_file_31_0 (linkerconfig_file)) +(typeattributeset llkd_31_0 (llkd)) +(typeattributeset llkd_exec_31_0 (llkd_exec)) +(typeattributeset llkd_prop_31_0 (llkd_prop)) +(typeattributeset lmkd_31_0 (lmkd)) +(typeattributeset lmkd_config_prop_31_0 (lmkd_config_prop)) +(typeattributeset lmkd_exec_31_0 (lmkd_exec)) +(typeattributeset lmkd_prop_31_0 (lmkd_prop)) +(typeattributeset lmkd_socket_31_0 (lmkd_socket)) +(typeattributeset location_service_31_0 (location_service)) +(typeattributeset location_time_zone_manager_service_31_0 (location_time_zone_manager_service)) +(typeattributeset lock_settings_service_31_0 (lock_settings_service)) +(typeattributeset log_prop_31_0 (log_prop)) +(typeattributeset log_tag_prop_31_0 (log_tag_prop)) +(typeattributeset logcat_exec_31_0 (logcat_exec)) +(typeattributeset logd_31_0 (logd)) +(typeattributeset logd_exec_31_0 (logd_exec)) +(typeattributeset logd_prop_31_0 (logd_prop)) +(typeattributeset logd_socket_31_0 (logd_socket)) +(typeattributeset logdr_socket_31_0 (logdr_socket)) +(typeattributeset logdw_socket_31_0 (logdw_socket)) +(typeattributeset logpersist_31_0 (logpersist)) +(typeattributeset logpersistd_logging_prop_31_0 (logpersistd_logging_prop)) +(typeattributeset loop_control_device_31_0 (loop_control_device)) +(typeattributeset loop_device_31_0 (loop_device)) +(typeattributeset looper_stats_service_31_0 (looper_stats_service)) +(typeattributeset lowpan_device_31_0 (lowpan_device)) +(typeattributeset lowpan_prop_31_0 (lowpan_prop)) +(typeattributeset lowpan_service_31_0 (lowpan_service)) +(typeattributeset lpdump_service_31_0 (lpdump_service)) +(typeattributeset lpdumpd_prop_31_0 (lpdumpd_prop)) +(typeattributeset mac_perms_file_31_0 (mac_perms_file)) +(typeattributeset mdns_socket_31_0 (mdns_socket)) +(typeattributeset mdnsd_31_0 (mdnsd)) +(typeattributeset mdnsd_socket_31_0 (mdnsd_socket)) +(typeattributeset media_communication_service_31_0 (media_communication_service)) +(typeattributeset media_config_prop_31_0 (media_config_prop)) +(typeattributeset media_data_file_31_0 (media_data_file)) +(typeattributeset media_metrics_service_31_0 (media_metrics_service)) +(typeattributeset media_projection_service_31_0 (media_projection_service)) +(typeattributeset media_router_service_31_0 (media_router_service)) +(typeattributeset media_rw_data_file_31_0 (media_rw_data_file)) +(typeattributeset media_session_service_31_0 (media_session_service)) +(typeattributeset media_variant_prop_31_0 (media_variant_prop)) +(typeattributeset mediadrm_config_prop_31_0 (mediadrm_config_prop)) +(typeattributeset mediadrmserver_31_0 (mediadrmserver)) +(typeattributeset mediadrmserver_exec_31_0 (mediadrmserver_exec)) +(typeattributeset mediadrmserver_service_31_0 (mediadrmserver_service)) +(typeattributeset mediaextractor_31_0 (mediaextractor)) +(typeattributeset mediaextractor_exec_31_0 (mediaextractor_exec)) +(typeattributeset mediaextractor_service_31_0 (mediaextractor_service)) +(typeattributeset mediaextractor_tmpfs_31_0 (mediaextractor_tmpfs)) +(typeattributeset mediametrics_31_0 (mediametrics)) +(typeattributeset mediametrics_exec_31_0 (mediametrics_exec)) +(typeattributeset mediametrics_service_31_0 (mediametrics_service)) +(typeattributeset mediaprovider_31_0 (mediaprovider)) +(typeattributeset mediaserver_31_0 (mediaserver)) +(typeattributeset mediaserver_exec_31_0 (mediaserver_exec)) +(typeattributeset mediaserver_service_31_0 (mediaserver_service)) +(typeattributeset mediaserver_tmpfs_31_0 (mediaserver_tmpfs)) +(typeattributeset mediaswcodec_31_0 (mediaswcodec)) +(typeattributeset mediaswcodec_exec_31_0 (mediaswcodec_exec)) +(typeattributeset mediatranscoding_service_31_0 (mediatranscoding_service)) +(typeattributeset meminfo_service_31_0 (meminfo_service)) +(typeattributeset memtrackproxy_service_31_0 (memtrackproxy_service)) +(typeattributeset metadata_block_device_31_0 (metadata_block_device)) +(typeattributeset metadata_bootstat_file_31_0 (metadata_bootstat_file)) +(typeattributeset metadata_file_31_0 (metadata_file)) +(typeattributeset method_trace_data_file_31_0 (method_trace_data_file)) +(typeattributeset midi_service_31_0 (midi_service)) +(typeattributeset mirror_data_file_31_0 (mirror_data_file)) +(typeattributeset misc_block_device_31_0 (misc_block_device)) +(typeattributeset misc_logd_file_31_0 (misc_logd_file)) +(typeattributeset misc_user_data_file_31_0 (misc_user_data_file)) +(typeattributeset mm_events_config_prop_31_0 (mm_events_config_prop)) +(typeattributeset mmc_prop_31_0 (mmc_prop)) +(typeattributeset mnt_expand_file_31_0 (mnt_expand_file)) +(typeattributeset mnt_media_rw_file_31_0 (mnt_media_rw_file)) +(typeattributeset mnt_media_rw_stub_file_31_0 (mnt_media_rw_stub_file)) +(typeattributeset mnt_pass_through_file_31_0 (mnt_pass_through_file)) +(typeattributeset mnt_product_file_31_0 (mnt_product_file)) +(typeattributeset mnt_sdcard_file_31_0 (mnt_sdcard_file)) +(typeattributeset mnt_user_file_31_0 (mnt_user_file)) +(typeattributeset mnt_vendor_file_31_0 (mnt_vendor_file)) +(typeattributeset mock_ota_prop_31_0 (mock_ota_prop)) +(typeattributeset modprobe_31_0 (modprobe)) +(typeattributeset module_sdkextensions_prop_31_0 (module_sdkextensions_prop)) +(typeattributeset mount_service_31_0 (mount_service)) +(typeattributeset mqueue_31_0 (mqueue)) +(typeattributeset mtp_31_0 (mtp)) +(typeattributeset mtp_device_31_0 (mtp_device)) +(typeattributeset mtp_exec_31_0 (mtp_exec)) +(typeattributeset mtpd_socket_31_0 (mtpd_socket)) +(typeattributeset music_recognition_service_31_0 (music_recognition_service)) +(typeattributeset nativetest_data_file_31_0 (nativetest_data_file)) +(typeattributeset net_data_file_31_0 (net_data_file)) +(typeattributeset net_dns_prop_31_0 (net_dns_prop)) +(typeattributeset net_radio_prop_31_0 (net_radio_prop)) +(typeattributeset netd_31_0 (netd)) +(typeattributeset netd_exec_31_0 (netd_exec)) +(typeattributeset netd_listener_service_31_0 (netd_listener_service)) +(typeattributeset netd_service_31_0 (netd_service)) +(typeattributeset netif_31_0 (netif)) +(typeattributeset netpolicy_service_31_0 (netpolicy_service)) +(typeattributeset netstats_service_31_0 (netstats_service)) +(typeattributeset netutils_wrapper_31_0 (netutils_wrapper)) +(typeattributeset netutils_wrapper_exec_31_0 (netutils_wrapper_exec)) +(typeattributeset network_management_service_31_0 (network_management_service)) +(typeattributeset network_score_service_31_0 (network_score_service)) +(typeattributeset network_stack_31_0 (network_stack)) +(typeattributeset network_stack_service_31_0 (network_stack_service)) +(typeattributeset network_time_update_service_31_0 (network_time_update_service)) +(typeattributeset network_watchlist_data_file_31_0 (network_watchlist_data_file)) +(typeattributeset network_watchlist_service_31_0 (network_watchlist_service)) +(typeattributeset nfc_31_0 (nfc)) +(typeattributeset nfc_data_file_31_0 (nfc_data_file)) +(typeattributeset nfc_device_31_0 (nfc_device)) +(typeattributeset nfc_logs_data_file_31_0 (nfc_logs_data_file)) +(typeattributeset nfc_prop_31_0 (nfc_prop)) +(typeattributeset nfc_service_31_0 (nfc_service)) +(typeattributeset nnapi_ext_deny_product_prop_31_0 (nnapi_ext_deny_product_prop)) +(typeattributeset node_31_0 (node)) +(typeattributeset nonplat_service_contexts_file_31_0 (nonplat_service_contexts_file)) +(typeattributeset notification_service_31_0 (notification_service)) +(typeattributeset null_device_31_0 (null_device)) +(typeattributeset oem_lock_service_31_0 (oem_lock_service)) +(typeattributeset oem_unlock_prop_31_0 (oem_unlock_prop)) +(typeattributeset oemfs_31_0 (oemfs)) +(typeattributeset ota_data_file_31_0 (ota_data_file)) +(typeattributeset ota_metadata_file_31_0 (ota_metadata_file)) +(typeattributeset ota_package_file_31_0 (ota_package_file)) +(typeattributeset ota_prop_31_0 (ota_prop)) +(typeattributeset otadexopt_service_31_0 (otadexopt_service)) +(typeattributeset otapreopt_chroot_31_0 (otapreopt_chroot)) +(typeattributeset overlay_prop_31_0 (overlay_prop)) +(typeattributeset overlay_service_31_0 (overlay_service)) +(typeattributeset overlayfs_file_31_0 (overlayfs_file)) +(typeattributeset owntty_device_31_0 (owntty_device)) +(typeattributeset pac_proxy_service_31_0 (pac_proxy_service)) +(typeattributeset package_native_service_31_0 (package_native_service)) +(typeattributeset package_service_31_0 (package_service)) +(typeattributeset packagemanager_config_prop_31_0 (packagemanager_config_prop)) +(typeattributeset packages_list_file_31_0 (packages_list_file)) +(typeattributeset pan_result_prop_31_0 (pan_result_prop)) +(typeattributeset password_slot_metadata_file_31_0 (password_slot_metadata_file)) +(typeattributeset pdx_bufferhub_client_channel_socket_31_0 (pdx_bufferhub_client_channel_socket)) +(typeattributeset pdx_bufferhub_client_endpoint_socket_31_0 (pdx_bufferhub_client_endpoint_socket)) +(typeattributeset pdx_bufferhub_dir_31_0 (pdx_bufferhub_dir)) +(typeattributeset pdx_display_client_channel_socket_31_0 (pdx_display_client_channel_socket)) +(typeattributeset pdx_display_client_endpoint_socket_31_0 (pdx_display_client_endpoint_socket)) +(typeattributeset pdx_display_dir_31_0 (pdx_display_dir)) +(typeattributeset pdx_display_manager_channel_socket_31_0 (pdx_display_manager_channel_socket)) +(typeattributeset pdx_display_manager_endpoint_socket_31_0 (pdx_display_manager_endpoint_socket)) +(typeattributeset pdx_display_screenshot_channel_socket_31_0 (pdx_display_screenshot_channel_socket)) +(typeattributeset pdx_display_screenshot_endpoint_socket_31_0 (pdx_display_screenshot_endpoint_socket)) +(typeattributeset pdx_display_vsync_channel_socket_31_0 (pdx_display_vsync_channel_socket)) +(typeattributeset pdx_display_vsync_endpoint_socket_31_0 (pdx_display_vsync_endpoint_socket)) +(typeattributeset pdx_performance_client_channel_socket_31_0 (pdx_performance_client_channel_socket)) +(typeattributeset pdx_performance_client_endpoint_socket_31_0 (pdx_performance_client_endpoint_socket)) +(typeattributeset pdx_performance_dir_31_0 (pdx_performance_dir)) +(typeattributeset people_service_31_0 (people_service)) +(typeattributeset perfetto_31_0 (perfetto)) +(typeattributeset performanced_31_0 (performanced)) +(typeattributeset performanced_exec_31_0 (performanced_exec)) +(typeattributeset permission_checker_service_31_0 (permission_checker_service)) +(typeattributeset permission_service_31_0 (permission_service)) +(typeattributeset permissionmgr_service_31_0 (permissionmgr_service)) +(typeattributeset persist_debug_prop_31_0 (persist_debug_prop)) +(typeattributeset persist_vendor_debug_wifi_prop_31_0 (persist_vendor_debug_wifi_prop)) +(typeattributeset persistent_data_block_service_31_0 (persistent_data_block_service)) +(typeattributeset persistent_properties_ready_prop_31_0 (persistent_properties_ready_prop)) +(typeattributeset pinner_service_31_0 (pinner_service)) +(typeattributeset pipefs_31_0 (pipefs)) +(typeattributeset platform_app_31_0 (platform_app)) +(typeattributeset platform_compat_service_31_0 (platform_compat_service)) +(typeattributeset pmsg_device_31_0 (pmsg_device)) +(typeattributeset port_31_0 (port)) +(typeattributeset port_device_31_0 (port_device)) +(typeattributeset postinstall_31_0 (postinstall)) +(typeattributeset postinstall_apex_mnt_dir_31_0 (postinstall_apex_mnt_dir)) +(typeattributeset postinstall_file_31_0 (postinstall_file)) +(typeattributeset postinstall_mnt_dir_31_0 (postinstall_mnt_dir)) +(typeattributeset power_debug_prop_31_0 (power_debug_prop)) +(typeattributeset power_service_31_0 (power_service)) +(typeattributeset powerctl_prop_31_0 (powerctl_prop)) +(typeattributeset powerstats_service_31_0 (powerstats_service)) +(typeattributeset ppp_31_0 (ppp)) +(typeattributeset ppp_device_31_0 (ppp_device)) +(typeattributeset ppp_exec_31_0 (ppp_exec)) +(typeattributeset preloads_data_file_31_0 (preloads_data_file)) +(typeattributeset preloads_media_file_31_0 (preloads_media_file)) +(typeattributeset prereboot_data_file_31_0 (prereboot_data_file)) +(typeattributeset print_service_31_0 (print_service)) +(typeattributeset priv_app_31_0 (priv_app)) +(typeattributeset privapp_data_file_31_0 (privapp_data_file)) +(typeattributeset proc_31_0 (proc proc_bpf proc_cpu_alignment)) +(typeattributeset proc_abi_31_0 (proc_abi)) +(typeattributeset proc_asound_31_0 (proc_asound)) +(typeattributeset proc_bluetooth_writable_31_0 (proc_bluetooth_writable)) +(typeattributeset proc_bootconfig_31_0 (proc_bootconfig)) +(typeattributeset proc_buddyinfo_31_0 (proc_buddyinfo)) +(typeattributeset proc_cmdline_31_0 (proc_cmdline)) +(typeattributeset proc_cpuinfo_31_0 (proc_cpuinfo)) +(typeattributeset proc_dirty_31_0 (proc_dirty)) +(typeattributeset proc_diskstats_31_0 (proc_diskstats)) +(typeattributeset proc_drop_caches_31_0 (proc_drop_caches)) +(typeattributeset proc_extra_free_kbytes_31_0 (proc_extra_free_kbytes)) +(typeattributeset proc_filesystems_31_0 (proc_filesystems)) +(typeattributeset proc_fs_verity_31_0 (proc_fs_verity)) +(typeattributeset proc_hostname_31_0 (proc_hostname)) +(typeattributeset proc_hung_task_31_0 (proc_hung_task)) +(typeattributeset proc_interrupts_31_0 (proc_interrupts)) +(typeattributeset proc_iomem_31_0 (proc_iomem)) +(typeattributeset proc_kallsyms_31_0 (proc_kallsyms)) +(typeattributeset proc_keys_31_0 (proc_keys)) +(typeattributeset proc_kmsg_31_0 (proc_kmsg)) +(typeattributeset proc_kpageflags_31_0 (proc_kpageflags)) +(typeattributeset proc_loadavg_31_0 (proc_loadavg)) +(typeattributeset proc_locks_31_0 (proc_locks)) +(typeattributeset proc_lowmemorykiller_31_0 (proc_lowmemorykiller)) +(typeattributeset proc_max_map_count_31_0 (proc_max_map_count)) +(typeattributeset proc_meminfo_31_0 (proc_meminfo)) +(typeattributeset proc_min_free_order_shift_31_0 (proc_min_free_order_shift)) +(typeattributeset proc_misc_31_0 (proc_misc)) +(typeattributeset proc_modules_31_0 (proc_modules)) +(typeattributeset proc_mounts_31_0 (proc_mounts)) +(typeattributeset proc_net_31_0 (proc_bpf proc_net)) +(typeattributeset proc_net_tcp_udp_31_0 (proc_net_tcp_udp)) +(typeattributeset proc_overcommit_memory_31_0 (proc_overcommit_memory)) +(typeattributeset proc_page_cluster_31_0 (proc_page_cluster)) +(typeattributeset proc_pagetypeinfo_31_0 (proc_pagetypeinfo)) +(typeattributeset proc_panic_31_0 (proc_panic)) +(typeattributeset proc_perf_31_0 (proc_perf)) +(typeattributeset proc_pid_max_31_0 (proc_pid_max)) +(typeattributeset proc_pipe_conf_31_0 (proc_pipe_conf)) +(typeattributeset proc_pressure_cpu_31_0 (proc_pressure_cpu)) +(typeattributeset proc_pressure_io_31_0 (proc_pressure_io)) +(typeattributeset proc_pressure_mem_31_0 (proc_pressure_mem)) +(typeattributeset proc_qtaguid_ctrl_31_0 (proc_qtaguid_ctrl)) +(typeattributeset proc_qtaguid_stat_31_0 (proc_qtaguid_stat)) +(typeattributeset proc_random_31_0 (proc_random)) +(typeattributeset proc_sched_31_0 (proc_sched)) +(typeattributeset proc_security_31_0 (proc_security)) +(typeattributeset proc_slabinfo_31_0 (proc_slabinfo)) +(typeattributeset proc_stat_31_0 (proc_stat)) +(typeattributeset proc_swaps_31_0 (proc_swaps)) +(typeattributeset proc_sysrq_31_0 (proc_sysrq)) +(typeattributeset proc_timer_31_0 (proc_timer)) +(typeattributeset proc_tty_drivers_31_0 (proc_tty_drivers)) +(typeattributeset proc_uid_concurrent_active_time_31_0 (proc_uid_concurrent_active_time)) +(typeattributeset proc_uid_concurrent_policy_time_31_0 (proc_uid_concurrent_policy_time)) +(typeattributeset proc_uid_cpupower_31_0 (proc_uid_cpupower)) +(typeattributeset proc_uid_cputime_removeuid_31_0 (proc_uid_cputime_removeuid)) +(typeattributeset proc_uid_cputime_showstat_31_0 (proc_uid_cputime_showstat)) +(typeattributeset proc_uid_io_stats_31_0 (proc_uid_io_stats)) +(typeattributeset proc_uid_procstat_set_31_0 (proc_uid_procstat_set)) +(typeattributeset proc_uid_time_in_state_31_0 (proc_uid_time_in_state)) +(typeattributeset proc_uptime_31_0 (proc_uptime)) +(typeattributeset proc_vendor_sched_31_0 (proc_vendor_sched)) +(typeattributeset proc_version_31_0 (proc_version)) +(typeattributeset proc_vmallocinfo_31_0 (proc_vmallocinfo)) +(typeattributeset proc_vmstat_31_0 (proc_vmstat)) +(typeattributeset proc_zoneinfo_31_0 (proc_zoneinfo)) +(typeattributeset processinfo_service_31_0 (processinfo_service)) +(typeattributeset procstats_service_31_0 (procstats_service)) +(typeattributeset profman_31_0 (profman)) +(typeattributeset profman_dump_data_file_31_0 (profman_dump_data_file)) +(typeattributeset profman_exec_31_0 (profman_exec)) +(typeattributeset properties_device_31_0 (properties_device)) +(typeattributeset properties_serial_31_0 (properties_serial)) +(typeattributeset property_contexts_file_31_0 (property_contexts_file)) +(typeattributeset property_data_file_31_0 (property_data_file)) +(typeattributeset property_info_31_0 (property_info)) +(typeattributeset property_service_version_prop_31_0 (property_service_version_prop)) +(typeattributeset property_socket_31_0 (property_socket)) +(typeattributeset provisioned_prop_31_0 (provisioned_prop)) +(typeattributeset pstorefs_31_0 (pstorefs)) +(typeattributeset ptmx_device_31_0 (ptmx_device)) +(typeattributeset qemu_hw_prop_31_0 (qemu_hw_prop)) +(typeattributeset qemu_sf_lcd_density_prop_31_0 (qemu_sf_lcd_density_prop)) +(typeattributeset qtaguid_device_31_0 (qtaguid_device)) +(typeattributeset racoon_31_0 (racoon)) +(typeattributeset racoon_exec_31_0 (racoon_exec)) +(typeattributeset racoon_socket_31_0 (racoon_socket)) +(typeattributeset radio_31_0 (radio)) +(typeattributeset radio_control_prop_31_0 (radio_control_prop)) +(typeattributeset radio_core_data_file_31_0 (radio_core_data_file)) +(typeattributeset radio_data_file_31_0 (radio_data_file)) +(typeattributeset radio_device_31_0 (radio_device)) +(typeattributeset radio_prop_31_0 (radio_prop)) +(typeattributeset radio_service_31_0 (radio_service)) +(typeattributeset ram_device_31_0 (ram_device)) +(typeattributeset random_device_31_0 (random_device)) +(typeattributeset reboot_readiness_service_31_0 (reboot_readiness_service)) +(typeattributeset rebootescrow_hal_prop_31_0 (rebootescrow_hal_prop)) +(typeattributeset recovery_31_0 (recovery)) +(typeattributeset recovery_block_device_31_0 (recovery_block_device)) +(typeattributeset recovery_config_prop_31_0 (recovery_config_prop)) +(typeattributeset recovery_data_file_31_0 (recovery_data_file)) +(typeattributeset recovery_persist_31_0 (recovery_persist)) +(typeattributeset recovery_persist_exec_31_0 (recovery_persist_exec)) +(typeattributeset recovery_refresh_31_0 (recovery_refresh)) +(typeattributeset recovery_refresh_exec_31_0 (recovery_refresh_exec)) +(typeattributeset recovery_service_31_0 (recovery_service)) +(typeattributeset recovery_socket_31_0 (recovery_socket)) +(typeattributeset registry_service_31_0 (registry_service)) +(typeattributeset remoteprovisioning_service_31_0 (remoteprovisioning_service)) +(typeattributeset resourcecache_data_file_31_0 (resourcecache_data_file)) +(typeattributeset restorecon_prop_31_0 (restorecon_prop)) +(typeattributeset restrictions_service_31_0 (restrictions_service)) +(typeattributeset retaildemo_prop_31_0 (retaildemo_prop)) +(typeattributeset rild_debug_socket_31_0 (rild_debug_socket)) +(typeattributeset rild_socket_31_0 (rild_socket)) +(typeattributeset ringtone_file_31_0 (ringtone_file)) +(typeattributeset role_service_31_0 (role_service)) +(typeattributeset rollback_service_31_0 (rollback_service)) +(typeattributeset root_block_device_31_0 (root_block_device)) +(typeattributeset rootfs_31_0 (rootfs)) +(typeattributeset rpmsg_device_31_0 (rpmsg_device)) +(typeattributeset rs_31_0 (rs)) +(typeattributeset rs_exec_31_0 (rs_exec)) +(typeattributeset rss_hwm_reset_31_0 (rss_hwm_reset)) +(typeattributeset rtc_device_31_0 (rtc_device)) +(typeattributeset rttmanager_service_31_0 (rttmanager_service)) +(typeattributeset runas_31_0 (runas)) +(typeattributeset runas_app_31_0 (runas_app)) +(typeattributeset runas_exec_31_0 (runas_exec)) +(typeattributeset runtime_event_log_tags_file_31_0 (runtime_event_log_tags_file)) +(typeattributeset runtime_service_31_0 (runtime_service)) +(typeattributeset safemode_prop_31_0 (safemode_prop)) +(typeattributeset same_process_hal_file_31_0 (same_process_hal_file)) +(typeattributeset samplingprofiler_service_31_0 (samplingprofiler_service)) +(typeattributeset scheduling_policy_service_31_0 (scheduling_policy_service)) +(typeattributeset sdcard_block_device_31_0 (sdcard_block_device)) +(typeattributeset sdcardd_31_0 (sdcardd)) +(typeattributeset sdcardd_exec_31_0 (sdcardd_exec)) +(typeattributeset sdcardfs_31_0 (sdcardfs)) +(typeattributeset seapp_contexts_file_31_0 (seapp_contexts_file)) +(typeattributeset search_service_31_0 (search_service)) +(typeattributeset search_ui_service_31_0 (search_ui_service)) +(typeattributeset sec_key_att_app_id_provider_service_31_0 (sec_key_att_app_id_provider_service)) +(typeattributeset secure_element_31_0 (secure_element)) +(typeattributeset secure_element_device_31_0 (secure_element_device)) +(typeattributeset secure_element_service_31_0 (secure_element_service)) +(typeattributeset securityfs_31_0 (securityfs)) +(typeattributeset selinuxfs_31_0 (selinuxfs)) +(typeattributeset sendbug_config_prop_31_0 (sendbug_config_prop)) +(typeattributeset sensor_privacy_service_31_0 (sensor_privacy_service)) +(typeattributeset sensors_device_31_0 (sensors_device)) +(typeattributeset sensorservice_service_31_0 (sensorservice_service)) +(typeattributeset sepolicy_file_31_0 (sepolicy_file)) +(typeattributeset serial_device_31_0 (serial_device)) +(typeattributeset serial_service_31_0 (serial_service)) +(typeattributeset serialno_prop_31_0 (serialno_prop)) +(typeattributeset server_configurable_flags_data_file_31_0 (server_configurable_flags_data_file)) +(typeattributeset service_contexts_file_31_0 (service_contexts_file)) +(typeattributeset service_manager_service_31_0 (service_manager_service)) +(typeattributeset service_manager_vndservice_31_0 (service_manager_vndservice)) +(typeattributeset servicediscovery_service_31_0 (servicediscovery_service)) +(typeattributeset servicemanager_31_0 (servicemanager)) +(typeattributeset servicemanager_exec_31_0 (servicemanager_exec)) +(typeattributeset settings_service_31_0 (settings_service)) +(typeattributeset sgdisk_31_0 (sgdisk)) +(typeattributeset sgdisk_exec_31_0 (sgdisk_exec)) +(typeattributeset shared_relro_31_0 (shared_relro)) +(typeattributeset shared_relro_file_31_0 (shared_relro_file)) +(typeattributeset shell_31_0 (shell)) +(typeattributeset shell_data_file_31_0 (shell_data_file)) +(typeattributeset shell_exec_31_0 (shell_exec)) +(typeattributeset shell_prop_31_0 (shell_prop)) +(typeattributeset shell_test_data_file_31_0 (shell_test_data_file)) +(typeattributeset shm_31_0 (shm)) +(typeattributeset shortcut_manager_icons_31_0 (shortcut_manager_icons)) +(typeattributeset shortcut_service_31_0 (shortcut_service)) +(typeattributeset simpleperf_31_0 (simpleperf)) +(typeattributeset simpleperf_app_runner_31_0 (simpleperf_app_runner)) +(typeattributeset simpleperf_app_runner_exec_31_0 (simpleperf_app_runner_exec)) +(typeattributeset slice_service_31_0 (slice_service)) +(typeattributeset slideshow_31_0 (slideshow)) +(typeattributeset smartspace_service_31_0 (smartspace_service)) +(typeattributeset snapshotctl_log_data_file_31_0 (snapshotctl_log_data_file)) +(typeattributeset snapuserd_socket_31_0 (snapuserd_socket)) +(typeattributeset soc_prop_31_0 (soc_prop)) +(typeattributeset socket_device_31_0 (socket_device)) +(typeattributeset socket_hook_prop_31_0 (socket_hook_prop)) +(typeattributeset sockfs_31_0 (sockfs)) +(typeattributeset sota_prop_31_0 (sota_prop)) +(typeattributeset soundtrigger_middleware_service_31_0 (soundtrigger_middleware_service)) +(typeattributeset speech_recognition_service_31_0 (speech_recognition_service)) +(typeattributeset sqlite_log_prop_31_0 (sqlite_log_prop)) +(typeattributeset staged_install_file_31_0 (staged_install_file)) +(typeattributeset staging_data_file_31_0 (staging_data_file)) +(typeattributeset stats_data_file_31_0 (stats_data_file)) +(typeattributeset statsd_31_0 (statsd)) +(typeattributeset statsd_exec_31_0 (statsd_exec)) +(typeattributeset statsdw_socket_31_0 (statsdw_socket)) +(typeattributeset statusbar_service_31_0 (statusbar_service)) +(typeattributeset storage_config_prop_31_0 (storage_config_prop)) +(typeattributeset storage_file_31_0 (storage_file)) +(typeattributeset storage_stub_file_31_0 (storage_stub_file)) +(typeattributeset storaged_service_31_0 (storaged_service)) +(typeattributeset storagemanager_config_prop_31_0 (storagemanager_config_prop)) +(typeattributeset storagestats_service_31_0 (storagestats_service)) +(typeattributeset su_31_0 (su)) +(typeattributeset su_exec_31_0 (su_exec)) +(typeattributeset super_block_device_31_0 (super_block_device)) +(typeattributeset surfaceflinger_31_0 (surfaceflinger)) +(typeattributeset surfaceflinger_color_prop_31_0 (surfaceflinger_color_prop)) +(typeattributeset surfaceflinger_display_prop_31_0 (surfaceflinger_display_prop)) +(typeattributeset surfaceflinger_prop_31_0 (surfaceflinger_prop)) +(typeattributeset surfaceflinger_service_31_0 (surfaceflinger_service)) +(typeattributeset surfaceflinger_tmpfs_31_0 (surfaceflinger_tmpfs)) +(typeattributeset suspend_prop_31_0 (suspend_prop)) +(typeattributeset swap_block_device_31_0 (swap_block_device)) +(typeattributeset sysfs_31_0 (sysfs)) +(typeattributeset sysfs_android_usb_31_0 (sysfs_android_usb)) +(typeattributeset sysfs_batteryinfo_31_0 (sysfs_batteryinfo)) +(typeattributeset sysfs_block_31_0 (sysfs_block)) +(typeattributeset sysfs_bluetooth_writable_31_0 (sysfs_bluetooth_writable)) +(typeattributeset sysfs_devfreq_cur_31_0 (sysfs_devfreq_cur)) +(typeattributeset sysfs_devfreq_dir_31_0 (sysfs_devfreq_dir)) +(typeattributeset sysfs_devices_block_31_0 (sysfs_devices_block)) +(typeattributeset sysfs_devices_cs_etm_31_0 (sysfs_devices_cs_etm)) +(typeattributeset sysfs_devices_system_cpu_31_0 (sysfs_devices_system_cpu)) +(typeattributeset sysfs_dm_31_0 (sysfs_dm)) +(typeattributeset sysfs_dm_verity_31_0 (sysfs_dm_verity)) +(typeattributeset sysfs_dma_heap_31_0 (sysfs_dma_heap)) +(typeattributeset sysfs_dmabuf_stats_31_0 (sysfs_dmabuf_stats)) +(typeattributeset sysfs_dt_firmware_android_31_0 (sysfs_dt_firmware_android)) +(typeattributeset sysfs_extcon_31_0 (sysfs_extcon)) +(typeattributeset sysfs_fs_ext4_features_31_0 (sysfs_fs_ext4_features)) +(typeattributeset sysfs_fs_f2fs_31_0 (sysfs_fs_f2fs)) +(typeattributeset sysfs_fs_incfs_features_31_0 (sysfs_fs_incfs_features)) +(typeattributeset sysfs_fs_incfs_metrics_31_0 (sysfs_fs_incfs_metrics)) +(typeattributeset sysfs_hwrandom_31_0 (sysfs_hwrandom)) +(typeattributeset sysfs_ion_31_0 (sysfs_ion)) +(typeattributeset sysfs_ipv4_31_0 (sysfs_ipv4)) +(typeattributeset sysfs_kernel_notes_31_0 (sysfs_kernel_notes)) +(typeattributeset sysfs_leds_31_0 (sysfs_leds)) +(typeattributeset sysfs_loop_31_0 (sysfs_loop)) +(typeattributeset sysfs_lowmemorykiller_31_0 (sysfs_lowmemorykiller)) +(typeattributeset sysfs_net_31_0 (sysfs_net)) +(typeattributeset sysfs_nfc_power_writable_31_0 (sysfs_nfc_power_writable)) +(typeattributeset sysfs_power_31_0 (sysfs_power)) +(typeattributeset sysfs_rtc_31_0 (sysfs_rtc)) +(typeattributeset sysfs_suspend_stats_31_0 (sysfs_suspend_stats)) +(typeattributeset sysfs_switch_31_0 (sysfs_switch)) +(typeattributeset sysfs_thermal_31_0 (sysfs_thermal)) +(typeattributeset sysfs_transparent_hugepage_31_0 (sysfs_transparent_hugepage)) +(typeattributeset sysfs_uhid_31_0 (sysfs_uhid)) +(typeattributeset sysfs_uio_31_0 (sysfs_uio)) +(typeattributeset sysfs_usb_31_0 (sysfs_usb)) +(typeattributeset sysfs_usermodehelper_31_0 (sysfs_usermodehelper)) +(typeattributeset sysfs_vendor_sched_31_0 (sysfs_vendor_sched)) +(typeattributeset sysfs_vibrator_31_0 (sysfs_vibrator)) +(typeattributeset sysfs_wake_lock_31_0 (sysfs_wake_lock)) +(typeattributeset sysfs_wakeup_31_0 (sysfs_wakeup)) +(typeattributeset sysfs_wakeup_reasons_31_0 (sysfs_wakeup_reasons)) +(typeattributeset sysfs_wlan_fwpath_31_0 (sysfs_wlan_fwpath)) +(typeattributeset sysfs_zram_31_0 (sysfs_zram)) +(typeattributeset sysfs_zram_uevent_31_0 (sysfs_zram_uevent)) +(typeattributeset system_app_31_0 (system_app)) +(typeattributeset system_app_data_file_31_0 (system_app_data_file)) +(typeattributeset system_app_service_31_0 (system_app_service)) +(typeattributeset system_asan_options_file_31_0 (system_asan_options_file)) +(typeattributeset system_block_device_31_0 (system_block_device)) +(typeattributeset system_boot_reason_prop_31_0 (system_boot_reason_prop)) +(typeattributeset system_bootstrap_lib_file_31_0 (system_bootstrap_lib_file)) +(typeattributeset system_config_service_31_0 (system_config_service)) +(typeattributeset system_data_file_31_0 (system_data_file)) +(typeattributeset system_data_root_file_31_0 (system_data_root_file)) +(typeattributeset system_event_log_tags_file_31_0 (system_event_log_tags_file)) +(typeattributeset system_file_31_0 (system_file)) +(typeattributeset system_group_file_31_0 (system_group_file)) +(typeattributeset system_jvmti_agent_prop_31_0 (system_jvmti_agent_prop)) +(typeattributeset system_lib_file_31_0 (system_lib_file)) +(typeattributeset system_linker_config_file_31_0 (system_linker_config_file)) +(typeattributeset system_linker_exec_31_0 (system_linker_exec)) +(typeattributeset system_lmk_prop_31_0 (system_lmk_prop)) +(typeattributeset system_ndebug_socket_31_0 (system_ndebug_socket)) +(typeattributeset system_net_netd_hwservice_31_0 (system_net_netd_hwservice)) +(typeattributeset system_passwd_file_31_0 (system_passwd_file)) +(typeattributeset system_prop_31_0 (system_prop)) +(typeattributeset system_seccomp_policy_file_31_0 (system_seccomp_policy_file)) +(typeattributeset system_security_cacerts_file_31_0 (system_security_cacerts_file)) +(typeattributeset system_server_31_0 (system_server)) +(typeattributeset system_server_dumper_service_31_0 (system_server_dumper_service)) +(typeattributeset system_server_tmpfs_31_0 (system_server_tmpfs)) +(typeattributeset system_suspend_control_internal_service_31_0 (system_suspend_control_internal_service)) +(typeattributeset system_suspend_control_service_31_0 (system_suspend_control_service)) +(typeattributeset system_suspend_hwservice_31_0 (system_suspend_hwservice)) +(typeattributeset system_trace_prop_31_0 (system_trace_prop)) +(typeattributeset system_unsolzygote_socket_31_0 (system_unsolzygote_socket)) +(typeattributeset system_update_service_31_0 (system_update_service)) +(typeattributeset system_wifi_keystore_hwservice_31_0 (system_wifi_keystore_hwservice)) +(typeattributeset system_wpa_socket_31_0 (system_wpa_socket)) +(typeattributeset system_zoneinfo_file_31_0 (system_zoneinfo_file)) +(typeattributeset systemkeys_data_file_31_0 (systemkeys_data_file)) +(typeattributeset systemsound_config_prop_31_0 (systemsound_config_prop)) +(typeattributeset task_profiles_api_file_31_0 (task_profiles_api_file)) +(typeattributeset task_profiles_file_31_0 (task_profiles_file)) +(typeattributeset task_service_31_0 (task_service)) +(typeattributeset tcpdump_exec_31_0 (tcpdump_exec)) +(typeattributeset tee_31_0 (tee)) +(typeattributeset tee_data_file_31_0 (tee_data_file)) +(typeattributeset tee_device_31_0 (tee_device)) +(typeattributeset telecom_service_31_0 (telecom_service)) +(typeattributeset telephony_config_prop_31_0 (telephony_config_prop)) +(typeattributeset telephony_status_prop_31_0 (telephony_status_prop)) +(typeattributeset test_boot_reason_prop_31_0 (test_boot_reason_prop)) +(typeattributeset test_harness_prop_31_0 (test_harness_prop)) +(typeattributeset testharness_service_31_0 (testharness_service)) +(typeattributeset tethering_service_31_0 (tethering_service)) +(typeattributeset textclassification_service_31_0 (textclassification_service)) +(typeattributeset textclassifier_data_file_31_0 (textclassifier_data_file)) +(typeattributeset textservices_service_31_0 (textservices_service)) +(typeattributeset texttospeech_service_31_0 (texttospeech_service)) +(typeattributeset theme_prop_31_0 (theme_prop)) +(typeattributeset thermal_service_31_0 (thermal_service)) +(typeattributeset time_prop_31_0 (time_prop)) +(typeattributeset timedetector_service_31_0 (timedetector_service)) +(typeattributeset timezone_service_31_0 (timezone_service)) +(typeattributeset timezonedetector_service_31_0 (timezonedetector_service)) +(typeattributeset tmpfs_31_0 (tmpfs)) +(typeattributeset tombstone_config_prop_31_0 (tombstone_config_prop)) +(typeattributeset tombstone_data_file_31_0 (tombstone_data_file)) +(typeattributeset tombstone_wifi_data_file_31_0 (tombstone_wifi_data_file)) +(typeattributeset tombstoned_31_0 (tombstoned)) +(typeattributeset tombstoned_crash_socket_31_0 (tombstoned_crash_socket)) +(typeattributeset tombstoned_exec_31_0 (tombstoned_exec)) +(typeattributeset tombstoned_intercept_socket_31_0 (tombstoned_intercept_socket)) +(typeattributeset tombstoned_java_trace_socket_31_0 (tombstoned_java_trace_socket)) +(typeattributeset toolbox_31_0 (toolbox)) +(typeattributeset toolbox_exec_31_0 (toolbox_exec)) +(typeattributeset trace_data_file_31_0 (trace_data_file)) +(typeattributeset traced_31_0 (traced)) +(typeattributeset traced_consumer_socket_31_0 (traced_consumer_socket)) +(typeattributeset traced_enabled_prop_31_0 (traced_enabled_prop)) +(typeattributeset traced_lazy_prop_31_0 (traced_lazy_prop)) +(typeattributeset traced_perf_31_0 (traced_perf)) +(typeattributeset traced_perf_socket_31_0 (traced_perf_socket)) +(typeattributeset traced_probes_31_0 (traced_probes)) +(typeattributeset traced_producer_socket_31_0 (traced_producer_socket)) +(typeattributeset traced_tmpfs_31_0 (traced_tmpfs)) +(typeattributeset traceur_app_31_0 (traceur_app)) +(typeattributeset translation_service_31_0 (translation_service)) +(typeattributeset trust_service_31_0 (trust_service)) +(typeattributeset tty_device_31_0 (tty_device)) +(typeattributeset tun_device_31_0 (tun_device)) +(typeattributeset tv_input_service_31_0 (tv_input_service)) +(typeattributeset tv_tuner_resource_mgr_service_31_0 (tv_tuner_resource_mgr_service)) +(typeattributeset tzdatacheck_31_0 (tzdatacheck)) +(typeattributeset tzdatacheck_exec_31_0 (tzdatacheck_exec)) +(typeattributeset ueventd_31_0 (ueventd)) +(typeattributeset ueventd_tmpfs_31_0 (ueventd_tmpfs)) +(typeattributeset uhid_device_31_0 (uhid_device)) +(typeattributeset uimode_service_31_0 (uimode_service)) +(typeattributeset uio_device_31_0 (uio_device)) +(typeattributeset uncrypt_31_0 (uncrypt)) +(typeattributeset uncrypt_exec_31_0 (uncrypt_exec)) +(typeattributeset uncrypt_socket_31_0 (uncrypt_socket)) +(typeattributeset unencrypted_data_file_31_0 (unencrypted_data_file)) +(typeattributeset unlabeled_31_0 (unlabeled)) +(typeattributeset untrusted_app_25_31_0 (untrusted_app_25)) +(typeattributeset untrusted_app_27_31_0 (untrusted_app_27)) +(typeattributeset untrusted_app_29_31_0 (untrusted_app_29)) +(typeattributeset untrusted_app_31_0 (untrusted_app)) +(typeattributeset update_engine_31_0 (update_engine)) +(typeattributeset update_engine_data_file_31_0 (update_engine_data_file)) +(typeattributeset update_engine_exec_31_0 (update_engine_exec)) +(typeattributeset update_engine_log_data_file_31_0 (update_engine_log_data_file)) +(typeattributeset update_engine_service_31_0 (update_engine_service)) +(typeattributeset update_engine_stable_service_31_0 (update_engine_stable_service)) +(typeattributeset update_verifier_31_0 (update_verifier)) +(typeattributeset update_verifier_exec_31_0 (update_verifier_exec)) +(typeattributeset updatelock_service_31_0 (updatelock_service)) +(typeattributeset uri_grants_service_31_0 (uri_grants_service)) +(typeattributeset usagestats_service_31_0 (usagestats_service)) +(typeattributeset usb_config_prop_31_0 (usb_config_prop)) +(typeattributeset usb_control_prop_31_0 (usb_control_prop)) +(typeattributeset usb_device_31_0 (usb_device)) +(typeattributeset usb_prop_31_0 (usb_prop)) +(typeattributeset usb_serial_device_31_0 (usb_serial_device)) +(typeattributeset usb_service_31_0 (usb_service)) +(typeattributeset usbaccessory_device_31_0 (usbaccessory_device)) +(typeattributeset usbd_31_0 (usbd)) +(typeattributeset usbd_exec_31_0 (usbd_exec)) +(typeattributeset usbfs_31_0 (usbfs)) +(typeattributeset use_memfd_prop_31_0 (use_memfd_prop)) +(typeattributeset user_profile_data_file_31_0 (user_profile_data_file)) +(typeattributeset user_profile_root_file_31_0 (user_profile_root_file)) +(typeattributeset user_service_31_0 (user_service)) +(typeattributeset userdata_block_device_31_0 (userdata_block_device)) +(typeattributeset userdata_sysdev_31_0 (userdata_sysdev)) +(typeattributeset usermodehelper_31_0 (usermodehelper)) +(typeattributeset userspace_reboot_config_prop_31_0 (userspace_reboot_config_prop)) +(typeattributeset userspace_reboot_exported_prop_31_0 (userspace_reboot_exported_prop)) +(typeattributeset userspace_reboot_metadata_file_31_0 (userspace_reboot_metadata_file)) +(typeattributeset uwb_service_31_0 (uwb_service)) +(typeattributeset vcn_management_service_31_0 (vcn_management_service)) +(typeattributeset vd_device_31_0 (vd_device)) +(typeattributeset vdc_31_0 (vdc)) +(typeattributeset vdc_exec_31_0 (vdc_exec)) +(typeattributeset vehicle_hal_prop_31_0 (vehicle_hal_prop)) +(typeattributeset vendor_apex_file_31_0 (vendor_apex_file)) +(typeattributeset vendor_app_file_31_0 (vendor_app_file)) +(typeattributeset vendor_cgroup_desc_file_31_0 (vendor_cgroup_desc_file)) +(typeattributeset vendor_configs_file_31_0 (vendor_configs_file)) +(typeattributeset vendor_data_file_31_0 (vendor_data_file)) +(typeattributeset vendor_default_prop_31_0 (vendor_default_prop)) +(typeattributeset vendor_file_31_0 (vendor_file)) +(typeattributeset vendor_framework_file_31_0 (vendor_framework_file)) +(typeattributeset vendor_hal_file_31_0 (vendor_hal_file)) +(typeattributeset vendor_idc_file_31_0 (vendor_idc_file)) +(typeattributeset vendor_init_31_0 (vendor_init)) +(typeattributeset vendor_kernel_modules_31_0 (vendor_kernel_modules)) +(typeattributeset vendor_keychars_file_31_0 (vendor_keychars_file)) +(typeattributeset vendor_keylayout_file_31_0 (vendor_keylayout_file)) +(typeattributeset vendor_misc_writer_31_0 (vendor_misc_writer)) +(typeattributeset vendor_misc_writer_exec_31_0 (vendor_misc_writer_exec)) +(typeattributeset vendor_modprobe_31_0 (vendor_modprobe)) +(typeattributeset vendor_overlay_file_31_0 (vendor_overlay_file)) +(typeattributeset vendor_public_framework_file_31_0 (vendor_public_framework_file)) +(typeattributeset vendor_public_lib_file_31_0 (vendor_public_lib_file)) +(typeattributeset vendor_security_patch_level_prop_31_0 (vendor_security_patch_level_prop)) +(typeattributeset vendor_service_contexts_file_31_0 (vendor_service_contexts_file)) +(typeattributeset vendor_shell_31_0 (vendor_shell)) +(typeattributeset vendor_shell_exec_31_0 (vendor_shell_exec)) +(typeattributeset vendor_socket_hook_prop_31_0 (vendor_socket_hook_prop)) +(typeattributeset vendor_task_profiles_file_31_0 (vendor_task_profiles_file)) +(typeattributeset vendor_toolbox_exec_31_0 (vendor_toolbox_exec)) +(typeattributeset vfat_31_0 (vfat)) +(typeattributeset vibrator_manager_service_31_0 (vibrator_manager_service)) +(typeattributeset vibrator_service_31_0 (vibrator_service)) +(typeattributeset video_device_31_0 (video_device)) +(typeattributeset virtual_ab_prop_31_0 (virtual_ab_prop)) +(typeattributeset virtual_touchpad_31_0 (virtual_touchpad)) +(typeattributeset virtual_touchpad_exec_31_0 (virtual_touchpad_exec)) +(typeattributeset virtual_touchpad_service_31_0 (virtual_touchpad_service)) +(typeattributeset virtualization_service_31_0 (virtualization_service)) +(typeattributeset vndbinder_device_31_0 (vndbinder_device)) +(typeattributeset vndk_prop_31_0 (vndk_prop)) +(typeattributeset vndk_sp_file_31_0 (vndk_sp_file)) +(typeattributeset vndservice_contexts_file_31_0 (vndservice_contexts_file)) +(typeattributeset vndservicemanager_31_0 (vndservicemanager)) +(typeattributeset voiceinteraction_service_31_0 (voiceinteraction_service)) +(typeattributeset vold_31_0 (vold)) +(typeattributeset vold_config_prop_31_0 (vold_config_prop)) +(typeattributeset vold_data_file_31_0 (vold_data_file)) +(typeattributeset vold_device_31_0 (vold_device)) +(typeattributeset vold_exec_31_0 (vold_exec)) +(typeattributeset vold_metadata_file_31_0 (vold_metadata_file)) +(typeattributeset vold_post_fs_data_prop_31_0 (vold_post_fs_data_prop)) +(typeattributeset vold_prepare_subdirs_31_0 (vold_prepare_subdirs)) +(typeattributeset vold_prepare_subdirs_exec_31_0 (vold_prepare_subdirs_exec)) +(typeattributeset vold_prop_31_0 (vold_prop)) +(typeattributeset vold_service_31_0 (vold_service)) +(typeattributeset vold_status_prop_31_0 (vold_status_prop)) +(typeattributeset vpn_data_file_31_0 (vpn_data_file)) +(typeattributeset vpn_management_service_31_0 (vpn_management_service)) +(typeattributeset vr_hwc_31_0 (vr_hwc)) +(typeattributeset vr_hwc_exec_31_0 (vr_hwc_exec)) +(typeattributeset vr_hwc_service_31_0 (vr_hwc_service)) +(typeattributeset vr_manager_service_31_0 (vr_manager_service)) +(typeattributeset vrflinger_vsync_service_31_0 (vrflinger_vsync_service)) +(typeattributeset vts_config_prop_31_0 (vts_config_prop)) +(typeattributeset vts_status_prop_31_0 (vts_status_prop)) +(typeattributeset wallpaper_file_31_0 (wallpaper_file)) +(typeattributeset wallpaper_service_31_0 (wallpaper_service)) +(typeattributeset watchdog_device_31_0 (watchdog_device)) +(typeattributeset watchdog_metadata_file_31_0 (watchdog_metadata_file)) +(typeattributeset watchdogd_31_0 (watchdogd)) +(typeattributeset watchdogd_exec_31_0 (watchdogd_exec)) +(typeattributeset webview_zygote_31_0 (webview_zygote)) +(typeattributeset webview_zygote_exec_31_0 (webview_zygote_exec)) +(typeattributeset webview_zygote_tmpfs_31_0 (webview_zygote_tmpfs)) +(typeattributeset webviewupdate_service_31_0 (webviewupdate_service)) +(typeattributeset wifi_config_prop_31_0 (wifi_config_prop)) +(typeattributeset wifi_data_file_31_0 (wifi_data_file)) +(typeattributeset wifi_hal_prop_31_0 (wifi_hal_prop)) +(typeattributeset wifi_key_31_0 (wifi_key)) +(typeattributeset wifi_log_prop_31_0 (wifi_log_prop)) +(typeattributeset wifi_prop_31_0 (wifi_prop)) +(typeattributeset wifi_service_31_0 (wifi_service)) +(typeattributeset wifiaware_service_31_0 (wifiaware_service)) +(typeattributeset wificond_31_0 (wificond)) +(typeattributeset wificond_exec_31_0 (wificond_exec)) +(typeattributeset wifinl80211_service_31_0 (wifinl80211_service)) +(typeattributeset wifip2p_service_31_0 (wifip2p_service)) +(typeattributeset wifiscanner_service_31_0 (wifiscanner_service)) +(typeattributeset window_service_31_0 (window_service)) +(typeattributeset wpa_socket_31_0 (wpa_socket)) +(typeattributeset wpantund_31_0 (wpantund)) +(typeattributeset wpantund_exec_31_0 (wpantund_exec)) +(typeattributeset wpantund_service_31_0 (wpantund_service)) +(typeattributeset zero_device_31_0 (zero_device)) +(typeattributeset zoneinfo_data_file_31_0 (zoneinfo_data_file)) +(typeattributeset zram_config_prop_31_0 (zram_config_prop)) +(typeattributeset zram_control_prop_31_0 (zram_control_prop)) +(typeattributeset zygote_31_0 (zygote)) +(typeattributeset zygote_config_prop_31_0 (zygote_config_prop)) +(typeattributeset zygote_exec_31_0 (zygote_exec)) +(typeattributeset zygote_socket_31_0 (zygote_socket)) +(typeattributeset zygote_tmpfs_31_0 (zygote_tmpfs)) diff --git a/sparse/system/etc/selinux/mapping/31.0.compat.cil b/sparse/system/etc/selinux/mapping/31.0.compat.cil new file mode 100644 index 0000000..628abfc --- /dev/null +++ b/sparse/system/etc/selinux/mapping/31.0.compat.cil @@ -0,0 +1 @@ +;; This file can't be empty. diff --git a/sparse/system/etc/selinux/mapping/32.0.cil b/sparse/system/etc/selinux/mapping/32.0.cil new file mode 100644 index 0000000..d916a13 --- /dev/null +++ b/sparse/system/etc/selinux/mapping/32.0.cil @@ -0,0 +1,2484 @@ +;; types removed from current policy +(type apex_appsearch_data_file) +(type apex_permission_data_file) +(type apex_scheduling_data_file) +(type apex_wifi_data_file) +(type healthd_exec) +(type nonplat_service_contexts_file) +(type sysfs_block) +(type vr_hwc) +(type vr_hwc_exec) + +(expandtypeattribute (DockObserver_service_32_0) true) +(expandtypeattribute (IProxyService_service_32_0) true) +(expandtypeattribute (aac_drc_prop_32_0) true) +(expandtypeattribute (aaudio_config_prop_32_0) true) +(expandtypeattribute (ab_update_gki_prop_32_0) true) +(expandtypeattribute (accessibility_service_32_0) true) +(expandtypeattribute (account_service_32_0) true) +(expandtypeattribute (activity_service_32_0) true) +(expandtypeattribute (activity_task_service_32_0) true) +(expandtypeattribute (adb_data_file_32_0) true) +(expandtypeattribute (adb_keys_file_32_0) true) +(expandtypeattribute (adb_service_32_0) true) +(expandtypeattribute (adbd_32_0) true) +(expandtypeattribute (adbd_config_prop_32_0) true) +(expandtypeattribute (adbd_exec_32_0) true) +(expandtypeattribute (adbd_socket_32_0) true) +(expandtypeattribute (aidl_lazy_test_server_32_0) true) +(expandtypeattribute (aidl_lazy_test_server_exec_32_0) true) +(expandtypeattribute (aidl_lazy_test_service_32_0) true) +(expandtypeattribute (alarm_service_32_0) true) +(expandtypeattribute (anr_data_file_32_0) true) +(expandtypeattribute (apc_service_32_0) true) +(expandtypeattribute (apex_appsearch_data_file_32_0) true) +(expandtypeattribute (apex_data_file_32_0) true) +(expandtypeattribute (apex_info_file_32_0) true) +(expandtypeattribute (apex_metadata_file_32_0) true) +(expandtypeattribute (apex_mnt_dir_32_0) true) +(expandtypeattribute (apex_module_data_file_32_0) true) +(expandtypeattribute (apex_ota_reserved_file_32_0) true) +(expandtypeattribute (apex_permission_data_file_32_0) true) +(expandtypeattribute (apex_rollback_data_file_32_0) true) +(expandtypeattribute (apex_scheduling_data_file_32_0) true) +(expandtypeattribute (apex_service_32_0) true) +(expandtypeattribute (apex_wifi_data_file_32_0) true) +(expandtypeattribute (apexd_32_0) true) +(expandtypeattribute (apexd_config_prop_32_0) true) +(expandtypeattribute (apexd_exec_32_0) true) +(expandtypeattribute (apexd_prop_32_0) true) +(expandtypeattribute (apk_data_file_32_0) true) +(expandtypeattribute (apk_private_data_file_32_0) true) +(expandtypeattribute (apk_private_tmp_file_32_0) true) +(expandtypeattribute (apk_tmp_file_32_0) true) +(expandtypeattribute (apk_verity_prop_32_0) true) +(expandtypeattribute (app_binding_service_32_0) true) +(expandtypeattribute (app_data_file_32_0) true) +(expandtypeattribute (app_fuse_file_32_0) true) +(expandtypeattribute (app_fusefs_32_0) true) +(expandtypeattribute (app_hibernation_service_32_0) true) +(expandtypeattribute (app_integrity_service_32_0) true) +(expandtypeattribute (app_prediction_service_32_0) true) +(expandtypeattribute (app_search_service_32_0) true) +(expandtypeattribute (app_zygote_32_0) true) +(expandtypeattribute (app_zygote_tmpfs_32_0) true) +(expandtypeattribute (appcompat_data_file_32_0) true) +(expandtypeattribute (appdomain_tmpfs_32_0) true) +(expandtypeattribute (appops_service_32_0) true) +(expandtypeattribute (appwidget_service_32_0) true) +(expandtypeattribute (arm64_memtag_prop_32_0) true) +(expandtypeattribute (art_apex_dir_32_0) true) +(expandtypeattribute (asec_apk_file_32_0) true) +(expandtypeattribute (asec_image_file_32_0) true) +(expandtypeattribute (asec_public_file_32_0) true) +(expandtypeattribute (ashmem_device_32_0) true) +(expandtypeattribute (ashmem_libcutils_device_32_0) true) +(expandtypeattribute (assetatlas_service_32_0) true) +(expandtypeattribute (atrace_32_0) true) +(expandtypeattribute (audio_config_prop_32_0) true) +(expandtypeattribute (audio_data_file_32_0) true) +(expandtypeattribute (audio_device_32_0) true) +(expandtypeattribute (audio_prop_32_0) true) +(expandtypeattribute (audio_service_32_0) true) +(expandtypeattribute (audiohal_data_file_32_0) true) +(expandtypeattribute (audioserver_32_0) true) +(expandtypeattribute (audioserver_data_file_32_0) true) +(expandtypeattribute (audioserver_service_32_0) true) +(expandtypeattribute (audioserver_tmpfs_32_0) true) +(expandtypeattribute (auth_service_32_0) true) +(expandtypeattribute (authorization_service_32_0) true) +(expandtypeattribute (autofill_service_32_0) true) +(expandtypeattribute (backup_data_file_32_0) true) +(expandtypeattribute (backup_service_32_0) true) +(expandtypeattribute (battery_service_32_0) true) +(expandtypeattribute (batteryproperties_service_32_0) true) +(expandtypeattribute (batterystats_service_32_0) true) +(expandtypeattribute (binder_cache_bluetooth_server_prop_32_0) true) +(expandtypeattribute (binder_cache_system_server_prop_32_0) true) +(expandtypeattribute (binder_cache_telephony_server_prop_32_0) true) +(expandtypeattribute (binder_calls_stats_service_32_0) true) +(expandtypeattribute (binder_device_32_0) true) +(expandtypeattribute (binderfs_32_0) true) +(expandtypeattribute (binderfs_logs_32_0) true) +(expandtypeattribute (binderfs_logs_proc_32_0) true) +(expandtypeattribute (binfmt_miscfs_32_0) true) +(expandtypeattribute (biometric_service_32_0) true) +(expandtypeattribute (blkid_32_0) true) +(expandtypeattribute (blkid_untrusted_32_0) true) +(expandtypeattribute (blob_store_service_32_0) true) +(expandtypeattribute (block_device_32_0) true) +(expandtypeattribute (bluetooth_32_0) true) +(expandtypeattribute (bluetooth_a2dp_offload_prop_32_0) true) +(expandtypeattribute (bluetooth_audio_hal_prop_32_0) true) +(expandtypeattribute (bluetooth_data_file_32_0) true) +(expandtypeattribute (bluetooth_efs_file_32_0) true) +(expandtypeattribute (bluetooth_logs_data_file_32_0) true) +(expandtypeattribute (bluetooth_manager_service_32_0) true) +(expandtypeattribute (bluetooth_prop_32_0) true) +(expandtypeattribute (bluetooth_service_32_0) true) +(expandtypeattribute (bluetooth_socket_32_0) true) +(expandtypeattribute (boot_block_device_32_0) true) +(expandtypeattribute (boot_status_prop_32_0) true) +(expandtypeattribute (bootanim_32_0) true) +(expandtypeattribute (bootanim_config_prop_32_0) true) +(expandtypeattribute (bootanim_exec_32_0) true) +(expandtypeattribute (bootanim_system_prop_32_0) true) +(expandtypeattribute (bootchart_data_file_32_0) true) +(expandtypeattribute (bootloader_boot_reason_prop_32_0) true) +(expandtypeattribute (bootloader_prop_32_0) true) +(expandtypeattribute (bootstat_32_0) true) +(expandtypeattribute (bootstat_data_file_32_0) true) +(expandtypeattribute (bootstat_exec_32_0) true) +(expandtypeattribute (boottime_prop_32_0) true) +(expandtypeattribute (boottime_public_prop_32_0) true) +(expandtypeattribute (boottrace_data_file_32_0) true) +(expandtypeattribute (bpf_progs_loaded_prop_32_0) true) +(expandtypeattribute (bq_config_prop_32_0) true) +(expandtypeattribute (broadcastradio_service_32_0) true) +(expandtypeattribute (bufferhubd_32_0) true) +(expandtypeattribute (bufferhubd_exec_32_0) true) +(expandtypeattribute (bugreport_service_32_0) true) +(expandtypeattribute (build_bootimage_prop_32_0) true) +(expandtypeattribute (build_config_prop_32_0) true) +(expandtypeattribute (build_odm_prop_32_0) true) +(expandtypeattribute (build_prop_32_0) true) +(expandtypeattribute (build_vendor_prop_32_0) true) +(expandtypeattribute (cache_backup_file_32_0) true) +(expandtypeattribute (cache_block_device_32_0) true) +(expandtypeattribute (cache_file_32_0) true) +(expandtypeattribute (cache_private_backup_file_32_0) true) +(expandtypeattribute (cache_recovery_file_32_0) true) +(expandtypeattribute (cacheinfo_service_32_0) true) +(expandtypeattribute (camera2_extensions_prop_32_0) true) +(expandtypeattribute (camera_calibration_prop_32_0) true) +(expandtypeattribute (camera_config_prop_32_0) true) +(expandtypeattribute (camera_data_file_32_0) true) +(expandtypeattribute (camera_device_32_0) true) +(expandtypeattribute (cameraproxy_service_32_0) true) +(expandtypeattribute (cameraserver_32_0) true) +(expandtypeattribute (cameraserver_exec_32_0) true) +(expandtypeattribute (cameraserver_service_32_0) true) +(expandtypeattribute (cameraserver_tmpfs_32_0) true) +(expandtypeattribute (camerax_extensions_prop_32_0) true) +(expandtypeattribute (cgroup_32_0) true) +(expandtypeattribute (cgroup_desc_api_file_32_0) true) +(expandtypeattribute (cgroup_desc_file_32_0) true) +(expandtypeattribute (cgroup_rc_file_32_0) true) +(expandtypeattribute (cgroup_v2_32_0) true) +(expandtypeattribute (charger_32_0) true) +(expandtypeattribute (charger_config_prop_32_0) true) +(expandtypeattribute (charger_exec_32_0) true) +(expandtypeattribute (charger_prop_32_0) true) +(expandtypeattribute (charger_status_prop_32_0) true) +(expandtypeattribute (clipboard_service_32_0) true) +(expandtypeattribute (codec2_config_prop_32_0) true) +(expandtypeattribute (cold_boot_done_prop_32_0) true) +(expandtypeattribute (color_display_service_32_0) true) +(expandtypeattribute (companion_device_service_32_0) true) +(expandtypeattribute (config_prop_32_0) true) +(expandtypeattribute (configfs_32_0) true) +(expandtypeattribute (connectivity_service_32_0) true) +(expandtypeattribute (connmetrics_service_32_0) true) +(expandtypeattribute (console_device_32_0) true) +(expandtypeattribute (consumer_ir_service_32_0) true) +(expandtypeattribute (content_capture_service_32_0) true) +(expandtypeattribute (content_service_32_0) true) +(expandtypeattribute (content_suggestions_service_32_0) true) +(expandtypeattribute (contexthub_service_32_0) true) +(expandtypeattribute (coredump_file_32_0) true) +(expandtypeattribute (country_detector_service_32_0) true) +(expandtypeattribute (coverage_service_32_0) true) +(expandtypeattribute (cppreopt_prop_32_0) true) +(expandtypeattribute (cpu_variant_prop_32_0) true) +(expandtypeattribute (cpuinfo_service_32_0) true) +(expandtypeattribute (crash_dump_32_0) true) +(expandtypeattribute (crash_dump_exec_32_0) true) +(expandtypeattribute (credstore_32_0) true) +(expandtypeattribute (credstore_data_file_32_0) true) +(expandtypeattribute (credstore_exec_32_0) true) +(expandtypeattribute (credstore_service_32_0) true) +(expandtypeattribute (crossprofileapps_service_32_0) true) +(expandtypeattribute (ctl_adbd_prop_32_0) true) +(expandtypeattribute (ctl_apexd_prop_32_0) true) +(expandtypeattribute (ctl_bootanim_prop_32_0) true) +(expandtypeattribute (ctl_bugreport_prop_32_0) true) +(expandtypeattribute (ctl_console_prop_32_0) true) +(expandtypeattribute (ctl_default_prop_32_0) true) +(expandtypeattribute (ctl_dumpstate_prop_32_0) true) +(expandtypeattribute (ctl_fuse_prop_32_0) true) +(expandtypeattribute (ctl_gsid_prop_32_0) true) +(expandtypeattribute (ctl_interface_restart_prop_32_0) true) +(expandtypeattribute (ctl_interface_start_prop_32_0) true) +(expandtypeattribute (ctl_interface_stop_prop_32_0) true) +(expandtypeattribute (ctl_mdnsd_prop_32_0) true) +(expandtypeattribute (ctl_restart_prop_32_0) true) +(expandtypeattribute (ctl_rildaemon_prop_32_0) true) +(expandtypeattribute (ctl_sigstop_prop_32_0) true) +(expandtypeattribute (ctl_start_prop_32_0) true) +(expandtypeattribute (ctl_stop_prop_32_0) true) +(expandtypeattribute (dalvik_config_prop_32_0) true) +(expandtypeattribute (dalvik_prop_32_0) true) +(expandtypeattribute (dalvik_runtime_prop_32_0) true) +(expandtypeattribute (dalvikcache_data_file_32_0) true) +(expandtypeattribute (dataloader_manager_service_32_0) true) +(expandtypeattribute (dbinfo_service_32_0) true) +(expandtypeattribute (dck_prop_32_0) true) +(expandtypeattribute (debug_prop_32_0) true) +(expandtypeattribute (debugfs_32_0) true) +(expandtypeattribute (debugfs_bootreceiver_tracing_32_0) true) +(expandtypeattribute (debugfs_kprobes_32_0) true) +(expandtypeattribute (debugfs_mm_events_tracing_32_0) true) +(expandtypeattribute (debugfs_mmc_32_0) true) +(expandtypeattribute (debugfs_restriction_prop_32_0) true) +(expandtypeattribute (debugfs_trace_marker_32_0) true) +(expandtypeattribute (debugfs_tracing_32_0) true) +(expandtypeattribute (debugfs_tracing_debug_32_0) true) +(expandtypeattribute (debugfs_tracing_instances_32_0) true) +(expandtypeattribute (debugfs_tracing_printk_formats_32_0) true) +(expandtypeattribute (debugfs_wakeup_sources_32_0) true) +(expandtypeattribute (debugfs_wifi_tracing_32_0) true) +(expandtypeattribute (debuggerd_prop_32_0) true) +(expandtypeattribute (default_android_hwservice_32_0) true) +(expandtypeattribute (default_android_service_32_0) true) +(expandtypeattribute (default_android_vndservice_32_0) true) +(expandtypeattribute (default_prop_32_0) true) +(expandtypeattribute (dev_cpu_variant_32_0) true) +(expandtypeattribute (device_32_0) true) +(expandtypeattribute (device_config_activity_manager_native_boot_prop_32_0) true) +(expandtypeattribute (device_config_boot_count_prop_32_0) true) +(expandtypeattribute (device_config_input_native_boot_prop_32_0) true) +(expandtypeattribute (device_config_media_native_prop_32_0) true) +(expandtypeattribute (device_config_netd_native_prop_32_0) true) +(expandtypeattribute (device_config_reset_performed_prop_32_0) true) +(expandtypeattribute (device_config_runtime_native_boot_prop_32_0) true) +(expandtypeattribute (device_config_runtime_native_prop_32_0) true) +(expandtypeattribute (device_config_service_32_0) true) +(expandtypeattribute (device_identifiers_service_32_0) true) +(expandtypeattribute (device_logging_prop_32_0) true) +(expandtypeattribute (device_policy_service_32_0) true) +(expandtypeattribute (device_state_service_32_0) true) +(expandtypeattribute (deviceidle_service_32_0) true) +(expandtypeattribute (devicestoragemonitor_service_32_0) true) +(expandtypeattribute (devpts_32_0) true) +(expandtypeattribute (dhcp_32_0) true) +(expandtypeattribute (dhcp_data_file_32_0) true) +(expandtypeattribute (dhcp_exec_32_0) true) +(expandtypeattribute (dhcp_prop_32_0) true) +(expandtypeattribute (diskstats_service_32_0) true) +(expandtypeattribute (display_service_32_0) true) +(expandtypeattribute (dm_device_32_0) true) +(expandtypeattribute (dm_user_device_32_0) true) +(expandtypeattribute (dmabuf_heap_device_32_0) true) +(expandtypeattribute (dmabuf_system_heap_device_32_0) true) +(expandtypeattribute (dmabuf_system_secure_heap_device_32_0) true) +(expandtypeattribute (dnsmasq_32_0) true) +(expandtypeattribute (dnsmasq_exec_32_0) true) +(expandtypeattribute (dnsproxyd_socket_32_0) true) +(expandtypeattribute (dnsresolver_service_32_0) true) +(expandtypeattribute (domain_verification_service_32_0) true) +(expandtypeattribute (dreams_service_32_0) true) +(expandtypeattribute (drm_data_file_32_0) true) +(expandtypeattribute (drm_service_config_prop_32_0) true) +(expandtypeattribute (drmserver_32_0) true) +(expandtypeattribute (drmserver_exec_32_0) true) +(expandtypeattribute (drmserver_service_32_0) true) +(expandtypeattribute (drmserver_socket_32_0) true) +(expandtypeattribute (dropbox_data_file_32_0) true) +(expandtypeattribute (dropbox_service_32_0) true) +(expandtypeattribute (dumpstate_32_0) true) +(expandtypeattribute (dumpstate_exec_32_0) true) +(expandtypeattribute (dumpstate_options_prop_32_0) true) +(expandtypeattribute (dumpstate_prop_32_0) true) +(expandtypeattribute (dumpstate_service_32_0) true) +(expandtypeattribute (dumpstate_socket_32_0) true) +(expandtypeattribute (dynamic_system_prop_32_0) true) +(expandtypeattribute (e2fs_32_0) true) +(expandtypeattribute (e2fs_exec_32_0) true) +(expandtypeattribute (efs_file_32_0) true) +(expandtypeattribute (emergency_affordance_service_32_0) true) +(expandtypeattribute (ephemeral_app_32_0) true) +(expandtypeattribute (ethernet_service_32_0) true) +(expandtypeattribute (exfat_32_0) true) +(expandtypeattribute (exported3_system_prop_32_0) true) +(expandtypeattribute (exported_bluetooth_prop_32_0) true) +(expandtypeattribute (exported_camera_prop_32_0) true) +(expandtypeattribute (exported_config_prop_32_0) true) +(expandtypeattribute (exported_default_prop_32_0) true) +(expandtypeattribute (exported_dumpstate_prop_32_0) true) +(expandtypeattribute (exported_overlay_prop_32_0) true) +(expandtypeattribute (exported_pm_prop_32_0) true) +(expandtypeattribute (exported_secure_prop_32_0) true) +(expandtypeattribute (exported_system_prop_32_0) true) +(expandtypeattribute (external_vibrator_service_32_0) true) +(expandtypeattribute (face_service_32_0) true) +(expandtypeattribute (face_vendor_data_file_32_0) true) +(expandtypeattribute (fastbootd_32_0) true) +(expandtypeattribute (ffs_config_prop_32_0) true) +(expandtypeattribute (ffs_control_prop_32_0) true) +(expandtypeattribute (file_contexts_file_32_0) true) +(expandtypeattribute (file_integrity_service_32_0) true) +(expandtypeattribute (fingerprint_prop_32_0) true) +(expandtypeattribute (fingerprint_service_32_0) true) +(expandtypeattribute (fingerprint_vendor_data_file_32_0) true) +(expandtypeattribute (fingerprintd_32_0) true) +(expandtypeattribute (fingerprintd_data_file_32_0) true) +(expandtypeattribute (fingerprintd_exec_32_0) true) +(expandtypeattribute (fingerprintd_service_32_0) true) +(expandtypeattribute (firstboot_prop_32_0) true) +(expandtypeattribute (flags_health_check_32_0) true) +(expandtypeattribute (flags_health_check_exec_32_0) true) +(expandtypeattribute (font_service_32_0) true) +(expandtypeattribute (framework_watchdog_config_prop_32_0) true) +(expandtypeattribute (frp_block_device_32_0) true) +(expandtypeattribute (fs_bpf_32_0) true) +(expandtypeattribute (fs_bpf_tethering_32_0) true) +(expandtypeattribute (fsck_32_0) true) +(expandtypeattribute (fsck_exec_32_0) true) +(expandtypeattribute (fsck_untrusted_32_0) true) +(expandtypeattribute (fscklogs_32_0) true) +(expandtypeattribute (functionfs_32_0) true) +(expandtypeattribute (fuse_32_0) true) +(expandtypeattribute (fuse_device_32_0) true) +(expandtypeattribute (fusectlfs_32_0) true) +(expandtypeattribute (fwk_automotive_display_hwservice_32_0) true) +(expandtypeattribute (fwk_bufferhub_hwservice_32_0) true) +(expandtypeattribute (fwk_camera_hwservice_32_0) true) +(expandtypeattribute (fwk_display_hwservice_32_0) true) +(expandtypeattribute (fwk_scheduler_hwservice_32_0) true) +(expandtypeattribute (fwk_sensor_hwservice_32_0) true) +(expandtypeattribute (fwk_stats_hwservice_32_0) true) +(expandtypeattribute (fwk_stats_service_32_0) true) +(expandtypeattribute (fwmarkd_socket_32_0) true) +(expandtypeattribute (game_service_32_0) true) +(expandtypeattribute (gatekeeper_data_file_32_0) true) +(expandtypeattribute (gatekeeper_service_32_0) true) +(expandtypeattribute (gatekeeperd_32_0) true) +(expandtypeattribute (gatekeeperd_exec_32_0) true) +(expandtypeattribute (gfxinfo_service_32_0) true) +(expandtypeattribute (gmscore_app_32_0) true) +(expandtypeattribute (gnss_device_32_0) true) +(expandtypeattribute (gnss_time_update_service_32_0) true) +(expandtypeattribute (gps_control_32_0) true) +(expandtypeattribute (gpu_device_32_0) true) +(expandtypeattribute (gpu_service_32_0) true) +(expandtypeattribute (gpuservice_32_0) true) +(expandtypeattribute (graphics_config_prop_32_0) true) +(expandtypeattribute (graphics_device_32_0) true) +(expandtypeattribute (graphicsstats_service_32_0) true) +(expandtypeattribute (gsi_data_file_32_0) true) +(expandtypeattribute (gsi_metadata_file_32_0) true) +(expandtypeattribute (gsi_public_metadata_file_32_0) true) +(expandtypeattribute (hal_atrace_hwservice_32_0) true) +(expandtypeattribute (hal_audio_hwservice_32_0) true) +(expandtypeattribute (hal_audio_service_32_0) true) +(expandtypeattribute (hal_audiocontrol_hwservice_32_0) true) +(expandtypeattribute (hal_audiocontrol_service_32_0) true) +(expandtypeattribute (hal_authsecret_hwservice_32_0) true) +(expandtypeattribute (hal_authsecret_service_32_0) true) +(expandtypeattribute (hal_bluetooth_hwservice_32_0) true) +(expandtypeattribute (hal_bootctl_hwservice_32_0) true) +(expandtypeattribute (hal_broadcastradio_hwservice_32_0) true) +(expandtypeattribute (hal_camera_hwservice_32_0) true) +(expandtypeattribute (hal_can_bus_hwservice_32_0) true) +(expandtypeattribute (hal_can_controller_hwservice_32_0) true) +(expandtypeattribute (hal_cas_hwservice_32_0) true) +(expandtypeattribute (hal_codec2_hwservice_32_0) true) +(expandtypeattribute (hal_configstore_ISurfaceFlingerConfigs_32_0) true) +(expandtypeattribute (hal_confirmationui_hwservice_32_0) true) +(expandtypeattribute (hal_contexthub_hwservice_32_0) true) +(expandtypeattribute (hal_drm_hwservice_32_0) true) +(expandtypeattribute (hal_dumpstate_config_prop_32_0) true) +(expandtypeattribute (hal_dumpstate_hwservice_32_0) true) +(expandtypeattribute (hal_evs_hwservice_32_0) true) +(expandtypeattribute (hal_face_hwservice_32_0) true) +(expandtypeattribute (hal_face_service_32_0) true) +(expandtypeattribute (hal_fingerprint_hwservice_32_0) true) +(expandtypeattribute (hal_fingerprint_service_32_0) true) +(expandtypeattribute (hal_gatekeeper_hwservice_32_0) true) +(expandtypeattribute (hal_gnss_hwservice_32_0) true) +(expandtypeattribute (hal_gnss_service_32_0) true) +(expandtypeattribute (hal_graphics_allocator_hwservice_32_0) true) +(expandtypeattribute (hal_graphics_composer_hwservice_32_0) true) +(expandtypeattribute (hal_graphics_composer_server_tmpfs_32_0) true) +(expandtypeattribute (hal_graphics_mapper_hwservice_32_0) true) +(expandtypeattribute (hal_health_hwservice_32_0) true) +(expandtypeattribute (hal_health_storage_hwservice_32_0) true) +(expandtypeattribute (hal_health_storage_service_32_0) true) +(expandtypeattribute (hal_identity_service_32_0) true) +(expandtypeattribute (hal_input_classifier_hwservice_32_0) true) +(expandtypeattribute (hal_instrumentation_prop_32_0) true) +(expandtypeattribute (hal_ir_hwservice_32_0) true) +(expandtypeattribute (hal_keymaster_hwservice_32_0) true) +(expandtypeattribute (hal_keymint_service_32_0) true) +(expandtypeattribute (hal_light_hwservice_32_0) true) +(expandtypeattribute (hal_light_service_32_0) true) +(expandtypeattribute (hal_lowpan_hwservice_32_0) true) +(expandtypeattribute (hal_memtrack_hwservice_32_0) true) +(expandtypeattribute (hal_memtrack_service_32_0) true) +(expandtypeattribute (hal_neuralnetworks_hwservice_32_0) true) +(expandtypeattribute (hal_neuralnetworks_service_32_0) true) +(expandtypeattribute (hal_nfc_hwservice_32_0) true) +(expandtypeattribute (hal_oemlock_hwservice_32_0) true) +(expandtypeattribute (hal_oemlock_service_32_0) true) +(expandtypeattribute (hal_omx_hwservice_32_0) true) +(expandtypeattribute (hal_power_hwservice_32_0) true) +(expandtypeattribute (hal_power_service_32_0) true) +(expandtypeattribute (hal_power_stats_hwservice_32_0) true) +(expandtypeattribute (hal_power_stats_service_32_0) true) +(expandtypeattribute (hal_rebootescrow_service_32_0) true) +(expandtypeattribute (hal_remotelyprovisionedcomponent_service_32_0) true) +(expandtypeattribute (hal_renderscript_hwservice_32_0) true) +(expandtypeattribute (hal_secure_element_hwservice_32_0) true) +(expandtypeattribute (hal_secureclock_service_32_0) true) +(expandtypeattribute (hal_sensors_hwservice_32_0) true) +(expandtypeattribute (hal_sharedsecret_service_32_0) true) +(expandtypeattribute (hal_telephony_hwservice_32_0) true) +(expandtypeattribute (hal_tetheroffload_hwservice_32_0) true) +(expandtypeattribute (hal_thermal_hwservice_32_0) true) +(expandtypeattribute (hal_tv_cec_hwservice_32_0) true) +(expandtypeattribute (hal_tv_input_hwservice_32_0) true) +(expandtypeattribute (hal_tv_tuner_hwservice_32_0) true) +(expandtypeattribute (hal_usb_gadget_hwservice_32_0) true) +(expandtypeattribute (hal_usb_hwservice_32_0) true) +(expandtypeattribute (hal_vehicle_hwservice_32_0) true) +(expandtypeattribute (hal_vibrator_hwservice_32_0) true) +(expandtypeattribute (hal_vibrator_service_32_0) true) +(expandtypeattribute (hal_vr_hwservice_32_0) true) +(expandtypeattribute (hal_weaver_hwservice_32_0) true) +(expandtypeattribute (hal_weaver_service_32_0) true) +(expandtypeattribute (hal_wifi_hostapd_hwservice_32_0) true) +(expandtypeattribute (hal_wifi_hwservice_32_0) true) +(expandtypeattribute (hal_wifi_supplicant_hwservice_32_0) true) +(expandtypeattribute (hardware_properties_service_32_0) true) +(expandtypeattribute (hardware_service_32_0) true) +(expandtypeattribute (hci_attach_dev_32_0) true) +(expandtypeattribute (hdmi_config_prop_32_0) true) +(expandtypeattribute (hdmi_control_service_32_0) true) +(expandtypeattribute (healthd_32_0) true) +(expandtypeattribute (healthd_exec_32_0) true) +(expandtypeattribute (heapdump_data_file_32_0) true) +(expandtypeattribute (heapprofd_32_0) true) +(expandtypeattribute (heapprofd_enabled_prop_32_0) true) +(expandtypeattribute (heapprofd_prop_32_0) true) +(expandtypeattribute (heapprofd_socket_32_0) true) +(expandtypeattribute (hidl_allocator_hwservice_32_0) true) +(expandtypeattribute (hidl_base_hwservice_32_0) true) +(expandtypeattribute (hidl_manager_hwservice_32_0) true) +(expandtypeattribute (hidl_memory_hwservice_32_0) true) +(expandtypeattribute (hidl_token_hwservice_32_0) true) +(expandtypeattribute (hint_service_32_0) true) +(expandtypeattribute (hw_random_device_32_0) true) +(expandtypeattribute (hw_timeout_multiplier_prop_32_0) true) +(expandtypeattribute (hwbinder_device_32_0) true) +(expandtypeattribute (hwservice_contexts_file_32_0) true) +(expandtypeattribute (hwservicemanager_32_0) true) +(expandtypeattribute (hwservicemanager_exec_32_0) true) +(expandtypeattribute (hwservicemanager_prop_32_0) true) +(expandtypeattribute (hypervisor_prop_32_0) true) +(expandtypeattribute (icon_file_32_0) true) +(expandtypeattribute (idmap_32_0) true) +(expandtypeattribute (idmap_exec_32_0) true) +(expandtypeattribute (idmap_service_32_0) true) +(expandtypeattribute (iio_device_32_0) true) +(expandtypeattribute (imms_service_32_0) true) +(expandtypeattribute (incident_32_0) true) +(expandtypeattribute (incident_data_file_32_0) true) +(expandtypeattribute (incident_helper_32_0) true) +(expandtypeattribute (incident_service_32_0) true) +(expandtypeattribute (incidentd_32_0) true) +(expandtypeattribute (incremental_control_file_32_0) true) +(expandtypeattribute (incremental_prop_32_0) true) +(expandtypeattribute (incremental_service_32_0) true) +(expandtypeattribute (init_32_0) true) +(expandtypeattribute (init_exec_32_0) true) +(expandtypeattribute (init_service_status_prop_32_0) true) +(expandtypeattribute (init_tmpfs_32_0) true) +(expandtypeattribute (inotify_32_0) true) +(expandtypeattribute (input_device_32_0) true) +(expandtypeattribute (input_method_service_32_0) true) +(expandtypeattribute (input_service_32_0) true) +(expandtypeattribute (inputflinger_32_0) true) +(expandtypeattribute (inputflinger_exec_32_0) true) +(expandtypeattribute (inputflinger_service_32_0) true) +(expandtypeattribute (install_data_file_32_0) true) +(expandtypeattribute (installd_32_0) true) +(expandtypeattribute (installd_exec_32_0) true) +(expandtypeattribute (installd_service_32_0) true) +(expandtypeattribute (ion_device_32_0) true) +(expandtypeattribute (iorap_inode2filename_32_0) true) +(expandtypeattribute (iorap_inode2filename_exec_32_0) true) +(expandtypeattribute (iorap_inode2filename_tmpfs_32_0) true) +(expandtypeattribute (iorap_prefetcherd_32_0) true) +(expandtypeattribute (iorap_prefetcherd_exec_32_0) true) +(expandtypeattribute (iorap_prefetcherd_tmpfs_32_0) true) +(expandtypeattribute (iorapd_32_0) true) +(expandtypeattribute (iorapd_data_file_32_0) true) +(expandtypeattribute (iorapd_exec_32_0) true) +(expandtypeattribute (iorapd_service_32_0) true) +(expandtypeattribute (iorapd_tmpfs_32_0) true) +(expandtypeattribute (ipsec_service_32_0) true) +(expandtypeattribute (iris_service_32_0) true) +(expandtypeattribute (iris_vendor_data_file_32_0) true) +(expandtypeattribute (isolated_app_32_0) true) +(expandtypeattribute (jobscheduler_service_32_0) true) +(expandtypeattribute (kernel_32_0) true) +(expandtypeattribute (keychain_data_file_32_0) true) +(expandtypeattribute (keychord_device_32_0) true) +(expandtypeattribute (keyguard_config_prop_32_0) true) +(expandtypeattribute (keystore2_key_contexts_file_32_0) true) +(expandtypeattribute (keystore_32_0) true) +(expandtypeattribute (keystore_compat_hal_service_32_0) true) +(expandtypeattribute (keystore_data_file_32_0) true) +(expandtypeattribute (keystore_exec_32_0) true) +(expandtypeattribute (keystore_maintenance_service_32_0) true) +(expandtypeattribute (keystore_metrics_service_32_0) true) +(expandtypeattribute (keystore_service_32_0) true) +(expandtypeattribute (kmsg_debug_device_32_0) true) +(expandtypeattribute (kmsg_device_32_0) true) +(expandtypeattribute (labeledfs_32_0) true) +(expandtypeattribute (launcherapps_service_32_0) true) +(expandtypeattribute (legacy_permission_service_32_0) true) +(expandtypeattribute (legacykeystore_service_32_0) true) +(expandtypeattribute (libc_debug_prop_32_0) true) +(expandtypeattribute (light_service_32_0) true) +(expandtypeattribute (linkerconfig_file_32_0) true) +(expandtypeattribute (llkd_32_0) true) +(expandtypeattribute (llkd_exec_32_0) true) +(expandtypeattribute (llkd_prop_32_0) true) +(expandtypeattribute (lmkd_32_0) true) +(expandtypeattribute (lmkd_config_prop_32_0) true) +(expandtypeattribute (lmkd_exec_32_0) true) +(expandtypeattribute (lmkd_prop_32_0) true) +(expandtypeattribute (lmkd_socket_32_0) true) +(expandtypeattribute (location_service_32_0) true) +(expandtypeattribute (location_time_zone_manager_service_32_0) true) +(expandtypeattribute (lock_settings_service_32_0) true) +(expandtypeattribute (log_prop_32_0) true) +(expandtypeattribute (log_tag_prop_32_0) true) +(expandtypeattribute (logcat_exec_32_0) true) +(expandtypeattribute (logd_32_0) true) +(expandtypeattribute (logd_exec_32_0) true) +(expandtypeattribute (logd_prop_32_0) true) +(expandtypeattribute (logd_socket_32_0) true) +(expandtypeattribute (logdr_socket_32_0) true) +(expandtypeattribute (logdw_socket_32_0) true) +(expandtypeattribute (logpersist_32_0) true) +(expandtypeattribute (logpersistd_logging_prop_32_0) true) +(expandtypeattribute (loop_control_device_32_0) true) +(expandtypeattribute (loop_device_32_0) true) +(expandtypeattribute (looper_stats_service_32_0) true) +(expandtypeattribute (lowpan_device_32_0) true) +(expandtypeattribute (lowpan_prop_32_0) true) +(expandtypeattribute (lowpan_service_32_0) true) +(expandtypeattribute (lpdump_service_32_0) true) +(expandtypeattribute (lpdumpd_prop_32_0) true) +(expandtypeattribute (mac_perms_file_32_0) true) +(expandtypeattribute (mdns_socket_32_0) true) +(expandtypeattribute (mdnsd_32_0) true) +(expandtypeattribute (mdnsd_socket_32_0) true) +(expandtypeattribute (media_communication_service_32_0) true) +(expandtypeattribute (media_config_prop_32_0) true) +(expandtypeattribute (media_data_file_32_0) true) +(expandtypeattribute (media_metrics_service_32_0) true) +(expandtypeattribute (media_projection_service_32_0) true) +(expandtypeattribute (media_router_service_32_0) true) +(expandtypeattribute (media_rw_data_file_32_0) true) +(expandtypeattribute (media_session_service_32_0) true) +(expandtypeattribute (media_variant_prop_32_0) true) +(expandtypeattribute (mediadrm_config_prop_32_0) true) +(expandtypeattribute (mediadrmserver_32_0) true) +(expandtypeattribute (mediadrmserver_exec_32_0) true) +(expandtypeattribute (mediadrmserver_service_32_0) true) +(expandtypeattribute (mediaextractor_32_0) true) +(expandtypeattribute (mediaextractor_exec_32_0) true) +(expandtypeattribute (mediaextractor_service_32_0) true) +(expandtypeattribute (mediaextractor_tmpfs_32_0) true) +(expandtypeattribute (mediametrics_32_0) true) +(expandtypeattribute (mediametrics_exec_32_0) true) +(expandtypeattribute (mediametrics_service_32_0) true) +(expandtypeattribute (mediaprovider_32_0) true) +(expandtypeattribute (mediaserver_32_0) true) +(expandtypeattribute (mediaserver_exec_32_0) true) +(expandtypeattribute (mediaserver_service_32_0) true) +(expandtypeattribute (mediaserver_tmpfs_32_0) true) +(expandtypeattribute (mediaswcodec_32_0) true) +(expandtypeattribute (mediaswcodec_exec_32_0) true) +(expandtypeattribute (mediatranscoding_service_32_0) true) +(expandtypeattribute (meminfo_service_32_0) true) +(expandtypeattribute (memtrackproxy_service_32_0) true) +(expandtypeattribute (metadata_block_device_32_0) true) +(expandtypeattribute (metadata_bootstat_file_32_0) true) +(expandtypeattribute (metadata_file_32_0) true) +(expandtypeattribute (method_trace_data_file_32_0) true) +(expandtypeattribute (midi_service_32_0) true) +(expandtypeattribute (mirror_data_file_32_0) true) +(expandtypeattribute (misc_block_device_32_0) true) +(expandtypeattribute (misc_logd_file_32_0) true) +(expandtypeattribute (misc_user_data_file_32_0) true) +(expandtypeattribute (mm_events_config_prop_32_0) true) +(expandtypeattribute (mmc_prop_32_0) true) +(expandtypeattribute (mnt_expand_file_32_0) true) +(expandtypeattribute (mnt_media_rw_file_32_0) true) +(expandtypeattribute (mnt_media_rw_stub_file_32_0) true) +(expandtypeattribute (mnt_pass_through_file_32_0) true) +(expandtypeattribute (mnt_product_file_32_0) true) +(expandtypeattribute (mnt_sdcard_file_32_0) true) +(expandtypeattribute (mnt_user_file_32_0) true) +(expandtypeattribute (mnt_vendor_file_32_0) true) +(expandtypeattribute (mock_ota_prop_32_0) true) +(expandtypeattribute (modprobe_32_0) true) +(expandtypeattribute (module_sdkextensions_prop_32_0) true) +(expandtypeattribute (mount_service_32_0) true) +(expandtypeattribute (mqueue_32_0) true) +(expandtypeattribute (mtp_32_0) true) +(expandtypeattribute (mtp_device_32_0) true) +(expandtypeattribute (mtp_exec_32_0) true) +(expandtypeattribute (mtpd_socket_32_0) true) +(expandtypeattribute (music_recognition_service_32_0) true) +(expandtypeattribute (nativetest_data_file_32_0) true) +(expandtypeattribute (net_data_file_32_0) true) +(expandtypeattribute (net_dns_prop_32_0) true) +(expandtypeattribute (net_radio_prop_32_0) true) +(expandtypeattribute (netd_32_0) true) +(expandtypeattribute (netd_exec_32_0) true) +(expandtypeattribute (netd_listener_service_32_0) true) +(expandtypeattribute (netd_service_32_0) true) +(expandtypeattribute (netif_32_0) true) +(expandtypeattribute (netpolicy_service_32_0) true) +(expandtypeattribute (netstats_service_32_0) true) +(expandtypeattribute (netutils_wrapper_32_0) true) +(expandtypeattribute (netutils_wrapper_exec_32_0) true) +(expandtypeattribute (network_management_service_32_0) true) +(expandtypeattribute (network_score_service_32_0) true) +(expandtypeattribute (network_stack_32_0) true) +(expandtypeattribute (network_stack_service_32_0) true) +(expandtypeattribute (network_time_update_service_32_0) true) +(expandtypeattribute (network_watchlist_data_file_32_0) true) +(expandtypeattribute (network_watchlist_service_32_0) true) +(expandtypeattribute (nfc_32_0) true) +(expandtypeattribute (nfc_data_file_32_0) true) +(expandtypeattribute (nfc_device_32_0) true) +(expandtypeattribute (nfc_logs_data_file_32_0) true) +(expandtypeattribute (nfc_prop_32_0) true) +(expandtypeattribute (nfc_service_32_0) true) +(expandtypeattribute (nnapi_ext_deny_product_prop_32_0) true) +(expandtypeattribute (node_32_0) true) +(expandtypeattribute (nonplat_service_contexts_file_32_0) true) +(expandtypeattribute (notification_service_32_0) true) +(expandtypeattribute (null_device_32_0) true) +(expandtypeattribute (oem_lock_service_32_0) true) +(expandtypeattribute (oem_unlock_prop_32_0) true) +(expandtypeattribute (oemfs_32_0) true) +(expandtypeattribute (ota_data_file_32_0) true) +(expandtypeattribute (ota_metadata_file_32_0) true) +(expandtypeattribute (ota_package_file_32_0) true) +(expandtypeattribute (ota_prop_32_0) true) +(expandtypeattribute (otadexopt_service_32_0) true) +(expandtypeattribute (otapreopt_chroot_32_0) true) +(expandtypeattribute (overlay_prop_32_0) true) +(expandtypeattribute (overlay_service_32_0) true) +(expandtypeattribute (overlayfs_file_32_0) true) +(expandtypeattribute (owntty_device_32_0) true) +(expandtypeattribute (pac_proxy_service_32_0) true) +(expandtypeattribute (package_native_service_32_0) true) +(expandtypeattribute (package_service_32_0) true) +(expandtypeattribute (packagemanager_config_prop_32_0) true) +(expandtypeattribute (packages_list_file_32_0) true) +(expandtypeattribute (pan_result_prop_32_0) true) +(expandtypeattribute (password_slot_metadata_file_32_0) true) +(expandtypeattribute (pdx_bufferhub_client_channel_socket_32_0) true) +(expandtypeattribute (pdx_bufferhub_client_endpoint_socket_32_0) true) +(expandtypeattribute (pdx_bufferhub_dir_32_0) true) +(expandtypeattribute (pdx_display_client_channel_socket_32_0) true) +(expandtypeattribute (pdx_display_client_endpoint_socket_32_0) true) +(expandtypeattribute (pdx_display_dir_32_0) true) +(expandtypeattribute (pdx_display_manager_channel_socket_32_0) true) +(expandtypeattribute (pdx_display_manager_endpoint_socket_32_0) true) +(expandtypeattribute (pdx_display_screenshot_channel_socket_32_0) true) +(expandtypeattribute (pdx_display_screenshot_endpoint_socket_32_0) true) +(expandtypeattribute (pdx_display_vsync_channel_socket_32_0) true) +(expandtypeattribute (pdx_display_vsync_endpoint_socket_32_0) true) +(expandtypeattribute (pdx_performance_client_channel_socket_32_0) true) +(expandtypeattribute (pdx_performance_client_endpoint_socket_32_0) true) +(expandtypeattribute (pdx_performance_dir_32_0) true) +(expandtypeattribute (people_service_32_0) true) +(expandtypeattribute (perfetto_32_0) true) +(expandtypeattribute (performanced_32_0) true) +(expandtypeattribute (performanced_exec_32_0) true) +(expandtypeattribute (permission_checker_service_32_0) true) +(expandtypeattribute (permission_service_32_0) true) +(expandtypeattribute (permissionmgr_service_32_0) true) +(expandtypeattribute (persist_debug_prop_32_0) true) +(expandtypeattribute (persist_vendor_debug_wifi_prop_32_0) true) +(expandtypeattribute (persistent_data_block_service_32_0) true) +(expandtypeattribute (persistent_properties_ready_prop_32_0) true) +(expandtypeattribute (pinner_service_32_0) true) +(expandtypeattribute (pipefs_32_0) true) +(expandtypeattribute (platform_app_32_0) true) +(expandtypeattribute (platform_compat_service_32_0) true) +(expandtypeattribute (pmsg_device_32_0) true) +(expandtypeattribute (port_32_0) true) +(expandtypeattribute (port_device_32_0) true) +(expandtypeattribute (postinstall_32_0) true) +(expandtypeattribute (postinstall_apex_mnt_dir_32_0) true) +(expandtypeattribute (postinstall_file_32_0) true) +(expandtypeattribute (postinstall_mnt_dir_32_0) true) +(expandtypeattribute (power_debug_prop_32_0) true) +(expandtypeattribute (power_service_32_0) true) +(expandtypeattribute (powerctl_prop_32_0) true) +(expandtypeattribute (powerstats_service_32_0) true) +(expandtypeattribute (ppp_32_0) true) +(expandtypeattribute (ppp_device_32_0) true) +(expandtypeattribute (ppp_exec_32_0) true) +(expandtypeattribute (preloads_data_file_32_0) true) +(expandtypeattribute (preloads_media_file_32_0) true) +(expandtypeattribute (prereboot_data_file_32_0) true) +(expandtypeattribute (print_service_32_0) true) +(expandtypeattribute (priv_app_32_0) true) +(expandtypeattribute (privapp_data_file_32_0) true) +(expandtypeattribute (proc_32_0) true) +(expandtypeattribute (proc_abi_32_0) true) +(expandtypeattribute (proc_asound_32_0) true) +(expandtypeattribute (proc_bluetooth_writable_32_0) true) +(expandtypeattribute (proc_bootconfig_32_0) true) +(expandtypeattribute (proc_buddyinfo_32_0) true) +(expandtypeattribute (proc_cmdline_32_0) true) +(expandtypeattribute (proc_cpuinfo_32_0) true) +(expandtypeattribute (proc_dirty_32_0) true) +(expandtypeattribute (proc_diskstats_32_0) true) +(expandtypeattribute (proc_drop_caches_32_0) true) +(expandtypeattribute (proc_extra_free_kbytes_32_0) true) +(expandtypeattribute (proc_filesystems_32_0) true) +(expandtypeattribute (proc_fs_verity_32_0) true) +(expandtypeattribute (proc_hostname_32_0) true) +(expandtypeattribute (proc_hung_task_32_0) true) +(expandtypeattribute (proc_interrupts_32_0) true) +(expandtypeattribute (proc_iomem_32_0) true) +(expandtypeattribute (proc_kallsyms_32_0) true) +(expandtypeattribute (proc_keys_32_0) true) +(expandtypeattribute (proc_kmsg_32_0) true) +(expandtypeattribute (proc_kpageflags_32_0) true) +(expandtypeattribute (proc_loadavg_32_0) true) +(expandtypeattribute (proc_locks_32_0) true) +(expandtypeattribute (proc_lowmemorykiller_32_0) true) +(expandtypeattribute (proc_max_map_count_32_0) true) +(expandtypeattribute (proc_meminfo_32_0) true) +(expandtypeattribute (proc_min_free_order_shift_32_0) true) +(expandtypeattribute (proc_misc_32_0) true) +(expandtypeattribute (proc_modules_32_0) true) +(expandtypeattribute (proc_mounts_32_0) true) +(expandtypeattribute (proc_net_32_0) true) +(expandtypeattribute (proc_net_tcp_udp_32_0) true) +(expandtypeattribute (proc_overcommit_memory_32_0) true) +(expandtypeattribute (proc_page_cluster_32_0) true) +(expandtypeattribute (proc_pagetypeinfo_32_0) true) +(expandtypeattribute (proc_panic_32_0) true) +(expandtypeattribute (proc_perf_32_0) true) +(expandtypeattribute (proc_pid_max_32_0) true) +(expandtypeattribute (proc_pipe_conf_32_0) true) +(expandtypeattribute (proc_pressure_cpu_32_0) true) +(expandtypeattribute (proc_pressure_io_32_0) true) +(expandtypeattribute (proc_pressure_mem_32_0) true) +(expandtypeattribute (proc_qtaguid_ctrl_32_0) true) +(expandtypeattribute (proc_qtaguid_stat_32_0) true) +(expandtypeattribute (proc_random_32_0) true) +(expandtypeattribute (proc_sched_32_0) true) +(expandtypeattribute (proc_security_32_0) true) +(expandtypeattribute (proc_slabinfo_32_0) true) +(expandtypeattribute (proc_stat_32_0) true) +(expandtypeattribute (proc_swaps_32_0) true) +(expandtypeattribute (proc_sysrq_32_0) true) +(expandtypeattribute (proc_timer_32_0) true) +(expandtypeattribute (proc_tty_drivers_32_0) true) +(expandtypeattribute (proc_uid_concurrent_active_time_32_0) true) +(expandtypeattribute (proc_uid_concurrent_policy_time_32_0) true) +(expandtypeattribute (proc_uid_cpupower_32_0) true) +(expandtypeattribute (proc_uid_cputime_removeuid_32_0) true) +(expandtypeattribute (proc_uid_cputime_showstat_32_0) true) +(expandtypeattribute (proc_uid_io_stats_32_0) true) +(expandtypeattribute (proc_uid_procstat_set_32_0) true) +(expandtypeattribute (proc_uid_time_in_state_32_0) true) +(expandtypeattribute (proc_uptime_32_0) true) +(expandtypeattribute (proc_vendor_sched_32_0) true) +(expandtypeattribute (proc_version_32_0) true) +(expandtypeattribute (proc_vmallocinfo_32_0) true) +(expandtypeattribute (proc_vmstat_32_0) true) +(expandtypeattribute (proc_zoneinfo_32_0) true) +(expandtypeattribute (processinfo_service_32_0) true) +(expandtypeattribute (procstats_service_32_0) true) +(expandtypeattribute (profman_32_0) true) +(expandtypeattribute (profman_dump_data_file_32_0) true) +(expandtypeattribute (profman_exec_32_0) true) +(expandtypeattribute (properties_device_32_0) true) +(expandtypeattribute (properties_serial_32_0) true) +(expandtypeattribute (property_contexts_file_32_0) true) +(expandtypeattribute (property_data_file_32_0) true) +(expandtypeattribute (property_info_32_0) true) +(expandtypeattribute (property_service_version_prop_32_0) true) +(expandtypeattribute (property_socket_32_0) true) +(expandtypeattribute (provisioned_prop_32_0) true) +(expandtypeattribute (pstorefs_32_0) true) +(expandtypeattribute (ptmx_device_32_0) true) +(expandtypeattribute (qemu_hw_prop_32_0) true) +(expandtypeattribute (qemu_sf_lcd_density_prop_32_0) true) +(expandtypeattribute (qtaguid_device_32_0) true) +(expandtypeattribute (racoon_32_0) true) +(expandtypeattribute (racoon_exec_32_0) true) +(expandtypeattribute (racoon_socket_32_0) true) +(expandtypeattribute (radio_32_0) true) +(expandtypeattribute (radio_control_prop_32_0) true) +(expandtypeattribute (radio_core_data_file_32_0) true) +(expandtypeattribute (radio_data_file_32_0) true) +(expandtypeattribute (radio_device_32_0) true) +(expandtypeattribute (radio_prop_32_0) true) +(expandtypeattribute (radio_service_32_0) true) +(expandtypeattribute (ram_device_32_0) true) +(expandtypeattribute (random_device_32_0) true) +(expandtypeattribute (reboot_readiness_service_32_0) true) +(expandtypeattribute (rebootescrow_hal_prop_32_0) true) +(expandtypeattribute (recovery_32_0) true) +(expandtypeattribute (recovery_block_device_32_0) true) +(expandtypeattribute (recovery_config_prop_32_0) true) +(expandtypeattribute (recovery_data_file_32_0) true) +(expandtypeattribute (recovery_persist_32_0) true) +(expandtypeattribute (recovery_persist_exec_32_0) true) +(expandtypeattribute (recovery_refresh_32_0) true) +(expandtypeattribute (recovery_refresh_exec_32_0) true) +(expandtypeattribute (recovery_service_32_0) true) +(expandtypeattribute (recovery_socket_32_0) true) +(expandtypeattribute (registry_service_32_0) true) +(expandtypeattribute (remoteprovisioning_service_32_0) true) +(expandtypeattribute (resourcecache_data_file_32_0) true) +(expandtypeattribute (restorecon_prop_32_0) true) +(expandtypeattribute (restrictions_service_32_0) true) +(expandtypeattribute (retaildemo_prop_32_0) true) +(expandtypeattribute (rild_debug_socket_32_0) true) +(expandtypeattribute (rild_socket_32_0) true) +(expandtypeattribute (ringtone_file_32_0) true) +(expandtypeattribute (role_service_32_0) true) +(expandtypeattribute (rollback_service_32_0) true) +(expandtypeattribute (root_block_device_32_0) true) +(expandtypeattribute (rootfs_32_0) true) +(expandtypeattribute (rpmsg_device_32_0) true) +(expandtypeattribute (rs_32_0) true) +(expandtypeattribute (rs_exec_32_0) true) +(expandtypeattribute (rss_hwm_reset_32_0) true) +(expandtypeattribute (rtc_device_32_0) true) +(expandtypeattribute (rttmanager_service_32_0) true) +(expandtypeattribute (runas_32_0) true) +(expandtypeattribute (runas_app_32_0) true) +(expandtypeattribute (runas_exec_32_0) true) +(expandtypeattribute (runtime_event_log_tags_file_32_0) true) +(expandtypeattribute (runtime_service_32_0) true) +(expandtypeattribute (safemode_prop_32_0) true) +(expandtypeattribute (same_process_hal_file_32_0) true) +(expandtypeattribute (samplingprofiler_service_32_0) true) +(expandtypeattribute (scheduling_policy_service_32_0) true) +(expandtypeattribute (sdcard_block_device_32_0) true) +(expandtypeattribute (sdcardd_32_0) true) +(expandtypeattribute (sdcardd_exec_32_0) true) +(expandtypeattribute (sdcardfs_32_0) true) +(expandtypeattribute (seapp_contexts_file_32_0) true) +(expandtypeattribute (search_service_32_0) true) +(expandtypeattribute (search_ui_service_32_0) true) +(expandtypeattribute (sec_key_att_app_id_provider_service_32_0) true) +(expandtypeattribute (secure_element_32_0) true) +(expandtypeattribute (secure_element_device_32_0) true) +(expandtypeattribute (secure_element_service_32_0) true) +(expandtypeattribute (securityfs_32_0) true) +(expandtypeattribute (selinuxfs_32_0) true) +(expandtypeattribute (sendbug_config_prop_32_0) true) +(expandtypeattribute (sensor_privacy_service_32_0) true) +(expandtypeattribute (sensors_device_32_0) true) +(expandtypeattribute (sensorservice_service_32_0) true) +(expandtypeattribute (sepolicy_file_32_0) true) +(expandtypeattribute (serial_device_32_0) true) +(expandtypeattribute (serial_service_32_0) true) +(expandtypeattribute (serialno_prop_32_0) true) +(expandtypeattribute (server_configurable_flags_data_file_32_0) true) +(expandtypeattribute (service_contexts_file_32_0) true) +(expandtypeattribute (service_manager_service_32_0) true) +(expandtypeattribute (service_manager_vndservice_32_0) true) +(expandtypeattribute (servicediscovery_service_32_0) true) +(expandtypeattribute (servicemanager_32_0) true) +(expandtypeattribute (servicemanager_exec_32_0) true) +(expandtypeattribute (settings_service_32_0) true) +(expandtypeattribute (sgdisk_32_0) true) +(expandtypeattribute (sgdisk_exec_32_0) true) +(expandtypeattribute (shared_relro_32_0) true) +(expandtypeattribute (shared_relro_file_32_0) true) +(expandtypeattribute (shell_32_0) true) +(expandtypeattribute (shell_data_file_32_0) true) +(expandtypeattribute (shell_exec_32_0) true) +(expandtypeattribute (shell_prop_32_0) true) +(expandtypeattribute (shell_test_data_file_32_0) true) +(expandtypeattribute (shm_32_0) true) +(expandtypeattribute (shortcut_manager_icons_32_0) true) +(expandtypeattribute (shortcut_service_32_0) true) +(expandtypeattribute (simpleperf_32_0) true) +(expandtypeattribute (simpleperf_app_runner_32_0) true) +(expandtypeattribute (simpleperf_app_runner_exec_32_0) true) +(expandtypeattribute (slice_service_32_0) true) +(expandtypeattribute (slideshow_32_0) true) +(expandtypeattribute (smartspace_service_32_0) true) +(expandtypeattribute (snapshotctl_log_data_file_32_0) true) +(expandtypeattribute (snapuserd_socket_32_0) true) +(expandtypeattribute (soc_prop_32_0) true) +(expandtypeattribute (socket_device_32_0) true) +(expandtypeattribute (socket_hook_prop_32_0) true) +(expandtypeattribute (sockfs_32_0) true) +(expandtypeattribute (sota_prop_32_0) true) +(expandtypeattribute (soundtrigger_middleware_service_32_0) true) +(expandtypeattribute (speech_recognition_service_32_0) true) +(expandtypeattribute (sqlite_log_prop_32_0) true) +(expandtypeattribute (staged_install_file_32_0) true) +(expandtypeattribute (staging_data_file_32_0) true) +(expandtypeattribute (stats_data_file_32_0) true) +(expandtypeattribute (statsd_32_0) true) +(expandtypeattribute (statsd_exec_32_0) true) +(expandtypeattribute (statsdw_socket_32_0) true) +(expandtypeattribute (statusbar_service_32_0) true) +(expandtypeattribute (storage_config_prop_32_0) true) +(expandtypeattribute (storage_file_32_0) true) +(expandtypeattribute (storage_stub_file_32_0) true) +(expandtypeattribute (storaged_service_32_0) true) +(expandtypeattribute (storagemanager_config_prop_32_0) true) +(expandtypeattribute (storagestats_service_32_0) true) +(expandtypeattribute (su_32_0) true) +(expandtypeattribute (su_exec_32_0) true) +(expandtypeattribute (super_block_device_32_0) true) +(expandtypeattribute (surfaceflinger_32_0) true) +(expandtypeattribute (surfaceflinger_color_prop_32_0) true) +(expandtypeattribute (surfaceflinger_display_prop_32_0) true) +(expandtypeattribute (surfaceflinger_prop_32_0) true) +(expandtypeattribute (surfaceflinger_service_32_0) true) +(expandtypeattribute (surfaceflinger_tmpfs_32_0) true) +(expandtypeattribute (suspend_prop_32_0) true) +(expandtypeattribute (swap_block_device_32_0) true) +(expandtypeattribute (sysfs_32_0) true) +(expandtypeattribute (sysfs_android_usb_32_0) true) +(expandtypeattribute (sysfs_batteryinfo_32_0) true) +(expandtypeattribute (sysfs_block_32_0) true) +(expandtypeattribute (sysfs_bluetooth_writable_32_0) true) +(expandtypeattribute (sysfs_devfreq_cur_32_0) true) +(expandtypeattribute (sysfs_devfreq_dir_32_0) true) +(expandtypeattribute (sysfs_devices_block_32_0) true) +(expandtypeattribute (sysfs_devices_cs_etm_32_0) true) +(expandtypeattribute (sysfs_devices_system_cpu_32_0) true) +(expandtypeattribute (sysfs_dm_32_0) true) +(expandtypeattribute (sysfs_dm_verity_32_0) true) +(expandtypeattribute (sysfs_dma_heap_32_0) true) +(expandtypeattribute (sysfs_dmabuf_stats_32_0) true) +(expandtypeattribute (sysfs_dt_firmware_android_32_0) true) +(expandtypeattribute (sysfs_extcon_32_0) true) +(expandtypeattribute (sysfs_fs_ext4_features_32_0) true) +(expandtypeattribute (sysfs_fs_f2fs_32_0) true) +(expandtypeattribute (sysfs_fs_incfs_features_32_0) true) +(expandtypeattribute (sysfs_fs_incfs_metrics_32_0) true) +(expandtypeattribute (sysfs_hwrandom_32_0) true) +(expandtypeattribute (sysfs_ion_32_0) true) +(expandtypeattribute (sysfs_ipv4_32_0) true) +(expandtypeattribute (sysfs_kernel_notes_32_0) true) +(expandtypeattribute (sysfs_leds_32_0) true) +(expandtypeattribute (sysfs_loop_32_0) true) +(expandtypeattribute (sysfs_lowmemorykiller_32_0) true) +(expandtypeattribute (sysfs_net_32_0) true) +(expandtypeattribute (sysfs_nfc_power_writable_32_0) true) +(expandtypeattribute (sysfs_power_32_0) true) +(expandtypeattribute (sysfs_rtc_32_0) true) +(expandtypeattribute (sysfs_suspend_stats_32_0) true) +(expandtypeattribute (sysfs_switch_32_0) true) +(expandtypeattribute (sysfs_thermal_32_0) true) +(expandtypeattribute (sysfs_transparent_hugepage_32_0) true) +(expandtypeattribute (sysfs_uhid_32_0) true) +(expandtypeattribute (sysfs_uio_32_0) true) +(expandtypeattribute (sysfs_usb_32_0) true) +(expandtypeattribute (sysfs_usermodehelper_32_0) true) +(expandtypeattribute (sysfs_vendor_sched_32_0) true) +(expandtypeattribute (sysfs_vibrator_32_0) true) +(expandtypeattribute (sysfs_wake_lock_32_0) true) +(expandtypeattribute (sysfs_wakeup_32_0) true) +(expandtypeattribute (sysfs_wakeup_reasons_32_0) true) +(expandtypeattribute (sysfs_wlan_fwpath_32_0) true) +(expandtypeattribute (sysfs_zram_32_0) true) +(expandtypeattribute (sysfs_zram_uevent_32_0) true) +(expandtypeattribute (system_app_32_0) true) +(expandtypeattribute (system_app_data_file_32_0) true) +(expandtypeattribute (system_app_service_32_0) true) +(expandtypeattribute (system_asan_options_file_32_0) true) +(expandtypeattribute (system_block_device_32_0) true) +(expandtypeattribute (system_boot_reason_prop_32_0) true) +(expandtypeattribute (system_bootstrap_lib_file_32_0) true) +(expandtypeattribute (system_config_service_32_0) true) +(expandtypeattribute (system_data_file_32_0) true) +(expandtypeattribute (system_data_root_file_32_0) true) +(expandtypeattribute (system_event_log_tags_file_32_0) true) +(expandtypeattribute (system_file_32_0) true) +(expandtypeattribute (system_group_file_32_0) true) +(expandtypeattribute (system_jvmti_agent_prop_32_0) true) +(expandtypeattribute (system_lib_file_32_0) true) +(expandtypeattribute (system_linker_config_file_32_0) true) +(expandtypeattribute (system_linker_exec_32_0) true) +(expandtypeattribute (system_lmk_prop_32_0) true) +(expandtypeattribute (system_ndebug_socket_32_0) true) +(expandtypeattribute (system_net_netd_hwservice_32_0) true) +(expandtypeattribute (system_passwd_file_32_0) true) +(expandtypeattribute (system_prop_32_0) true) +(expandtypeattribute (system_seccomp_policy_file_32_0) true) +(expandtypeattribute (system_security_cacerts_file_32_0) true) +(expandtypeattribute (system_server_32_0) true) +(expandtypeattribute (system_server_dumper_service_32_0) true) +(expandtypeattribute (system_server_tmpfs_32_0) true) +(expandtypeattribute (system_suspend_control_internal_service_32_0) true) +(expandtypeattribute (system_suspend_control_service_32_0) true) +(expandtypeattribute (system_suspend_hwservice_32_0) true) +(expandtypeattribute (system_trace_prop_32_0) true) +(expandtypeattribute (system_unsolzygote_socket_32_0) true) +(expandtypeattribute (system_update_service_32_0) true) +(expandtypeattribute (system_wifi_keystore_hwservice_32_0) true) +(expandtypeattribute (system_wpa_socket_32_0) true) +(expandtypeattribute (system_zoneinfo_file_32_0) true) +(expandtypeattribute (systemkeys_data_file_32_0) true) +(expandtypeattribute (systemsound_config_prop_32_0) true) +(expandtypeattribute (task_profiles_api_file_32_0) true) +(expandtypeattribute (task_profiles_file_32_0) true) +(expandtypeattribute (task_service_32_0) true) +(expandtypeattribute (tcpdump_exec_32_0) true) +(expandtypeattribute (tee_32_0) true) +(expandtypeattribute (tee_data_file_32_0) true) +(expandtypeattribute (tee_device_32_0) true) +(expandtypeattribute (telecom_service_32_0) true) +(expandtypeattribute (telephony_config_prop_32_0) true) +(expandtypeattribute (telephony_status_prop_32_0) true) +(expandtypeattribute (test_boot_reason_prop_32_0) true) +(expandtypeattribute (test_harness_prop_32_0) true) +(expandtypeattribute (testharness_service_32_0) true) +(expandtypeattribute (tethering_service_32_0) true) +(expandtypeattribute (textclassification_service_32_0) true) +(expandtypeattribute (textclassifier_data_file_32_0) true) +(expandtypeattribute (textservices_service_32_0) true) +(expandtypeattribute (texttospeech_service_32_0) true) +(expandtypeattribute (theme_prop_32_0) true) +(expandtypeattribute (thermal_service_32_0) true) +(expandtypeattribute (time_prop_32_0) true) +(expandtypeattribute (timedetector_service_32_0) true) +(expandtypeattribute (timezone_service_32_0) true) +(expandtypeattribute (timezonedetector_service_32_0) true) +(expandtypeattribute (tmpfs_32_0) true) +(expandtypeattribute (tombstone_config_prop_32_0) true) +(expandtypeattribute (tombstone_data_file_32_0) true) +(expandtypeattribute (tombstone_wifi_data_file_32_0) true) +(expandtypeattribute (tombstoned_32_0) true) +(expandtypeattribute (tombstoned_crash_socket_32_0) true) +(expandtypeattribute (tombstoned_exec_32_0) true) +(expandtypeattribute (tombstoned_intercept_socket_32_0) true) +(expandtypeattribute (tombstoned_java_trace_socket_32_0) true) +(expandtypeattribute (toolbox_32_0) true) +(expandtypeattribute (toolbox_exec_32_0) true) +(expandtypeattribute (trace_data_file_32_0) true) +(expandtypeattribute (traced_32_0) true) +(expandtypeattribute (traced_consumer_socket_32_0) true) +(expandtypeattribute (traced_enabled_prop_32_0) true) +(expandtypeattribute (traced_lazy_prop_32_0) true) +(expandtypeattribute (traced_perf_32_0) true) +(expandtypeattribute (traced_perf_socket_32_0) true) +(expandtypeattribute (traced_probes_32_0) true) +(expandtypeattribute (traced_producer_socket_32_0) true) +(expandtypeattribute (traced_tmpfs_32_0) true) +(expandtypeattribute (traceur_app_32_0) true) +(expandtypeattribute (translation_service_32_0) true) +(expandtypeattribute (trust_service_32_0) true) +(expandtypeattribute (tty_device_32_0) true) +(expandtypeattribute (tun_device_32_0) true) +(expandtypeattribute (tv_input_service_32_0) true) +(expandtypeattribute (tv_tuner_resource_mgr_service_32_0) true) +(expandtypeattribute (tzdatacheck_32_0) true) +(expandtypeattribute (tzdatacheck_exec_32_0) true) +(expandtypeattribute (ueventd_32_0) true) +(expandtypeattribute (ueventd_tmpfs_32_0) true) +(expandtypeattribute (uhid_device_32_0) true) +(expandtypeattribute (uimode_service_32_0) true) +(expandtypeattribute (uio_device_32_0) true) +(expandtypeattribute (uncrypt_32_0) true) +(expandtypeattribute (uncrypt_exec_32_0) true) +(expandtypeattribute (uncrypt_socket_32_0) true) +(expandtypeattribute (unencrypted_data_file_32_0) true) +(expandtypeattribute (unlabeled_32_0) true) +(expandtypeattribute (untrusted_app_25_32_0) true) +(expandtypeattribute (untrusted_app_27_32_0) true) +(expandtypeattribute (untrusted_app_29_32_0) true) +(expandtypeattribute (untrusted_app_32_0) true) +(expandtypeattribute (update_engine_32_0) true) +(expandtypeattribute (update_engine_data_file_32_0) true) +(expandtypeattribute (update_engine_exec_32_0) true) +(expandtypeattribute (update_engine_log_data_file_32_0) true) +(expandtypeattribute (update_engine_service_32_0) true) +(expandtypeattribute (update_engine_stable_service_32_0) true) +(expandtypeattribute (update_verifier_32_0) true) +(expandtypeattribute (update_verifier_exec_32_0) true) +(expandtypeattribute (updatelock_service_32_0) true) +(expandtypeattribute (uri_grants_service_32_0) true) +(expandtypeattribute (usagestats_service_32_0) true) +(expandtypeattribute (usb_config_prop_32_0) true) +(expandtypeattribute (usb_control_prop_32_0) true) +(expandtypeattribute (usb_device_32_0) true) +(expandtypeattribute (usb_prop_32_0) true) +(expandtypeattribute (usb_serial_device_32_0) true) +(expandtypeattribute (usb_service_32_0) true) +(expandtypeattribute (usbaccessory_device_32_0) true) +(expandtypeattribute (usbd_32_0) true) +(expandtypeattribute (usbd_exec_32_0) true) +(expandtypeattribute (usbfs_32_0) true) +(expandtypeattribute (use_memfd_prop_32_0) true) +(expandtypeattribute (user_profile_data_file_32_0) true) +(expandtypeattribute (user_profile_root_file_32_0) true) +(expandtypeattribute (user_service_32_0) true) +(expandtypeattribute (userdata_block_device_32_0) true) +(expandtypeattribute (userdata_sysdev_32_0) true) +(expandtypeattribute (usermodehelper_32_0) true) +(expandtypeattribute (userspace_reboot_config_prop_32_0) true) +(expandtypeattribute (userspace_reboot_exported_prop_32_0) true) +(expandtypeattribute (userspace_reboot_metadata_file_32_0) true) +(expandtypeattribute (uwb_service_32_0) true) +(expandtypeattribute (vcn_management_service_32_0) true) +(expandtypeattribute (vd_device_32_0) true) +(expandtypeattribute (vdc_32_0) true) +(expandtypeattribute (vdc_exec_32_0) true) +(expandtypeattribute (vehicle_hal_prop_32_0) true) +(expandtypeattribute (vendor_apex_file_32_0) true) +(expandtypeattribute (vendor_app_file_32_0) true) +(expandtypeattribute (vendor_cgroup_desc_file_32_0) true) +(expandtypeattribute (vendor_configs_file_32_0) true) +(expandtypeattribute (vendor_data_file_32_0) true) +(expandtypeattribute (vendor_default_prop_32_0) true) +(expandtypeattribute (vendor_file_32_0) true) +(expandtypeattribute (vendor_framework_file_32_0) true) +(expandtypeattribute (vendor_hal_file_32_0) true) +(expandtypeattribute (vendor_idc_file_32_0) true) +(expandtypeattribute (vendor_init_32_0) true) +(expandtypeattribute (vendor_kernel_modules_32_0) true) +(expandtypeattribute (vendor_keychars_file_32_0) true) +(expandtypeattribute (vendor_keylayout_file_32_0) true) +(expandtypeattribute (vendor_misc_writer_32_0) true) +(expandtypeattribute (vendor_misc_writer_exec_32_0) true) +(expandtypeattribute (vendor_modprobe_32_0) true) +(expandtypeattribute (vendor_overlay_file_32_0) true) +(expandtypeattribute (vendor_public_framework_file_32_0) true) +(expandtypeattribute (vendor_public_lib_file_32_0) true) +(expandtypeattribute (vendor_security_patch_level_prop_32_0) true) +(expandtypeattribute (vendor_service_contexts_file_32_0) true) +(expandtypeattribute (vendor_shell_32_0) true) +(expandtypeattribute (vendor_shell_exec_32_0) true) +(expandtypeattribute (vendor_socket_hook_prop_32_0) true) +(expandtypeattribute (vendor_task_profiles_file_32_0) true) +(expandtypeattribute (vendor_toolbox_exec_32_0) true) +(expandtypeattribute (vfat_32_0) true) +(expandtypeattribute (vibrator_manager_service_32_0) true) +(expandtypeattribute (vibrator_service_32_0) true) +(expandtypeattribute (video_device_32_0) true) +(expandtypeattribute (virtual_ab_prop_32_0) true) +(expandtypeattribute (virtual_touchpad_32_0) true) +(expandtypeattribute (virtual_touchpad_exec_32_0) true) +(expandtypeattribute (virtual_touchpad_service_32_0) true) +(expandtypeattribute (virtualization_service_32_0) true) +(expandtypeattribute (vndbinder_device_32_0) true) +(expandtypeattribute (vndk_prop_32_0) true) +(expandtypeattribute (vndk_sp_file_32_0) true) +(expandtypeattribute (vndservice_contexts_file_32_0) true) +(expandtypeattribute (vndservicemanager_32_0) true) +(expandtypeattribute (voiceinteraction_service_32_0) true) +(expandtypeattribute (vold_32_0) true) +(expandtypeattribute (vold_config_prop_32_0) true) +(expandtypeattribute (vold_data_file_32_0) true) +(expandtypeattribute (vold_device_32_0) true) +(expandtypeattribute (vold_exec_32_0) true) +(expandtypeattribute (vold_metadata_file_32_0) true) +(expandtypeattribute (vold_post_fs_data_prop_32_0) true) +(expandtypeattribute (vold_prepare_subdirs_32_0) true) +(expandtypeattribute (vold_prepare_subdirs_exec_32_0) true) +(expandtypeattribute (vold_prop_32_0) true) +(expandtypeattribute (vold_service_32_0) true) +(expandtypeattribute (vold_status_prop_32_0) true) +(expandtypeattribute (vpn_data_file_32_0) true) +(expandtypeattribute (vpn_management_service_32_0) true) +(expandtypeattribute (vr_hwc_32_0) true) +(expandtypeattribute (vr_hwc_exec_32_0) true) +(expandtypeattribute (vr_hwc_service_32_0) true) +(expandtypeattribute (vr_manager_service_32_0) true) +(expandtypeattribute (vrflinger_vsync_service_32_0) true) +(expandtypeattribute (vts_config_prop_32_0) true) +(expandtypeattribute (vts_status_prop_32_0) true) +(expandtypeattribute (wallpaper_file_32_0) true) +(expandtypeattribute (wallpaper_service_32_0) true) +(expandtypeattribute (watchdog_device_32_0) true) +(expandtypeattribute (watchdog_metadata_file_32_0) true) +(expandtypeattribute (watchdogd_32_0) true) +(expandtypeattribute (watchdogd_exec_32_0) true) +(expandtypeattribute (webview_zygote_32_0) true) +(expandtypeattribute (webview_zygote_exec_32_0) true) +(expandtypeattribute (webview_zygote_tmpfs_32_0) true) +(expandtypeattribute (webviewupdate_service_32_0) true) +(expandtypeattribute (wifi_config_prop_32_0) true) +(expandtypeattribute (wifi_data_file_32_0) true) +(expandtypeattribute (wifi_hal_prop_32_0) true) +(expandtypeattribute (wifi_key_32_0) true) +(expandtypeattribute (wifi_log_prop_32_0) true) +(expandtypeattribute (wifi_prop_32_0) true) +(expandtypeattribute (wifi_service_32_0) true) +(expandtypeattribute (wifiaware_service_32_0) true) +(expandtypeattribute (wificond_32_0) true) +(expandtypeattribute (wificond_exec_32_0) true) +(expandtypeattribute (wifinl80211_service_32_0) true) +(expandtypeattribute (wifip2p_service_32_0) true) +(expandtypeattribute (wifiscanner_service_32_0) true) +(expandtypeattribute (window_service_32_0) true) +(expandtypeattribute (wpa_socket_32_0) true) +(expandtypeattribute (wpantund_32_0) true) +(expandtypeattribute (wpantund_exec_32_0) true) +(expandtypeattribute (wpantund_service_32_0) true) +(expandtypeattribute (zero_device_32_0) true) +(expandtypeattribute (zoneinfo_data_file_32_0) true) +(expandtypeattribute (zram_config_prop_32_0) true) +(expandtypeattribute (zram_control_prop_32_0) true) +(expandtypeattribute (zygote_32_0) true) +(expandtypeattribute (zygote_config_prop_32_0) true) +(expandtypeattribute (zygote_exec_32_0) true) +(expandtypeattribute (zygote_socket_32_0) true) +(expandtypeattribute (zygote_tmpfs_32_0) true) +(typeattributeset DockObserver_service_32_0 (DockObserver_service)) +(typeattributeset IProxyService_service_32_0 (IProxyService_service)) +(typeattributeset aac_drc_prop_32_0 (aac_drc_prop)) +(typeattributeset aaudio_config_prop_32_0 (aaudio_config_prop)) +(typeattributeset ab_update_gki_prop_32_0 (ab_update_gki_prop)) +(typeattributeset accessibility_service_32_0 (accessibility_service)) +(typeattributeset account_service_32_0 (account_service)) +(typeattributeset activity_service_32_0 (activity_service)) +(typeattributeset activity_task_service_32_0 (activity_task_service)) +(typeattributeset adb_data_file_32_0 (adb_data_file)) +(typeattributeset adb_keys_file_32_0 (adb_keys_file)) +(typeattributeset adb_service_32_0 (adb_service)) +(typeattributeset adbd_32_0 (adbd)) +(typeattributeset adbd_config_prop_32_0 (adbd_config_prop)) +(typeattributeset adbd_exec_32_0 (adbd_exec)) +(typeattributeset adbd_socket_32_0 (adbd_socket)) +(typeattributeset aidl_lazy_test_server_32_0 (aidl_lazy_test_server)) +(typeattributeset aidl_lazy_test_server_exec_32_0 (aidl_lazy_test_server_exec)) +(typeattributeset aidl_lazy_test_service_32_0 (aidl_lazy_test_service)) +(typeattributeset alarm_service_32_0 (alarm_service)) +(typeattributeset anr_data_file_32_0 (anr_data_file)) +(typeattributeset apc_service_32_0 (apc_service)) +(typeattributeset apex_appsearch_data_file_32_0 (apex_appsearch_data_file apex_system_server_data_file)) +(typeattributeset apex_data_file_32_0 (apex_data_file)) +(typeattributeset apex_info_file_32_0 (apex_info_file)) +(typeattributeset apex_metadata_file_32_0 (apex_metadata_file)) +(typeattributeset apex_mnt_dir_32_0 (apex_mnt_dir)) +(typeattributeset apex_module_data_file_32_0 (apex_module_data_file)) +(typeattributeset apex_ota_reserved_file_32_0 (apex_ota_reserved_file)) +(typeattributeset apex_permission_data_file_32_0 (apex_permission_data_file apex_system_server_data_file)) +(typeattributeset apex_rollback_data_file_32_0 (apex_rollback_data_file)) +(typeattributeset apex_scheduling_data_file_32_0 (apex_scheduling_data_file apex_system_server_data_file)) +(typeattributeset apex_service_32_0 (apex_service)) +(typeattributeset apex_wifi_data_file_32_0 (apex_wifi_data_file apex_system_server_data_file)) +(typeattributeset apexd_32_0 (apexd)) +(typeattributeset apexd_config_prop_32_0 (apexd_config_prop)) +(typeattributeset apexd_exec_32_0 (apexd_exec)) +(typeattributeset apexd_prop_32_0 (apexd_prop)) +(typeattributeset apk_data_file_32_0 (apk_data_file)) +(typeattributeset apk_private_data_file_32_0 (apk_private_data_file)) +(typeattributeset apk_private_tmp_file_32_0 (apk_private_tmp_file)) +(typeattributeset apk_tmp_file_32_0 (apk_tmp_file)) +(typeattributeset apk_verity_prop_32_0 (apk_verity_prop)) +(typeattributeset app_binding_service_32_0 (app_binding_service)) +(typeattributeset app_data_file_32_0 (app_data_file)) +(typeattributeset app_fuse_file_32_0 (app_fuse_file)) +(typeattributeset app_fusefs_32_0 (app_fusefs)) +(typeattributeset app_hibernation_service_32_0 (app_hibernation_service)) +(typeattributeset app_integrity_service_32_0 (app_integrity_service)) +(typeattributeset app_prediction_service_32_0 (app_prediction_service)) +(typeattributeset app_search_service_32_0 (app_search_service)) +(typeattributeset app_zygote_32_0 (app_zygote)) +(typeattributeset app_zygote_tmpfs_32_0 (app_zygote_tmpfs)) +(typeattributeset appcompat_data_file_32_0 (appcompat_data_file)) +(typeattributeset appdomain_tmpfs_32_0 (appdomain_tmpfs)) +(typeattributeset appops_service_32_0 (appops_service)) +(typeattributeset appwidget_service_32_0 (appwidget_service)) +(typeattributeset arm64_memtag_prop_32_0 (arm64_memtag_prop)) +(typeattributeset art_apex_dir_32_0 (art_apex_dir)) +(typeattributeset asec_apk_file_32_0 (asec_apk_file)) +(typeattributeset asec_image_file_32_0 (asec_image_file)) +(typeattributeset asec_public_file_32_0 (asec_public_file)) +(typeattributeset ashmem_device_32_0 (ashmem_device)) +(typeattributeset ashmem_libcutils_device_32_0 (ashmem_libcutils_device)) +(typeattributeset assetatlas_service_32_0 (assetatlas_service)) +(typeattributeset atrace_32_0 (atrace)) +(typeattributeset audio_config_prop_32_0 (audio_config_prop)) +(typeattributeset audio_data_file_32_0 (audio_data_file)) +(typeattributeset audio_device_32_0 (audio_device)) +(typeattributeset audio_prop_32_0 (audio_prop)) +(typeattributeset audio_service_32_0 (audio_service)) +(typeattributeset audiohal_data_file_32_0 (audiohal_data_file)) +(typeattributeset audioserver_32_0 (audioserver)) +(typeattributeset audioserver_data_file_32_0 (audioserver_data_file)) +(typeattributeset audioserver_service_32_0 (audioserver_service)) +(typeattributeset audioserver_tmpfs_32_0 (audioserver_tmpfs)) +(typeattributeset auth_service_32_0 (auth_service)) +(typeattributeset authorization_service_32_0 (authorization_service)) +(typeattributeset autofill_service_32_0 (autofill_service)) +(typeattributeset backup_data_file_32_0 (backup_data_file)) +(typeattributeset backup_service_32_0 (backup_service)) +(typeattributeset battery_service_32_0 (battery_service)) +(typeattributeset batteryproperties_service_32_0 (batteryproperties_service)) +(typeattributeset batterystats_service_32_0 (batterystats_service)) +(typeattributeset binder_cache_bluetooth_server_prop_32_0 (binder_cache_bluetooth_server_prop)) +(typeattributeset binder_cache_system_server_prop_32_0 (binder_cache_system_server_prop)) +(typeattributeset binder_cache_telephony_server_prop_32_0 (binder_cache_telephony_server_prop)) +(typeattributeset binder_calls_stats_service_32_0 (binder_calls_stats_service)) +(typeattributeset binder_device_32_0 (binder_device)) +(typeattributeset binderfs_32_0 (binderfs)) +(typeattributeset binderfs_logs_32_0 (binderfs_logs)) +(typeattributeset binderfs_logs_proc_32_0 (binderfs_logs_proc)) +(typeattributeset binfmt_miscfs_32_0 (binfmt_miscfs)) +(typeattributeset biometric_service_32_0 (biometric_service)) +(typeattributeset blkid_32_0 (blkid)) +(typeattributeset blkid_untrusted_32_0 (blkid_untrusted)) +(typeattributeset blob_store_service_32_0 (blob_store_service)) +(typeattributeset block_device_32_0 (block_device)) +(typeattributeset bluetooth_32_0 (bluetooth)) +(typeattributeset bluetooth_a2dp_offload_prop_32_0 (bluetooth_a2dp_offload_prop)) +(typeattributeset bluetooth_audio_hal_prop_32_0 (bluetooth_audio_hal_prop)) +(typeattributeset bluetooth_data_file_32_0 (bluetooth_data_file)) +(typeattributeset bluetooth_efs_file_32_0 (bluetooth_efs_file)) +(typeattributeset bluetooth_logs_data_file_32_0 (bluetooth_logs_data_file)) +(typeattributeset bluetooth_manager_service_32_0 (bluetooth_manager_service)) +(typeattributeset bluetooth_prop_32_0 (bluetooth_prop)) +(typeattributeset bluetooth_service_32_0 (bluetooth_service)) +(typeattributeset bluetooth_socket_32_0 (bluetooth_socket)) +(typeattributeset boot_block_device_32_0 (boot_block_device)) +(typeattributeset boot_status_prop_32_0 (boot_status_prop)) +(typeattributeset bootanim_32_0 (bootanim)) +(typeattributeset bootanim_config_prop_32_0 (bootanim_config_prop)) +(typeattributeset bootanim_exec_32_0 (bootanim_exec)) +(typeattributeset bootanim_system_prop_32_0 (bootanim_system_prop)) +(typeattributeset bootchart_data_file_32_0 (bootchart_data_file)) +(typeattributeset bootloader_boot_reason_prop_32_0 (bootloader_boot_reason_prop)) +(typeattributeset bootloader_prop_32_0 (bootloader_prop)) +(typeattributeset bootstat_32_0 (bootstat)) +(typeattributeset bootstat_data_file_32_0 (bootstat_data_file)) +(typeattributeset bootstat_exec_32_0 (bootstat_exec)) +(typeattributeset boottime_prop_32_0 (boottime_prop)) +(typeattributeset boottime_public_prop_32_0 (boottime_public_prop)) +(typeattributeset boottrace_data_file_32_0 (boottrace_data_file)) +(typeattributeset bpf_progs_loaded_prop_32_0 (bpf_progs_loaded_prop)) +(typeattributeset bq_config_prop_32_0 (bq_config_prop)) +(typeattributeset broadcastradio_service_32_0 (broadcastradio_service)) +(typeattributeset bufferhubd_32_0 (bufferhubd)) +(typeattributeset bufferhubd_exec_32_0 (bufferhubd_exec)) +(typeattributeset bugreport_service_32_0 (bugreport_service)) +(typeattributeset build_bootimage_prop_32_0 (build_bootimage_prop)) +(typeattributeset build_config_prop_32_0 (build_config_prop)) +(typeattributeset build_odm_prop_32_0 (build_odm_prop)) +(typeattributeset build_prop_32_0 (build_prop)) +(typeattributeset build_prop_32_0 (userdebug_or_eng_prop)) +(typeattributeset build_vendor_prop_32_0 (build_vendor_prop)) +(typeattributeset cache_backup_file_32_0 (cache_backup_file)) +(typeattributeset cache_block_device_32_0 (cache_block_device)) +(typeattributeset cache_file_32_0 (cache_file)) +(typeattributeset cache_private_backup_file_32_0 (cache_private_backup_file)) +(typeattributeset cache_recovery_file_32_0 (cache_recovery_file)) +(typeattributeset cacheinfo_service_32_0 (cacheinfo_service)) +(typeattributeset camera2_extensions_prop_32_0 (camera2_extensions_prop)) +(typeattributeset camera_calibration_prop_32_0 (camera_calibration_prop)) +(typeattributeset camera_config_prop_32_0 (camera_config_prop)) +(typeattributeset camera_data_file_32_0 (camera_data_file)) +(typeattributeset camera_device_32_0 (camera_device)) +(typeattributeset cameraproxy_service_32_0 (cameraproxy_service)) +(typeattributeset cameraserver_32_0 (cameraserver)) +(typeattributeset cameraserver_exec_32_0 (cameraserver_exec)) +(typeattributeset cameraserver_service_32_0 (cameraserver_service)) +(typeattributeset cameraserver_tmpfs_32_0 (cameraserver_tmpfs)) +(typeattributeset camerax_extensions_prop_32_0 (camerax_extensions_prop)) +(typeattributeset cgroup_32_0 (cgroup)) +(typeattributeset cgroup_desc_api_file_32_0 (cgroup_desc_api_file)) +(typeattributeset cgroup_desc_file_32_0 (cgroup_desc_file)) +(typeattributeset cgroup_rc_file_32_0 (cgroup_rc_file)) +(typeattributeset cgroup_v2_32_0 (cgroup_v2)) +(typeattributeset charger_32_0 (charger)) +(typeattributeset charger_config_prop_32_0 (charger_config_prop)) +(typeattributeset charger_exec_32_0 (charger_exec)) +(typeattributeset charger_prop_32_0 (charger_prop)) +(typeattributeset charger_status_prop_32_0 (charger_status_prop)) +(typeattributeset clipboard_service_32_0 (clipboard_service)) +(typeattributeset codec2_config_prop_32_0 (codec2_config_prop)) +(typeattributeset cold_boot_done_prop_32_0 (cold_boot_done_prop)) +(typeattributeset color_display_service_32_0 (color_display_service)) +(typeattributeset companion_device_service_32_0 (companion_device_service)) +(typeattributeset config_prop_32_0 (config_prop)) +(typeattributeset configfs_32_0 (configfs)) +(typeattributeset connectivity_service_32_0 (connectivity_service)) +(typeattributeset connmetrics_service_32_0 (connmetrics_service)) +(typeattributeset console_device_32_0 (console_device)) +(typeattributeset consumer_ir_service_32_0 (consumer_ir_service)) +(typeattributeset content_capture_service_32_0 (content_capture_service)) +(typeattributeset content_service_32_0 (content_service)) +(typeattributeset content_suggestions_service_32_0 (content_suggestions_service)) +(typeattributeset contexthub_service_32_0 (contexthub_service)) +(typeattributeset coredump_file_32_0 (coredump_file)) +(typeattributeset country_detector_service_32_0 (country_detector_service)) +(typeattributeset coverage_service_32_0 (coverage_service)) +(typeattributeset cppreopt_prop_32_0 (cppreopt_prop)) +(typeattributeset cpu_variant_prop_32_0 (cpu_variant_prop)) +(typeattributeset cpuinfo_service_32_0 (cpuinfo_service)) +(typeattributeset crash_dump_32_0 (crash_dump)) +(typeattributeset crash_dump_exec_32_0 (crash_dump_exec)) +(typeattributeset credstore_32_0 (credstore)) +(typeattributeset credstore_data_file_32_0 (credstore_data_file)) +(typeattributeset credstore_exec_32_0 (credstore_exec)) +(typeattributeset credstore_service_32_0 (credstore_service)) +(typeattributeset crossprofileapps_service_32_0 (crossprofileapps_service)) +(typeattributeset ctl_adbd_prop_32_0 (ctl_adbd_prop)) +(typeattributeset ctl_apexd_prop_32_0 (ctl_apexd_prop)) +(typeattributeset ctl_bootanim_prop_32_0 (ctl_bootanim_prop)) +(typeattributeset ctl_bugreport_prop_32_0 (ctl_bugreport_prop)) +(typeattributeset ctl_console_prop_32_0 (ctl_console_prop)) +(typeattributeset ctl_default_prop_32_0 (ctl_default_prop)) +(typeattributeset ctl_dumpstate_prop_32_0 (ctl_dumpstate_prop)) +(typeattributeset ctl_fuse_prop_32_0 (ctl_fuse_prop)) +(typeattributeset ctl_gsid_prop_32_0 (ctl_gsid_prop)) +(typeattributeset ctl_interface_restart_prop_32_0 (ctl_interface_restart_prop)) +(typeattributeset ctl_interface_start_prop_32_0 (ctl_interface_start_prop)) +(typeattributeset ctl_interface_stop_prop_32_0 (ctl_interface_stop_prop)) +(typeattributeset ctl_mdnsd_prop_32_0 (ctl_mdnsd_prop)) +(typeattributeset ctl_restart_prop_32_0 (ctl_restart_prop)) +(typeattributeset ctl_rildaemon_prop_32_0 (ctl_rildaemon_prop)) +(typeattributeset ctl_sigstop_prop_32_0 (ctl_sigstop_prop)) +(typeattributeset ctl_start_prop_32_0 (ctl_start_prop)) +(typeattributeset ctl_stop_prop_32_0 (ctl_stop_prop)) +(typeattributeset dalvik_config_prop_32_0 (dalvik_config_prop)) +(typeattributeset dalvik_prop_32_0 (dalvik_prop)) +(typeattributeset dalvik_runtime_prop_32_0 (dalvik_runtime_prop)) +(typeattributeset dalvikcache_data_file_32_0 (dalvikcache_data_file)) +(typeattributeset dataloader_manager_service_32_0 (dataloader_manager_service)) +(typeattributeset dbinfo_service_32_0 (dbinfo_service)) +(typeattributeset dck_prop_32_0 (dck_prop)) +(typeattributeset debug_prop_32_0 (debug_prop)) +(typeattributeset debugfs_32_0 (debugfs)) +(typeattributeset debugfs_bootreceiver_tracing_32_0 (debugfs_bootreceiver_tracing)) +(typeattributeset debugfs_kprobes_32_0 (debugfs_kprobes)) +(typeattributeset debugfs_mm_events_tracing_32_0 (debugfs_mm_events_tracing)) +(typeattributeset debugfs_mmc_32_0 (debugfs_mmc)) +(typeattributeset debugfs_restriction_prop_32_0 (debugfs_restriction_prop)) +(typeattributeset debugfs_trace_marker_32_0 (debugfs_trace_marker)) +(typeattributeset debugfs_tracing_32_0 (debugfs_tracing)) +(typeattributeset debugfs_tracing_debug_32_0 (debugfs_tracing_debug)) +(typeattributeset debugfs_tracing_instances_32_0 (debugfs_tracing_instances)) +(typeattributeset debugfs_tracing_printk_formats_32_0 (debugfs_tracing_printk_formats)) +(typeattributeset debugfs_wakeup_sources_32_0 (debugfs_wakeup_sources)) +(typeattributeset debugfs_wifi_tracing_32_0 (debugfs_wifi_tracing)) +(typeattributeset debuggerd_prop_32_0 (debuggerd_prop)) +(typeattributeset default_android_hwservice_32_0 (default_android_hwservice)) +(typeattributeset default_android_service_32_0 (default_android_service)) +(typeattributeset default_android_vndservice_32_0 (default_android_vndservice)) +(typeattributeset default_prop_32_0 (default_prop)) +(typeattributeset dev_cpu_variant_32_0 (dev_cpu_variant)) +(typeattributeset device_32_0 (device)) +(typeattributeset device_config_activity_manager_native_boot_prop_32_0 (device_config_activity_manager_native_boot_prop)) +(typeattributeset device_config_boot_count_prop_32_0 (device_config_boot_count_prop)) +(typeattributeset device_config_input_native_boot_prop_32_0 (device_config_input_native_boot_prop)) +(typeattributeset device_config_media_native_prop_32_0 (device_config_media_native_prop)) +(typeattributeset device_config_netd_native_prop_32_0 (device_config_netd_native_prop)) +(typeattributeset device_config_reset_performed_prop_32_0 (device_config_reset_performed_prop)) +(typeattributeset device_config_runtime_native_boot_prop_32_0 (device_config_runtime_native_boot_prop)) +(typeattributeset device_config_runtime_native_prop_32_0 (device_config_runtime_native_prop)) +(typeattributeset device_config_service_32_0 (device_config_service)) +(typeattributeset device_identifiers_service_32_0 (device_identifiers_service)) +(typeattributeset device_logging_prop_32_0 (device_logging_prop)) +(typeattributeset device_policy_service_32_0 (device_policy_service)) +(typeattributeset device_state_service_32_0 (device_state_service)) +(typeattributeset deviceidle_service_32_0 (deviceidle_service)) +(typeattributeset devicestoragemonitor_service_32_0 (devicestoragemonitor_service)) +(typeattributeset devpts_32_0 (devpts)) +(typeattributeset dhcp_32_0 (dhcp)) +(typeattributeset dhcp_data_file_32_0 (dhcp_data_file)) +(typeattributeset dhcp_exec_32_0 (dhcp_exec)) +(typeattributeset dhcp_prop_32_0 (dhcp_prop)) +(typeattributeset diskstats_service_32_0 (diskstats_service)) +(typeattributeset display_service_32_0 (display_service)) +(typeattributeset dm_device_32_0 (dm_device)) +(typeattributeset dm_user_device_32_0 (dm_user_device)) +(typeattributeset dmabuf_heap_device_32_0 (dmabuf_heap_device)) +(typeattributeset dmabuf_system_heap_device_32_0 (dmabuf_system_heap_device)) +(typeattributeset dmabuf_system_secure_heap_device_32_0 (dmabuf_system_secure_heap_device)) +(typeattributeset dnsmasq_32_0 (dnsmasq)) +(typeattributeset dnsmasq_exec_32_0 (dnsmasq_exec)) +(typeattributeset dnsproxyd_socket_32_0 (dnsproxyd_socket)) +(typeattributeset dnsresolver_service_32_0 (dnsresolver_service)) +(typeattributeset domain_verification_service_32_0 (domain_verification_service)) +(typeattributeset dreams_service_32_0 (dreams_service)) +(typeattributeset drm_data_file_32_0 (drm_data_file)) +(typeattributeset drm_service_config_prop_32_0 (drm_service_config_prop)) +(typeattributeset drmserver_32_0 (drmserver)) +(typeattributeset drmserver_exec_32_0 (drmserver_exec)) +(typeattributeset drmserver_service_32_0 (drmserver_service)) +(typeattributeset drmserver_socket_32_0 (drmserver_socket)) +(typeattributeset dropbox_data_file_32_0 (dropbox_data_file)) +(typeattributeset dropbox_service_32_0 (dropbox_service)) +(typeattributeset dumpstate_32_0 (dumpstate)) +(typeattributeset dumpstate_exec_32_0 (dumpstate_exec)) +(typeattributeset dumpstate_options_prop_32_0 (dumpstate_options_prop)) +(typeattributeset dumpstate_prop_32_0 (dumpstate_prop)) +(typeattributeset dumpstate_service_32_0 (dumpstate_service)) +(typeattributeset dumpstate_socket_32_0 (dumpstate_socket)) +(typeattributeset dynamic_system_prop_32_0 (dynamic_system_prop)) +(typeattributeset e2fs_32_0 (e2fs)) +(typeattributeset e2fs_exec_32_0 (e2fs_exec)) +(typeattributeset efs_file_32_0 (efs_file)) +(typeattributeset emergency_affordance_service_32_0 (emergency_affordance_service)) +(typeattributeset ephemeral_app_32_0 (ephemeral_app)) +(typeattributeset ethernet_service_32_0 (ethernet_service)) +(typeattributeset exfat_32_0 (exfat)) +(typeattributeset exported3_system_prop_32_0 (exported3_system_prop)) +(typeattributeset exported_bluetooth_prop_32_0 (exported_bluetooth_prop)) +(typeattributeset exported_camera_prop_32_0 (exported_camera_prop)) +(typeattributeset exported_config_prop_32_0 (exported_config_prop)) +(typeattributeset exported_default_prop_32_0 (exported_default_prop)) +(typeattributeset exported_dumpstate_prop_32_0 (exported_dumpstate_prop)) +(typeattributeset exported_overlay_prop_32_0 (exported_overlay_prop)) +(typeattributeset exported_pm_prop_32_0 (exported_pm_prop)) +(typeattributeset exported_secure_prop_32_0 (exported_secure_prop)) +(typeattributeset exported_system_prop_32_0 (exported_system_prop)) +(typeattributeset external_vibrator_service_32_0 (external_vibrator_service)) +(typeattributeset face_service_32_0 (face_service)) +(typeattributeset face_vendor_data_file_32_0 (face_vendor_data_file)) +(typeattributeset fastbootd_32_0 (fastbootd)) +(typeattributeset ffs_config_prop_32_0 (ffs_config_prop)) +(typeattributeset ffs_control_prop_32_0 (ffs_control_prop)) +(typeattributeset file_contexts_file_32_0 (file_contexts_file)) +(typeattributeset file_integrity_service_32_0 (file_integrity_service)) +(typeattributeset fingerprint_prop_32_0 (fingerprint_prop)) +(typeattributeset fingerprint_service_32_0 (fingerprint_service)) +(typeattributeset fingerprint_vendor_data_file_32_0 (fingerprint_vendor_data_file)) +(typeattributeset fingerprintd_32_0 (fingerprintd)) +(typeattributeset fingerprintd_data_file_32_0 (fingerprintd_data_file)) +(typeattributeset fingerprintd_exec_32_0 (fingerprintd_exec)) +(typeattributeset fingerprintd_service_32_0 (fingerprintd_service)) +(typeattributeset firstboot_prop_32_0 (firstboot_prop)) +(typeattributeset flags_health_check_32_0 (flags_health_check)) +(typeattributeset flags_health_check_exec_32_0 (flags_health_check_exec)) +(typeattributeset font_service_32_0 (font_service)) +(typeattributeset framework_watchdog_config_prop_32_0 (framework_watchdog_config_prop)) +(typeattributeset frp_block_device_32_0 (frp_block_device)) +(typeattributeset fs_bpf_32_0 (fs_bpf)) +(typeattributeset fs_bpf_tethering_32_0 (fs_bpf_tethering)) +(typeattributeset fsck_32_0 (fsck)) +(typeattributeset fsck_exec_32_0 (fsck_exec)) +(typeattributeset fsck_untrusted_32_0 (fsck_untrusted)) +(typeattributeset fscklogs_32_0 (fscklogs)) +(typeattributeset functionfs_32_0 (functionfs)) +(typeattributeset fuse_32_0 (fuse)) +(typeattributeset fuse_device_32_0 (fuse_device)) +(typeattributeset fusectlfs_32_0 (fusectlfs)) +(typeattributeset fwk_automotive_display_hwservice_32_0 (fwk_automotive_display_hwservice)) +(typeattributeset fwk_bufferhub_hwservice_32_0 (fwk_bufferhub_hwservice)) +(typeattributeset fwk_camera_hwservice_32_0 (fwk_camera_hwservice)) +(typeattributeset fwk_display_hwservice_32_0 (fwk_display_hwservice)) +(typeattributeset fwk_scheduler_hwservice_32_0 (fwk_scheduler_hwservice)) +(typeattributeset fwk_sensor_hwservice_32_0 (fwk_sensor_hwservice)) +(typeattributeset fwk_stats_hwservice_32_0 (fwk_stats_hwservice)) +(typeattributeset fwk_stats_service_32_0 (fwk_stats_service)) +(typeattributeset fwmarkd_socket_32_0 (fwmarkd_socket)) +(typeattributeset game_service_32_0 (game_service)) +(typeattributeset gatekeeper_data_file_32_0 (gatekeeper_data_file)) +(typeattributeset gatekeeper_service_32_0 (gatekeeper_service)) +(typeattributeset gatekeeperd_32_0 (gatekeeperd)) +(typeattributeset gatekeeperd_exec_32_0 (gatekeeperd_exec)) +(typeattributeset gfxinfo_service_32_0 (gfxinfo_service)) +(typeattributeset gmscore_app_32_0 (gmscore_app)) +(typeattributeset gnss_device_32_0 (gnss_device)) +(typeattributeset gnss_time_update_service_32_0 (gnss_time_update_service)) +(typeattributeset gps_control_32_0 (gps_control)) +(typeattributeset gpu_device_32_0 (gpu_device)) +(typeattributeset gpu_service_32_0 (gpu_service)) +(typeattributeset gpuservice_32_0 (gpuservice)) +(typeattributeset graphics_config_prop_32_0 (graphics_config_prop)) +(typeattributeset graphics_device_32_0 (graphics_device)) +(typeattributeset graphicsstats_service_32_0 (graphicsstats_service)) +(typeattributeset gsi_data_file_32_0 (gsi_data_file)) +(typeattributeset gsi_metadata_file_32_0 (gsi_metadata_file)) +(typeattributeset gsi_public_metadata_file_32_0 (gsi_public_metadata_file)) +(typeattributeset hal_atrace_hwservice_32_0 (hal_atrace_hwservice)) +(typeattributeset hal_audio_hwservice_32_0 (hal_audio_hwservice)) +(typeattributeset hal_audio_service_32_0 (hal_audio_service)) +(typeattributeset hal_audiocontrol_hwservice_32_0 (hal_audiocontrol_hwservice)) +(typeattributeset hal_audiocontrol_service_32_0 (hal_audiocontrol_service)) +(typeattributeset hal_authsecret_hwservice_32_0 (hal_authsecret_hwservice)) +(typeattributeset hal_authsecret_service_32_0 (hal_authsecret_service)) +(typeattributeset hal_bluetooth_hwservice_32_0 (hal_bluetooth_hwservice)) +(typeattributeset hal_bootctl_hwservice_32_0 (hal_bootctl_hwservice)) +(typeattributeset hal_broadcastradio_hwservice_32_0 (hal_broadcastradio_hwservice)) +(typeattributeset hal_camera_hwservice_32_0 (hal_camera_hwservice)) +(typeattributeset hal_can_bus_hwservice_32_0 (hal_can_bus_hwservice)) +(typeattributeset hal_can_controller_hwservice_32_0 (hal_can_controller_hwservice)) +(typeattributeset hal_cas_hwservice_32_0 (hal_cas_hwservice)) +(typeattributeset hal_codec2_hwservice_32_0 (hal_codec2_hwservice)) +(typeattributeset hal_configstore_ISurfaceFlingerConfigs_32_0 (hal_configstore_ISurfaceFlingerConfigs)) +(typeattributeset hal_confirmationui_hwservice_32_0 (hal_confirmationui_hwservice)) +(typeattributeset hal_contexthub_hwservice_32_0 (hal_contexthub_hwservice)) +(typeattributeset hal_drm_hwservice_32_0 (hal_drm_hwservice)) +(typeattributeset hal_dumpstate_config_prop_32_0 (hal_dumpstate_config_prop)) +(typeattributeset hal_dumpstate_hwservice_32_0 (hal_dumpstate_hwservice)) +(typeattributeset hal_evs_hwservice_32_0 (hal_evs_hwservice)) +(typeattributeset hal_face_hwservice_32_0 (hal_face_hwservice)) +(typeattributeset hal_face_service_32_0 (hal_face_service)) +(typeattributeset hal_fingerprint_hwservice_32_0 (hal_fingerprint_hwservice)) +(typeattributeset hal_fingerprint_service_32_0 (hal_fingerprint_service)) +(typeattributeset hal_gatekeeper_hwservice_32_0 (hal_gatekeeper_hwservice)) +(typeattributeset hal_gnss_hwservice_32_0 (hal_gnss_hwservice)) +(typeattributeset hal_gnss_service_32_0 (hal_gnss_service)) +(typeattributeset hal_graphics_allocator_hwservice_32_0 (hal_graphics_allocator_hwservice)) +(typeattributeset hal_graphics_composer_hwservice_32_0 (hal_graphics_composer_hwservice)) +(typeattributeset hal_graphics_composer_server_tmpfs_32_0 (hal_graphics_composer_server_tmpfs)) +(typeattributeset hal_graphics_mapper_hwservice_32_0 (hal_graphics_mapper_hwservice)) +(typeattributeset hal_health_hwservice_32_0 (hal_health_hwservice)) +(typeattributeset hal_health_storage_hwservice_32_0 (hal_health_storage_hwservice)) +(typeattributeset hal_health_storage_service_32_0 (hal_health_storage_service)) +(typeattributeset hal_identity_service_32_0 (hal_identity_service)) +(typeattributeset hal_input_classifier_hwservice_32_0 (hal_input_classifier_hwservice)) +(typeattributeset hal_instrumentation_prop_32_0 (hal_instrumentation_prop)) +(typeattributeset hal_ir_hwservice_32_0 (hal_ir_hwservice)) +(typeattributeset hal_keymaster_hwservice_32_0 (hal_keymaster_hwservice)) +(typeattributeset hal_keymint_service_32_0 (hal_keymint_service)) +(typeattributeset hal_light_hwservice_32_0 (hal_light_hwservice)) +(typeattributeset hal_light_service_32_0 (hal_light_service)) +(typeattributeset hal_lowpan_hwservice_32_0 (hal_lowpan_hwservice)) +(typeattributeset hal_memtrack_hwservice_32_0 (hal_memtrack_hwservice)) +(typeattributeset hal_memtrack_service_32_0 (hal_memtrack_service)) +(typeattributeset hal_neuralnetworks_hwservice_32_0 (hal_neuralnetworks_hwservice)) +(typeattributeset hal_neuralnetworks_service_32_0 (hal_neuralnetworks_service)) +(typeattributeset hal_nfc_hwservice_32_0 (hal_nfc_hwservice)) +(typeattributeset hal_oemlock_hwservice_32_0 (hal_oemlock_hwservice)) +(typeattributeset hal_oemlock_service_32_0 (hal_oemlock_service)) +(typeattributeset hal_omx_hwservice_32_0 (hal_omx_hwservice)) +(typeattributeset hal_power_hwservice_32_0 (hal_power_hwservice)) +(typeattributeset hal_power_service_32_0 (hal_power_service)) +(typeattributeset hal_power_stats_hwservice_32_0 (hal_power_stats_hwservice)) +(typeattributeset hal_power_stats_service_32_0 (hal_power_stats_service)) +(typeattributeset hal_rebootescrow_service_32_0 (hal_rebootescrow_service)) +(typeattributeset hal_remotelyprovisionedcomponent_service_32_0 (hal_remotelyprovisionedcomponent_service)) +(typeattributeset hal_renderscript_hwservice_32_0 (hal_renderscript_hwservice)) +(typeattributeset hal_secure_element_hwservice_32_0 (hal_secure_element_hwservice)) +(typeattributeset hal_secureclock_service_32_0 (hal_secureclock_service)) +(typeattributeset hal_sensors_hwservice_32_0 (hal_sensors_hwservice)) +(typeattributeset hal_sharedsecret_service_32_0 (hal_sharedsecret_service)) +(typeattributeset hal_telephony_hwservice_32_0 (hal_telephony_hwservice)) +(typeattributeset hal_tetheroffload_hwservice_32_0 (hal_tetheroffload_hwservice)) +(typeattributeset hal_thermal_hwservice_32_0 (hal_thermal_hwservice)) +(typeattributeset hal_tv_cec_hwservice_32_0 (hal_tv_cec_hwservice)) +(typeattributeset hal_tv_input_hwservice_32_0 (hal_tv_input_hwservice)) +(typeattributeset hal_tv_tuner_hwservice_32_0 (hal_tv_tuner_hwservice)) +(typeattributeset hal_usb_gadget_hwservice_32_0 (hal_usb_gadget_hwservice)) +(typeattributeset hal_usb_hwservice_32_0 (hal_usb_hwservice)) +(typeattributeset hal_vehicle_hwservice_32_0 (hal_vehicle_hwservice)) +(typeattributeset hal_vibrator_hwservice_32_0 (hal_vibrator_hwservice)) +(typeattributeset hal_vibrator_service_32_0 (hal_vibrator_service)) +(typeattributeset hal_vr_hwservice_32_0 (hal_vr_hwservice)) +(typeattributeset hal_weaver_hwservice_32_0 (hal_weaver_hwservice)) +(typeattributeset hal_weaver_service_32_0 (hal_weaver_service)) +(typeattributeset hal_wifi_hostapd_hwservice_32_0 (hal_wifi_hostapd_hwservice)) +(typeattributeset hal_wifi_hwservice_32_0 (hal_wifi_hwservice)) +(typeattributeset hal_wifi_supplicant_hwservice_32_0 (hal_wifi_supplicant_hwservice)) +(typeattributeset hardware_properties_service_32_0 (hardware_properties_service)) +(typeattributeset hardware_service_32_0 (hardware_service)) +(typeattributeset hci_attach_dev_32_0 (hci_attach_dev)) +(typeattributeset hdmi_config_prop_32_0 (hdmi_config_prop)) +(typeattributeset hdmi_control_service_32_0 (hdmi_control_service)) +(typeattributeset healthd_32_0 (healthd)) +(typeattributeset healthd_exec_32_0 (healthd_exec)) +(typeattributeset heapdump_data_file_32_0 (heapdump_data_file)) +(typeattributeset heapprofd_32_0 (heapprofd)) +(typeattributeset heapprofd_enabled_prop_32_0 (heapprofd_enabled_prop)) +(typeattributeset heapprofd_prop_32_0 (heapprofd_prop)) +(typeattributeset heapprofd_socket_32_0 (heapprofd_socket)) +(typeattributeset hidl_allocator_hwservice_32_0 (hidl_allocator_hwservice)) +(typeattributeset hidl_base_hwservice_32_0 (hidl_base_hwservice)) +(typeattributeset hidl_manager_hwservice_32_0 (hidl_manager_hwservice)) +(typeattributeset hidl_memory_hwservice_32_0 (hidl_memory_hwservice)) +(typeattributeset hidl_token_hwservice_32_0 (hidl_token_hwservice)) +(typeattributeset hint_service_32_0 (hint_service)) +(typeattributeset hw_random_device_32_0 (hw_random_device)) +(typeattributeset hw_timeout_multiplier_prop_32_0 (hw_timeout_multiplier_prop)) +(typeattributeset hwbinder_device_32_0 (hwbinder_device)) +(typeattributeset hwservice_contexts_file_32_0 (hwservice_contexts_file)) +(typeattributeset hwservicemanager_32_0 (hwservicemanager)) +(typeattributeset hwservicemanager_exec_32_0 (hwservicemanager_exec)) +(typeattributeset hwservicemanager_prop_32_0 (hwservicemanager_prop)) +(typeattributeset hypervisor_prop_32_0 (hypervisor_prop)) +(typeattributeset icon_file_32_0 (icon_file)) +(typeattributeset idmap_32_0 (idmap)) +(typeattributeset idmap_exec_32_0 (idmap_exec)) +(typeattributeset idmap_service_32_0 (idmap_service)) +(typeattributeset iio_device_32_0 (iio_device)) +(typeattributeset imms_service_32_0 (imms_service)) +(typeattributeset incident_32_0 (incident)) +(typeattributeset incident_data_file_32_0 (incident_data_file)) +(typeattributeset incident_helper_32_0 (incident_helper)) +(typeattributeset incident_service_32_0 (incident_service)) +(typeattributeset incidentd_32_0 (incidentd)) +(typeattributeset incremental_control_file_32_0 (incremental_control_file)) +(typeattributeset incremental_prop_32_0 (incremental_prop)) +(typeattributeset incremental_service_32_0 (incremental_service)) +(typeattributeset init_32_0 (init)) +(typeattributeset init_exec_32_0 (init_exec)) +(typeattributeset init_service_status_prop_32_0 (init_service_status_prop)) +(typeattributeset init_tmpfs_32_0 (init_tmpfs)) +(typeattributeset inotify_32_0 (inotify)) +(typeattributeset input_device_32_0 (input_device)) +(typeattributeset input_method_service_32_0 (input_method_service)) +(typeattributeset input_service_32_0 (input_service)) +(typeattributeset inputflinger_32_0 (inputflinger)) +(typeattributeset inputflinger_exec_32_0 (inputflinger_exec)) +(typeattributeset inputflinger_service_32_0 (inputflinger_service)) +(typeattributeset install_data_file_32_0 (install_data_file)) +(typeattributeset installd_32_0 (installd)) +(typeattributeset installd_exec_32_0 (installd_exec)) +(typeattributeset installd_service_32_0 (installd_service)) +(typeattributeset ion_device_32_0 (ion_device)) +(typeattributeset iorap_inode2filename_32_0 (iorap_inode2filename)) +(typeattributeset iorap_inode2filename_exec_32_0 (iorap_inode2filename_exec)) +(typeattributeset iorap_inode2filename_tmpfs_32_0 (iorap_inode2filename_tmpfs)) +(typeattributeset iorap_prefetcherd_32_0 (iorap_prefetcherd)) +(typeattributeset iorap_prefetcherd_exec_32_0 (iorap_prefetcherd_exec)) +(typeattributeset iorap_prefetcherd_tmpfs_32_0 (iorap_prefetcherd_tmpfs)) +(typeattributeset iorapd_32_0 (iorapd)) +(typeattributeset iorapd_data_file_32_0 (iorapd_data_file)) +(typeattributeset iorapd_exec_32_0 (iorapd_exec)) +(typeattributeset iorapd_service_32_0 (iorapd_service)) +(typeattributeset iorapd_tmpfs_32_0 (iorapd_tmpfs)) +(typeattributeset ipsec_service_32_0 (ipsec_service)) +(typeattributeset iris_service_32_0 (iris_service)) +(typeattributeset iris_vendor_data_file_32_0 (iris_vendor_data_file)) +(typeattributeset isolated_app_32_0 (isolated_app)) +(typeattributeset jobscheduler_service_32_0 (jobscheduler_service)) +(typeattributeset kernel_32_0 (kernel)) +(typeattributeset keychain_data_file_32_0 (keychain_data_file)) +(typeattributeset keychord_device_32_0 (keychord_device)) +(typeattributeset keyguard_config_prop_32_0 (keyguard_config_prop)) +(typeattributeset keystore2_key_contexts_file_32_0 (keystore2_key_contexts_file)) +(typeattributeset keystore_32_0 (keystore)) +(typeattributeset keystore_compat_hal_service_32_0 (keystore_compat_hal_service)) +(typeattributeset keystore_data_file_32_0 (keystore_data_file)) +(typeattributeset keystore_exec_32_0 (keystore_exec)) +(typeattributeset keystore_maintenance_service_32_0 (keystore_maintenance_service)) +(typeattributeset keystore_metrics_service_32_0 (keystore_metrics_service)) +(typeattributeset keystore_service_32_0 (keystore_service)) +(typeattributeset kmsg_debug_device_32_0 (kmsg_debug_device)) +(typeattributeset kmsg_device_32_0 (kmsg_device)) +(typeattributeset labeledfs_32_0 (labeledfs)) +(typeattributeset launcherapps_service_32_0 (launcherapps_service)) +(typeattributeset legacy_permission_service_32_0 (legacy_permission_service)) +(typeattributeset legacykeystore_service_32_0 (legacykeystore_service)) +(typeattributeset libc_debug_prop_32_0 (libc_debug_prop)) +(typeattributeset light_service_32_0 (light_service)) +(typeattributeset linkerconfig_file_32_0 (linkerconfig_file)) +(typeattributeset llkd_32_0 (llkd)) +(typeattributeset llkd_exec_32_0 (llkd_exec)) +(typeattributeset llkd_prop_32_0 (llkd_prop)) +(typeattributeset lmkd_32_0 (lmkd)) +(typeattributeset lmkd_config_prop_32_0 (lmkd_config_prop)) +(typeattributeset lmkd_exec_32_0 (lmkd_exec)) +(typeattributeset lmkd_prop_32_0 (lmkd_prop)) +(typeattributeset lmkd_socket_32_0 (lmkd_socket)) +(typeattributeset location_service_32_0 (location_service)) +(typeattributeset location_time_zone_manager_service_32_0 (location_time_zone_manager_service)) +(typeattributeset lock_settings_service_32_0 (lock_settings_service)) +(typeattributeset log_prop_32_0 (log_prop)) +(typeattributeset log_tag_prop_32_0 (log_tag_prop)) +(typeattributeset logcat_exec_32_0 (logcat_exec)) +(typeattributeset logd_32_0 (logd)) +(typeattributeset logd_exec_32_0 (logd_exec)) +(typeattributeset logd_prop_32_0 (logd_prop)) +(typeattributeset logd_socket_32_0 (logd_socket)) +(typeattributeset logdr_socket_32_0 (logdr_socket)) +(typeattributeset logdw_socket_32_0 (logdw_socket)) +(typeattributeset logpersist_32_0 (logpersist)) +(typeattributeset logpersistd_logging_prop_32_0 (logpersistd_logging_prop)) +(typeattributeset loop_control_device_32_0 (loop_control_device)) +(typeattributeset loop_device_32_0 (loop_device)) +(typeattributeset looper_stats_service_32_0 (looper_stats_service)) +(typeattributeset lowpan_device_32_0 (lowpan_device)) +(typeattributeset lowpan_prop_32_0 (lowpan_prop)) +(typeattributeset lowpan_service_32_0 (lowpan_service)) +(typeattributeset lpdump_service_32_0 (lpdump_service)) +(typeattributeset lpdumpd_prop_32_0 (lpdumpd_prop)) +(typeattributeset mac_perms_file_32_0 (mac_perms_file)) +(typeattributeset mdns_socket_32_0 (mdns_socket)) +(typeattributeset mdnsd_32_0 (mdnsd)) +(typeattributeset mdnsd_socket_32_0 (mdnsd_socket)) +(typeattributeset media_communication_service_32_0 (media_communication_service)) +(typeattributeset media_config_prop_32_0 (media_config_prop)) +(typeattributeset media_data_file_32_0 (media_data_file)) +(typeattributeset media_metrics_service_32_0 (media_metrics_service)) +(typeattributeset media_projection_service_32_0 (media_projection_service)) +(typeattributeset media_router_service_32_0 (media_router_service)) +(typeattributeset media_rw_data_file_32_0 (media_rw_data_file)) +(typeattributeset media_session_service_32_0 (media_session_service)) +(typeattributeset media_variant_prop_32_0 (media_variant_prop)) +(typeattributeset mediadrm_config_prop_32_0 (mediadrm_config_prop)) +(typeattributeset mediadrmserver_32_0 (mediadrmserver)) +(typeattributeset mediadrmserver_exec_32_0 (mediadrmserver_exec)) +(typeattributeset mediadrmserver_service_32_0 (mediadrmserver_service)) +(typeattributeset mediaextractor_32_0 (mediaextractor)) +(typeattributeset mediaextractor_exec_32_0 (mediaextractor_exec)) +(typeattributeset mediaextractor_service_32_0 (mediaextractor_service)) +(typeattributeset mediaextractor_tmpfs_32_0 (mediaextractor_tmpfs)) +(typeattributeset mediametrics_32_0 (mediametrics)) +(typeattributeset mediametrics_exec_32_0 (mediametrics_exec)) +(typeattributeset mediametrics_service_32_0 (mediametrics_service)) +(typeattributeset mediaprovider_32_0 (mediaprovider)) +(typeattributeset mediaserver_32_0 (mediaserver)) +(typeattributeset mediaserver_exec_32_0 (mediaserver_exec)) +(typeattributeset mediaserver_service_32_0 (mediaserver_service)) +(typeattributeset mediaserver_tmpfs_32_0 (mediaserver_tmpfs)) +(typeattributeset mediaswcodec_32_0 (mediaswcodec)) +(typeattributeset mediaswcodec_exec_32_0 (mediaswcodec_exec)) +(typeattributeset mediatranscoding_service_32_0 (mediatranscoding_service)) +(typeattributeset meminfo_service_32_0 (meminfo_service)) +(typeattributeset memtrackproxy_service_32_0 (memtrackproxy_service)) +(typeattributeset metadata_block_device_32_0 (metadata_block_device)) +(typeattributeset metadata_bootstat_file_32_0 (metadata_bootstat_file)) +(typeattributeset metadata_file_32_0 (metadata_file)) +(typeattributeset method_trace_data_file_32_0 (method_trace_data_file)) +(typeattributeset midi_service_32_0 (midi_service)) +(typeattributeset mirror_data_file_32_0 (mirror_data_file)) +(typeattributeset misc_block_device_32_0 (misc_block_device)) +(typeattributeset misc_logd_file_32_0 (misc_logd_file)) +(typeattributeset misc_user_data_file_32_0 (misc_user_data_file)) +(typeattributeset mm_events_config_prop_32_0 (mm_events_config_prop)) +(typeattributeset mmc_prop_32_0 (mmc_prop)) +(typeattributeset mnt_expand_file_32_0 (mnt_expand_file)) +(typeattributeset mnt_media_rw_file_32_0 (mnt_media_rw_file)) +(typeattributeset mnt_media_rw_stub_file_32_0 (mnt_media_rw_stub_file)) +(typeattributeset mnt_pass_through_file_32_0 (mnt_pass_through_file)) +(typeattributeset mnt_product_file_32_0 (mnt_product_file)) +(typeattributeset mnt_sdcard_file_32_0 (mnt_sdcard_file)) +(typeattributeset mnt_user_file_32_0 (mnt_user_file)) +(typeattributeset mnt_vendor_file_32_0 (mnt_vendor_file)) +(typeattributeset mock_ota_prop_32_0 (mock_ota_prop)) +(typeattributeset modprobe_32_0 (modprobe)) +(typeattributeset module_sdkextensions_prop_32_0 (module_sdkextensions_prop)) +(typeattributeset mount_service_32_0 (mount_service)) +(typeattributeset mqueue_32_0 (mqueue)) +(typeattributeset mtp_32_0 (mtp)) +(typeattributeset mtp_device_32_0 (mtp_device)) +(typeattributeset mtp_exec_32_0 (mtp_exec)) +(typeattributeset mtpd_socket_32_0 (mtpd_socket)) +(typeattributeset music_recognition_service_32_0 (music_recognition_service)) +(typeattributeset nativetest_data_file_32_0 (nativetest_data_file)) +(typeattributeset net_data_file_32_0 (net_data_file)) +(typeattributeset net_dns_prop_32_0 (net_dns_prop)) +(typeattributeset net_radio_prop_32_0 (net_radio_prop)) +(typeattributeset netd_32_0 (netd)) +(typeattributeset netd_exec_32_0 (netd_exec)) +(typeattributeset netd_listener_service_32_0 (netd_listener_service)) +(typeattributeset netd_service_32_0 (netd_service)) +(typeattributeset netif_32_0 (netif)) +(typeattributeset netpolicy_service_32_0 (netpolicy_service)) +(typeattributeset netstats_service_32_0 (netstats_service)) +(typeattributeset netutils_wrapper_32_0 (netutils_wrapper)) +(typeattributeset netutils_wrapper_exec_32_0 (netutils_wrapper_exec)) +(typeattributeset network_management_service_32_0 (network_management_service)) +(typeattributeset network_score_service_32_0 (network_score_service)) +(typeattributeset network_stack_32_0 (network_stack)) +(typeattributeset network_stack_service_32_0 (network_stack_service)) +(typeattributeset network_time_update_service_32_0 (network_time_update_service)) +(typeattributeset network_watchlist_data_file_32_0 (network_watchlist_data_file)) +(typeattributeset network_watchlist_service_32_0 (network_watchlist_service)) +(typeattributeset nfc_32_0 (nfc)) +(typeattributeset nfc_data_file_32_0 (nfc_data_file)) +(typeattributeset nfc_device_32_0 (nfc_device)) +(typeattributeset nfc_logs_data_file_32_0 (nfc_logs_data_file)) +(typeattributeset nfc_prop_32_0 (nfc_prop)) +(typeattributeset nfc_service_32_0 (nfc_service)) +(typeattributeset nnapi_ext_deny_product_prop_32_0 (nnapi_ext_deny_product_prop)) +(typeattributeset node_32_0 (node)) +(typeattributeset nonplat_service_contexts_file_32_0 (nonplat_service_contexts_file)) +(typeattributeset notification_service_32_0 (notification_service)) +(typeattributeset null_device_32_0 (null_device)) +(typeattributeset oem_lock_service_32_0 (oem_lock_service)) +(typeattributeset oem_unlock_prop_32_0 (oem_unlock_prop)) +(typeattributeset oemfs_32_0 (oemfs)) +(typeattributeset ota_data_file_32_0 (ota_data_file)) +(typeattributeset ota_metadata_file_32_0 (ota_metadata_file)) +(typeattributeset ota_package_file_32_0 (ota_package_file)) +(typeattributeset ota_prop_32_0 (ota_prop)) +(typeattributeset otadexopt_service_32_0 (otadexopt_service)) +(typeattributeset otapreopt_chroot_32_0 (otapreopt_chroot)) +(typeattributeset overlay_prop_32_0 (overlay_prop)) +(typeattributeset overlay_service_32_0 (overlay_service)) +(typeattributeset overlayfs_file_32_0 (overlayfs_file)) +(typeattributeset owntty_device_32_0 (owntty_device)) +(typeattributeset pac_proxy_service_32_0 (pac_proxy_service)) +(typeattributeset package_native_service_32_0 (package_native_service)) +(typeattributeset package_service_32_0 (package_service)) +(typeattributeset packagemanager_config_prop_32_0 (packagemanager_config_prop)) +(typeattributeset packages_list_file_32_0 (packages_list_file)) +(typeattributeset pan_result_prop_32_0 (pan_result_prop)) +(typeattributeset password_slot_metadata_file_32_0 (password_slot_metadata_file)) +(typeattributeset pdx_bufferhub_client_channel_socket_32_0 (pdx_bufferhub_client_channel_socket)) +(typeattributeset pdx_bufferhub_client_endpoint_socket_32_0 (pdx_bufferhub_client_endpoint_socket)) +(typeattributeset pdx_bufferhub_dir_32_0 (pdx_bufferhub_dir)) +(typeattributeset pdx_display_client_channel_socket_32_0 (pdx_display_client_channel_socket)) +(typeattributeset pdx_display_client_endpoint_socket_32_0 (pdx_display_client_endpoint_socket)) +(typeattributeset pdx_display_dir_32_0 (pdx_display_dir)) +(typeattributeset pdx_display_manager_channel_socket_32_0 (pdx_display_manager_channel_socket)) +(typeattributeset pdx_display_manager_endpoint_socket_32_0 (pdx_display_manager_endpoint_socket)) +(typeattributeset pdx_display_screenshot_channel_socket_32_0 (pdx_display_screenshot_channel_socket)) +(typeattributeset pdx_display_screenshot_endpoint_socket_32_0 (pdx_display_screenshot_endpoint_socket)) +(typeattributeset pdx_display_vsync_channel_socket_32_0 (pdx_display_vsync_channel_socket)) +(typeattributeset pdx_display_vsync_endpoint_socket_32_0 (pdx_display_vsync_endpoint_socket)) +(typeattributeset pdx_performance_client_channel_socket_32_0 (pdx_performance_client_channel_socket)) +(typeattributeset pdx_performance_client_endpoint_socket_32_0 (pdx_performance_client_endpoint_socket)) +(typeattributeset pdx_performance_dir_32_0 (pdx_performance_dir)) +(typeattributeset people_service_32_0 (people_service)) +(typeattributeset perfetto_32_0 (perfetto)) +(typeattributeset performanced_32_0 (performanced)) +(typeattributeset performanced_exec_32_0 (performanced_exec)) +(typeattributeset permission_checker_service_32_0 (permission_checker_service)) +(typeattributeset permission_service_32_0 (permission_service)) +(typeattributeset permissionmgr_service_32_0 (permissionmgr_service)) +(typeattributeset persist_debug_prop_32_0 (persist_debug_prop)) +(typeattributeset persist_vendor_debug_wifi_prop_32_0 (persist_vendor_debug_wifi_prop)) +(typeattributeset persistent_data_block_service_32_0 (persistent_data_block_service)) +(typeattributeset persistent_properties_ready_prop_32_0 (persistent_properties_ready_prop)) +(typeattributeset pinner_service_32_0 (pinner_service)) +(typeattributeset pipefs_32_0 (pipefs)) +(typeattributeset platform_app_32_0 (platform_app)) +(typeattributeset platform_compat_service_32_0 (platform_compat_service)) +(typeattributeset pmsg_device_32_0 (pmsg_device)) +(typeattributeset port_32_0 (port)) +(typeattributeset port_device_32_0 (port_device)) +(typeattributeset postinstall_32_0 (postinstall)) +(typeattributeset postinstall_apex_mnt_dir_32_0 (postinstall_apex_mnt_dir)) +(typeattributeset postinstall_file_32_0 (postinstall_file)) +(typeattributeset postinstall_mnt_dir_32_0 (postinstall_mnt_dir)) +(typeattributeset power_debug_prop_32_0 (power_debug_prop)) +(typeattributeset power_service_32_0 (power_service)) +(typeattributeset powerctl_prop_32_0 (powerctl_prop)) +(typeattributeset powerstats_service_32_0 (powerstats_service)) +(typeattributeset ppp_32_0 (ppp)) +(typeattributeset ppp_device_32_0 (ppp_device)) +(typeattributeset ppp_exec_32_0 (ppp_exec)) +(typeattributeset preloads_data_file_32_0 (preloads_data_file)) +(typeattributeset preloads_media_file_32_0 (preloads_media_file)) +(typeattributeset prereboot_data_file_32_0 (prereboot_data_file)) +(typeattributeset print_service_32_0 (print_service)) +(typeattributeset priv_app_32_0 (priv_app)) +(typeattributeset privapp_data_file_32_0 (privapp_data_file)) +(typeattributeset proc_32_0 (proc proc_bpf proc_cpu_alignment)) +(typeattributeset proc_abi_32_0 (proc_abi)) +(typeattributeset proc_asound_32_0 (proc_asound)) +(typeattributeset proc_bluetooth_writable_32_0 (proc_bluetooth_writable)) +(typeattributeset proc_bootconfig_32_0 (proc_bootconfig)) +(typeattributeset proc_buddyinfo_32_0 (proc_buddyinfo)) +(typeattributeset proc_cmdline_32_0 (proc_cmdline)) +(typeattributeset proc_cpuinfo_32_0 (proc_cpuinfo)) +(typeattributeset proc_dirty_32_0 (proc_dirty)) +(typeattributeset proc_diskstats_32_0 (proc_diskstats)) +(typeattributeset proc_drop_caches_32_0 (proc_drop_caches)) +(typeattributeset proc_extra_free_kbytes_32_0 (proc_extra_free_kbytes)) +(typeattributeset proc_filesystems_32_0 (proc_filesystems)) +(typeattributeset proc_fs_verity_32_0 (proc_fs_verity)) +(typeattributeset proc_hostname_32_0 (proc_hostname)) +(typeattributeset proc_hung_task_32_0 (proc_hung_task)) +(typeattributeset proc_interrupts_32_0 (proc_interrupts)) +(typeattributeset proc_iomem_32_0 (proc_iomem)) +(typeattributeset proc_kallsyms_32_0 (proc_kallsyms)) +(typeattributeset proc_keys_32_0 (proc_keys)) +(typeattributeset proc_kmsg_32_0 (proc_kmsg)) +(typeattributeset proc_kpageflags_32_0 (proc_kpageflags)) +(typeattributeset proc_loadavg_32_0 (proc_loadavg)) +(typeattributeset proc_locks_32_0 (proc_locks)) +(typeattributeset proc_lowmemorykiller_32_0 (proc_lowmemorykiller)) +(typeattributeset proc_max_map_count_32_0 (proc_max_map_count)) +(typeattributeset proc_meminfo_32_0 (proc_meminfo)) +(typeattributeset proc_min_free_order_shift_32_0 (proc_min_free_order_shift)) +(typeattributeset proc_misc_32_0 (proc_misc)) +(typeattributeset proc_modules_32_0 (proc_modules)) +(typeattributeset proc_mounts_32_0 (proc_mounts)) +(typeattributeset proc_net_32_0 (proc_net proc_bpf)) +(typeattributeset proc_net_tcp_udp_32_0 (proc_net_tcp_udp)) +(typeattributeset proc_overcommit_memory_32_0 (proc_overcommit_memory)) +(typeattributeset proc_page_cluster_32_0 (proc_page_cluster)) +(typeattributeset proc_pagetypeinfo_32_0 (proc_pagetypeinfo)) +(typeattributeset proc_panic_32_0 (proc_panic)) +(typeattributeset proc_perf_32_0 (proc_perf)) +(typeattributeset proc_pid_max_32_0 (proc_pid_max)) +(typeattributeset proc_pipe_conf_32_0 (proc_pipe_conf)) +(typeattributeset proc_pressure_cpu_32_0 (proc_pressure_cpu)) +(typeattributeset proc_pressure_io_32_0 (proc_pressure_io)) +(typeattributeset proc_pressure_mem_32_0 (proc_pressure_mem)) +(typeattributeset proc_qtaguid_ctrl_32_0 (proc_qtaguid_ctrl)) +(typeattributeset proc_qtaguid_stat_32_0 (proc_qtaguid_stat)) +(typeattributeset proc_random_32_0 (proc_random)) +(typeattributeset proc_sched_32_0 (proc_sched)) +(typeattributeset proc_security_32_0 (proc_security)) +(typeattributeset proc_slabinfo_32_0 (proc_slabinfo)) +(typeattributeset proc_stat_32_0 (proc_stat)) +(typeattributeset proc_swaps_32_0 (proc_swaps)) +(typeattributeset proc_sysrq_32_0 (proc_sysrq)) +(typeattributeset proc_timer_32_0 (proc_timer)) +(typeattributeset proc_tty_drivers_32_0 (proc_tty_drivers)) +(typeattributeset proc_uid_concurrent_active_time_32_0 (proc_uid_concurrent_active_time)) +(typeattributeset proc_uid_concurrent_policy_time_32_0 (proc_uid_concurrent_policy_time)) +(typeattributeset proc_uid_cpupower_32_0 (proc_uid_cpupower)) +(typeattributeset proc_uid_cputime_removeuid_32_0 (proc_uid_cputime_removeuid)) +(typeattributeset proc_uid_cputime_showstat_32_0 (proc_uid_cputime_showstat)) +(typeattributeset proc_uid_io_stats_32_0 (proc_uid_io_stats)) +(typeattributeset proc_uid_procstat_set_32_0 (proc_uid_procstat_set)) +(typeattributeset proc_uid_time_in_state_32_0 (proc_uid_time_in_state)) +(typeattributeset proc_uptime_32_0 (proc_uptime)) +(typeattributeset proc_vendor_sched_32_0 (proc_vendor_sched)) +(typeattributeset proc_version_32_0 (proc_version)) +(typeattributeset proc_vmallocinfo_32_0 (proc_vmallocinfo)) +(typeattributeset proc_vmstat_32_0 (proc_vmstat)) +(typeattributeset proc_zoneinfo_32_0 (proc_zoneinfo)) +(typeattributeset processinfo_service_32_0 (processinfo_service)) +(typeattributeset procstats_service_32_0 (procstats_service)) +(typeattributeset profman_32_0 (profman)) +(typeattributeset profman_dump_data_file_32_0 (profman_dump_data_file)) +(typeattributeset profman_exec_32_0 (profman_exec)) +(typeattributeset properties_device_32_0 (properties_device)) +(typeattributeset properties_serial_32_0 (properties_serial)) +(typeattributeset property_contexts_file_32_0 (property_contexts_file)) +(typeattributeset property_data_file_32_0 (property_data_file)) +(typeattributeset property_info_32_0 (property_info)) +(typeattributeset property_service_version_prop_32_0 (property_service_version_prop)) +(typeattributeset property_socket_32_0 (property_socket)) +(typeattributeset provisioned_prop_32_0 (provisioned_prop)) +(typeattributeset pstorefs_32_0 (pstorefs)) +(typeattributeset ptmx_device_32_0 (ptmx_device)) +(typeattributeset qemu_hw_prop_32_0 (qemu_hw_prop)) +(typeattributeset qemu_sf_lcd_density_prop_32_0 (qemu_sf_lcd_density_prop)) +(typeattributeset qtaguid_device_32_0 (qtaguid_device)) +(typeattributeset racoon_32_0 (racoon)) +(typeattributeset racoon_exec_32_0 (racoon_exec)) +(typeattributeset racoon_socket_32_0 (racoon_socket)) +(typeattributeset radio_32_0 (radio)) +(typeattributeset radio_control_prop_32_0 (radio_control_prop)) +(typeattributeset radio_core_data_file_32_0 (radio_core_data_file)) +(typeattributeset radio_data_file_32_0 (radio_data_file)) +(typeattributeset radio_device_32_0 (radio_device)) +(typeattributeset radio_prop_32_0 (radio_prop)) +(typeattributeset radio_service_32_0 (radio_service)) +(typeattributeset ram_device_32_0 (ram_device)) +(typeattributeset random_device_32_0 (random_device)) +(typeattributeset reboot_readiness_service_32_0 (reboot_readiness_service)) +(typeattributeset rebootescrow_hal_prop_32_0 (rebootescrow_hal_prop)) +(typeattributeset recovery_32_0 (recovery)) +(typeattributeset recovery_block_device_32_0 (recovery_block_device)) +(typeattributeset recovery_config_prop_32_0 (recovery_config_prop)) +(typeattributeset recovery_data_file_32_0 (recovery_data_file)) +(typeattributeset recovery_persist_32_0 (recovery_persist)) +(typeattributeset recovery_persist_exec_32_0 (recovery_persist_exec)) +(typeattributeset recovery_refresh_32_0 (recovery_refresh)) +(typeattributeset recovery_refresh_exec_32_0 (recovery_refresh_exec)) +(typeattributeset recovery_service_32_0 (recovery_service)) +(typeattributeset recovery_socket_32_0 (recovery_socket)) +(typeattributeset registry_service_32_0 (registry_service)) +(typeattributeset remoteprovisioning_service_32_0 (remoteprovisioning_service)) +(typeattributeset resourcecache_data_file_32_0 (resourcecache_data_file)) +(typeattributeset restorecon_prop_32_0 (restorecon_prop)) +(typeattributeset restrictions_service_32_0 (restrictions_service)) +(typeattributeset retaildemo_prop_32_0 (retaildemo_prop)) +(typeattributeset rild_debug_socket_32_0 (rild_debug_socket)) +(typeattributeset rild_socket_32_0 (rild_socket)) +(typeattributeset ringtone_file_32_0 (ringtone_file)) +(typeattributeset role_service_32_0 (role_service)) +(typeattributeset rollback_service_32_0 (rollback_service)) +(typeattributeset root_block_device_32_0 (root_block_device)) +(typeattributeset rootfs_32_0 (rootfs)) +(typeattributeset rpmsg_device_32_0 (rpmsg_device)) +(typeattributeset rs_32_0 (rs)) +(typeattributeset rs_exec_32_0 (rs_exec)) +(typeattributeset rss_hwm_reset_32_0 (rss_hwm_reset)) +(typeattributeset rtc_device_32_0 (rtc_device)) +(typeattributeset rttmanager_service_32_0 (rttmanager_service)) +(typeattributeset runas_32_0 (runas)) +(typeattributeset runas_app_32_0 (runas_app)) +(typeattributeset runas_exec_32_0 (runas_exec)) +(typeattributeset runtime_event_log_tags_file_32_0 (runtime_event_log_tags_file)) +(typeattributeset runtime_service_32_0 (runtime_service)) +(typeattributeset safemode_prop_32_0 (safemode_prop)) +(typeattributeset same_process_hal_file_32_0 (same_process_hal_file)) +(typeattributeset samplingprofiler_service_32_0 (samplingprofiler_service)) +(typeattributeset scheduling_policy_service_32_0 (scheduling_policy_service)) +(typeattributeset sdcard_block_device_32_0 (sdcard_block_device)) +(typeattributeset sdcardd_32_0 (sdcardd)) +(typeattributeset sdcardd_exec_32_0 (sdcardd_exec)) +(typeattributeset sdcardfs_32_0 (sdcardfs)) +(typeattributeset seapp_contexts_file_32_0 (seapp_contexts_file)) +(typeattributeset search_service_32_0 (search_service)) +(typeattributeset search_ui_service_32_0 (search_ui_service)) +(typeattributeset sec_key_att_app_id_provider_service_32_0 (sec_key_att_app_id_provider_service)) +(typeattributeset secure_element_32_0 (secure_element)) +(typeattributeset secure_element_device_32_0 (secure_element_device)) +(typeattributeset secure_element_service_32_0 (secure_element_service)) +(typeattributeset securityfs_32_0 (securityfs)) +(typeattributeset selinuxfs_32_0 (selinuxfs)) +(typeattributeset sendbug_config_prop_32_0 (sendbug_config_prop)) +(typeattributeset sensor_privacy_service_32_0 (sensor_privacy_service)) +(typeattributeset sensors_device_32_0 (sensors_device)) +(typeattributeset sensorservice_service_32_0 (sensorservice_service)) +(typeattributeset sepolicy_file_32_0 (sepolicy_file)) +(typeattributeset serial_device_32_0 (serial_device)) +(typeattributeset serial_service_32_0 (serial_service)) +(typeattributeset serialno_prop_32_0 (serialno_prop)) +(typeattributeset server_configurable_flags_data_file_32_0 (server_configurable_flags_data_file)) +(typeattributeset service_contexts_file_32_0 (service_contexts_file)) +(typeattributeset service_manager_service_32_0 (service_manager_service)) +(typeattributeset service_manager_vndservice_32_0 (service_manager_vndservice)) +(typeattributeset servicediscovery_service_32_0 (servicediscovery_service)) +(typeattributeset servicemanager_32_0 (servicemanager)) +(typeattributeset servicemanager_exec_32_0 (servicemanager_exec)) +(typeattributeset settings_service_32_0 (settings_service)) +(typeattributeset sgdisk_32_0 (sgdisk)) +(typeattributeset sgdisk_exec_32_0 (sgdisk_exec)) +(typeattributeset shared_relro_32_0 (shared_relro)) +(typeattributeset shared_relro_file_32_0 (shared_relro_file)) +(typeattributeset shell_32_0 (shell)) +(typeattributeset shell_data_file_32_0 (shell_data_file)) +(typeattributeset shell_exec_32_0 (shell_exec)) +(typeattributeset shell_prop_32_0 (shell_prop)) +(typeattributeset shell_test_data_file_32_0 (shell_test_data_file)) +(typeattributeset shm_32_0 (shm)) +(typeattributeset shortcut_manager_icons_32_0 (shortcut_manager_icons)) +(typeattributeset shortcut_service_32_0 (shortcut_service)) +(typeattributeset simpleperf_32_0 (simpleperf)) +(typeattributeset simpleperf_app_runner_32_0 (simpleperf_app_runner)) +(typeattributeset simpleperf_app_runner_exec_32_0 (simpleperf_app_runner_exec)) +(typeattributeset slice_service_32_0 (slice_service)) +(typeattributeset slideshow_32_0 (slideshow)) +(typeattributeset smartspace_service_32_0 (smartspace_service)) +(typeattributeset snapshotctl_log_data_file_32_0 (snapshotctl_log_data_file)) +(typeattributeset snapuserd_socket_32_0 (snapuserd_socket)) +(typeattributeset soc_prop_32_0 (soc_prop)) +(typeattributeset socket_device_32_0 (socket_device)) +(typeattributeset socket_hook_prop_32_0 (socket_hook_prop)) +(typeattributeset sockfs_32_0 (sockfs)) +(typeattributeset sota_prop_32_0 (sota_prop)) +(typeattributeset soundtrigger_middleware_service_32_0 (soundtrigger_middleware_service)) +(typeattributeset speech_recognition_service_32_0 (speech_recognition_service)) +(typeattributeset sqlite_log_prop_32_0 (sqlite_log_prop)) +(typeattributeset staged_install_file_32_0 (staged_install_file)) +(typeattributeset staging_data_file_32_0 (staging_data_file)) +(typeattributeset stats_data_file_32_0 (stats_data_file)) +(typeattributeset statsd_32_0 (statsd)) +(typeattributeset statsd_exec_32_0 (statsd_exec)) +(typeattributeset statsdw_socket_32_0 (statsdw_socket)) +(typeattributeset statusbar_service_32_0 (statusbar_service)) +(typeattributeset storage_config_prop_32_0 (storage_config_prop)) +(typeattributeset storage_file_32_0 (storage_file)) +(typeattributeset storage_stub_file_32_0 (storage_stub_file)) +(typeattributeset storaged_service_32_0 (storaged_service)) +(typeattributeset storagemanager_config_prop_32_0 (storagemanager_config_prop)) +(typeattributeset storagestats_service_32_0 (storagestats_service)) +(typeattributeset su_32_0 (su)) +(typeattributeset su_exec_32_0 (su_exec)) +(typeattributeset super_block_device_32_0 (super_block_device)) +(typeattributeset surfaceflinger_32_0 (surfaceflinger)) +(typeattributeset surfaceflinger_color_prop_32_0 (surfaceflinger_color_prop)) +(typeattributeset surfaceflinger_display_prop_32_0 (surfaceflinger_display_prop)) +(typeattributeset surfaceflinger_prop_32_0 (surfaceflinger_prop)) +(typeattributeset surfaceflinger_service_32_0 (surfaceflinger_service)) +(typeattributeset surfaceflinger_tmpfs_32_0 (surfaceflinger_tmpfs)) +(typeattributeset suspend_prop_32_0 (suspend_prop)) +(typeattributeset swap_block_device_32_0 (swap_block_device)) +(typeattributeset sysfs_32_0 (sysfs)) +(typeattributeset sysfs_android_usb_32_0 (sysfs_android_usb)) +(typeattributeset sysfs_batteryinfo_32_0 (sysfs_batteryinfo)) +(typeattributeset sysfs_block_32_0 (sysfs_block)) +(typeattributeset sysfs_bluetooth_writable_32_0 (sysfs_bluetooth_writable)) +(typeattributeset sysfs_devfreq_cur_32_0 (sysfs_devfreq_cur)) +(typeattributeset sysfs_devfreq_dir_32_0 (sysfs_devfreq_dir)) +(typeattributeset sysfs_devices_block_32_0 (sysfs_devices_block)) +(typeattributeset sysfs_devices_cs_etm_32_0 (sysfs_devices_cs_etm)) +(typeattributeset sysfs_devices_system_cpu_32_0 (sysfs_devices_system_cpu)) +(typeattributeset sysfs_dm_32_0 (sysfs_dm)) +(typeattributeset sysfs_dm_verity_32_0 (sysfs_dm_verity)) +(typeattributeset sysfs_dma_heap_32_0 (sysfs_dma_heap)) +(typeattributeset sysfs_dmabuf_stats_32_0 (sysfs_dmabuf_stats)) +(typeattributeset sysfs_dt_firmware_android_32_0 (sysfs_dt_firmware_android)) +(typeattributeset sysfs_extcon_32_0 (sysfs_extcon)) +(typeattributeset sysfs_fs_ext4_features_32_0 (sysfs_fs_ext4_features)) +(typeattributeset sysfs_fs_f2fs_32_0 (sysfs_fs_f2fs)) +(typeattributeset sysfs_fs_incfs_features_32_0 (sysfs_fs_incfs_features)) +(typeattributeset sysfs_fs_incfs_metrics_32_0 (sysfs_fs_incfs_metrics)) +(typeattributeset sysfs_hwrandom_32_0 (sysfs_hwrandom)) +(typeattributeset sysfs_ion_32_0 (sysfs_ion)) +(typeattributeset sysfs_ipv4_32_0 (sysfs_ipv4)) +(typeattributeset sysfs_kernel_notes_32_0 (sysfs_kernel_notes)) +(typeattributeset sysfs_leds_32_0 (sysfs_leds)) +(typeattributeset sysfs_loop_32_0 (sysfs_loop)) +(typeattributeset sysfs_lowmemorykiller_32_0 (sysfs_lowmemorykiller)) +(typeattributeset sysfs_net_32_0 (sysfs_net)) +(typeattributeset sysfs_nfc_power_writable_32_0 (sysfs_nfc_power_writable)) +(typeattributeset sysfs_power_32_0 (sysfs_power)) +(typeattributeset sysfs_rtc_32_0 (sysfs_rtc)) +(typeattributeset sysfs_suspend_stats_32_0 (sysfs_suspend_stats)) +(typeattributeset sysfs_switch_32_0 (sysfs_switch)) +(typeattributeset sysfs_thermal_32_0 (sysfs_thermal)) +(typeattributeset sysfs_transparent_hugepage_32_0 (sysfs_transparent_hugepage)) +(typeattributeset sysfs_uhid_32_0 (sysfs_uhid)) +(typeattributeset sysfs_uio_32_0 (sysfs_uio)) +(typeattributeset sysfs_usb_32_0 (sysfs_usb)) +(typeattributeset sysfs_usermodehelper_32_0 (sysfs_usermodehelper)) +(typeattributeset sysfs_vendor_sched_32_0 (sysfs_vendor_sched)) +(typeattributeset sysfs_vibrator_32_0 (sysfs_vibrator)) +(typeattributeset sysfs_wake_lock_32_0 (sysfs_wake_lock)) +(typeattributeset sysfs_wakeup_32_0 (sysfs_wakeup)) +(typeattributeset sysfs_wakeup_reasons_32_0 (sysfs_wakeup_reasons)) +(typeattributeset sysfs_wlan_fwpath_32_0 (sysfs_wlan_fwpath)) +(typeattributeset sysfs_zram_32_0 (sysfs_zram)) +(typeattributeset sysfs_zram_uevent_32_0 (sysfs_zram_uevent)) +(typeattributeset system_app_32_0 (system_app)) +(typeattributeset system_app_data_file_32_0 (system_app_data_file)) +(typeattributeset system_app_service_32_0 (system_app_service)) +(typeattributeset system_asan_options_file_32_0 (system_asan_options_file)) +(typeattributeset system_block_device_32_0 (system_block_device)) +(typeattributeset system_boot_reason_prop_32_0 (system_boot_reason_prop)) +(typeattributeset system_bootstrap_lib_file_32_0 (system_bootstrap_lib_file)) +(typeattributeset system_config_service_32_0 (system_config_service)) +(typeattributeset system_data_file_32_0 (system_data_file)) +(typeattributeset system_data_root_file_32_0 (system_data_root_file)) +(typeattributeset system_event_log_tags_file_32_0 (system_event_log_tags_file)) +(typeattributeset system_file_32_0 (system_file)) +(typeattributeset system_group_file_32_0 (system_group_file)) +(typeattributeset system_jvmti_agent_prop_32_0 (system_jvmti_agent_prop)) +(typeattributeset system_lib_file_32_0 (system_lib_file)) +(typeattributeset system_linker_config_file_32_0 (system_linker_config_file)) +(typeattributeset system_linker_exec_32_0 (system_linker_exec)) +(typeattributeset system_lmk_prop_32_0 (system_lmk_prop)) +(typeattributeset system_ndebug_socket_32_0 (system_ndebug_socket)) +(typeattributeset system_net_netd_hwservice_32_0 (system_net_netd_hwservice)) +(typeattributeset system_passwd_file_32_0 (system_passwd_file)) +(typeattributeset system_prop_32_0 (system_prop)) +(typeattributeset system_seccomp_policy_file_32_0 (system_seccomp_policy_file)) +(typeattributeset system_security_cacerts_file_32_0 (system_security_cacerts_file)) +(typeattributeset system_server_32_0 (system_server)) +(typeattributeset system_server_dumper_service_32_0 (system_server_dumper_service)) +(typeattributeset system_server_tmpfs_32_0 (system_server_tmpfs)) +(typeattributeset system_suspend_control_internal_service_32_0 (system_suspend_control_internal_service)) +(typeattributeset system_suspend_control_service_32_0 (system_suspend_control_service)) +(typeattributeset system_suspend_hwservice_32_0 (system_suspend_hwservice)) +(typeattributeset system_trace_prop_32_0 (system_trace_prop)) +(typeattributeset system_unsolzygote_socket_32_0 (system_unsolzygote_socket)) +(typeattributeset system_update_service_32_0 (system_update_service)) +(typeattributeset system_wifi_keystore_hwservice_32_0 (system_wifi_keystore_hwservice)) +(typeattributeset system_wpa_socket_32_0 (system_wpa_socket)) +(typeattributeset system_zoneinfo_file_32_0 (system_zoneinfo_file)) +(typeattributeset systemkeys_data_file_32_0 (systemkeys_data_file)) +(typeattributeset systemsound_config_prop_32_0 (systemsound_config_prop)) +(typeattributeset task_profiles_api_file_32_0 (task_profiles_api_file)) +(typeattributeset task_profiles_file_32_0 (task_profiles_file)) +(typeattributeset task_service_32_0 (task_service)) +(typeattributeset tcpdump_exec_32_0 (tcpdump_exec)) +(typeattributeset tee_32_0 (tee)) +(typeattributeset tee_data_file_32_0 (tee_data_file)) +(typeattributeset tee_device_32_0 (tee_device)) +(typeattributeset telecom_service_32_0 (telecom_service)) +(typeattributeset telephony_config_prop_32_0 (telephony_config_prop)) +(typeattributeset telephony_status_prop_32_0 (telephony_status_prop)) +(typeattributeset test_boot_reason_prop_32_0 (test_boot_reason_prop)) +(typeattributeset test_harness_prop_32_0 (test_harness_prop)) +(typeattributeset testharness_service_32_0 (testharness_service)) +(typeattributeset tethering_service_32_0 (tethering_service)) +(typeattributeset textclassification_service_32_0 (textclassification_service)) +(typeattributeset textclassifier_data_file_32_0 (textclassifier_data_file)) +(typeattributeset textservices_service_32_0 (textservices_service)) +(typeattributeset texttospeech_service_32_0 (texttospeech_service)) +(typeattributeset theme_prop_32_0 (theme_prop)) +(typeattributeset thermal_service_32_0 (thermal_service)) +(typeattributeset time_prop_32_0 (time_prop)) +(typeattributeset timedetector_service_32_0 (timedetector_service)) +(typeattributeset timezone_service_32_0 (timezone_service)) +(typeattributeset timezonedetector_service_32_0 (timezonedetector_service)) +(typeattributeset tmpfs_32_0 (tmpfs)) +(typeattributeset tombstone_config_prop_32_0 (tombstone_config_prop)) +(typeattributeset tombstone_data_file_32_0 (tombstone_data_file)) +(typeattributeset tombstone_wifi_data_file_32_0 (tombstone_wifi_data_file)) +(typeattributeset tombstoned_32_0 (tombstoned)) +(typeattributeset tombstoned_crash_socket_32_0 (tombstoned_crash_socket)) +(typeattributeset tombstoned_exec_32_0 (tombstoned_exec)) +(typeattributeset tombstoned_intercept_socket_32_0 (tombstoned_intercept_socket)) +(typeattributeset tombstoned_java_trace_socket_32_0 (tombstoned_java_trace_socket)) +(typeattributeset toolbox_32_0 (toolbox)) +(typeattributeset toolbox_exec_32_0 (toolbox_exec)) +(typeattributeset trace_data_file_32_0 (trace_data_file)) +(typeattributeset traced_32_0 (traced)) +(typeattributeset traced_consumer_socket_32_0 (traced_consumer_socket)) +(typeattributeset traced_enabled_prop_32_0 (traced_enabled_prop)) +(typeattributeset traced_lazy_prop_32_0 (traced_lazy_prop)) +(typeattributeset traced_perf_32_0 (traced_perf)) +(typeattributeset traced_perf_socket_32_0 (traced_perf_socket)) +(typeattributeset traced_probes_32_0 (traced_probes)) +(typeattributeset traced_producer_socket_32_0 (traced_producer_socket)) +(typeattributeset traced_tmpfs_32_0 (traced_tmpfs)) +(typeattributeset traceur_app_32_0 (traceur_app)) +(typeattributeset translation_service_32_0 (translation_service)) +(typeattributeset trust_service_32_0 (trust_service)) +(typeattributeset tty_device_32_0 (tty_device)) +(typeattributeset tun_device_32_0 (tun_device)) +(typeattributeset tv_input_service_32_0 (tv_input_service)) +(typeattributeset tv_tuner_resource_mgr_service_32_0 (tv_tuner_resource_mgr_service)) +(typeattributeset tzdatacheck_32_0 (tzdatacheck)) +(typeattributeset tzdatacheck_exec_32_0 (tzdatacheck_exec)) +(typeattributeset ueventd_32_0 (ueventd)) +(typeattributeset ueventd_tmpfs_32_0 (ueventd_tmpfs)) +(typeattributeset uhid_device_32_0 (uhid_device)) +(typeattributeset uimode_service_32_0 (uimode_service)) +(typeattributeset uio_device_32_0 (uio_device)) +(typeattributeset uncrypt_32_0 (uncrypt)) +(typeattributeset uncrypt_exec_32_0 (uncrypt_exec)) +(typeattributeset uncrypt_socket_32_0 (uncrypt_socket)) +(typeattributeset unencrypted_data_file_32_0 (unencrypted_data_file)) +(typeattributeset unlabeled_32_0 (unlabeled)) +(typeattributeset untrusted_app_25_32_0 (untrusted_app_25)) +(typeattributeset untrusted_app_27_32_0 (untrusted_app_27)) +(typeattributeset untrusted_app_29_32_0 (untrusted_app_29)) +(typeattributeset untrusted_app_32_0 (untrusted_app)) +(typeattributeset update_engine_32_0 (update_engine)) +(typeattributeset update_engine_data_file_32_0 (update_engine_data_file)) +(typeattributeset update_engine_exec_32_0 (update_engine_exec)) +(typeattributeset update_engine_log_data_file_32_0 (update_engine_log_data_file)) +(typeattributeset update_engine_service_32_0 (update_engine_service)) +(typeattributeset update_engine_stable_service_32_0 (update_engine_stable_service)) +(typeattributeset update_verifier_32_0 (update_verifier)) +(typeattributeset update_verifier_exec_32_0 (update_verifier_exec)) +(typeattributeset updatelock_service_32_0 (updatelock_service)) +(typeattributeset uri_grants_service_32_0 (uri_grants_service)) +(typeattributeset usagestats_service_32_0 (usagestats_service)) +(typeattributeset usb_config_prop_32_0 (usb_config_prop)) +(typeattributeset usb_control_prop_32_0 (usb_control_prop)) +(typeattributeset usb_device_32_0 (usb_device)) +(typeattributeset usb_prop_32_0 (usb_prop)) +(typeattributeset usb_serial_device_32_0 (usb_serial_device)) +(typeattributeset usb_service_32_0 (usb_service)) +(typeattributeset usbaccessory_device_32_0 (usbaccessory_device)) +(typeattributeset usbd_32_0 (usbd)) +(typeattributeset usbd_exec_32_0 (usbd_exec)) +(typeattributeset usbfs_32_0 (usbfs)) +(typeattributeset use_memfd_prop_32_0 (use_memfd_prop)) +(typeattributeset user_profile_data_file_32_0 (user_profile_data_file)) +(typeattributeset user_profile_root_file_32_0 (user_profile_root_file)) +(typeattributeset user_service_32_0 (user_service)) +(typeattributeset userdata_block_device_32_0 (userdata_block_device)) +(typeattributeset userdata_sysdev_32_0 (userdata_sysdev)) +(typeattributeset usermodehelper_32_0 (usermodehelper)) +(typeattributeset userspace_reboot_config_prop_32_0 (userspace_reboot_config_prop)) +(typeattributeset userspace_reboot_exported_prop_32_0 (userspace_reboot_exported_prop)) +(typeattributeset userspace_reboot_metadata_file_32_0 (userspace_reboot_metadata_file)) +(typeattributeset uwb_service_32_0 (uwb_service)) +(typeattributeset vcn_management_service_32_0 (vcn_management_service)) +(typeattributeset vd_device_32_0 (vd_device)) +(typeattributeset vdc_32_0 (vdc)) +(typeattributeset vdc_exec_32_0 (vdc_exec)) +(typeattributeset vehicle_hal_prop_32_0 (vehicle_hal_prop)) +(typeattributeset vendor_apex_file_32_0 (vendor_apex_file)) +(typeattributeset vendor_app_file_32_0 (vendor_app_file)) +(typeattributeset vendor_cgroup_desc_file_32_0 (vendor_cgroup_desc_file)) +(typeattributeset vendor_configs_file_32_0 (vendor_configs_file)) +(typeattributeset vendor_data_file_32_0 (vendor_data_file)) +(typeattributeset vendor_default_prop_32_0 (vendor_default_prop)) +(typeattributeset vendor_file_32_0 (vendor_file)) +(typeattributeset vendor_framework_file_32_0 (vendor_framework_file)) +(typeattributeset vendor_hal_file_32_0 (vendor_hal_file)) +(typeattributeset vendor_idc_file_32_0 (vendor_idc_file)) +(typeattributeset vendor_init_32_0 (vendor_init)) +(typeattributeset vendor_kernel_modules_32_0 (vendor_kernel_modules)) +(typeattributeset vendor_keychars_file_32_0 (vendor_keychars_file)) +(typeattributeset vendor_keylayout_file_32_0 (vendor_keylayout_file)) +(typeattributeset vendor_misc_writer_32_0 (vendor_misc_writer)) +(typeattributeset vendor_misc_writer_exec_32_0 (vendor_misc_writer_exec)) +(typeattributeset vendor_modprobe_32_0 (vendor_modprobe)) +(typeattributeset vendor_overlay_file_32_0 (vendor_overlay_file)) +(typeattributeset vendor_public_framework_file_32_0 (vendor_public_framework_file)) +(typeattributeset vendor_public_lib_file_32_0 (vendor_public_lib_file)) +(typeattributeset vendor_security_patch_level_prop_32_0 (vendor_security_patch_level_prop)) +(typeattributeset vendor_service_contexts_file_32_0 (vendor_service_contexts_file)) +(typeattributeset vendor_shell_32_0 (vendor_shell)) +(typeattributeset vendor_shell_exec_32_0 (vendor_shell_exec)) +(typeattributeset vendor_socket_hook_prop_32_0 (vendor_socket_hook_prop)) +(typeattributeset vendor_task_profiles_file_32_0 (vendor_task_profiles_file)) +(typeattributeset vendor_toolbox_exec_32_0 (vendor_toolbox_exec)) +(typeattributeset vfat_32_0 (vfat)) +(typeattributeset vibrator_manager_service_32_0 (vibrator_manager_service)) +(typeattributeset vibrator_service_32_0 (vibrator_service)) +(typeattributeset video_device_32_0 (video_device)) +(typeattributeset virtual_ab_prop_32_0 (virtual_ab_prop)) +(typeattributeset virtual_touchpad_32_0 (virtual_touchpad)) +(typeattributeset virtual_touchpad_exec_32_0 (virtual_touchpad_exec)) +(typeattributeset virtual_touchpad_service_32_0 (virtual_touchpad_service)) +(typeattributeset virtualization_service_32_0 (virtualization_service)) +(typeattributeset vndbinder_device_32_0 (vndbinder_device)) +(typeattributeset vndk_prop_32_0 (vndk_prop)) +(typeattributeset vndk_sp_file_32_0 (vndk_sp_file)) +(typeattributeset vndservice_contexts_file_32_0 (vndservice_contexts_file)) +(typeattributeset vndservicemanager_32_0 (vndservicemanager)) +(typeattributeset voiceinteraction_service_32_0 (voiceinteraction_service)) +(typeattributeset vold_32_0 (vold)) +(typeattributeset vold_config_prop_32_0 (vold_config_prop)) +(typeattributeset vold_data_file_32_0 (vold_data_file)) +(typeattributeset vold_device_32_0 (vold_device)) +(typeattributeset vold_exec_32_0 (vold_exec)) +(typeattributeset vold_metadata_file_32_0 (vold_metadata_file)) +(typeattributeset vold_post_fs_data_prop_32_0 (vold_post_fs_data_prop)) +(typeattributeset vold_prepare_subdirs_32_0 (vold_prepare_subdirs)) +(typeattributeset vold_prepare_subdirs_exec_32_0 (vold_prepare_subdirs_exec)) +(typeattributeset vold_prop_32_0 (vold_prop)) +(typeattributeset vold_service_32_0 (vold_service)) +(typeattributeset vold_status_prop_32_0 (vold_status_prop)) +(typeattributeset vpn_data_file_32_0 (vpn_data_file)) +(typeattributeset vpn_management_service_32_0 (vpn_management_service)) +(typeattributeset vr_hwc_32_0 (vr_hwc)) +(typeattributeset vr_hwc_exec_32_0 (vr_hwc_exec)) +(typeattributeset vr_hwc_service_32_0 (vr_hwc_service)) +(typeattributeset vr_manager_service_32_0 (vr_manager_service)) +(typeattributeset vrflinger_vsync_service_32_0 (vrflinger_vsync_service)) +(typeattributeset vts_config_prop_32_0 (vts_config_prop)) +(typeattributeset vts_status_prop_32_0 (vts_status_prop)) +(typeattributeset wallpaper_file_32_0 (wallpaper_file)) +(typeattributeset wallpaper_service_32_0 (wallpaper_service)) +(typeattributeset watchdog_device_32_0 (watchdog_device)) +(typeattributeset watchdog_metadata_file_32_0 (watchdog_metadata_file)) +(typeattributeset watchdogd_32_0 (watchdogd)) +(typeattributeset watchdogd_exec_32_0 (watchdogd_exec)) +(typeattributeset webview_zygote_32_0 (webview_zygote)) +(typeattributeset webview_zygote_exec_32_0 (webview_zygote_exec)) +(typeattributeset webview_zygote_tmpfs_32_0 (webview_zygote_tmpfs)) +(typeattributeset webviewupdate_service_32_0 (webviewupdate_service)) +(typeattributeset wifi_config_prop_32_0 (wifi_config_prop)) +(typeattributeset wifi_data_file_32_0 (wifi_data_file)) +(typeattributeset wifi_hal_prop_32_0 (wifi_hal_prop)) +(typeattributeset wifi_key_32_0 (wifi_key)) +(typeattributeset wifi_log_prop_32_0 (wifi_log_prop)) +(typeattributeset wifi_prop_32_0 (wifi_prop)) +(typeattributeset wifi_service_32_0 (wifi_service)) +(typeattributeset wifiaware_service_32_0 (wifiaware_service)) +(typeattributeset wificond_32_0 (wificond)) +(typeattributeset wificond_exec_32_0 (wificond_exec)) +(typeattributeset wifinl80211_service_32_0 (wifinl80211_service)) +(typeattributeset wifip2p_service_32_0 (wifip2p_service)) +(typeattributeset wifiscanner_service_32_0 (wifiscanner_service)) +(typeattributeset window_service_32_0 (window_service)) +(typeattributeset wpa_socket_32_0 (wpa_socket)) +(typeattributeset wpantund_32_0 (wpantund)) +(typeattributeset wpantund_exec_32_0 (wpantund_exec)) +(typeattributeset wpantund_service_32_0 (wpantund_service)) +(typeattributeset zero_device_32_0 (zero_device)) +(typeattributeset zoneinfo_data_file_32_0 (zoneinfo_data_file)) +(typeattributeset zram_config_prop_32_0 (zram_config_prop)) +(typeattributeset zram_control_prop_32_0 (zram_control_prop)) +(typeattributeset zygote_32_0 (zygote)) +(typeattributeset zygote_config_prop_32_0 (zygote_config_prop)) +(typeattributeset zygote_exec_32_0 (zygote_exec)) +(typeattributeset zygote_socket_32_0 (zygote_socket)) +(typeattributeset zygote_tmpfs_32_0 (zygote_tmpfs)) diff --git a/sparse/system/etc/selinux/mapping/32.0.compat.cil b/sparse/system/etc/selinux/mapping/32.0.compat.cil new file mode 100644 index 0000000..628abfc --- /dev/null +++ b/sparse/system/etc/selinux/mapping/32.0.compat.cil @@ -0,0 +1 @@ +;; This file can't be empty. diff --git a/sparse/system/etc/selinux/mapping/33.0.cil b/sparse/system/etc/selinux/mapping/33.0.cil new file mode 100644 index 0000000..750cc19 --- /dev/null +++ b/sparse/system/etc/selinux/mapping/33.0.cil @@ -0,0 +1,3930 @@ +(typeattributeset mediadrmserver_service_33_0 (mediadrmserver_service)) +(expandtypeattribute (mediadrmserver_service_33_0) true) +(typeattribute mediadrmserver_service_33_0) +(typeattributeset sysfs_gpu_33_0 (sysfs_gpu)) +(expandtypeattribute (sysfs_gpu_33_0) true) +(typeattribute sysfs_gpu_33_0) +(typeattributeset hal_dice_service_33_0 (hal_dice_service)) +(expandtypeattribute (hal_dice_service_33_0) true) +(typeattribute hal_dice_service_33_0) +(typeattributeset recovery_refresh_33_0 (recovery_refresh)) +(expandtypeattribute (recovery_refresh_33_0) true) +(typeattribute recovery_refresh_33_0) +(typeattributeset slice_service_33_0 (slice_service)) +(expandtypeattribute (slice_service_33_0) true) +(typeattribute slice_service_33_0) +(typeattributeset pdx_display_dir_33_0 (pdx_display_dir)) +(expandtypeattribute (pdx_display_dir_33_0) true) +(typeattribute pdx_display_dir_33_0) +(typeattributeset vendor_service_contexts_file_33_0 (vendor_service_contexts_file)) +(expandtypeattribute (vendor_service_contexts_file_33_0) true) +(typeattribute vendor_service_contexts_file_33_0) +(typeattributeset shell_test_data_file_33_0 (shell_test_data_file)) +(expandtypeattribute (shell_test_data_file_33_0) true) +(typeattribute shell_test_data_file_33_0) +(typeattributeset processinfo_service_33_0 (processinfo_service)) +(expandtypeattribute (processinfo_service_33_0) true) +(typeattribute processinfo_service_33_0) +(typeattributeset domain_verification_service_33_0 (domain_verification_service)) +(expandtypeattribute (domain_verification_service_33_0) true) +(typeattribute domain_verification_service_33_0) +(typeattributeset sysfs_ipv4_33_0 (sysfs_ipv4)) +(expandtypeattribute (sysfs_ipv4_33_0) true) +(typeattribute sysfs_ipv4_33_0) +(typeattributeset system_asan_options_file_33_0 (system_asan_options_file)) +(expandtypeattribute (system_asan_options_file_33_0) true) +(typeattribute system_asan_options_file_33_0) +(typeattributeset vdc_33_0 (vdc)) +(expandtypeattribute (vdc_33_0) true) +(typeattribute vdc_33_0) +(typeattributeset mediadrmserver_exec_33_0 (mediadrmserver_exec)) +(expandtypeattribute (mediadrmserver_exec_33_0) true) +(typeattribute mediadrmserver_exec_33_0) +(typeattributeset proc_pressure_cpu_33_0 (proc_pressure_cpu)) +(expandtypeattribute (proc_pressure_cpu_33_0) true) +(typeattribute proc_pressure_cpu_33_0) +(typeattributeset serial_service_33_0 (serial_service)) +(expandtypeattribute (serial_service_33_0) true) +(typeattribute serial_service_33_0) +(typeattributeset vendor_shell_33_0 (vendor_shell)) +(expandtypeattribute (vendor_shell_33_0) true) +(typeattribute vendor_shell_33_0) +(typeattributeset system_ndebug_socket_33_0 (system_ndebug_socket)) +(expandtypeattribute (system_ndebug_socket_33_0) true) +(typeattribute system_ndebug_socket_33_0) +(typeattributeset fingerprint_service_33_0 (fingerprint_service)) +(expandtypeattribute (fingerprint_service_33_0) true) +(typeattribute fingerprint_service_33_0) +(typeattributeset hal_fingerprint_service_33_0 (hal_fingerprint_service)) +(expandtypeattribute (hal_fingerprint_service_33_0) true) +(typeattribute hal_fingerprint_service_33_0) +(typeattributeset recovery_block_device_33_0 (recovery_block_device)) +(expandtypeattribute (recovery_block_device_33_0) true) +(typeattribute recovery_block_device_33_0) +(typeattributeset drmserver_33_0 (drmserver)) +(expandtypeattribute (drmserver_33_0) true) +(typeattribute drmserver_33_0) +(typeattributeset vr_hwc_service_33_0 (vr_hwc_service)) +(expandtypeattribute (vr_hwc_service_33_0) true) +(typeattribute vr_hwc_service_33_0) +(typeattributeset userdata_sysdev_33_0 (userdata_sysdev)) +(expandtypeattribute (userdata_sysdev_33_0) true) +(typeattribute userdata_sysdev_33_0) +(typeattributeset debugfs_mm_events_tracing_33_0 (debugfs_mm_events_tracing)) +(expandtypeattribute (debugfs_mm_events_tracing_33_0) true) +(typeattribute debugfs_mm_events_tracing_33_0) +(typeattributeset secure_element_device_33_0 (secure_element_device)) +(expandtypeattribute (secure_element_device_33_0) true) +(typeattribute secure_element_device_33_0) +(typeattributeset hal_sensors_hwservice_33_0 (hal_sensors_hwservice)) +(expandtypeattribute (hal_sensors_hwservice_33_0) true) +(typeattribute hal_sensors_hwservice_33_0) +(typeattributeset evsmanagerd_33_0 (evsmanagerd)) +(expandtypeattribute (evsmanagerd_33_0) true) +(typeattribute evsmanagerd_33_0) +(typeattributeset audiohal_data_file_33_0 (audiohal_data_file)) +(expandtypeattribute (audiohal_data_file_33_0) true) +(typeattribute audiohal_data_file_33_0) +(typeattributeset charger_exec_33_0 (charger_exec)) +(expandtypeattribute (charger_exec_33_0) true) +(typeattribute charger_exec_33_0) +(typeattributeset wifi_service_33_0 (wifi_service)) +(expandtypeattribute (wifi_service_33_0) true) +(typeattribute wifi_service_33_0) +(typeattributeset legacykeystore_service_33_0 (legacykeystore_service)) +(expandtypeattribute (legacykeystore_service_33_0) true) +(typeattribute legacykeystore_service_33_0) +(typeattributeset hal_can_bus_hwservice_33_0 (hal_can_bus_hwservice)) +(expandtypeattribute (hal_can_bus_hwservice_33_0) true) +(typeattribute hal_can_bus_hwservice_33_0) +(typeattributeset media_communication_service_33_0 (media_communication_service)) +(expandtypeattribute (media_communication_service_33_0) true) +(typeattribute media_communication_service_33_0) +(typeattributeset proc_qtaguid_stat_33_0 (proc_qtaguid_stat)) +(expandtypeattribute (proc_qtaguid_stat_33_0) true) +(typeattribute proc_qtaguid_stat_33_0) +(typeattributeset exfat_33_0 (exfat)) +(expandtypeattribute (exfat_33_0) true) +(typeattribute exfat_33_0) +(typeattributeset system_prop_33_0 (system_prop)) +(expandtypeattribute (system_prop_33_0) true) +(typeattribute system_prop_33_0) +(typeattributeset vfat_33_0 (vfat)) +(expandtypeattribute (vfat_33_0) true) +(typeattribute vfat_33_0) +(typeattributeset pdx_bufferhub_client_endpoint_socket_33_0 (pdx_bufferhub_client_endpoint_socket)) +(expandtypeattribute (pdx_bufferhub_client_endpoint_socket_33_0) true) +(typeattribute pdx_bufferhub_client_endpoint_socket_33_0) +(typeattributeset property_info_33_0 (property_info)) +(expandtypeattribute (property_info_33_0) true) +(typeattribute property_info_33_0) +(typeattributeset keystore_exec_33_0 (keystore_exec)) +(expandtypeattribute (keystore_exec_33_0) true) +(typeattribute keystore_exec_33_0) +(typeattributeset netpolicy_service_33_0 (netpolicy_service)) +(expandtypeattribute (netpolicy_service_33_0) true) +(typeattribute netpolicy_service_33_0) +(typeattributeset video_device_33_0 (video_device)) +(expandtypeattribute (video_device_33_0) true) +(typeattribute video_device_33_0) +(typeattributeset serialno_prop_33_0 (serialno_prop)) +(expandtypeattribute (serialno_prop_33_0) true) +(typeattribute serialno_prop_33_0) +(typeattributeset midi_service_33_0 (midi_service)) +(expandtypeattribute (midi_service_33_0) true) +(typeattribute midi_service_33_0) +(typeattributeset persistent_properties_ready_prop_33_0 (persistent_properties_ready_prop)) +(expandtypeattribute (persistent_properties_ready_prop_33_0) true) +(typeattribute persistent_properties_ready_prop_33_0) +(typeattributeset cold_boot_done_prop_33_0 (cold_boot_done_prop)) +(expandtypeattribute (cold_boot_done_prop_33_0) true) +(typeattribute cold_boot_done_prop_33_0) +(typeattributeset file_contexts_file_33_0 (file_contexts_file)) +(expandtypeattribute (file_contexts_file_33_0) true) +(typeattribute file_contexts_file_33_0) +(typeattributeset tzdatacheck_33_0 (tzdatacheck)) +(expandtypeattribute (tzdatacheck_33_0) true) +(typeattribute tzdatacheck_33_0) +(typeattributeset aidl_lazy_test_server_33_0 (aidl_lazy_test_server)) +(expandtypeattribute (aidl_lazy_test_server_33_0) true) +(typeattribute aidl_lazy_test_server_33_0) +(typeattributeset boot_status_prop_33_0 (boot_status_prop)) +(expandtypeattribute (boot_status_prop_33_0) true) +(typeattribute boot_status_prop_33_0) +(typeattributeset aidl_lazy_test_server_exec_33_0 (aidl_lazy_test_server_exec)) +(expandtypeattribute (aidl_lazy_test_server_exec_33_0) true) +(typeattribute aidl_lazy_test_server_exec_33_0) +(typeattributeset proc_diskstats_33_0 (proc_diskstats)) +(expandtypeattribute (proc_diskstats_33_0) true) +(typeattribute proc_diskstats_33_0) +(typeattributeset vold_status_prop_33_0 (vold_status_prop)) +(expandtypeattribute (vold_status_prop_33_0) true) +(typeattribute vold_status_prop_33_0) +(typeattributeset property_contexts_file_33_0 (property_contexts_file)) +(expandtypeattribute (property_contexts_file_33_0) true) +(typeattribute property_contexts_file_33_0) +(typeattributeset firstboot_prop_33_0 (firstboot_prop)) +(expandtypeattribute (firstboot_prop_33_0) true) +(typeattribute firstboot_prop_33_0) +(typeattributeset pan_result_prop_33_0 (pan_result_prop)) +(expandtypeattribute (pan_result_prop_33_0) true) +(typeattribute pan_result_prop_33_0) +(typeattributeset tethering_service_33_0 (tethering_service)) +(expandtypeattribute (tethering_service_33_0) true) +(typeattribute tethering_service_33_0) +(typeattributeset vts_status_prop_33_0 (vts_status_prop)) +(expandtypeattribute (vts_status_prop_33_0) true) +(typeattribute vts_status_prop_33_0) +(typeattributeset system_server_tmpfs_33_0 (system_server_tmpfs)) +(expandtypeattribute (system_server_tmpfs_33_0) true) +(typeattribute system_server_tmpfs_33_0) +(typeattributeset ctl_rildaemon_prop_33_0 (ctl_rildaemon_prop)) +(expandtypeattribute (ctl_rildaemon_prop_33_0) true) +(typeattribute ctl_rildaemon_prop_33_0) +(typeattributeset bluetooth_logs_data_file_33_0 (bluetooth_logs_data_file)) +(expandtypeattribute (bluetooth_logs_data_file_33_0) true) +(typeattribute bluetooth_logs_data_file_33_0) +(typeattributeset hal_light_hwservice_33_0 (hal_light_hwservice)) +(expandtypeattribute (hal_light_hwservice_33_0) true) +(typeattribute hal_light_hwservice_33_0) +(typeattributeset sysfs_devfreq_dir_33_0 (sysfs_devfreq_dir)) +(expandtypeattribute (sysfs_devfreq_dir_33_0) true) +(typeattribute sysfs_devfreq_dir_33_0) +(typeattributeset metadata_bootstat_file_33_0 (metadata_bootstat_file)) +(expandtypeattribute (metadata_bootstat_file_33_0) true) +(typeattribute metadata_bootstat_file_33_0) +(typeattributeset system_bootstrap_lib_file_33_0 (system_bootstrap_lib_file)) +(expandtypeattribute (system_bootstrap_lib_file_33_0) true) +(typeattribute system_bootstrap_lib_file_33_0) +(typeattributeset rootdisk_sysdev_33_0 (rootdisk_sysdev)) +(expandtypeattribute (rootdisk_sysdev_33_0) true) +(typeattribute rootdisk_sysdev_33_0) +(typeattributeset hint_service_33_0 (hint_service)) +(expandtypeattribute (hint_service_33_0) true) +(typeattribute hint_service_33_0) +(typeattributeset print_service_33_0 (print_service)) +(expandtypeattribute (print_service_33_0) true) +(typeattribute print_service_33_0) +(typeattributeset proc_hung_task_33_0 (proc_hung_task)) +(expandtypeattribute (proc_hung_task_33_0) true) +(typeattribute proc_hung_task_33_0) +(typeattributeset same_process_hal_file_33_0 (same_process_hal_file)) +(expandtypeattribute (same_process_hal_file_33_0) true) +(typeattribute same_process_hal_file_33_0) +(typeattributeset hal_vibrator_hwservice_33_0 (hal_vibrator_hwservice)) +(expandtypeattribute (hal_vibrator_hwservice_33_0) true) +(typeattribute hal_vibrator_hwservice_33_0) +(typeattributeset location_service_33_0 (location_service)) +(expandtypeattribute (location_service_33_0) true) +(typeattribute location_service_33_0) +(typeattributeset mediaprovider_33_0 (mediaprovider)) +(expandtypeattribute (mediaprovider_33_0) true) +(typeattribute mediaprovider_33_0) +(typeattributeset device_config_runtime_native_prop_33_0 (device_config_runtime_native_prop)) +(expandtypeattribute (device_config_runtime_native_prop_33_0) true) +(typeattribute device_config_runtime_native_prop_33_0) +(typeattributeset attestation_verification_service_33_0 (attestation_verification_service)) +(expandtypeattribute (attestation_verification_service_33_0) true) +(typeattribute attestation_verification_service_33_0) +(typeattributeset hal_confirmationui_hwservice_33_0 (hal_confirmationui_hwservice)) +(expandtypeattribute (hal_confirmationui_hwservice_33_0) true) +(typeattribute hal_confirmationui_hwservice_33_0) +(typeattributeset looper_stats_service_33_0 (looper_stats_service)) +(expandtypeattribute (looper_stats_service_33_0) true) +(typeattribute looper_stats_service_33_0) +(typeattributeset runtime_service_33_0 (runtime_service)) +(expandtypeattribute (runtime_service_33_0) true) +(typeattribute runtime_service_33_0) +(typeattributeset sdcard_block_device_33_0 (sdcard_block_device)) +(expandtypeattribute (sdcard_block_device_33_0) true) +(typeattribute sdcard_block_device_33_0) +(typeattributeset hal_dumpstate_service_33_0 (hal_dumpstate_service)) +(expandtypeattribute (hal_dumpstate_service_33_0) true) +(typeattribute hal_dumpstate_service_33_0) +(typeattributeset hal_tv_tuner_service_33_0 (hal_tv_tuner_service)) +(expandtypeattribute (hal_tv_tuner_service_33_0) true) +(typeattribute hal_tv_tuner_service_33_0) +(typeattributeset init_tmpfs_33_0 (init_tmpfs)) +(expandtypeattribute (init_tmpfs_33_0) true) +(typeattribute init_tmpfs_33_0) +(typeattributeset device_policy_service_33_0 (device_policy_service)) +(expandtypeattribute (device_policy_service_33_0) true) +(typeattribute device_policy_service_33_0) +(typeattributeset permissionmgr_service_33_0 (permissionmgr_service)) +(expandtypeattribute (permissionmgr_service_33_0) true) +(typeattribute permissionmgr_service_33_0) +(typeattributeset hal_tv_tuner_hwservice_33_0 (hal_tv_tuner_hwservice)) +(expandtypeattribute (hal_tv_tuner_hwservice_33_0) true) +(typeattribute hal_tv_tuner_hwservice_33_0) +(typeattributeset autofill_service_33_0 (autofill_service)) +(expandtypeattribute (autofill_service_33_0) true) +(typeattribute autofill_service_33_0) +(typeattributeset ab_update_gki_prop_33_0 (ab_update_gki_prop)) +(expandtypeattribute (ab_update_gki_prop_33_0) true) +(typeattribute ab_update_gki_prop_33_0) +(typeattributeset traced_perf_33_0 (traced_perf)) +(expandtypeattribute (traced_perf_33_0) true) +(typeattribute traced_perf_33_0) +(typeattributeset exported_default_prop_33_0 (exported_default_prop)) +(expandtypeattribute (exported_default_prop_33_0) true) +(typeattribute exported_default_prop_33_0) +(typeattributeset sysfs_fs_f2fs_33_0 (sysfs_fs_f2fs)) +(expandtypeattribute (sysfs_fs_f2fs_33_0) true) +(typeattribute sysfs_fs_f2fs_33_0) +(typeattributeset proc_swaps_33_0 (proc_swaps)) +(expandtypeattribute (proc_swaps_33_0) true) +(typeattribute proc_swaps_33_0) +(typeattributeset debugfs_33_0 (debugfs)) +(expandtypeattribute (debugfs_33_0) true) +(typeattribute debugfs_33_0) +(typeattributeset configfs_33_0 (configfs)) +(expandtypeattribute (configfs_33_0) true) +(typeattribute configfs_33_0) +(typeattributeset gwp_asan_prop_33_0 (gwp_asan_prop)) +(expandtypeattribute (gwp_asan_prop_33_0) true) +(typeattribute gwp_asan_prop_33_0) +(typeattributeset bq_config_prop_33_0 (bq_config_prop)) +(expandtypeattribute (bq_config_prop_33_0) true) +(typeattribute bq_config_prop_33_0) +(typeattributeset config_prop_33_0 (config_prop)) +(expandtypeattribute (config_prop_33_0) true) +(typeattribute config_prop_33_0) +(typeattributeset ffs_config_prop_33_0 (ffs_config_prop)) +(expandtypeattribute (ffs_config_prop_33_0) true) +(typeattribute ffs_config_prop_33_0) +(typeattributeset usb_config_prop_33_0 (usb_config_prop)) +(expandtypeattribute (usb_config_prop_33_0) true) +(typeattribute usb_config_prop_33_0) +(typeattributeset vts_config_prop_33_0 (vts_config_prop)) +(expandtypeattribute (vts_config_prop_33_0) true) +(typeattribute vts_config_prop_33_0) +(typeattributeset mediaswcodec_33_0 (mediaswcodec)) +(expandtypeattribute (mediaswcodec_33_0) true) +(typeattribute mediaswcodec_33_0) +(typeattributeset adbd_config_prop_33_0 (adbd_config_prop)) +(expandtypeattribute (adbd_config_prop_33_0) true) +(typeattribute adbd_config_prop_33_0) +(typeattributeset hdmi_config_prop_33_0 (hdmi_config_prop)) +(expandtypeattribute (hdmi_config_prop_33_0) true) +(typeattribute hdmi_config_prop_33_0) +(typeattributeset lmkd_config_prop_33_0 (lmkd_config_prop)) +(expandtypeattribute (lmkd_config_prop_33_0) true) +(typeattribute lmkd_config_prop_33_0) +(typeattributeset vold_config_prop_33_0 (vold_config_prop)) +(expandtypeattribute (vold_config_prop_33_0) true) +(typeattribute vold_config_prop_33_0) +(typeattributeset wifi_config_prop_33_0 (wifi_config_prop)) +(expandtypeattribute (wifi_config_prop_33_0) true) +(typeattribute wifi_config_prop_33_0) +(typeattributeset zram_config_prop_33_0 (zram_config_prop)) +(expandtypeattribute (zram_config_prop_33_0) true) +(typeattribute zram_config_prop_33_0) +(typeattributeset binderfs_logs_33_0 (binderfs_logs)) +(expandtypeattribute (binderfs_logs_33_0) true) +(typeattribute binderfs_logs_33_0) +(typeattributeset charger_33_0 (charger)) +(expandtypeattribute (charger_33_0) true) +(typeattribute charger_33_0) +(typeattributeset service_manager_service_33_0 (service_manager_service)) +(expandtypeattribute (service_manager_service_33_0) true) +(typeattribute service_manager_service_33_0) +(typeattributeset system_block_device_33_0 (system_block_device)) +(expandtypeattribute (system_block_device_33_0) true) +(typeattribute system_block_device_33_0) +(typeattributeset postinstall_33_0 (postinstall)) +(expandtypeattribute (postinstall_33_0) true) +(typeattribute postinstall_33_0) +(typeattributeset updatelock_service_33_0 (updatelock_service)) +(expandtypeattribute (updatelock_service_33_0) true) +(typeattribute updatelock_service_33_0) +(typeattributeset server_configurable_flags_data_file_33_0 (server_configurable_flags_data_file)) +(expandtypeattribute (server_configurable_flags_data_file_33_0) true) +(typeattribute server_configurable_flags_data_file_33_0) +(typeattributeset apk_data_file_33_0 (apk_data_file)) +(expandtypeattribute (apk_data_file_33_0) true) +(typeattribute apk_data_file_33_0) +(typeattributeset hidl_base_hwservice_33_0 (hidl_base_hwservice)) +(expandtypeattribute (hidl_base_hwservice_33_0) true) +(typeattribute hidl_base_hwservice_33_0) +(typeattributeset vendor_modprobe_33_0 (vendor_modprobe)) +(expandtypeattribute (vendor_modprobe_33_0) true) +(typeattribute vendor_modprobe_33_0) +(typeattributeset system_app_33_0 (system_app)) +(expandtypeattribute (system_app_33_0) true) +(typeattribute system_app_33_0) +(typeattributeset uri_grants_service_33_0 (uri_grants_service)) +(expandtypeattribute (uri_grants_service_33_0) true) +(typeattribute uri_grants_service_33_0) +(typeattributeset proc_qtaguid_ctrl_33_0 (proc_qtaguid_ctrl)) +(expandtypeattribute (proc_qtaguid_ctrl_33_0) true) +(typeattribute proc_qtaguid_ctrl_33_0) +(typeattributeset hidl_manager_hwservice_33_0 (hidl_manager_hwservice)) +(expandtypeattribute (hidl_manager_hwservice_33_0) true) +(typeattribute hidl_manager_hwservice_33_0) +(typeattributeset hidl_memory_hwservice_33_0 (hidl_memory_hwservice)) +(expandtypeattribute (hidl_memory_hwservice_33_0) true) +(typeattribute hidl_memory_hwservice_33_0) +(typeattributeset preloads_media_file_33_0 (preloads_media_file)) +(expandtypeattribute (preloads_media_file_33_0) true) +(typeattribute preloads_media_file_33_0) +(typeattributeset surfaceflinger_33_0 (surfaceflinger)) +(expandtypeattribute (surfaceflinger_33_0) true) +(typeattribute surfaceflinger_33_0) +(typeattributeset pdx_display_screenshot_channel_socket_33_0 (pdx_display_screenshot_channel_socket)) +(expandtypeattribute (pdx_display_screenshot_channel_socket_33_0) true) +(typeattribute pdx_display_screenshot_channel_socket_33_0) +(typeattributeset debugfs_tracing_instances_33_0 (debugfs_tracing_instances)) +(expandtypeattribute (debugfs_tracing_instances_33_0) true) +(typeattribute debugfs_tracing_instances_33_0) +(typeattributeset hal_contexthub_hwservice_33_0 (hal_contexthub_hwservice)) +(expandtypeattribute (hal_contexthub_hwservice_33_0) true) +(typeattribute hal_contexthub_hwservice_33_0) +(typeattributeset blob_store_service_33_0 (blob_store_service)) +(expandtypeattribute (blob_store_service_33_0) true) +(typeattribute blob_store_service_33_0) +(typeattributeset persist_vendor_debug_wifi_prop_33_0 (persist_vendor_debug_wifi_prop)) +(expandtypeattribute (persist_vendor_debug_wifi_prop_33_0) true) +(typeattribute persist_vendor_debug_wifi_prop_33_0) +(typeattributeset proc_slabinfo_33_0 (proc_slabinfo)) +(expandtypeattribute (proc_slabinfo_33_0) true) +(typeattribute proc_slabinfo_33_0) +(typeattributeset proc_zoneinfo_33_0 (proc_zoneinfo)) +(expandtypeattribute (proc_zoneinfo_33_0) true) +(typeattribute proc_zoneinfo_33_0) +(typeattributeset proc_tty_drivers_33_0 (proc_tty_drivers)) +(expandtypeattribute (proc_tty_drivers_33_0) true) +(typeattribute proc_tty_drivers_33_0) +(typeattributeset mock_ota_prop_33_0 (mock_ota_prop)) +(expandtypeattribute (mock_ota_prop_33_0) true) +(typeattribute mock_ota_prop_33_0) +(typeattributeset mnt_pass_through_file_33_0 (mnt_pass_through_file)) +(expandtypeattribute (mnt_pass_through_file_33_0) true) +(typeattribute mnt_pass_through_file_33_0) +(typeattributeset sec_key_att_app_id_provider_service_33_0 (sec_key_att_app_id_provider_service)) +(expandtypeattribute (sec_key_att_app_id_provider_service_33_0) true) +(typeattribute sec_key_att_app_id_provider_service_33_0) +(typeattributeset activity_service_33_0 (activity_service)) +(expandtypeattribute (activity_service_33_0) true) +(typeattribute activity_service_33_0) +(typeattributeset media_config_prop_33_0 (media_config_prop)) +(expandtypeattribute (media_config_prop_33_0) true) +(typeattribute media_config_prop_33_0) +(typeattributeset mediaextractor_exec_33_0 (mediaextractor_exec)) +(expandtypeattribute (mediaextractor_exec_33_0) true) +(typeattribute mediaextractor_exec_33_0) +(typeattributeset fwk_automotive_display_hwservice_33_0 (fwk_automotive_display_hwservice)) +(expandtypeattribute (fwk_automotive_display_hwservice_33_0) true) +(typeattribute fwk_automotive_display_hwservice_33_0) +(typeattributeset tombstoned_java_trace_socket_33_0 (tombstoned_java_trace_socket)) +(expandtypeattribute (tombstoned_java_trace_socket_33_0) true) +(typeattribute tombstoned_java_trace_socket_33_0) +(typeattributeset watchdog_device_33_0 (watchdog_device)) +(expandtypeattribute (watchdog_device_33_0) true) +(typeattribute watchdog_device_33_0) +(typeattributeset build_config_prop_33_0 (build_config_prop)) +(expandtypeattribute (build_config_prop_33_0) true) +(typeattribute build_config_prop_33_0) +(typeattributeset apexd_config_prop_33_0 (apexd_config_prop)) +(expandtypeattribute (apexd_config_prop_33_0) true) +(typeattribute apexd_config_prop_33_0) +(typeattributeset audio_config_prop_33_0 (audio_config_prop)) +(expandtypeattribute (audio_config_prop_33_0) true) +(typeattribute audio_config_prop_33_0) +(typeattributeset provisioned_prop_33_0 (provisioned_prop)) +(expandtypeattribute (provisioned_prop_33_0) true) +(typeattribute provisioned_prop_33_0) +(typeattributeset task_profiles_file_33_0 (task_profiles_file)) +(expandtypeattribute (task_profiles_file_33_0) true) +(typeattribute task_profiles_file_33_0) +(typeattributeset hypervisor_prop_33_0 (hypervisor_prop)) +(expandtypeattribute (hypervisor_prop_33_0) true) +(typeattribute hypervisor_prop_33_0) +(typeattributeset graphics_device_33_0 (graphics_device)) +(expandtypeattribute (graphics_device_33_0) true) +(typeattribute graphics_device_33_0) +(typeattributeset method_trace_data_file_33_0 (method_trace_data_file)) +(expandtypeattribute (method_trace_data_file_33_0) true) +(typeattribute method_trace_data_file_33_0) +(typeattributeset vndservicemanager_33_0 (vndservicemanager)) +(expandtypeattribute (vndservicemanager_33_0) true) +(typeattribute vndservicemanager_33_0) +(typeattributeset tombstone_wifi_data_file_33_0 (tombstone_wifi_data_file)) +(expandtypeattribute (tombstone_wifi_data_file_33_0) true) +(typeattribute tombstone_wifi_data_file_33_0) +(typeattributeset apk_private_data_file_33_0 (apk_private_data_file)) +(expandtypeattribute (apk_private_data_file_33_0) true) +(typeattribute apk_private_data_file_33_0) +(typeattributeset vold_prepare_subdirs_33_0 (vold_prepare_subdirs)) +(expandtypeattribute (vold_prepare_subdirs_33_0) true) +(typeattribute vold_prepare_subdirs_33_0) +(typeattributeset iorapd_exec_33_0 (iorapd_exec)) +(expandtypeattribute (iorapd_exec_33_0) true) +(typeattribute iorapd_exec_33_0) +(typeattributeset binder_cache_bluetooth_server_prop_33_0 (binder_cache_bluetooth_server_prop)) +(expandtypeattribute (binder_cache_bluetooth_server_prop_33_0) true) +(typeattribute binder_cache_bluetooth_server_prop_33_0) +(typeattributeset hwservicemanager_33_0 (hwservicemanager)) +(expandtypeattribute (hwservicemanager_33_0) true) +(typeattribute hwservicemanager_33_0) +(typeattributeset keychord_device_33_0 (keychord_device)) +(expandtypeattribute (keychord_device_33_0) true) +(typeattribute keychord_device_33_0) +(typeattributeset secure_element_33_0 (secure_element)) +(expandtypeattribute (secure_element_33_0) true) +(typeattribute secure_element_33_0) +(typeattributeset hal_graphics_composer_hwservice_33_0 (hal_graphics_composer_hwservice)) +(expandtypeattribute (hal_graphics_composer_hwservice_33_0) true) +(typeattribute hal_graphics_composer_hwservice_33_0) +(typeattributeset servicemanager_33_0 (servicemanager)) +(expandtypeattribute (servicemanager_33_0) true) +(typeattribute servicemanager_33_0) +(typeattributeset apexd_select_prop_33_0 (apexd_select_prop)) +(expandtypeattribute (apexd_select_prop_33_0) true) +(typeattribute apexd_select_prop_33_0) +(typeattributeset ashmem_device_33_0 (ashmem_device)) +(expandtypeattribute (ashmem_device_33_0) true) +(typeattribute ashmem_device_33_0) +(typeattributeset virtual_touchpad_33_0 (virtual_touchpad)) +(expandtypeattribute (virtual_touchpad_33_0) true) +(typeattribute virtual_touchpad_33_0) +(typeattributeset hal_telephony_hwservice_33_0 (hal_telephony_hwservice)) +(expandtypeattribute (hal_telephony_hwservice_33_0) true) +(typeattribute hal_telephony_hwservice_33_0) +(typeattributeset fingerprint_prop_33_0 (fingerprint_prop)) +(expandtypeattribute (fingerprint_prop_33_0) true) +(typeattribute fingerprint_prop_33_0) +(typeattributeset flags_health_check_exec_33_0 (flags_health_check_exec)) +(expandtypeattribute (flags_health_check_exec_33_0) true) +(typeattribute flags_health_check_exec_33_0) +(typeattributeset file_integrity_service_33_0 (file_integrity_service)) +(expandtypeattribute (file_integrity_service_33_0) true) +(typeattribute file_integrity_service_33_0) +(typeattributeset sysfs_dma_heap_33_0 (sysfs_dma_heap)) +(expandtypeattribute (sysfs_dma_heap_33_0) true) +(typeattribute sysfs_dma_heap_33_0) +(typeattributeset proc_stat_33_0 (proc_stat)) +(expandtypeattribute (proc_stat_33_0) true) +(typeattribute proc_stat_33_0) +(typeattributeset rootfs_33_0 (rootfs)) +(expandtypeattribute (rootfs_33_0) true) +(typeattribute rootfs_33_0) +(typeattributeset cameraserver_tmpfs_33_0 (cameraserver_tmpfs)) +(expandtypeattribute (cameraserver_tmpfs_33_0) true) +(typeattribute cameraserver_tmpfs_33_0) +(typeattributeset sdcardfs_33_0 (sdcardfs)) +(expandtypeattribute (sdcardfs_33_0) true) +(typeattribute sdcardfs_33_0) +(typeattributeset hal_authsecret_service_33_0 (hal_authsecret_service)) +(expandtypeattribute (hal_authsecret_service_33_0) true) +(typeattribute hal_authsecret_service_33_0) +(typeattributeset exported_overlay_prop_33_0 (exported_overlay_prop)) +(expandtypeattribute (exported_overlay_prop_33_0) true) +(typeattribute exported_overlay_prop_33_0) +(typeattributeset netd_33_0 (netd)) +(expandtypeattribute (netd_33_0) true) +(typeattribute netd_33_0) +(typeattributeset authorization_service_33_0 (authorization_service)) +(expandtypeattribute (authorization_service_33_0) true) +(typeattribute authorization_service_33_0) +(typeattributeset sysfs_usb_33_0 (sysfs_usb)) +(expandtypeattribute (sysfs_usb_33_0) true) +(typeattribute sysfs_usb_33_0) +(typeattributeset qemu_sf_lcd_density_prop_33_0 (qemu_sf_lcd_density_prop)) +(expandtypeattribute (qemu_sf_lcd_density_prop_33_0) true) +(typeattribute qemu_sf_lcd_density_prop_33_0) +(typeattributeset hal_nlinterceptor_service_33_0 (hal_nlinterceptor_service)) +(expandtypeattribute (hal_nlinterceptor_service_33_0) true) +(typeattribute hal_nlinterceptor_service_33_0) +(typeattributeset proc_perf_33_0 (proc_perf)) +(expandtypeattribute (proc_perf_33_0) true) +(typeattribute proc_perf_33_0) +(typeattributeset system_server_dumper_service_33_0 (system_server_dumper_service)) +(expandtypeattribute (system_server_dumper_service_33_0) true) +(typeattribute system_server_dumper_service_33_0) +(typeattributeset mqueue_33_0 (mqueue)) +(expandtypeattribute (mqueue_33_0) true) +(typeattribute mqueue_33_0) +(typeattributeset tee_33_0 (tee)) +(expandtypeattribute (tee_33_0) true) +(typeattribute tee_33_0) +(typeattributeset apex_data_file_33_0 (apex_data_file)) +(expandtypeattribute (apex_data_file_33_0) true) +(typeattribute apex_data_file_33_0) +(typeattributeset mediadrm_config_prop_33_0 (mediadrm_config_prop)) +(expandtypeattribute (mediadrm_config_prop_33_0) true) +(typeattribute mediadrm_config_prop_33_0) +(typeattributeset apex_info_file_33_0 (apex_info_file)) +(expandtypeattribute (apex_info_file_33_0) true) +(typeattribute apex_info_file_33_0) +(typeattributeset bluetooth_config_prop_33_0 (bluetooth_config_prop)) +(expandtypeattribute (bluetooth_config_prop_33_0) true) +(typeattribute bluetooth_config_prop_33_0) +(typeattributeset device_config_activity_manager_native_boot_prop_33_0 (device_config_activity_manager_native_boot_prop)) +(expandtypeattribute (device_config_activity_manager_native_boot_prop_33_0) true) +(typeattribute device_config_activity_manager_native_boot_prop_33_0) +(typeattributeset media_session_service_33_0 (media_session_service)) +(expandtypeattribute (media_session_service_33_0) true) +(typeattribute media_session_service_33_0) +(typeattributeset recovery_config_prop_33_0 (recovery_config_prop)) +(expandtypeattribute (recovery_config_prop_33_0) true) +(typeattribute recovery_config_prop_33_0) +(typeattributeset hal_graphics_allocator_service_33_0 (hal_graphics_allocator_service)) +(expandtypeattribute (hal_graphics_allocator_service_33_0) true) +(typeattribute hal_graphics_allocator_service_33_0) +(typeattributeset adbd_33_0 (adbd)) +(expandtypeattribute (adbd_33_0) true) +(typeattribute adbd_33_0) +(typeattributeset bpfloader_33_0 (bpfloader)) +(expandtypeattribute (bpfloader_33_0) true) +(typeattribute bpfloader_33_0) +(typeattributeset vendor_public_lib_file_33_0 (vendor_public_lib_file)) +(expandtypeattribute (vendor_public_lib_file_33_0) true) +(typeattribute vendor_public_lib_file_33_0) +(typeattributeset proc_dirty_33_0 (proc_dirty)) +(expandtypeattribute (proc_dirty_33_0) true) +(typeattribute proc_dirty_33_0) +(typeattributeset vendor_cgroup_desc_file_33_0 (vendor_cgroup_desc_file)) +(expandtypeattribute (vendor_cgroup_desc_file_33_0) true) +(typeattribute vendor_cgroup_desc_file_33_0) +(typeattributeset sysfs_fs_ext4_features_33_0 (sysfs_fs_ext4_features)) +(expandtypeattribute (sysfs_fs_ext4_features_33_0) true) +(typeattribute sysfs_fs_ext4_features_33_0) +(typeattributeset dropbox_data_file_33_0 (dropbox_data_file)) +(expandtypeattribute (dropbox_data_file_33_0) true) +(typeattribute dropbox_data_file_33_0) +(typeattributeset textclassifier_data_file_33_0 (textclassifier_data_file)) +(expandtypeattribute (textclassifier_data_file_33_0) true) +(typeattribute textclassifier_data_file_33_0) +(typeattributeset fuse_33_0 (fuse)) +(expandtypeattribute (fuse_33_0) true) +(typeattribute fuse_33_0) +(typeattributeset fwk_automotive_display_service_33_0 (fwk_automotive_display_service)) +(expandtypeattribute (fwk_automotive_display_service_33_0) true) +(typeattribute fwk_automotive_display_service_33_0) +(typeattributeset recovery_33_0 (recovery)) +(expandtypeattribute (recovery_33_0) true) +(typeattribute recovery_33_0) +(typeattributeset timedetector_service_33_0 (timedetector_service)) +(expandtypeattribute (timedetector_service_33_0) true) +(typeattribute timedetector_service_33_0) +(typeattributeset bootstat_33_0 (bootstat)) +(expandtypeattribute (bootstat_33_0) true) +(typeattribute bootstat_33_0) +(typeattributeset traced_tmpfs_33_0 (traced_tmpfs)) +(expandtypeattribute (traced_tmpfs_33_0) true) +(typeattribute traced_tmpfs_33_0) +(typeattributeset labeledfs_33_0 (labeledfs)) +(expandtypeattribute (labeledfs_33_0) true) +(typeattribute labeledfs_33_0) +(typeattributeset mediaextractor_tmpfs_33_0 (mediaextractor_tmpfs)) +(expandtypeattribute (mediaextractor_tmpfs_33_0) true) +(typeattribute mediaextractor_tmpfs_33_0) +(typeattributeset super_block_device_33_0 (super_block_device)) +(expandtypeattribute (super_block_device_33_0) true) +(typeattribute super_block_device_33_0) +(typeattributeset proc_loadavg_33_0 (proc_loadavg)) +(expandtypeattribute (proc_loadavg_33_0) true) +(typeattribute proc_loadavg_33_0) +(typeattributeset system_security_cacerts_file_33_0 (system_security_cacerts_file)) +(expandtypeattribute (system_security_cacerts_file_33_0) true) +(typeattribute system_security_cacerts_file_33_0) +(typeattributeset proc_keys_33_0 (proc_keys)) +(expandtypeattribute (proc_keys_33_0) true) +(typeattribute proc_keys_33_0) +(typeattributeset pdx_bufferhub_dir_33_0 (pdx_bufferhub_dir)) +(expandtypeattribute (pdx_bufferhub_dir_33_0) true) +(typeattribute pdx_bufferhub_dir_33_0) +(typeattributeset usermodehelper_33_0 (usermodehelper)) +(expandtypeattribute (usermodehelper_33_0) true) +(typeattribute usermodehelper_33_0) +(typeattributeset hal_health_service_33_0 (hal_health_service)) +(expandtypeattribute (hal_health_service_33_0) true) +(typeattribute hal_health_service_33_0) +(typeattributeset mediaextractor_service_33_0 (mediaextractor_service)) +(expandtypeattribute (mediaextractor_service_33_0) true) +(typeattribute mediaextractor_service_33_0) +(typeattributeset debug_prop_33_0 (debug_prop)) +(expandtypeattribute (debug_prop_33_0) true) +(typeattribute debug_prop_33_0) +(typeattributeset hal_omx_hwservice_33_0 (hal_omx_hwservice)) +(expandtypeattribute (hal_omx_hwservice_33_0) true) +(typeattribute hal_omx_hwservice_33_0) +(typeattributeset incremental_service_33_0 (incremental_service)) +(expandtypeattribute (incremental_service_33_0) true) +(typeattribute incremental_service_33_0) +(typeattributeset bluetooth_audio_hal_prop_33_0 (bluetooth_audio_hal_prop)) +(expandtypeattribute (bluetooth_audio_hal_prop_33_0) true) +(typeattribute bluetooth_audio_hal_prop_33_0) +(typeattributeset lpdumpd_prop_33_0 (lpdumpd_prop)) +(expandtypeattribute (lpdumpd_prop_33_0) true) +(typeattribute lpdumpd_prop_33_0) +(typeattributeset proc_locks_33_0 (proc_locks)) +(expandtypeattribute (proc_locks_33_0) true) +(typeattribute proc_locks_33_0) +(typeattributeset update_engine_service_33_0 (update_engine_service)) +(expandtypeattribute (update_engine_service_33_0) true) +(typeattribute update_engine_service_33_0) +(typeattributeset test_harness_prop_33_0 (test_harness_prop)) +(expandtypeattribute (test_harness_prop_33_0) true) +(typeattribute test_harness_prop_33_0) +(typeattributeset lock_settings_service_33_0 (lock_settings_service)) +(expandtypeattribute (lock_settings_service_33_0) true) +(typeattribute lock_settings_service_33_0) +(typeattributeset systemsound_config_prop_33_0 (systemsound_config_prop)) +(expandtypeattribute (systemsound_config_prop_33_0) true) +(typeattribute systemsound_config_prop_33_0) +(typeattributeset ctl_interface_restart_prop_33_0 (ctl_interface_restart_prop)) +(expandtypeattribute (ctl_interface_restart_prop_33_0) true) +(typeattribute ctl_interface_restart_prop_33_0) +(typeattributeset staged_install_file_33_0 (staged_install_file)) +(expandtypeattribute (staged_install_file_33_0) true) +(typeattribute staged_install_file_33_0) +(typeattributeset cpu_variant_prop_33_0 (cpu_variant_prop)) +(expandtypeattribute (cpu_variant_prop_33_0) true) +(typeattribute cpu_variant_prop_33_0) +(typeattributeset cameraproxy_service_33_0 (cameraproxy_service)) +(expandtypeattribute (cameraproxy_service_33_0) true) +(typeattribute cameraproxy_service_33_0) +(typeattributeset build_prop_33_0 (build_prop)) +(expandtypeattribute (build_prop_33_0) true) +(typeattribute build_prop_33_0) +(typeattributeset audio_prop_33_0 (audio_prop)) +(expandtypeattribute (audio_prop_33_0) true) +(typeattribute audio_prop_33_0) +(typeattributeset apexd_33_0 (apexd)) +(expandtypeattribute (apexd_33_0) true) +(typeattribute apexd_33_0) +(typeattributeset healthd_33_0 (healthd)) +(expandtypeattribute (healthd_33_0) true) +(typeattribute healthd_33_0) +(typeattributeset keychain_data_file_33_0 (keychain_data_file)) +(expandtypeattribute (keychain_data_file_33_0) true) +(typeattribute keychain_data_file_33_0) +(typeattributeset apexd_prop_33_0 (apexd_prop)) +(expandtypeattribute (apexd_prop_33_0) true) +(typeattribute apexd_prop_33_0) +(typeattributeset media_metrics_service_33_0 (media_metrics_service)) +(expandtypeattribute (media_metrics_service_33_0) true) +(typeattribute media_metrics_service_33_0) +(typeattributeset kmsg_device_33_0 (kmsg_device)) +(expandtypeattribute (kmsg_device_33_0) true) +(typeattribute kmsg_device_33_0) +(typeattributeset netif_33_0 (netif)) +(expandtypeattribute (netif_33_0) true) +(typeattribute netif_33_0) +(typeattributeset webview_zygote_exec_33_0 (webview_zygote_exec)) +(expandtypeattribute (webview_zygote_exec_33_0) true) +(typeattribute webview_zygote_exec_33_0) +(typeattributeset hal_tetheroffload_hwservice_33_0 (hal_tetheroffload_hwservice)) +(expandtypeattribute (hal_tetheroffload_hwservice_33_0) true) +(typeattribute hal_tetheroffload_hwservice_33_0) +(typeattributeset proc_watermark_scale_factor_33_0 (proc_watermark_scale_factor)) +(expandtypeattribute (proc_watermark_scale_factor_33_0) true) +(typeattribute proc_watermark_scale_factor_33_0) +(typeattributeset zoneinfo_data_file_33_0 (zoneinfo_data_file)) +(expandtypeattribute (zoneinfo_data_file_33_0) true) +(typeattribute zoneinfo_data_file_33_0) +(typeattributeset radio_33_0 (radio)) +(expandtypeattribute (radio_33_0) true) +(typeattribute radio_33_0) +(typeattributeset extra_free_kbytes_33_0 (extra_free_kbytes)) +(expandtypeattribute (extra_free_kbytes_33_0) true) +(typeattribute extra_free_kbytes_33_0) +(typeattributeset smart_idle_maint_enabled_prop_33_0 (smart_idle_maint_enabled_prop)) +(expandtypeattribute (smart_idle_maint_enabled_prop_33_0) true) +(typeattribute smart_idle_maint_enabled_prop_33_0) +(typeattributeset pipefs_33_0 (pipefs)) +(expandtypeattribute (pipefs_33_0) true) +(typeattribute pipefs_33_0) +(typeattributeset pstorefs_33_0 (pstorefs)) +(expandtypeattribute (pstorefs_33_0) true) +(typeattribute pstorefs_33_0) +(typeattributeset remoteprovisioning_service_33_0 (remoteprovisioning_service)) +(expandtypeattribute (remoteprovisioning_service_33_0) true) +(typeattribute remoteprovisioning_service_33_0) +(typeattributeset device_config_surface_flinger_native_boot_prop_33_0 (device_config_surface_flinger_native_boot_prop)) +(expandtypeattribute (device_config_surface_flinger_native_boot_prop_33_0) true) +(typeattribute device_config_surface_flinger_native_boot_prop_33_0) +(typeattributeset device_config_vendor_system_native_prop_33_0 (device_config_vendor_system_native_prop)) +(expandtypeattribute (device_config_vendor_system_native_prop_33_0) true) +(typeattribute device_config_vendor_system_native_prop_33_0) +(typeattributeset proc_sysrq_33_0 (proc_sysrq)) +(expandtypeattribute (proc_sysrq_33_0) true) +(typeattribute proc_sysrq_33_0) +(typeattributeset gatekeeperd_33_0 (gatekeeperd)) +(expandtypeattribute (gatekeeperd_33_0) true) +(typeattribute gatekeeperd_33_0) +(typeattributeset perfetto_33_0 (perfetto)) +(expandtypeattribute (perfetto_33_0) true) +(typeattribute perfetto_33_0) +(typeattributeset consumer_ir_service_33_0 (consumer_ir_service)) +(expandtypeattribute (consumer_ir_service_33_0) true) +(typeattribute consumer_ir_service_33_0) +(typeattributeset sysfs_devices_cs_etm_33_0 (sysfs_devices_cs_etm)) +(expandtypeattribute (sysfs_devices_cs_etm_33_0) true) +(typeattribute sysfs_devices_cs_etm_33_0) +(typeattributeset virtual_device_service_33_0 (virtual_device_service)) +(expandtypeattribute (virtual_device_service_33_0) true) +(typeattribute virtual_device_service_33_0) +(typeattributeset sysfs_zram_33_0 (sysfs_zram)) +(expandtypeattribute (sysfs_zram_33_0) true) +(typeattribute sysfs_zram_33_0) +(typeattributeset gsi_data_file_33_0 (gsi_data_file)) +(expandtypeattribute (gsi_data_file_33_0) true) +(typeattribute gsi_data_file_33_0) +(typeattributeset wifi_data_file_33_0 (wifi_data_file)) +(expandtypeattribute (wifi_data_file_33_0) true) +(typeattribute wifi_data_file_33_0) +(typeattributeset mediametrics_service_33_0 (mediametrics_service)) +(expandtypeattribute (mediametrics_service_33_0) true) +(typeattribute mediametrics_service_33_0) +(typeattributeset hal_secureclock_service_33_0 (hal_secureclock_service)) +(expandtypeattribute (hal_secureclock_service_33_0) true) +(typeattribute hal_secureclock_service_33_0) +(typeattributeset system_boot_reason_prop_33_0 (system_boot_reason_prop)) +(expandtypeattribute (system_boot_reason_prop_33_0) true) +(typeattribute system_boot_reason_prop_33_0) +(typeattributeset task_profiles_api_file_33_0 (task_profiles_api_file)) +(expandtypeattribute (task_profiles_api_file_33_0) true) +(typeattribute task_profiles_api_file_33_0) +(typeattributeset hal_lowpan_hwservice_33_0 (hal_lowpan_hwservice)) +(expandtypeattribute (hal_lowpan_hwservice_33_0) true) +(typeattribute hal_lowpan_hwservice_33_0) +(typeattributeset statsd_33_0 (statsd)) +(expandtypeattribute (statsd_33_0) true) +(typeattribute statsd_33_0) +(typeattributeset assetatlas_service_33_0 (assetatlas_service)) +(expandtypeattribute (assetatlas_service_33_0) true) +(typeattribute assetatlas_service_33_0) +(typeattributeset proc_filesystems_33_0 (proc_filesystems)) +(expandtypeattribute (proc_filesystems_33_0) true) +(typeattribute proc_filesystems_33_0) +(typeattributeset backup_service_33_0 (backup_service)) +(expandtypeattribute (backup_service_33_0) true) +(typeattribute backup_service_33_0) +(typeattributeset pdx_display_manager_channel_socket_33_0 (pdx_display_manager_channel_socket)) +(expandtypeattribute (pdx_display_manager_channel_socket_33_0) true) +(typeattribute pdx_display_manager_channel_socket_33_0) +(typeattributeset traced_probes_33_0 (traced_probes)) +(expandtypeattribute (traced_probes_33_0) true) +(typeattribute traced_probes_33_0) +(typeattributeset zero_device_33_0 (zero_device)) +(expandtypeattribute (zero_device_33_0) true) +(typeattribute zero_device_33_0) +(typeattributeset vendor_keychars_file_33_0 (vendor_keychars_file)) +(expandtypeattribute (vendor_keychars_file_33_0) true) +(typeattribute vendor_keychars_file_33_0) +(typeattributeset wpantund_33_0 (wpantund)) +(expandtypeattribute (wpantund_33_0) true) +(typeattribute wpantund_33_0) +(typeattributeset system_linker_exec_33_0 (system_linker_exec)) +(expandtypeattribute (system_linker_exec_33_0) true) +(typeattribute system_linker_exec_33_0) +(typeattributeset hwservice_contexts_file_33_0 (hwservice_contexts_file)) +(expandtypeattribute (hwservice_contexts_file_33_0) true) +(typeattribute hwservice_contexts_file_33_0) +(typeattributeset service_contexts_file_33_0 (service_contexts_file)) +(expandtypeattribute (service_contexts_file_33_0) true) +(typeattribute service_contexts_file_33_0) +(typeattributeset translation_service_33_0 (translation_service)) +(expandtypeattribute (translation_service_33_0) true) +(typeattribute translation_service_33_0) +(typeattributeset exported_bluetooth_prop_33_0 (exported_bluetooth_prop)) +(expandtypeattribute (exported_bluetooth_prop_33_0) true) +(typeattribute exported_bluetooth_prop_33_0) +(typeattributeset sysfs_uio_33_0 (sysfs_uio)) +(expandtypeattribute (sysfs_uio_33_0) true) +(typeattribute sysfs_uio_33_0) +(typeattributeset vndservice_contexts_file_33_0 (vndservice_contexts_file)) +(expandtypeattribute (vndservice_contexts_file_33_0) true) +(typeattribute vndservice_contexts_file_33_0) +(typeattributeset incident_33_0 (incident)) +(expandtypeattribute (incident_33_0) true) +(typeattribute incident_33_0) +(typeattributeset vold_post_fs_data_prop_33_0 (vold_post_fs_data_prop)) +(expandtypeattribute (vold_post_fs_data_prop_33_0) true) +(typeattribute vold_post_fs_data_prop_33_0) +(typeattributeset mediatranscoding_service_33_0 (mediatranscoding_service)) +(expandtypeattribute (mediatranscoding_service_33_0) true) +(typeattribute mediatranscoding_service_33_0) +(typeattributeset cache_block_device_33_0 (cache_block_device)) +(expandtypeattribute (cache_block_device_33_0) true) +(typeattribute cache_block_device_33_0) +(typeattributeset dynamic_system_prop_33_0 (dynamic_system_prop)) +(expandtypeattribute (dynamic_system_prop_33_0) true) +(typeattribute dynamic_system_prop_33_0) +(typeattributeset soundtrigger_middleware_service_33_0 (soundtrigger_middleware_service)) +(expandtypeattribute (soundtrigger_middleware_service_33_0) true) +(typeattribute soundtrigger_middleware_service_33_0) +(typeattributeset crash_dump_exec_33_0 (crash_dump_exec)) +(expandtypeattribute (crash_dump_exec_33_0) true) +(typeattribute crash_dump_exec_33_0) +(typeattributeset vendor_public_framework_file_33_0 (vendor_public_framework_file)) +(expandtypeattribute (vendor_public_framework_file_33_0) true) +(typeattribute vendor_public_framework_file_33_0) +(typeattributeset shell_33_0 (shell)) +(expandtypeattribute (shell_33_0) true) +(typeattribute shell_33_0) +(typeattributeset network_time_update_service_33_0 (network_time_update_service)) +(expandtypeattribute (network_time_update_service_33_0) true) +(typeattribute network_time_update_service_33_0) +(typeattributeset theme_prop_33_0 (theme_prop)) +(expandtypeattribute (theme_prop_33_0) true) +(typeattribute theme_prop_33_0) +(typeattributeset seapp_contexts_file_33_0 (seapp_contexts_file)) +(expandtypeattribute (seapp_contexts_file_33_0) true) +(typeattribute seapp_contexts_file_33_0) +(typeattributeset textclassification_service_33_0 (textclassification_service)) +(expandtypeattribute (textclassification_service_33_0) true) +(typeattribute textclassification_service_33_0) +(typeattributeset blkid_untrusted_33_0 (blkid_untrusted)) +(expandtypeattribute (blkid_untrusted_33_0) true) +(typeattribute blkid_untrusted_33_0) +(typeattributeset rss_hwm_reset_33_0 (rss_hwm_reset)) +(expandtypeattribute (rss_hwm_reset_33_0) true) +(typeattribute rss_hwm_reset_33_0) +(typeattributeset speech_recognition_service_33_0 (speech_recognition_service)) +(expandtypeattribute (speech_recognition_service_33_0) true) +(typeattribute speech_recognition_service_33_0) +(typeattributeset dumpstate_prop_33_0 (dumpstate_prop)) +(expandtypeattribute (dumpstate_prop_33_0) true) +(typeattribute dumpstate_prop_33_0) +(typeattributeset zygote_exec_33_0 (zygote_exec)) +(expandtypeattribute (zygote_exec_33_0) true) +(typeattribute zygote_exec_33_0) +(typeattributeset cppreopt_prop_33_0 (cppreopt_prop)) +(expandtypeattribute (cppreopt_prop_33_0) true) +(typeattribute cppreopt_prop_33_0) +(typeattributeset radio_prop_33_0 (radio_prop)) +(expandtypeattribute (radio_prop_33_0) true) +(typeattribute radio_prop_33_0) +(typeattributeset postinstall_mnt_dir_33_0 (postinstall_mnt_dir)) +(expandtypeattribute (postinstall_mnt_dir_33_0) true) +(typeattribute postinstall_mnt_dir_33_0) +(typeattributeset misc_user_data_file_33_0 (misc_user_data_file)) +(expandtypeattribute (misc_user_data_file_33_0) true) +(typeattribute misc_user_data_file_33_0) +(typeattributeset debugfs_wifi_tracing_33_0 (debugfs_wifi_tracing)) +(expandtypeattribute (debugfs_wifi_tracing_33_0) true) +(typeattribute debugfs_wifi_tracing_33_0) +(typeattributeset sysfs_fs_incfs_features_33_0 (sysfs_fs_incfs_features)) +(expandtypeattribute (sysfs_fs_incfs_features_33_0) true) +(typeattribute sysfs_fs_incfs_features_33_0) +(typeattributeset shell_prop_33_0 (shell_prop)) +(expandtypeattribute (shell_prop_33_0) true) +(typeattribute shell_prop_33_0) +(typeattributeset dev_cpu_variant_33_0 (dev_cpu_variant)) +(expandtypeattribute (dev_cpu_variant_33_0) true) +(typeattribute dev_cpu_variant_33_0) +(typeattributeset system_linker_config_file_33_0 (system_linker_config_file)) +(expandtypeattribute (system_linker_config_file_33_0) true) +(typeattribute system_linker_config_file_33_0) +(typeattributeset keyguard_config_prop_33_0 (keyguard_config_prop)) +(expandtypeattribute (keyguard_config_prop_33_0) true) +(typeattribute keyguard_config_prop_33_0) +(typeattributeset aac_drc_prop_33_0 (aac_drc_prop)) +(expandtypeattribute (aac_drc_prop_33_0) true) +(typeattribute aac_drc_prop_33_0) +(typeattributeset password_slot_metadata_file_33_0 (password_slot_metadata_file)) +(expandtypeattribute (password_slot_metadata_file_33_0) true) +(typeattribute password_slot_metadata_file_33_0) +(typeattributeset isolated_app_33_0 (isolated_app)) +(expandtypeattribute (isolated_app_33_0) true) +(typeattribute isolated_app_33_0) +(typeattributeset sysfs_vibrator_33_0 (sysfs_vibrator)) +(expandtypeattribute (sysfs_vibrator_33_0) true) +(typeattribute sysfs_vibrator_33_0) +(typeattributeset network_management_service_33_0 (network_management_service)) +(expandtypeattribute (network_management_service_33_0) true) +(typeattribute network_management_service_33_0) +(typeattributeset heapprofd_prop_33_0 (heapprofd_prop)) +(expandtypeattribute (heapprofd_prop_33_0) true) +(typeattribute heapprofd_prop_33_0) +(typeattributeset sysfs_hwrandom_33_0 (sysfs_hwrandom)) +(expandtypeattribute (sysfs_hwrandom_33_0) true) +(typeattribute sysfs_hwrandom_33_0) +(typeattributeset virtualization_service_33_0 (virtualization_service)) +(expandtypeattribute (virtualization_service_33_0) true) +(typeattribute virtualization_service_33_0) +(typeattributeset system_server_33_0 (system_server)) +(expandtypeattribute (system_server_33_0) true) +(typeattribute system_server_33_0) +(typeattributeset device_identifiers_service_33_0 (device_identifiers_service)) +(expandtypeattribute (device_identifiers_service_33_0) true) +(typeattribute device_identifiers_service_33_0) +(typeattributeset userspace_reboot_exported_prop_33_0 (userspace_reboot_exported_prop)) +(expandtypeattribute (userspace_reboot_exported_prop_33_0) true) +(typeattribute userspace_reboot_exported_prop_33_0) +(typeattributeset network_score_service_33_0 (network_score_service)) +(expandtypeattribute (network_score_service_33_0) true) +(typeattribute network_score_service_33_0) +(typeattributeset e2fs_33_0 (e2fs)) +(expandtypeattribute (e2fs_33_0) true) +(typeattribute e2fs_33_0) +(typeattributeset usbfs_33_0 (usbfs)) +(expandtypeattribute (usbfs_33_0) true) +(typeattribute usbfs_33_0) +(typeattributeset binderfs_33_0 (binderfs)) +(expandtypeattribute (binderfs_33_0) true) +(typeattribute binderfs_33_0) +(typeattributeset debugfs_wakeup_sources_33_0 (debugfs_wakeup_sources)) +(expandtypeattribute (debugfs_wakeup_sources_33_0) true) +(typeattribute debugfs_wakeup_sources_33_0) +(typeattributeset surfaceflinger_display_prop_33_0 (surfaceflinger_display_prop)) +(expandtypeattribute (surfaceflinger_display_prop_33_0) true) +(typeattribute surfaceflinger_display_prop_33_0) +(typeattributeset incident_helper_33_0 (incident_helper)) +(expandtypeattribute (incident_helper_33_0) true) +(typeattribute incident_helper_33_0) +(typeattributeset sendbug_config_prop_33_0 (sendbug_config_prop)) +(expandtypeattribute (sendbug_config_prop_33_0) true) +(typeattribute sendbug_config_prop_33_0) +(typeattributeset system_wifi_keystore_hwservice_33_0 (system_wifi_keystore_hwservice)) +(expandtypeattribute (system_wifi_keystore_hwservice_33_0) true) +(typeattribute system_wifi_keystore_hwservice_33_0) +(typeattributeset sdcardd_33_0 (sdcardd)) +(expandtypeattribute (sdcardd_33_0) true) +(typeattribute sdcardd_33_0) +(typeattributeset audioserver_tmpfs_33_0 (audioserver_tmpfs)) +(expandtypeattribute (audioserver_tmpfs_33_0) true) +(typeattribute audioserver_tmpfs_33_0) +(typeattributeset mediaserver_tmpfs_33_0 (mediaserver_tmpfs)) +(expandtypeattribute (mediaserver_tmpfs_33_0) true) +(typeattribute mediaserver_tmpfs_33_0) +(typeattributeset thermal_service_33_0 (thermal_service)) +(expandtypeattribute (thermal_service_33_0) true) +(typeattribute thermal_service_33_0) +(typeattributeset connectivity_native_service_33_0 (connectivity_native_service)) +(expandtypeattribute (connectivity_native_service_33_0) true) +(typeattribute connectivity_native_service_33_0) +(typeattributeset idmap_service_33_0 (idmap_service)) +(expandtypeattribute (idmap_service_33_0) true) +(typeattribute idmap_service_33_0) +(typeattributeset logdr_socket_33_0 (logdr_socket)) +(expandtypeattribute (logdr_socket_33_0) true) +(typeattribute logdr_socket_33_0) +(typeattributeset logdw_socket_33_0 (logdw_socket)) +(expandtypeattribute (logdw_socket_33_0) true) +(typeattribute logdw_socket_33_0) +(typeattributeset vpn_data_file_33_0 (vpn_data_file)) +(expandtypeattribute (vpn_data_file_33_0) true) +(typeattribute vpn_data_file_33_0) +(typeattributeset dalvikcache_data_file_33_0 (dalvikcache_data_file)) +(expandtypeattribute (dalvikcache_data_file_33_0) true) +(typeattribute dalvikcache_data_file_33_0) +(typeattributeset hw_timeout_multiplier_prop_33_0 (hw_timeout_multiplier_prop)) +(expandtypeattribute (hw_timeout_multiplier_prop_33_0) true) +(typeattribute hw_timeout_multiplier_prop_33_0) +(typeattributeset drm_service_config_prop_33_0 (drm_service_config_prop)) +(expandtypeattribute (drm_service_config_prop_33_0) true) +(typeattribute drm_service_config_prop_33_0) +(typeattributeset mediaserver_service_33_0 (mediaserver_service)) +(expandtypeattribute (mediaserver_service_33_0) true) +(typeattribute mediaserver_service_33_0) +(typeattributeset network_stack_33_0 (network_stack)) +(expandtypeattribute (network_stack_33_0) true) +(typeattribute network_stack_33_0) +(typeattributeset property_data_file_33_0 (property_data_file)) +(expandtypeattribute (property_data_file_33_0) true) +(typeattribute property_data_file_33_0) +(typeattributeset binderfs_logs_proc_33_0 (binderfs_logs_proc)) +(expandtypeattribute (binderfs_logs_proc_33_0) true) +(typeattribute binderfs_logs_proc_33_0) +(typeattributeset wifi_hal_prop_33_0 (wifi_hal_prop)) +(expandtypeattribute (wifi_hal_prop_33_0) true) +(typeattribute wifi_hal_prop_33_0) +(typeattributeset wifi_log_prop_33_0 (wifi_log_prop)) +(expandtypeattribute (wifi_log_prop_33_0) true) +(typeattribute wifi_log_prop_33_0) +(typeattributeset accessibility_service_33_0 (accessibility_service)) +(expandtypeattribute (accessibility_service_33_0) true) +(typeattribute accessibility_service_33_0) +(typeattributeset timezonedetector_service_33_0 (timezonedetector_service)) +(expandtypeattribute (timezonedetector_service_33_0) true) +(typeattribute timezonedetector_service_33_0) +(typeattributeset camera_device_33_0 (camera_device)) +(expandtypeattribute (camera_device_33_0) true) +(typeattribute camera_device_33_0) +(typeattributeset recovery_data_file_33_0 (recovery_data_file)) +(expandtypeattribute (recovery_data_file_33_0) true) +(typeattribute recovery_data_file_33_0) +(typeattributeset system_app_data_file_33_0 (system_app_data_file)) +(expandtypeattribute (system_app_data_file_33_0) true) +(typeattribute system_app_data_file_33_0) +(typeattributeset proc_cpu_alignment_33_0 (proc_cpu_alignment)) +(expandtypeattribute (proc_cpu_alignment_33_0) true) +(typeattribute proc_cpu_alignment_33_0) +(typeattributeset sysfs_fs_fuse_bpf_33_0 (sysfs_fs_fuse_bpf)) +(expandtypeattribute (sysfs_fs_fuse_bpf_33_0) true) +(typeattribute sysfs_fs_fuse_bpf_33_0) +(typeattributeset media_variant_prop_33_0 (media_variant_prop)) +(expandtypeattribute (media_variant_prop_33_0) true) +(typeattribute media_variant_prop_33_0) +(typeattributeset sysfs_leds_33_0 (sysfs_leds)) +(expandtypeattribute (sysfs_leds_33_0) true) +(typeattribute sysfs_leds_33_0) +(typeattributeset adaptive_haptics_prop_33_0 (adaptive_haptics_prop)) +(expandtypeattribute (adaptive_haptics_prop_33_0) true) +(typeattribute adaptive_haptics_prop_33_0) +(typeattributeset restrictions_service_33_0 (restrictions_service)) +(expandtypeattribute (restrictions_service_33_0) true) +(typeattribute restrictions_service_33_0) +(typeattributeset dck_prop_33_0 (dck_prop)) +(expandtypeattribute (dck_prop_33_0) true) +(typeattribute dck_prop_33_0) +(typeattributeset log_prop_33_0 (log_prop)) +(expandtypeattribute (log_prop_33_0) true) +(typeattribute log_prop_33_0) +(typeattributeset mmc_prop_33_0 (mmc_prop)) +(expandtypeattribute (mmc_prop_33_0) true) +(typeattribute mmc_prop_33_0) +(typeattributeset nfc_prop_33_0 (nfc_prop)) +(expandtypeattribute (nfc_prop_33_0) true) +(typeattribute nfc_prop_33_0) +(typeattributeset ota_prop_33_0 (ota_prop)) +(expandtypeattribute (ota_prop_33_0) true) +(typeattribute ota_prop_33_0) +(typeattributeset soc_prop_33_0 (soc_prop)) +(expandtypeattribute (soc_prop_33_0) true) +(typeattribute soc_prop_33_0) +(typeattributeset usb_prop_33_0 (usb_prop)) +(expandtypeattribute (usb_prop_33_0) true) +(typeattribute usb_prop_33_0) +(typeattributeset toolbox_33_0 (toolbox)) +(expandtypeattribute (toolbox_33_0) true) +(typeattribute toolbox_33_0) +(typeattributeset IProxyService_service_33_0 (IProxyService_service)) +(expandtypeattribute (IProxyService_service_33_0) true) +(typeattribute IProxyService_service_33_0) +(typeattributeset hal_vehicle_service_33_0 (hal_vehicle_service)) +(expandtypeattribute (hal_vehicle_service_33_0) true) +(typeattribute hal_vehicle_service_33_0) +(typeattributeset aidl_lazy_test_service_33_0 (aidl_lazy_test_service)) +(expandtypeattribute (aidl_lazy_test_service_33_0) true) +(typeattribute aidl_lazy_test_service_33_0) +(typeattributeset music_recognition_service_33_0 (music_recognition_service)) +(expandtypeattribute (music_recognition_service_33_0) true) +(typeattribute music_recognition_service_33_0) +(typeattributeset mnt_media_rw_stub_file_33_0 (mnt_media_rw_stub_file)) +(expandtypeattribute (mnt_media_rw_stub_file_33_0) true) +(typeattribute mnt_media_rw_stub_file_33_0) +(typeattributeset proc_33_0 (proc)) +(expandtypeattribute (proc_33_0) true) +(typeattribute proc_33_0) +(typeattributeset bluetooth_socket_33_0 (bluetooth_socket)) +(expandtypeattribute (bluetooth_socket_33_0) true) +(typeattribute bluetooth_socket_33_0) +(typeattributeset logcat_exec_33_0 (logcat_exec)) +(expandtypeattribute (logcat_exec_33_0) true) +(typeattribute logcat_exec_33_0) +(typeattributeset apk_verity_prop_33_0 (apk_verity_prop)) +(expandtypeattribute (apk_verity_prop_33_0) true) +(typeattribute apk_verity_prop_33_0) +(typeattributeset inputflinger_exec_33_0 (inputflinger_exec)) +(expandtypeattribute (inputflinger_exec_33_0) true) +(typeattribute inputflinger_exec_33_0) +(typeattributeset overlay_prop_33_0 (overlay_prop)) +(expandtypeattribute (overlay_prop_33_0) true) +(typeattribute overlay_prop_33_0) +(typeattributeset camera_calibration_prop_33_0 (camera_calibration_prop)) +(expandtypeattribute (camera_calibration_prop_33_0) true) +(typeattribute camera_calibration_prop_33_0) +(typeattributeset test_boot_reason_prop_33_0 (test_boot_reason_prop)) +(expandtypeattribute (test_boot_reason_prop_33_0) true) +(typeattribute test_boot_reason_prop_33_0) +(typeattributeset hal_wifi_hostapd_hwservice_33_0 (hal_wifi_hostapd_hwservice)) +(expandtypeattribute (hal_wifi_hostapd_hwservice_33_0) true) +(typeattribute hal_wifi_hostapd_hwservice_33_0) +(typeattributeset safemode_prop_33_0 (safemode_prop)) +(expandtypeattribute (safemode_prop_33_0) true) +(typeattribute safemode_prop_33_0) +(typeattributeset wallpaper_file_33_0 (wallpaper_file)) +(expandtypeattribute (wallpaper_file_33_0) true) +(typeattribute wallpaper_file_33_0) +(typeattributeset shortcut_manager_icons_33_0 (shortcut_manager_icons)) +(expandtypeattribute (shortcut_manager_icons_33_0) true) +(typeattribute shortcut_manager_icons_33_0) +(typeattributeset proc_asound_33_0 (proc_asound)) +(expandtypeattribute (proc_asound_33_0) true) +(typeattribute proc_asound_33_0) +(typeattributeset apex_mnt_dir_33_0 (apex_mnt_dir)) +(expandtypeattribute (apex_mnt_dir_33_0) true) +(typeattribute apex_mnt_dir_33_0) +(typeattributeset hal_neuralnetworks_hwservice_33_0 (hal_neuralnetworks_hwservice)) +(expandtypeattribute (hal_neuralnetworks_hwservice_33_0) true) +(typeattribute hal_neuralnetworks_hwservice_33_0) +(typeattributeset selection_toolbar_service_33_0 (selection_toolbar_service)) +(expandtypeattribute (selection_toolbar_service_33_0) true) +(typeattribute selection_toolbar_service_33_0) +(typeattributeset build_vendor_prop_33_0 (build_vendor_prop)) +(expandtypeattribute (build_vendor_prop_33_0) true) +(typeattribute build_vendor_prop_33_0) +(typeattributeset dhcp_prop_33_0 (dhcp_prop)) +(expandtypeattribute (dhcp_prop_33_0) true) +(typeattribute dhcp_prop_33_0) +(typeattributeset gps_control_33_0 (gps_control)) +(expandtypeattribute (gps_control_33_0) true) +(typeattribute gps_control_33_0) +(typeattributeset llkd_prop_33_0 (llkd_prop)) +(expandtypeattribute (llkd_prop_33_0) true) +(typeattribute llkd_prop_33_0) +(typeattributeset lmkd_prop_33_0 (lmkd_prop)) +(expandtypeattribute (lmkd_prop_33_0) true) +(typeattribute lmkd_prop_33_0) +(typeattributeset logd_prop_33_0 (logd_prop)) +(expandtypeattribute (logd_prop_33_0) true) +(typeattribute logd_prop_33_0) +(typeattributeset system_unsolzygote_socket_33_0 (system_unsolzygote_socket)) +(expandtypeattribute (system_unsolzygote_socket_33_0) true) +(typeattribute system_unsolzygote_socket_33_0) +(typeattributeset dumpstate_options_prop_33_0 (dumpstate_options_prop)) +(expandtypeattribute (dumpstate_options_prop_33_0) true) +(typeattribute dumpstate_options_prop_33_0) +(typeattributeset proc_uid_concurrent_active_time_33_0 (proc_uid_concurrent_active_time)) +(expandtypeattribute (proc_uid_concurrent_active_time_33_0) true) +(typeattribute proc_uid_concurrent_active_time_33_0) +(typeattributeset vndk_prop_33_0 (vndk_prop)) +(expandtypeattribute (vndk_prop_33_0) true) +(typeattribute vndk_prop_33_0) +(typeattributeset vold_prop_33_0 (vold_prop)) +(expandtypeattribute (vold_prop_33_0) true) +(typeattribute vold_prop_33_0) +(typeattributeset wifi_prop_33_0 (wifi_prop)) +(expandtypeattribute (wifi_prop_33_0) true) +(typeattribute wifi_prop_33_0) +(typeattributeset time_prop_33_0 (time_prop)) +(expandtypeattribute (time_prop_33_0) true) +(typeattribute time_prop_33_0) +(typeattributeset imms_service_33_0 (imms_service)) +(expandtypeattribute (imms_service_33_0) true) +(typeattribute imms_service_33_0) +(typeattributeset sota_prop_33_0 (sota_prop)) +(expandtypeattribute (sota_prop_33_0) true) +(typeattribute sota_prop_33_0) +(typeattributeset app_integrity_service_33_0 (app_integrity_service)) +(expandtypeattribute (app_integrity_service_33_0) true) +(typeattribute app_integrity_service_33_0) +(typeattributeset charger_config_prop_33_0 (charger_config_prop)) +(expandtypeattribute (charger_config_prop_33_0) true) +(typeattribute charger_config_prop_33_0) +(typeattributeset sysfs_33_0 (sysfs)) +(expandtypeattribute (sysfs_33_0) true) +(typeattribute sysfs_33_0) +(typeattributeset default_android_service_33_0 (default_android_service)) +(expandtypeattribute (default_android_service_33_0) true) +(typeattribute default_android_service_33_0) +(typeattributeset hal_sharedsecret_service_33_0 (hal_sharedsecret_service)) +(expandtypeattribute (hal_sharedsecret_service_33_0) true) +(typeattribute hal_sharedsecret_service_33_0) +(typeattributeset bufferhubd_33_0 (bufferhubd)) +(expandtypeattribute (bufferhubd_33_0) true) +(typeattribute bufferhubd_33_0) +(typeattributeset simpleperf_33_0 (simpleperf)) +(expandtypeattribute (simpleperf_33_0) true) +(typeattribute simpleperf_33_0) +(typeattributeset socket_hook_prop_33_0 (socket_hook_prop)) +(expandtypeattribute (socket_hook_prop_33_0) true) +(typeattribute socket_hook_prop_33_0) +(typeattributeset traced_lazy_prop_33_0 (traced_lazy_prop)) +(expandtypeattribute (traced_lazy_prop_33_0) true) +(typeattribute traced_lazy_prop_33_0) +(typeattributeset sysfs_devices_system_cpu_33_0 (sysfs_devices_system_cpu)) +(expandtypeattribute (sysfs_devices_system_cpu_33_0) true) +(typeattribute sysfs_devices_system_cpu_33_0) +(typeattributeset untrusted_app_33_0 (untrusted_app)) +(expandtypeattribute (untrusted_app_33_0) true) +(typeattribute untrusted_app_33_0) +(typeattributeset system_suspend_control_internal_service_33_0 (system_suspend_control_internal_service)) +(expandtypeattribute (system_suspend_control_internal_service_33_0) true) +(typeattribute system_suspend_control_internal_service_33_0) +(typeattributeset shared_relro_33_0 (shared_relro)) +(expandtypeattribute (shared_relro_33_0) true) +(typeattribute shared_relro_33_0) +(typeattributeset hal_input_processor_service_33_0 (hal_input_processor_service)) +(expandtypeattribute (hal_input_processor_service_33_0) true) +(typeattribute hal_input_processor_service_33_0) +(typeattributeset hal_wifi_hwservice_33_0 (hal_wifi_hwservice)) +(expandtypeattribute (hal_wifi_hwservice_33_0) true) +(typeattribute hal_wifi_hwservice_33_0) +(typeattributeset proc_vmstat_33_0 (proc_vmstat)) +(expandtypeattribute (proc_vmstat_33_0) true) +(typeattribute proc_vmstat_33_0) +(typeattributeset binderfs_features_33_0 (binderfs_features)) +(expandtypeattribute (binderfs_features_33_0) true) +(typeattribute binderfs_features_33_0) +(typeattributeset storage_config_prop_33_0 (storage_config_prop)) +(expandtypeattribute (storage_config_prop_33_0) true) +(typeattribute storage_config_prop_33_0) +(typeattributeset hal_graphics_mapper_hwservice_33_0 (hal_graphics_mapper_hwservice)) +(expandtypeattribute (hal_graphics_mapper_hwservice_33_0) true) +(typeattribute hal_graphics_mapper_hwservice_33_0) +(typeattributeset diced_33_0 (diced)) +(expandtypeattribute (diced_33_0) true) +(typeattribute diced_33_0) +(typeattributeset traced_33_0 (traced)) +(expandtypeattribute (traced_33_0) true) +(typeattribute traced_33_0) +(typeattributeset debugfs_kprobes_33_0 (debugfs_kprobes)) +(expandtypeattribute (debugfs_kprobes_33_0) true) +(typeattribute debugfs_kprobes_33_0) +(typeattributeset proc_uid_concurrent_policy_time_33_0 (proc_uid_concurrent_policy_time)) +(expandtypeattribute (proc_uid_concurrent_policy_time_33_0) true) +(typeattribute proc_uid_concurrent_policy_time_33_0) +(typeattributeset audio_data_file_33_0 (audio_data_file)) +(expandtypeattribute (audio_data_file_33_0) true) +(typeattribute audio_data_file_33_0) +(typeattributeset radio_data_file_33_0 (radio_data_file)) +(expandtypeattribute (radio_data_file_33_0) true) +(typeattribute radio_data_file_33_0) +(typeattributeset traceur_app_33_0 (traceur_app)) +(expandtypeattribute (traceur_app_33_0) true) +(typeattribute traceur_app_33_0) +(typeattributeset display_service_33_0 (display_service)) +(expandtypeattribute (display_service_33_0) true) +(typeattribute display_service_33_0) +(typeattributeset overlay_service_33_0 (overlay_service)) +(expandtypeattribute (overlay_service_33_0) true) +(typeattribute overlay_service_33_0) +(typeattributeset hal_wifi_supplicant_hwservice_33_0 (hal_wifi_supplicant_hwservice)) +(expandtypeattribute (hal_wifi_supplicant_hwservice_33_0) true) +(typeattribute hal_wifi_supplicant_hwservice_33_0) +(typeattributeset performanced_exec_33_0 (performanced_exec)) +(expandtypeattribute (performanced_exec_33_0) true) +(typeattribute performanced_exec_33_0) +(typeattributeset charger_status_prop_33_0 (charger_status_prop)) +(expandtypeattribute (charger_status_prop_33_0) true) +(typeattribute charger_status_prop_33_0) +(typeattributeset usbd_33_0 (usbd)) +(expandtypeattribute (usbd_33_0) true) +(typeattribute usbd_33_0) +(typeattributeset proc_page_cluster_33_0 (proc_page_cluster)) +(expandtypeattribute (proc_page_cluster_33_0) true) +(typeattribute proc_page_cluster_33_0) +(typeattributeset emergency_affordance_service_33_0 (emergency_affordance_service)) +(expandtypeattribute (emergency_affordance_service_33_0) true) +(typeattribute emergency_affordance_service_33_0) +(typeattributeset hal_health_hwservice_33_0 (hal_health_hwservice)) +(expandtypeattribute (hal_health_hwservice_33_0) true) +(typeattribute hal_health_hwservice_33_0) +(typeattributeset system_wpa_socket_33_0 (system_wpa_socket)) +(expandtypeattribute (system_wpa_socket_33_0) true) +(typeattribute system_wpa_socket_33_0) +(typeattributeset sysfs_rtc_33_0 (sysfs_rtc)) +(expandtypeattribute (sysfs_rtc_33_0) true) +(typeattribute sysfs_rtc_33_0) +(typeattributeset fsck_33_0 (fsck)) +(expandtypeattribute (fsck_33_0) true) +(typeattribute fsck_33_0) +(typeattributeset keystore_compat_hal_service_33_0 (keystore_compat_hal_service)) +(expandtypeattribute (keystore_compat_hal_service_33_0) true) +(typeattribute keystore_compat_hal_service_33_0) +(typeattributeset proc_bpf_33_0 (proc_bpf)) +(expandtypeattribute (proc_bpf_33_0) true) +(typeattribute proc_bpf_33_0) +(typeattributeset fs_bpf_33_0 (fs_bpf)) +(expandtypeattribute (fs_bpf_33_0) true) +(typeattribute fs_bpf_33_0) +(typeattributeset snapshotctl_log_data_file_33_0 (snapshotctl_log_data_file)) +(expandtypeattribute (snapshotctl_log_data_file_33_0) true) +(typeattribute snapshotctl_log_data_file_33_0) +(typeattributeset iorap_prefetcherd_33_0 (iorap_prefetcherd)) +(expandtypeattribute (iorap_prefetcherd_33_0) true) +(typeattribute iorap_prefetcherd_33_0) +(typeattributeset dalvik_runtime_prop_33_0 (dalvik_runtime_prop)) +(expandtypeattribute (dalvik_runtime_prop_33_0) true) +(typeattribute dalvik_runtime_prop_33_0) +(typeattributeset prng_seeder_33_0 (prng_seeder)) +(expandtypeattribute (prng_seeder_33_0) true) +(typeattribute prng_seeder_33_0) +(typeattributeset netd_listener_service_33_0 (netd_listener_service)) +(expandtypeattribute (netd_listener_service_33_0) true) +(typeattribute netd_listener_service_33_0) +(typeattributeset debugfs_bootreceiver_tracing_33_0 (debugfs_bootreceiver_tracing)) +(expandtypeattribute (debugfs_bootreceiver_tracing_33_0) true) +(typeattribute debugfs_bootreceiver_tracing_33_0) +(typeattributeset vcn_management_service_33_0 (vcn_management_service)) +(expandtypeattribute (vcn_management_service_33_0) true) +(typeattribute vcn_management_service_33_0) +(typeattributeset vpn_management_service_33_0 (vpn_management_service)) +(expandtypeattribute (vpn_management_service_33_0) true) +(typeattribute vpn_management_service_33_0) +(typeattributeset app_fusefs_33_0 (app_fusefs)) +(expandtypeattribute (app_fusefs_33_0) true) +(typeattribute app_fusefs_33_0) +(typeattributeset graphics_config_prop_33_0 (graphics_config_prop)) +(expandtypeattribute (graphics_config_prop_33_0) true) +(typeattribute graphics_config_prop_33_0) +(typeattributeset proc_overcommit_memory_33_0 (proc_overcommit_memory)) +(expandtypeattribute (proc_overcommit_memory_33_0) true) +(typeattribute proc_overcommit_memory_33_0) +(typeattributeset ctl_dumpstate_prop_33_0 (ctl_dumpstate_prop)) +(expandtypeattribute (ctl_dumpstate_prop_33_0) true) +(typeattribute ctl_dumpstate_prop_33_0) +(typeattributeset build_bootimage_prop_33_0 (build_bootimage_prop)) +(expandtypeattribute (build_bootimage_prop_33_0) true) +(typeattribute build_bootimage_prop_33_0) +(typeattributeset init_service_status_prop_33_0 (init_service_status_prop)) +(expandtypeattribute (init_service_status_prop_33_0) true) +(typeattribute init_service_status_prop_33_0) +(typeattributeset connmetrics_service_33_0 (connmetrics_service)) +(expandtypeattribute (connmetrics_service_33_0) true) +(typeattribute connmetrics_service_33_0) +(typeattributeset hal_health_storage_service_33_0 (hal_health_storage_service)) +(expandtypeattribute (hal_health_storage_service_33_0) true) +(typeattribute hal_health_storage_service_33_0) +(typeattributeset proc_uid_cputime_removeuid_33_0 (proc_uid_cputime_removeuid)) +(expandtypeattribute (proc_uid_cputime_removeuid_33_0) true) +(typeattribute proc_uid_cputime_removeuid_33_0) +(typeattributeset boot_block_device_33_0 (boot_block_device)) +(expandtypeattribute (boot_block_device_33_0) true) +(typeattribute boot_block_device_33_0) +(typeattributeset powerctl_prop_33_0 (powerctl_prop)) +(expandtypeattribute (powerctl_prop_33_0) true) +(typeattribute powerctl_prop_33_0) +(typeattributeset sysfs_android_usb_33_0 (sysfs_android_usb)) +(expandtypeattribute (sysfs_android_usb_33_0) true) +(typeattribute sysfs_android_usb_33_0) +(typeattributeset misc_block_device_33_0 (misc_block_device)) +(expandtypeattribute (misc_block_device_33_0) true) +(typeattribute misc_block_device_33_0) +(typeattributeset root_block_device_33_0 (root_block_device)) +(expandtypeattribute (root_block_device_33_0) true) +(typeattribute root_block_device_33_0) +(typeattributeset swap_block_device_33_0 (swap_block_device)) +(expandtypeattribute (swap_block_device_33_0) true) +(typeattribute swap_block_device_33_0) +(typeattributeset block_device_33_0 (block_device)) +(expandtypeattribute (block_device_33_0) true) +(typeattribute block_device_33_0) +(typeattributeset frp_block_device_33_0 (frp_block_device)) +(expandtypeattribute (frp_block_device_33_0) true) +(typeattribute frp_block_device_33_0) +(typeattributeset sysfs_power_33_0 (sysfs_power)) +(expandtypeattribute (sysfs_power_33_0) true) +(typeattribute sysfs_power_33_0) +(typeattributeset loop_device_33_0 (loop_device)) +(expandtypeattribute (loop_device_33_0) true) +(typeattribute loop_device_33_0) +(typeattributeset proc_random_33_0 (proc_random)) +(expandtypeattribute (proc_random_33_0) true) +(typeattribute proc_random_33_0) +(typeattributeset hal_health_storage_hwservice_33_0 (hal_health_storage_hwservice)) +(expandtypeattribute (hal_health_storage_hwservice_33_0) true) +(typeattribute hal_health_storage_hwservice_33_0) +(typeattributeset dnsproxyd_socket_33_0 (dnsproxyd_socket)) +(expandtypeattribute (dnsproxyd_socket_33_0) true) +(typeattribute dnsproxyd_socket_33_0) +(typeattributeset crash_dump_33_0 (crash_dump)) +(expandtypeattribute (crash_dump_33_0) true) +(typeattribute crash_dump_33_0) +(typeattributeset hal_keymaster_hwservice_33_0 (hal_keymaster_hwservice)) +(expandtypeattribute (hal_keymaster_hwservice_33_0) true) +(typeattribute hal_keymaster_hwservice_33_0) +(typeattributeset ctl_interface_start_prop_33_0 (ctl_interface_start_prop)) +(expandtypeattribute (ctl_interface_start_prop_33_0) true) +(typeattribute ctl_interface_start_prop_33_0) +(typeattributeset module_sdkextensions_prop_33_0 (module_sdkextensions_prop)) +(expandtypeattribute (module_sdkextensions_prop_33_0) true) +(typeattribute module_sdkextensions_prop_33_0) +(typeattributeset sysfs_wakeup_reasons_33_0 (sysfs_wakeup_reasons)) +(expandtypeattribute (sysfs_wakeup_reasons_33_0) true) +(typeattribute sysfs_wakeup_reasons_33_0) +(typeattributeset device_config_reset_performed_prop_33_0 (device_config_reset_performed_prop)) +(expandtypeattribute (device_config_reset_performed_prop_33_0) true) +(typeattribute device_config_reset_performed_prop_33_0) +(typeattributeset shm_33_0 (shm)) +(expandtypeattribute (shm_33_0) true) +(typeattribute shm_33_0) +(typeattributeset installd_service_33_0 (installd_service)) +(expandtypeattribute (installd_service_33_0) true) +(typeattribute installd_service_33_0) +(typeattributeset proc_extra_free_kbytes_33_0 (proc_extra_free_kbytes)) +(expandtypeattribute (proc_extra_free_kbytes_33_0) true) +(typeattribute proc_extra_free_kbytes_33_0) +(typeattributeset proc_uid_cputime_showstat_33_0 (proc_uid_cputime_showstat)) +(expandtypeattribute (proc_uid_cputime_showstat_33_0) true) +(typeattribute proc_uid_cputime_showstat_33_0) +(typeattributeset vendor_misc_writer_exec_33_0 (vendor_misc_writer_exec)) +(expandtypeattribute (vendor_misc_writer_exec_33_0) true) +(typeattribute vendor_misc_writer_exec_33_0) +(typeattributeset runas_app_33_0 (runas_app)) +(expandtypeattribute (runas_app_33_0) true) +(typeattribute runas_app_33_0) +(typeattributeset bootstat_exec_33_0 (bootstat_exec)) +(expandtypeattribute (bootstat_exec_33_0) true) +(typeattribute bootstat_exec_33_0) +(typeattributeset mdns_socket_33_0 (mdns_socket)) +(expandtypeattribute (mdns_socket_33_0) true) +(typeattribute mdns_socket_33_0) +(typeattributeset oem_lock_service_33_0 (oem_lock_service)) +(expandtypeattribute (oem_lock_service_33_0) true) +(typeattribute oem_lock_service_33_0) +(typeattributeset audioserver_33_0 (audioserver)) +(expandtypeattribute (audioserver_33_0) true) +(typeattribute audioserver_33_0) +(typeattributeset tmpfs_33_0 (tmpfs)) +(expandtypeattribute (tmpfs_33_0) true) +(typeattribute tmpfs_33_0) +(typeattributeset bootanim_exec_33_0 (bootanim_exec)) +(expandtypeattribute (bootanim_exec_33_0) true) +(typeattribute bootanim_exec_33_0) +(typeattributeset hal_gnss_service_33_0 (hal_gnss_service)) +(expandtypeattribute (hal_gnss_service_33_0) true) +(typeattribute hal_gnss_service_33_0) +(typeattributeset dice_node_service_33_0 (dice_node_service)) +(expandtypeattribute (dice_node_service_33_0) true) +(typeattribute dice_node_service_33_0) +(typeattributeset vendor_configs_file_33_0 (vendor_configs_file)) +(expandtypeattribute (vendor_configs_file_33_0) true) +(typeattribute vendor_configs_file_33_0) +(typeattributeset vendor_shell_exec_33_0 (vendor_shell_exec)) +(expandtypeattribute (vendor_shell_exec_33_0) true) +(typeattribute vendor_shell_exec_33_0) +(typeattributeset hwservicemanager_prop_33_0 (hwservicemanager_prop)) +(expandtypeattribute (hwservicemanager_prop_33_0) true) +(typeattribute hwservicemanager_prop_33_0) +(typeattributeset input_device_33_0 (input_device)) +(expandtypeattribute (input_device_33_0) true) +(typeattribute input_device_33_0) +(typeattributeset flags_health_check_33_0 (flags_health_check)) +(expandtypeattribute (flags_health_check_33_0) true) +(typeattribute flags_health_check_33_0) +(typeattributeset ueventd_tmpfs_33_0 (ueventd_tmpfs)) +(expandtypeattribute (ueventd_tmpfs_33_0) true) +(typeattribute ueventd_tmpfs_33_0) +(typeattributeset DockObserver_service_33_0 (DockObserver_service)) +(expandtypeattribute (DockObserver_service_33_0) true) +(typeattribute DockObserver_service_33_0) +(typeattributeset shell_data_file_33_0 (shell_data_file)) +(expandtypeattribute (shell_data_file_33_0) true) +(typeattribute shell_data_file_33_0) +(typeattributeset bluetooth_manager_service_33_0 (bluetooth_manager_service)) +(expandtypeattribute (bluetooth_manager_service_33_0) true) +(typeattribute bluetooth_manager_service_33_0) +(typeattributeset contexthub_service_33_0 (contexthub_service)) +(expandtypeattribute (contexthub_service_33_0) true) +(typeattribute contexthub_service_33_0) +(typeattributeset hal_wifi_hostapd_service_33_0 (hal_wifi_hostapd_service)) +(expandtypeattribute (hal_wifi_hostapd_service_33_0) true) +(typeattribute hal_wifi_hostapd_service_33_0) +(typeattributeset dnsmasq_33_0 (dnsmasq)) +(expandtypeattribute (dnsmasq_33_0) true) +(typeattribute dnsmasq_33_0) +(typeattributeset dumpstate_33_0 (dumpstate)) +(expandtypeattribute (dumpstate_33_0) true) +(typeattribute dumpstate_33_0) +(typeattributeset system_suspend_hwservice_33_0 (system_suspend_hwservice)) +(expandtypeattribute (system_suspend_hwservice_33_0) true) +(typeattribute system_suspend_hwservice_33_0) +(typeattributeset hal_vehicle_hwservice_33_0 (hal_vehicle_hwservice)) +(expandtypeattribute (hal_vehicle_hwservice_33_0) true) +(typeattribute hal_vehicle_hwservice_33_0) +(typeattributeset bootloader_boot_reason_prop_33_0 (bootloader_boot_reason_prop)) +(expandtypeattribute (bootloader_boot_reason_prop_33_0) true) +(typeattribute bootloader_boot_reason_prop_33_0) +(typeattributeset install_data_file_33_0 (install_data_file)) +(expandtypeattribute (install_data_file_33_0) true) +(typeattribute install_data_file_33_0) +(typeattributeset asec_image_file_33_0 (asec_image_file)) +(expandtypeattribute (asec_image_file_33_0) true) +(typeattribute asec_image_file_33_0) +(typeattributeset iris_vendor_data_file_33_0 (iris_vendor_data_file)) +(expandtypeattribute (iris_vendor_data_file_33_0) true) +(typeattribute iris_vendor_data_file_33_0) +(typeattributeset hardware_properties_service_33_0 (hardware_properties_service)) +(expandtypeattribute (hardware_properties_service_33_0) true) +(typeattribute hardware_properties_service_33_0) +(typeattributeset iorapd_33_0 (iorapd)) +(expandtypeattribute (iorapd_33_0) true) +(typeattribute iorapd_33_0) +(typeattributeset owntty_device_33_0 (owntty_device)) +(expandtypeattribute (owntty_device_33_0) true) +(typeattribute owntty_device_33_0) +(typeattributeset null_device_33_0 (null_device)) +(expandtypeattribute (null_device_33_0) true) +(typeattribute null_device_33_0) +(typeattributeset uimode_service_33_0 (uimode_service)) +(expandtypeattribute (uimode_service_33_0) true) +(typeattribute uimode_service_33_0) +(typeattributeset iorap_prefetcherd_tmpfs_33_0 (iorap_prefetcherd_tmpfs)) +(expandtypeattribute (iorap_prefetcherd_tmpfs_33_0) true) +(typeattribute iorap_prefetcherd_tmpfs_33_0) +(typeattributeset sysfs_devfreq_cur_33_0 (sysfs_devfreq_cur)) +(expandtypeattribute (sysfs_devfreq_cur_33_0) true) +(typeattribute sysfs_devfreq_cur_33_0) +(typeattributeset uncrypt_exec_33_0 (uncrypt_exec)) +(expandtypeattribute (uncrypt_exec_33_0) true) +(typeattribute uncrypt_exec_33_0) +(typeattributeset priv_app_33_0 (priv_app)) +(expandtypeattribute (priv_app_33_0) true) +(typeattribute priv_app_33_0) +(typeattributeset remotelyprovisionedkeypool_service_33_0 (remotelyprovisionedkeypool_service)) +(expandtypeattribute (remotelyprovisionedkeypool_service_33_0) true) +(typeattribute remotelyprovisionedkeypool_service_33_0) +(typeattributeset hal_bluetooth_hwservice_33_0 (hal_bluetooth_hwservice)) +(expandtypeattribute (hal_bluetooth_hwservice_33_0) true) +(typeattribute hal_bluetooth_hwservice_33_0) +(typeattributeset wifiscanner_service_33_0 (wifiscanner_service)) +(expandtypeattribute (wifiscanner_service_33_0) true) +(typeattribute wifiscanner_service_33_0) +(typeattributeset bluetooth_data_file_33_0 (bluetooth_data_file)) +(expandtypeattribute (bluetooth_data_file_33_0) true) +(typeattribute bluetooth_data_file_33_0) +(typeattributeset loop_control_device_33_0 (loop_control_device)) +(expandtypeattribute (loop_control_device_33_0) true) +(typeattribute loop_control_device_33_0) +(typeattributeset pdx_display_client_endpoint_socket_33_0 (pdx_display_client_endpoint_socket)) +(expandtypeattribute (pdx_display_client_endpoint_socket_33_0) true) +(typeattribute pdx_display_client_endpoint_socket_33_0) +(typeattributeset sqlite_log_prop_33_0 (sqlite_log_prop)) +(expandtypeattribute (sqlite_log_prop_33_0) true) +(typeattribute sqlite_log_prop_33_0) +(typeattributeset charger_vendor_33_0 (charger_vendor)) +(expandtypeattribute (charger_vendor_33_0) true) +(typeattribute charger_vendor_33_0) +(typeattributeset net_dns_prop_33_0 (net_dns_prop)) +(expandtypeattribute (net_dns_prop_33_0) true) +(typeattribute net_dns_prop_33_0) +(typeattributeset app_binding_service_33_0 (app_binding_service)) +(expandtypeattribute (app_binding_service_33_0) true) +(typeattribute app_binding_service_33_0) +(typeattributeset fingerprintd_33_0 (fingerprintd)) +(expandtypeattribute (fingerprintd_33_0) true) +(typeattribute fingerprintd_33_0) +(typeattributeset bluetooth_prop_33_0 (bluetooth_prop)) +(expandtypeattribute (bluetooth_prop_33_0) true) +(typeattribute bluetooth_prop_33_0) +(typeattributeset hal_ir_service_33_0 (hal_ir_service)) +(expandtypeattribute (hal_ir_service_33_0) true) +(typeattribute hal_ir_service_33_0) +(typeattributeset hal_power_hwservice_33_0 (hal_power_hwservice)) +(expandtypeattribute (hal_power_hwservice_33_0) true) +(typeattribute hal_power_hwservice_33_0) +(typeattributeset sysfs_suspend_stats_33_0 (sysfs_suspend_stats)) +(expandtypeattribute (sysfs_suspend_stats_33_0) true) +(typeattribute sysfs_suspend_stats_33_0) +(typeattributeset hal_fingerprint_hwservice_33_0 (hal_fingerprint_hwservice)) +(expandtypeattribute (hal_fingerprint_hwservice_33_0) true) +(typeattribute hal_fingerprint_hwservice_33_0) +(typeattributeset exported_pm_prop_33_0 (exported_pm_prop)) +(expandtypeattribute (exported_pm_prop_33_0) true) +(typeattribute exported_pm_prop_33_0) +(typeattributeset hal_can_controller_hwservice_33_0 (hal_can_controller_hwservice)) +(expandtypeattribute (hal_can_controller_hwservice_33_0) true) +(typeattribute hal_can_controller_hwservice_33_0) +(typeattributeset gesture_prop_33_0 (gesture_prop)) +(expandtypeattribute (gesture_prop_33_0) true) +(typeattribute gesture_prop_33_0) +(typeattributeset ctl_restart_prop_33_0 (ctl_restart_prop)) +(expandtypeattribute (ctl_restart_prop_33_0) true) +(typeattribute ctl_restart_prop_33_0) +(typeattributeset font_service_33_0 (font_service)) +(expandtypeattribute (font_service_33_0) true) +(typeattribute font_service_33_0) +(typeattributeset suspend_prop_33_0 (suspend_prop)) +(expandtypeattribute (suspend_prop_33_0) true) +(typeattribute suspend_prop_33_0) +(typeattributeset zygote_config_prop_33_0 (zygote_config_prop)) +(expandtypeattribute (zygote_config_prop_33_0) true) +(typeattribute zygote_config_prop_33_0) +(typeattributeset proc_kallsyms_33_0 (proc_kallsyms)) +(expandtypeattribute (proc_kallsyms_33_0) true) +(typeattribute proc_kallsyms_33_0) +(typeattributeset timezone_service_33_0 (timezone_service)) +(expandtypeattribute (timezone_service_33_0) true) +(typeattribute timezone_service_33_0) +(typeattributeset system_group_file_33_0 (system_group_file)) +(expandtypeattribute (system_group_file_33_0) true) +(typeattribute system_group_file_33_0) +(typeattributeset postinstall_file_33_0 (postinstall_file)) +(expandtypeattribute (postinstall_file_33_0) true) +(typeattribute postinstall_file_33_0) +(typeattributeset exported3_system_prop_33_0 (exported3_system_prop)) +(expandtypeattribute (exported3_system_prop_33_0) true) +(typeattribute exported3_system_prop_33_0) +(typeattributeset exported_dumpstate_prop_33_0 (exported_dumpstate_prop)) +(expandtypeattribute (exported_dumpstate_prop_33_0) true) +(typeattribute exported_dumpstate_prop_33_0) +(typeattributeset ctl_bugreport_prop_33_0 (ctl_bugreport_prop)) +(expandtypeattribute (ctl_bugreport_prop_33_0) true) +(typeattribute ctl_bugreport_prop_33_0) +(typeattributeset hal_identity_service_33_0 (hal_identity_service)) +(expandtypeattribute (hal_identity_service_33_0) true) +(typeattribute hal_identity_service_33_0) +(typeattributeset vold_service_33_0 (vold_service)) +(expandtypeattribute (vold_service_33_0) true) +(typeattribute vold_service_33_0) +(typeattributeset role_service_33_0 (role_service)) +(expandtypeattribute (role_service_33_0) true) +(typeattribute role_service_33_0) +(typeattributeset hal_tv_input_hwservice_33_0 (hal_tv_input_hwservice)) +(expandtypeattribute (hal_tv_input_hwservice_33_0) true) +(typeattribute hal_tv_input_hwservice_33_0) +(typeattributeset dalvik_prop_33_0 (dalvik_prop)) +(expandtypeattribute (dalvik_prop_33_0) true) +(typeattribute dalvik_prop_33_0) +(typeattributeset inputflinger_service_33_0 (inputflinger_service)) +(expandtypeattribute (inputflinger_service_33_0) true) +(typeattribute inputflinger_service_33_0) +(typeattributeset system_lmk_prop_33_0 (system_lmk_prop)) +(expandtypeattribute (system_lmk_prop_33_0) true) +(typeattribute system_lmk_prop_33_0) +(typeattributeset oem_unlock_prop_33_0 (oem_unlock_prop)) +(expandtypeattribute (oem_unlock_prop_33_0) true) +(typeattribute oem_unlock_prop_33_0) +(typeattributeset vendor_vm_data_file_33_0 (vendor_vm_data_file)) +(expandtypeattribute (vendor_vm_data_file_33_0) true) +(typeattribute vendor_vm_data_file_33_0) +(typeattributeset mtpd_socket_33_0 (mtpd_socket)) +(expandtypeattribute (mtpd_socket_33_0) true) +(typeattribute mtpd_socket_33_0) +(typeattributeset keystore_service_33_0 (keystore_service)) +(expandtypeattribute (keystore_service_33_0) true) +(typeattribute keystore_service_33_0) +(typeattributeset framework_status_prop_33_0 (framework_status_prop)) +(expandtypeattribute (framework_status_prop_33_0) true) +(typeattribute framework_status_prop_33_0) +(typeattributeset apex_ota_reserved_file_33_0 (apex_ota_reserved_file)) +(expandtypeattribute (apex_ota_reserved_file_33_0) true) +(typeattribute apex_ota_reserved_file_33_0) +(typeattributeset bluetooth_service_33_0 (bluetooth_service)) +(expandtypeattribute (bluetooth_service_33_0) true) +(typeattribute bluetooth_service_33_0) +(typeattributeset search_ui_service_33_0 (search_ui_service)) +(expandtypeattribute (search_ui_service_33_0) true) +(typeattribute search_ui_service_33_0) +(typeattributeset qemu_hw_prop_33_0 (qemu_hw_prop)) +(expandtypeattribute (qemu_hw_prop_33_0) true) +(typeattribute qemu_hw_prop_33_0) +(typeattributeset appops_service_33_0 (appops_service)) +(expandtypeattribute (appops_service_33_0) true) +(typeattribute appops_service_33_0) +(typeattributeset extra_free_kbytes_exec_33_0 (extra_free_kbytes_exec)) +(expandtypeattribute (extra_free_kbytes_exec_33_0) true) +(typeattribute extra_free_kbytes_exec_33_0) +(typeattributeset sysfs_kernel_notes_33_0 (sysfs_kernel_notes)) +(expandtypeattribute (sysfs_kernel_notes_33_0) true) +(typeattribute sysfs_kernel_notes_33_0) +(typeattributeset system_data_file_33_0 (system_data_file)) +(expandtypeattribute (system_data_file_33_0) true) +(typeattribute system_data_file_33_0) +(typeattributeset system_dlkm_file_33_0 (system_dlkm_file)) +(expandtypeattribute (system_dlkm_file_33_0) true) +(typeattribute system_dlkm_file_33_0) +(typeattributeset devpts_33_0 (devpts)) +(expandtypeattribute (devpts_33_0) true) +(typeattribute devpts_33_0) +(typeattributeset drm_data_file_33_0 (drm_data_file)) +(expandtypeattribute (drm_data_file_33_0) true) +(typeattribute drm_data_file_33_0) +(typeattributeset hal_broadcastradio_hwservice_33_0 (hal_broadcastradio_hwservice)) +(expandtypeattribute (hal_broadcastradio_hwservice_33_0) true) +(typeattribute hal_broadcastradio_hwservice_33_0) +(typeattributeset cacheinfo_service_33_0 (cacheinfo_service)) +(expandtypeattribute (cacheinfo_service_33_0) true) +(typeattribute cacheinfo_service_33_0) +(typeattributeset system_net_netd_hwservice_33_0 (system_net_netd_hwservice)) +(expandtypeattribute (system_net_netd_hwservice_33_0) true) +(typeattribute system_net_netd_hwservice_33_0) +(typeattributeset dalvik_config_prop_33_0 (dalvik_config_prop)) +(expandtypeattribute (dalvik_config_prop_33_0) true) +(typeattribute dalvik_config_prop_33_0) +(typeattributeset codec2_config_prop_33_0 (codec2_config_prop)) +(expandtypeattribute (codec2_config_prop_33_0) true) +(typeattribute codec2_config_prop_33_0) +(typeattributeset su_33_0 (su)) +(expandtypeattribute (su_33_0) true) +(typeattribute su_33_0) +(typeattributeset wallpaper_effects_generation_service_33_0 (wallpaper_effects_generation_service)) +(expandtypeattribute (wallpaper_effects_generation_service_33_0) true) +(typeattribute wallpaper_effects_generation_service_33_0) +(typeattributeset dmabuf_heap_device_33_0 (dmabuf_heap_device)) +(expandtypeattribute (dmabuf_heap_device_33_0) true) +(typeattribute dmabuf_heap_device_33_0) +(typeattributeset update_engine_log_data_file_33_0 (update_engine_log_data_file)) +(expandtypeattribute (update_engine_log_data_file_33_0) true) +(typeattribute update_engine_log_data_file_33_0) +(typeattributeset otadexopt_service_33_0 (otadexopt_service)) +(expandtypeattribute (otadexopt_service_33_0) true) +(typeattribute otadexopt_service_33_0) +(typeattributeset proc_abi_33_0 (proc_abi)) +(expandtypeattribute (proc_abi_33_0) true) +(typeattribute proc_abi_33_0) +(typeattributeset camera_config_prop_33_0 (camera_config_prop)) +(expandtypeattribute (camera_config_prop_33_0) true) +(typeattribute camera_config_prop_33_0) +(typeattributeset proc_security_33_0 (proc_security)) +(expandtypeattribute (proc_security_33_0) true) +(typeattribute proc_security_33_0) +(typeattributeset hal_nfc_service_33_0 (hal_nfc_service)) +(expandtypeattribute (hal_nfc_service_33_0) true) +(typeattribute hal_nfc_service_33_0) +(typeattributeset nfc_service_33_0 (nfc_service)) +(expandtypeattribute (nfc_service_33_0) true) +(typeattribute nfc_service_33_0) +(typeattributeset rs_33_0 (rs)) +(expandtypeattribute (rs_33_0) true) +(typeattribute rs_33_0) +(typeattributeset settings_service_33_0 (settings_service)) +(expandtypeattribute (settings_service_33_0) true) +(typeattribute settings_service_33_0) +(typeattributeset atrace_33_0 (atrace)) +(expandtypeattribute (atrace_33_0) true) +(typeattribute atrace_33_0) +(typeattributeset debugfs_tracing_debug_33_0 (debugfs_tracing_debug)) +(expandtypeattribute (debugfs_tracing_debug_33_0) true) +(typeattribute debugfs_tracing_debug_33_0) +(typeattributeset cpuinfo_service_33_0 (cpuinfo_service)) +(expandtypeattribute (cpuinfo_service_33_0) true) +(typeattribute cpuinfo_service_33_0) +(typeattributeset dbinfo_service_33_0 (dbinfo_service)) +(expandtypeattribute (dbinfo_service_33_0) true) +(typeattribute dbinfo_service_33_0) +(typeattributeset gfxinfo_service_33_0 (gfxinfo_service)) +(expandtypeattribute (gfxinfo_service_33_0) true) +(typeattribute gfxinfo_service_33_0) +(typeattributeset meminfo_service_33_0 (meminfo_service)) +(expandtypeattribute (meminfo_service_33_0) true) +(typeattribute meminfo_service_33_0) +(typeattributeset bugreport_service_33_0 (bugreport_service)) +(expandtypeattribute (bugreport_service_33_0) true) +(typeattribute bugreport_service_33_0) +(typeattributeset dnsmasq_exec_33_0 (dnsmasq_exec)) +(expandtypeattribute (dnsmasq_exec_33_0) true) +(typeattribute dnsmasq_exec_33_0) +(typeattributeset content_suggestions_service_33_0 (content_suggestions_service)) +(expandtypeattribute (content_suggestions_service_33_0) true) +(typeattribute content_suggestions_service_33_0) +(typeattributeset aaudio_config_prop_33_0 (aaudio_config_prop)) +(expandtypeattribute (aaudio_config_prop_33_0) true) +(typeattribute aaudio_config_prop_33_0) +(typeattributeset ppp_33_0 (ppp)) +(expandtypeattribute (ppp_33_0) true) +(typeattribute ppp_33_0) +(typeattributeset vndbinder_device_33_0 (vndbinder_device)) +(expandtypeattribute (vndbinder_device_33_0) true) +(typeattribute vndbinder_device_33_0) +(typeattributeset credstore_service_33_0 (credstore_service)) +(expandtypeattribute (credstore_service_33_0) true) +(typeattribute credstore_service_33_0) +(typeattributeset ethernet_service_33_0 (ethernet_service)) +(expandtypeattribute (ethernet_service_33_0) true) +(typeattribute ethernet_service_33_0) +(typeattributeset pinner_service_33_0 (pinner_service)) +(expandtypeattribute (pinner_service_33_0) true) +(typeattribute pinner_service_33_0) +(typeattributeset performanced_33_0 (performanced)) +(expandtypeattribute (performanced_33_0) true) +(typeattribute performanced_33_0) +(typeattributeset systemkeys_data_file_33_0 (systemkeys_data_file)) +(expandtypeattribute (systemkeys_data_file_33_0) true) +(typeattribute systemkeys_data_file_33_0) +(typeattributeset network_watchlist_data_file_33_0 (network_watchlist_data_file)) +(expandtypeattribute (network_watchlist_data_file_33_0) true) +(typeattribute network_watchlist_data_file_33_0) +(typeattributeset binder_device_33_0 (binder_device)) +(expandtypeattribute (binder_device_33_0) true) +(typeattribute binder_device_33_0) +(typeattributeset hwbinder_device_33_0 (hwbinder_device)) +(expandtypeattribute (hwbinder_device_33_0) true) +(typeattribute hwbinder_device_33_0) +(typeattributeset hw_random_device_33_0 (hw_random_device)) +(expandtypeattribute (hw_random_device_33_0) true) +(typeattribute hw_random_device_33_0) +(typeattributeset random_device_33_0 (random_device)) +(expandtypeattribute (random_device_33_0) true) +(typeattribute random_device_33_0) +(typeattributeset cgroup_rc_file_33_0 (cgroup_rc_file)) +(expandtypeattribute (cgroup_rc_file_33_0) true) +(typeattribute cgroup_rc_file_33_0) +(typeattributeset ctl_default_prop_33_0 (ctl_default_prop)) +(expandtypeattribute (ctl_default_prop_33_0) true) +(typeattribute ctl_default_prop_33_0) +(typeattributeset userdata_block_device_33_0 (userdata_block_device)) +(expandtypeattribute (userdata_block_device_33_0) true) +(typeattribute userdata_block_device_33_0) +(typeattributeset default_prop_33_0 (default_prop)) +(expandtypeattribute (default_prop_33_0) true) +(typeattribute default_prop_33_0) +(typeattributeset hal_graphics_composer_service_33_0 (hal_graphics_composer_service)) +(expandtypeattribute (hal_graphics_composer_service_33_0) true) +(typeattribute hal_graphics_composer_service_33_0) +(typeattributeset vndk_sp_file_33_0 (vndk_sp_file)) +(expandtypeattribute (vndk_sp_file_33_0) true) +(typeattribute vndk_sp_file_33_0) +(typeattributeset cameraserver_33_0 (cameraserver)) +(expandtypeattribute (cameraserver_33_0) true) +(typeattribute cameraserver_33_0) +(typeattributeset debuggerd_prop_33_0 (debuggerd_prop)) +(expandtypeattribute (debuggerd_prop_33_0) true) +(typeattribute debuggerd_prop_33_0) +(typeattributeset vendor_toolbox_exec_33_0 (vendor_toolbox_exec)) +(expandtypeattribute (vendor_toolbox_exec_33_0) true) +(typeattribute vendor_toolbox_exec_33_0) +(typeattributeset shared_relro_file_33_0 (shared_relro_file)) +(expandtypeattribute (shared_relro_file_33_0) true) +(typeattribute shared_relro_file_33_0) +(typeattributeset lmkd_socket_33_0 (lmkd_socket)) +(expandtypeattribute (lmkd_socket_33_0) true) +(typeattribute lmkd_socket_33_0) +(typeattributeset hal_drm_hwservice_33_0 (hal_drm_hwservice)) +(expandtypeattribute (hal_drm_hwservice_33_0) true) +(typeattribute hal_drm_hwservice_33_0) +(typeattributeset ringtone_file_33_0 (ringtone_file)) +(expandtypeattribute (ringtone_file_33_0) true) +(typeattribute ringtone_file_33_0) +(typeattributeset toolbox_exec_33_0 (toolbox_exec)) +(expandtypeattribute (toolbox_exec_33_0) true) +(typeattribute toolbox_exec_33_0) +(typeattributeset permission_service_33_0 (permission_service)) +(expandtypeattribute (permission_service_33_0) true) +(typeattribute permission_service_33_0) +(typeattributeset metadata_block_device_33_0 (metadata_block_device)) +(expandtypeattribute (metadata_block_device_33_0) true) +(typeattribute metadata_block_device_33_0) +(typeattributeset logd_socket_33_0 (logd_socket)) +(expandtypeattribute (logd_socket_33_0) true) +(typeattribute logd_socket_33_0) +(typeattributeset vendor_default_prop_33_0 (vendor_default_prop)) +(expandtypeattribute (vendor_default_prop_33_0) true) +(typeattribute vendor_default_prop_33_0) +(typeattributeset mac_perms_file_33_0 (mac_perms_file)) +(expandtypeattribute (mac_perms_file_33_0) true) +(typeattribute mac_perms_file_33_0) +(typeattributeset gmscore_app_33_0 (gmscore_app)) +(expandtypeattribute (gmscore_app_33_0) true) +(typeattribute gmscore_app_33_0) +(typeattributeset vendor_app_file_33_0 (vendor_app_file)) +(expandtypeattribute (vendor_app_file_33_0) true) +(typeattribute vendor_app_file_33_0) +(typeattributeset vendor_hal_file_33_0 (vendor_hal_file)) +(expandtypeattribute (vendor_hal_file_33_0) true) +(typeattribute vendor_hal_file_33_0) +(typeattributeset vendor_idc_file_33_0 (vendor_idc_file)) +(expandtypeattribute (vendor_idc_file_33_0) true) +(typeattribute vendor_idc_file_33_0) +(typeattributeset pac_proxy_service_33_0 (pac_proxy_service)) +(expandtypeattribute (pac_proxy_service_33_0) true) +(typeattribute pac_proxy_service_33_0) +(typeattributeset virtual_ab_prop_33_0 (virtual_ab_prop)) +(expandtypeattribute (virtual_ab_prop_33_0) true) +(typeattribute virtual_ab_prop_33_0) +(typeattributeset art_apex_dir_33_0 (art_apex_dir)) +(expandtypeattribute (art_apex_dir_33_0) true) +(typeattribute art_apex_dir_33_0) +(typeattributeset sysfs_wlan_fwpath_33_0 (sysfs_wlan_fwpath)) +(expandtypeattribute (sysfs_wlan_fwpath_33_0) true) +(typeattribute sysfs_wlan_fwpath_33_0) +(typeattributeset hal_face_service_33_0 (hal_face_service)) +(expandtypeattribute (hal_face_service_33_0) true) +(typeattribute hal_face_service_33_0) +(typeattributeset nfc_33_0 (nfc)) +(expandtypeattribute (nfc_33_0) true) +(typeattribute nfc_33_0) +(typeattributeset face_service_33_0 (face_service)) +(expandtypeattribute (face_service_33_0) true) +(typeattribute face_service_33_0) +(typeattributeset default_android_vndservice_33_0 (default_android_vndservice)) +(expandtypeattribute (default_android_vndservice_33_0) true) +(typeattribute default_android_vndservice_33_0) +(typeattributeset rtc_device_33_0 (rtc_device)) +(expandtypeattribute (rtc_device_33_0) true) +(typeattribute rtc_device_33_0) +(typeattributeset snapuserd_socket_33_0 (snapuserd_socket)) +(expandtypeattribute (snapuserd_socket_33_0) true) +(typeattribute snapuserd_socket_33_0) +(typeattributeset hal_system_suspend_service_33_0 (hal_system_suspend_service)) +(expandtypeattribute (hal_system_suspend_service_33_0) true) +(typeattribute hal_system_suspend_service_33_0) +(typeattributeset rollback_service_33_0 (rollback_service)) +(expandtypeattribute (rollback_service_33_0) true) +(typeattribute rollback_service_33_0) +(typeattributeset ram_device_33_0 (ram_device)) +(expandtypeattribute (ram_device_33_0) true) +(typeattribute ram_device_33_0) +(typeattributeset radio_core_data_file_33_0 (radio_core_data_file)) +(expandtypeattribute (radio_core_data_file_33_0) true) +(typeattribute radio_core_data_file_33_0) +(typeattributeset nativetest_data_file_33_0 (nativetest_data_file)) +(expandtypeattribute (nativetest_data_file_33_0) true) +(typeattribute nativetest_data_file_33_0) +(typeattributeset diced_exec_33_0 (diced_exec)) +(expandtypeattribute (diced_exec_33_0) true) +(typeattribute diced_exec_33_0) +(typeattributeset country_detector_service_33_0 (country_detector_service)) +(expandtypeattribute (country_detector_service_33_0) true) +(typeattribute country_detector_service_33_0) +(typeattributeset cgroup_33_0 (cgroup)) +(expandtypeattribute (cgroup_33_0) true) +(typeattribute cgroup_33_0) +(typeattributeset drmserver_socket_33_0 (drmserver_socket)) +(expandtypeattribute (drmserver_socket_33_0) true) +(typeattribute drmserver_socket_33_0) +(typeattributeset credstore_33_0 (credstore)) +(expandtypeattribute (credstore_33_0) true) +(typeattribute credstore_33_0) +(typeattributeset ppp_device_33_0 (ppp_device)) +(expandtypeattribute (ppp_device_33_0) true) +(typeattribute ppp_device_33_0) +(typeattributeset proc_net_33_0 (proc_net)) +(expandtypeattribute (proc_net_33_0) true) +(typeattribute proc_net_33_0) +(typeattributeset untrusted_app_30_33_0 (untrusted_app_30)) +(expandtypeattribute (untrusted_app_30_33_0) true) +(typeattribute untrusted_app_30_33_0) +(typeattributeset zygote_33_0 (zygote)) +(expandtypeattribute (zygote_33_0) true) +(typeattribute zygote_33_0) +(typeattributeset vendor_data_file_33_0 (vendor_data_file)) +(expandtypeattribute (vendor_data_file_33_0) true) +(typeattribute vendor_data_file_33_0) +(typeattributeset mirror_data_file_33_0 (mirror_data_file)) +(expandtypeattribute (mirror_data_file_33_0) true) +(typeattribute mirror_data_file_33_0) +(typeattributeset rebootescrow_hal_prop_33_0 (rebootescrow_hal_prop)) +(expandtypeattribute (rebootescrow_hal_prop_33_0) true) +(typeattribute rebootescrow_hal_prop_33_0) +(typeattributeset untrusted_app_25_33_0 (untrusted_app_25)) +(expandtypeattribute (untrusted_app_25_33_0) true) +(typeattribute untrusted_app_25_33_0) +(typeattributeset untrusted_app_27_33_0 (untrusted_app_27)) +(expandtypeattribute (untrusted_app_27_33_0) true) +(typeattribute untrusted_app_27_33_0) +(typeattributeset vendor_apex_file_33_0 (vendor_apex_file)) +(expandtypeattribute (vendor_apex_file_33_0) true) +(typeattribute vendor_apex_file_33_0) +(typeattributeset watchdog_metadata_file_33_0 (watchdog_metadata_file)) +(expandtypeattribute (watchdog_metadata_file_33_0) true) +(typeattribute watchdog_metadata_file_33_0) +(typeattributeset adb_data_file_33_0 (adb_data_file)) +(expandtypeattribute (adb_data_file_33_0) true) +(typeattribute adb_data_file_33_0) +(typeattributeset anr_data_file_33_0 (anr_data_file)) +(expandtypeattribute (anr_data_file_33_0) true) +(typeattribute anr_data_file_33_0) +(typeattributeset cgroup_v2_33_0 (cgroup_v2)) +(expandtypeattribute (cgroup_v2_33_0) true) +(typeattribute cgroup_v2_33_0) +(typeattributeset adb_keys_file_33_0 (adb_keys_file)) +(expandtypeattribute (adb_keys_file_33_0) true) +(typeattribute adb_keys_file_33_0) +(typeattributeset mm_events_config_prop_33_0 (mm_events_config_prop)) +(expandtypeattribute (mm_events_config_prop_33_0) true) +(typeattribute mm_events_config_prop_33_0) +(typeattributeset kernel_33_0 (kernel)) +(expandtypeattribute (kernel_33_0) true) +(typeattribute kernel_33_0) +(typeattributeset servicediscovery_service_33_0 (servicediscovery_service)) +(expandtypeattribute (servicediscovery_service_33_0) true) +(typeattribute servicediscovery_service_33_0) +(typeattributeset untrusted_app_29_33_0 (untrusted_app_29)) +(expandtypeattribute (untrusted_app_29_33_0) true) +(typeattribute untrusted_app_29_33_0) +(typeattributeset securityfs_33_0 (securityfs)) +(expandtypeattribute (securityfs_33_0) true) +(typeattribute securityfs_33_0) +(typeattributeset appcompat_data_file_33_0 (appcompat_data_file)) +(expandtypeattribute (appcompat_data_file_33_0) true) +(typeattribute appcompat_data_file_33_0) +(typeattributeset coverage_service_33_0 (coverage_service)) +(expandtypeattribute (coverage_service_33_0) true) +(typeattribute coverage_service_33_0) +(typeattributeset keystore_33_0 (keystore)) +(expandtypeattribute (keystore_33_0) true) +(typeattribute keystore_33_0) +(typeattributeset fastbootd_33_0 (fastbootd)) +(expandtypeattribute (fastbootd_33_0) true) +(typeattribute fastbootd_33_0) +(typeattributeset package_service_33_0 (package_service)) +(expandtypeattribute (package_service_33_0) true) +(typeattribute package_service_33_0) +(typeattributeset ephemeral_app_33_0 (ephemeral_app)) +(expandtypeattribute (ephemeral_app_33_0) true) +(typeattribute ephemeral_app_33_0) +(typeattributeset bluetooth_33_0 (bluetooth)) +(expandtypeattribute (bluetooth_33_0) true) +(typeattribute bluetooth_33_0) +(typeattributeset inputflinger_33_0 (inputflinger)) +(expandtypeattribute (inputflinger_33_0) true) +(typeattribute inputflinger_33_0) +(typeattributeset sysfs_net_33_0 (sysfs_net)) +(expandtypeattribute (sysfs_net_33_0) true) +(typeattribute sysfs_net_33_0) +(typeattributeset hal_atrace_hwservice_33_0 (hal_atrace_hwservice)) +(expandtypeattribute (hal_atrace_hwservice_33_0) true) +(typeattribute hal_atrace_hwservice_33_0) +(typeattributeset hal_oemlock_hwservice_33_0 (hal_oemlock_hwservice)) +(expandtypeattribute (hal_oemlock_hwservice_33_0) true) +(typeattribute hal_oemlock_hwservice_33_0) +(typeattributeset port_33_0 (port)) +(expandtypeattribute (port_33_0) true) +(typeattribute port_33_0) +(typeattributeset apexd_exec_33_0 (apexd_exec)) +(expandtypeattribute (apexd_exec_33_0) true) +(typeattribute apexd_exec_33_0) +(typeattributeset keystore_metrics_service_33_0 (keystore_metrics_service)) +(expandtypeattribute (keystore_metrics_service_33_0) true) +(typeattribute keystore_metrics_service_33_0) +(typeattributeset virtual_touchpad_exec_33_0 (virtual_touchpad_exec)) +(expandtypeattribute (virtual_touchpad_exec_33_0) true) +(typeattribute virtual_touchpad_exec_33_0) +(typeattributeset runas_33_0 (runas)) +(expandtypeattribute (runas_33_0) true) +(typeattribute runas_33_0) +(typeattributeset tty_device_33_0 (tty_device)) +(expandtypeattribute (tty_device_33_0) true) +(typeattribute tty_device_33_0) +(typeattributeset tun_device_33_0 (tun_device)) +(expandtypeattribute (tun_device_33_0) true) +(typeattribute tun_device_33_0) +(typeattributeset system_event_log_tags_file_33_0 (system_event_log_tags_file)) +(expandtypeattribute (system_event_log_tags_file_33_0) true) +(typeattribute system_event_log_tags_file_33_0) +(typeattributeset uio_device_33_0 (uio_device)) +(expandtypeattribute (uio_device_33_0) true) +(typeattribute uio_device_33_0) +(typeattributeset usb_device_33_0 (usb_device)) +(expandtypeattribute (usb_device_33_0) true) +(typeattribute usb_device_33_0) +(typeattributeset adb_service_33_0 (adb_service)) +(expandtypeattribute (adb_service_33_0) true) +(typeattribute adb_service_33_0) +(typeattributeset hal_oemlock_service_33_0 (hal_oemlock_service)) +(expandtypeattribute (hal_oemlock_service_33_0) true) +(typeattribute hal_oemlock_service_33_0) +(typeattributeset tv_input_service_33_0 (tv_input_service)) +(expandtypeattribute (tv_input_service_33_0) true) +(typeattribute tv_input_service_33_0) +(typeattributeset input_service_33_0 (input_service)) +(expandtypeattribute (input_service_33_0) true) +(typeattribute input_service_33_0) +(typeattributeset tee_device_33_0 (tee_device)) +(expandtypeattribute (tee_device_33_0) true) +(typeattribute tee_device_33_0) +(typeattributeset hal_memtrack_hwservice_33_0 (hal_memtrack_hwservice)) +(expandtypeattribute (hal_memtrack_hwservice_33_0) true) +(typeattribute hal_memtrack_hwservice_33_0) +(typeattributeset radio_device_33_0 (radio_device)) +(expandtypeattribute (radio_device_33_0) true) +(typeattribute radio_device_33_0) +(typeattributeset bootstat_data_file_33_0 (bootstat_data_file)) +(expandtypeattribute (bootstat_data_file_33_0) true) +(typeattribute bootstat_data_file_33_0) +(typeattributeset ptmx_device_33_0 (ptmx_device)) +(expandtypeattribute (ptmx_device_33_0) true) +(typeattribute ptmx_device_33_0) +(typeattributeset textservices_service_33_0 (textservices_service)) +(expandtypeattribute (textservices_service_33_0) true) +(typeattribute textservices_service_33_0) +(typeattributeset hal_power_stats_hwservice_33_0 (hal_power_stats_hwservice)) +(expandtypeattribute (hal_power_stats_hwservice_33_0) true) +(typeattribute hal_power_stats_hwservice_33_0) +(typeattributeset usbaccessory_device_33_0 (usbaccessory_device)) +(expandtypeattribute (usbaccessory_device_33_0) true) +(typeattribute usbaccessory_device_33_0) +(typeattributeset asec_public_file_33_0 (asec_public_file)) +(expandtypeattribute (asec_public_file_33_0) true) +(typeattribute asec_public_file_33_0) +(typeattributeset hal_rebootescrow_service_33_0 (hal_rebootescrow_service)) +(expandtypeattribute (hal_rebootescrow_service_33_0) true) +(typeattribute hal_rebootescrow_service_33_0) +(typeattributeset proc_min_free_order_shift_33_0 (proc_min_free_order_shift)) +(expandtypeattribute (proc_min_free_order_shift_33_0) true) +(typeattribute proc_min_free_order_shift_33_0) +(typeattributeset bootanim_config_prop_33_0 (bootanim_config_prop)) +(expandtypeattribute (bootanim_config_prop_33_0) true) +(typeattribute bootanim_config_prop_33_0) +(typeattributeset hal_usb_hwservice_33_0 (hal_usb_hwservice)) +(expandtypeattribute (hal_usb_hwservice_33_0) true) +(typeattribute hal_usb_hwservice_33_0) +(typeattributeset user_profile_root_file_33_0 (user_profile_root_file)) +(expandtypeattribute (user_profile_root_file_33_0) true) +(typeattribute user_profile_root_file_33_0) +(typeattributeset recovery_refresh_exec_33_0 (recovery_refresh_exec)) +(expandtypeattribute (recovery_refresh_exec_33_0) true) +(typeattribute recovery_refresh_exec_33_0) +(typeattributeset proc_fs_verity_33_0 (proc_fs_verity)) +(expandtypeattribute (proc_fs_verity_33_0) true) +(typeattribute proc_fs_verity_33_0) +(typeattributeset pdx_performance_client_endpoint_socket_33_0 (pdx_performance_client_endpoint_socket)) +(expandtypeattribute (pdx_performance_client_endpoint_socket_33_0) true) +(typeattribute pdx_performance_client_endpoint_socket_33_0) +(typeattributeset sysfs_dm_verity_33_0 (sysfs_dm_verity)) +(expandtypeattribute (sysfs_dm_verity_33_0) true) +(typeattribute sysfs_dm_verity_33_0) +(typeattributeset user_profile_data_file_33_0 (user_profile_data_file)) +(expandtypeattribute (user_profile_data_file_33_0) true) +(typeattribute user_profile_data_file_33_0) +(typeattributeset input_method_service_33_0 (input_method_service)) +(expandtypeattribute (input_method_service_33_0) true) +(typeattribute input_method_service_33_0) +(typeattributeset binder_cache_telephony_server_prop_33_0 (binder_cache_telephony_server_prop)) +(expandtypeattribute (binder_cache_telephony_server_prop_33_0) true) +(typeattribute binder_cache_telephony_server_prop_33_0) +(typeattributeset app_prediction_service_33_0 (app_prediction_service)) +(expandtypeattribute (app_prediction_service_33_0) true) +(typeattribute app_prediction_service_33_0) +(typeattributeset media_projection_service_33_0 (media_projection_service)) +(expandtypeattribute (media_projection_service_33_0) true) +(typeattribute media_projection_service_33_0) +(typeattributeset racoon_socket_33_0 (racoon_socket)) +(expandtypeattribute (racoon_socket_33_0) true) +(typeattribute racoon_socket_33_0) +(typeattributeset proc_vmallocinfo_33_0 (proc_vmallocinfo)) +(expandtypeattribute (proc_vmallocinfo_33_0) true) +(typeattribute proc_vmallocinfo_33_0) +(typeattributeset cameraserver_service_33_0 (cameraserver_service)) +(expandtypeattribute (cameraserver_service_33_0) true) +(typeattribute cameraserver_service_33_0) +(typeattributeset idmap_exec_33_0 (idmap_exec)) +(expandtypeattribute (idmap_exec_33_0) true) +(typeattribute idmap_exec_33_0) +(typeattributeset uncrypt_socket_33_0 (uncrypt_socket)) +(expandtypeattribute (uncrypt_socket_33_0) true) +(typeattribute uncrypt_socket_33_0) +(typeattributeset legacy_permission_service_33_0 (legacy_permission_service)) +(expandtypeattribute (legacy_permission_service_33_0) true) +(typeattribute legacy_permission_service_33_0) +(typeattributeset logpersistd_logging_prop_33_0 (logpersistd_logging_prop)) +(expandtypeattribute (logpersistd_logging_prop_33_0) true) +(typeattribute logpersistd_logging_prop_33_0) +(typeattributeset hal_configstore_ISurfaceFlingerConfigs_33_0 (hal_configstore_ISurfaceFlingerConfigs)) +(expandtypeattribute (hal_configstore_ISurfaceFlingerConfigs_33_0) true) +(typeattribute hal_configstore_ISurfaceFlingerConfigs_33_0) +(typeattributeset hal_ir_hwservice_33_0 (hal_ir_hwservice)) +(expandtypeattribute (hal_ir_hwservice_33_0) true) +(typeattribute hal_ir_hwservice_33_0) +(typeattributeset hal_vr_hwservice_33_0 (hal_vr_hwservice)) +(expandtypeattribute (hal_vr_hwservice_33_0) true) +(typeattribute hal_vr_hwservice_33_0) +(typeattributeset incident_data_file_33_0 (incident_data_file)) +(expandtypeattribute (incident_data_file_33_0) true) +(typeattribute incident_data_file_33_0) +(typeattributeset fwk_stats_hwservice_33_0 (fwk_stats_hwservice)) +(expandtypeattribute (fwk_stats_hwservice_33_0) true) +(typeattribute fwk_stats_hwservice_33_0) +(typeattributeset webview_zygote_33_0 (webview_zygote)) +(expandtypeattribute (webview_zygote_33_0) true) +(typeattribute webview_zygote_33_0) +(typeattributeset proc_uid_procstat_set_33_0 (proc_uid_procstat_set)) +(expandtypeattribute (proc_uid_procstat_set_33_0) true) +(typeattribute proc_uid_procstat_set_33_0) +(typeattributeset vendor_init_33_0 (vendor_init)) +(expandtypeattribute (vendor_init_33_0) true) +(typeattribute vendor_init_33_0) +(typeattributeset hal_remotelyprovisionedcomponent_service_33_0 (hal_remotelyprovisionedcomponent_service)) +(expandtypeattribute (hal_remotelyprovisionedcomponent_service_33_0) true) +(typeattribute hal_remotelyprovisionedcomponent_service_33_0) +(typeattributeset connectivity_service_33_0 (connectivity_service)) +(expandtypeattribute (connectivity_service_33_0) true) +(typeattribute connectivity_service_33_0) +(typeattributeset notification_service_33_0 (notification_service)) +(expandtypeattribute (notification_service_33_0) true) +(typeattribute notification_service_33_0) +(typeattributeset init_33_0 (init)) +(expandtypeattribute (init_33_0) true) +(typeattribute init_33_0) +(typeattributeset game_service_33_0 (game_service)) +(expandtypeattribute (game_service_33_0) true) +(typeattribute game_service_33_0) +(typeattributeset hal_audiocontrol_service_33_0 (hal_audiocontrol_service)) +(expandtypeattribute (hal_audiocontrol_service_33_0) true) +(typeattribute hal_audiocontrol_service_33_0) +(typeattributeset logpersist_33_0 (logpersist)) +(expandtypeattribute (logpersist_33_0) true) +(typeattribute logpersist_33_0) +(typeattributeset dreams_service_33_0 (dreams_service)) +(expandtypeattribute (dreams_service_33_0) true) +(typeattribute dreams_service_33_0) +(typeattributeset locale_service_33_0 (locale_service)) +(expandtypeattribute (locale_service_33_0) true) +(typeattribute locale_service_33_0) +(typeattributeset companion_device_service_33_0 (companion_device_service)) +(expandtypeattribute (companion_device_service_33_0) true) +(typeattribute companion_device_service_33_0) +(typeattributeset bootanim_33_0 (bootanim)) +(expandtypeattribute (bootanim_33_0) true) +(typeattribute bootanim_33_0) +(typeattributeset proc_uptime_33_0 (proc_uptime)) +(expandtypeattribute (proc_uptime_33_0) true) +(typeattribute proc_uptime_33_0) +(typeattributeset persist_wm_debug_prop_33_0 (persist_wm_debug_prop)) +(expandtypeattribute (persist_wm_debug_prop_33_0) true) +(typeattribute persist_wm_debug_prop_33_0) +(typeattributeset ota_package_file_33_0 (ota_package_file)) +(expandtypeattribute (ota_package_file_33_0) true) +(typeattribute ota_package_file_33_0) +(typeattributeset diskstats_service_33_0 (diskstats_service)) +(expandtypeattribute (diskstats_service_33_0) true) +(typeattribute diskstats_service_33_0) +(typeattributeset fwk_stats_service_33_0 (fwk_stats_service)) +(expandtypeattribute (fwk_stats_service_33_0) true) +(typeattribute fwk_stats_service_33_0) +(typeattributeset wallpaper_service_33_0 (wallpaper_service)) +(expandtypeattribute (wallpaper_service_33_0) true) +(typeattribute wallpaper_service_33_0) +(typeattributeset fscklogs_33_0 (fscklogs)) +(expandtypeattribute (fscklogs_33_0) true) +(typeattribute fscklogs_33_0) +(typeattributeset nnapi_ext_deny_product_prop_33_0 (nnapi_ext_deny_product_prop)) +(expandtypeattribute (nnapi_ext_deny_product_prop_33_0) true) +(typeattribute nnapi_ext_deny_product_prop_33_0) +(typeattributeset task_service_33_0 (task_service)) +(expandtypeattribute (task_service_33_0) true) +(typeattribute task_service_33_0) +(typeattributeset zygote_tmpfs_33_0 (zygote_tmpfs)) +(expandtypeattribute (zygote_tmpfs_33_0) true) +(typeattribute zygote_tmpfs_33_0) +(typeattributeset app_zygote_tmpfs_33_0 (app_zygote_tmpfs)) +(expandtypeattribute (app_zygote_tmpfs_33_0) true) +(typeattribute app_zygote_tmpfs_33_0) +(typeattributeset hal_neuralnetworks_service_33_0 (hal_neuralnetworks_service)) +(expandtypeattribute (hal_neuralnetworks_service_33_0) true) +(typeattribute hal_neuralnetworks_service_33_0) +(typeattributeset hardware_service_33_0 (hardware_service)) +(expandtypeattribute (hardware_service_33_0) true) +(typeattribute hardware_service_33_0) +(typeattributeset logd_33_0 (logd)) +(expandtypeattribute (logd_33_0) true) +(typeattribute logd_33_0) +(typeattributeset procstats_service_33_0 (procstats_service)) +(expandtypeattribute (procstats_service_33_0) true) +(typeattribute procstats_service_33_0) +(typeattributeset tare_service_33_0 (tare_service)) +(expandtypeattribute (tare_service_33_0) true) +(typeattribute tare_service_33_0) +(typeattributeset dumpstate_service_33_0 (dumpstate_service)) +(expandtypeattribute (dumpstate_service_33_0) true) +(typeattribute dumpstate_service_33_0) +(typeattributeset fingerprintd_exec_33_0 (fingerprintd_exec)) +(expandtypeattribute (fingerprintd_exec_33_0) true) +(typeattribute fingerprintd_exec_33_0) +(typeattributeset alarm_service_33_0 (alarm_service)) +(expandtypeattribute (alarm_service_33_0) true) +(typeattribute alarm_service_33_0) +(typeattributeset tv_iapp_service_33_0 (tv_iapp_service)) +(expandtypeattribute (tv_iapp_service_33_0) true) +(typeattribute tv_iapp_service_33_0) +(typeattributeset rttmanager_service_33_0 (rttmanager_service)) +(expandtypeattribute (rttmanager_service_33_0) true) +(typeattribute rttmanager_service_33_0) +(typeattributeset fwk_sensor_hwservice_33_0 (fwk_sensor_hwservice)) +(expandtypeattribute (fwk_sensor_hwservice_33_0) true) +(typeattribute fwk_sensor_hwservice_33_0) +(typeattributeset vendor_uuid_mapping_config_file_33_0 (vendor_uuid_mapping_config_file)) +(expandtypeattribute (vendor_uuid_mapping_config_file_33_0) true) +(typeattribute vendor_uuid_mapping_config_file_33_0) +(typeattributeset ueventd_33_0 (ueventd)) +(expandtypeattribute (ueventd_33_0) true) +(typeattribute ueventd_33_0) +(typeattributeset node_33_0 (node)) +(expandtypeattribute (node_33_0) true) +(typeattribute node_33_0) +(typeattributeset vold_prepare_subdirs_exec_33_0 (vold_prepare_subdirs_exec)) +(expandtypeattribute (vold_prepare_subdirs_exec_33_0) true) +(typeattribute vold_prepare_subdirs_exec_33_0) +(typeattributeset sysfs_dm_33_0 (sysfs_dm)) +(expandtypeattribute (sysfs_dm_33_0) true) +(typeattribute sysfs_dm_33_0) +(typeattributeset hal_face_hwservice_33_0 (hal_face_hwservice)) +(expandtypeattribute (hal_face_hwservice_33_0) true) +(typeattribute hal_face_hwservice_33_0) +(typeattributeset lowpan_service_33_0 (lowpan_service)) +(expandtypeattribute (lowpan_service_33_0) true) +(typeattribute lowpan_service_33_0) +(typeattributeset apc_service_33_0 (apc_service)) +(expandtypeattribute (apc_service_33_0) true) +(typeattribute apc_service_33_0) +(typeattributeset iorapd_service_33_0 (iorapd_service)) +(expandtypeattribute (iorapd_service_33_0) true) +(typeattribute iorapd_service_33_0) +(typeattributeset nfc_data_file_33_0 (nfc_data_file)) +(expandtypeattribute (nfc_data_file_33_0) true) +(typeattribute nfc_data_file_33_0) +(typeattributeset stats_data_file_33_0 (stats_data_file)) +(expandtypeattribute (stats_data_file_33_0) true) +(typeattribute stats_data_file_33_0) +(typeattributeset hal_contexthub_service_33_0 (hal_contexthub_service)) +(expandtypeattribute (hal_contexthub_service_33_0) true) +(typeattribute hal_contexthub_service_33_0) +(typeattributeset misc_logd_file_33_0 (misc_logd_file)) +(expandtypeattribute (misc_logd_file_33_0) true) +(typeattribute misc_logd_file_33_0) +(typeattributeset sepolicy_file_33_0 (sepolicy_file)) +(expandtypeattribute (sepolicy_file_33_0) true) +(typeattribute sepolicy_file_33_0) +(typeattributeset audioserver_service_33_0 (audioserver_service)) +(expandtypeattribute (audioserver_service_33_0) true) +(typeattribute audioserver_service_33_0) +(typeattributeset proc_sched_33_0 (proc_sched)) +(expandtypeattribute (proc_sched_33_0) true) +(typeattribute proc_sched_33_0) +(typeattributeset modprobe_33_0 (modprobe)) +(expandtypeattribute (modprobe_33_0) true) +(typeattribute modprobe_33_0) +(typeattributeset incidentd_33_0 (incidentd)) +(expandtypeattribute (incidentd_33_0) true) +(typeattribute incidentd_33_0) +(typeattributeset apk_tmp_file_33_0 (apk_tmp_file)) +(expandtypeattribute (apk_tmp_file_33_0) true) +(typeattribute apk_tmp_file_33_0) +(typeattributeset dmabuf_system_heap_device_33_0 (dmabuf_system_heap_device)) +(expandtypeattribute (dmabuf_system_heap_device_33_0) true) +(typeattribute dmabuf_system_heap_device_33_0) +(typeattributeset gpu_device_33_0 (gpu_device)) +(expandtypeattribute (gpu_device_33_0) true) +(typeattribute gpu_device_33_0) +(typeattributeset gpuservice_33_0 (gpuservice)) +(expandtypeattribute (gpuservice_33_0) true) +(typeattribute gpuservice_33_0) +(typeattributeset mdnsd_33_0 (mdnsd)) +(expandtypeattribute (mdnsd_33_0) true) +(typeattribute mdnsd_33_0) +(typeattributeset proc_uid_io_stats_33_0 (proc_uid_io_stats)) +(expandtypeattribute (proc_uid_io_stats_33_0) true) +(typeattribute proc_uid_io_stats_33_0) +(typeattributeset sensorservice_service_33_0 (sensorservice_service)) +(expandtypeattribute (sensorservice_service_33_0) true) +(typeattribute sensorservice_service_33_0) +(typeattributeset runas_exec_33_0 (runas_exec)) +(expandtypeattribute (runas_exec_33_0) true) +(typeattribute runas_exec_33_0) +(typeattributeset wifiaware_service_33_0 (wifiaware_service)) +(expandtypeattribute (wifiaware_service_33_0) true) +(typeattribute wifiaware_service_33_0) +(typeattributeset netstats_service_33_0 (netstats_service)) +(expandtypeattribute (netstats_service_33_0) true) +(typeattribute netstats_service_33_0) +(typeattributeset vr_manager_service_33_0 (vr_manager_service)) +(expandtypeattribute (vr_manager_service_33_0) true) +(typeattribute vr_manager_service_33_0) +(typeattributeset watchdogd_33_0 (watchdogd)) +(expandtypeattribute (watchdogd_33_0) true) +(typeattribute watchdogd_33_0) +(typeattributeset vendor_security_patch_level_prop_33_0 (vendor_security_patch_level_prop)) +(expandtypeattribute (vendor_security_patch_level_prop_33_0) true) +(typeattribute vendor_security_patch_level_prop_33_0) +(typeattributeset heapprofd_33_0 (heapprofd)) +(expandtypeattribute (heapprofd_33_0) true) +(typeattribute heapprofd_33_0) +(typeattributeset tzdatacheck_exec_33_0 (tzdatacheck_exec)) +(expandtypeattribute (tzdatacheck_exec_33_0) true) +(typeattribute tzdatacheck_exec_33_0) +(typeattributeset shell_exec_33_0 (shell_exec)) +(expandtypeattribute (shell_exec_33_0) true) +(typeattribute shell_exec_33_0) +(typeattributeset hdmi_control_service_33_0 (hdmi_control_service)) +(expandtypeattribute (hdmi_control_service_33_0) true) +(typeattribute hdmi_control_service_33_0) +(typeattributeset clipboard_service_33_0 (clipboard_service)) +(expandtypeattribute (clipboard_service_33_0) true) +(typeattribute clipboard_service_33_0) +(typeattributeset dumpstate_exec_33_0 (dumpstate_exec)) +(expandtypeattribute (dumpstate_exec_33_0) true) +(typeattribute dumpstate_exec_33_0) +(typeattributeset prereboot_data_file_33_0 (prereboot_data_file)) +(expandtypeattribute (prereboot_data_file_33_0) true) +(typeattribute prereboot_data_file_33_0) +(typeattributeset netutils_wrapper_exec_33_0 (netutils_wrapper_exec)) +(expandtypeattribute (netutils_wrapper_exec_33_0) true) +(typeattribute netutils_wrapper_exec_33_0) +(typeattributeset apex_service_33_0 (apex_service)) +(expandtypeattribute (apex_service_33_0) true) +(typeattribute apex_service_33_0) +(typeattributeset hal_sensors_service_33_0 (hal_sensors_service)) +(expandtypeattribute (hal_sensors_service_33_0) true) +(typeattribute hal_sensors_service_33_0) +(typeattributeset proc_max_map_count_33_0 (proc_max_map_count)) +(expandtypeattribute (proc_max_map_count_33_0) true) +(typeattribute proc_max_map_count_33_0) +(typeattributeset apex_rollback_data_file_33_0 (apex_rollback_data_file)) +(expandtypeattribute (apex_rollback_data_file_33_0) true) +(typeattribute apex_rollback_data_file_33_0) +(typeattributeset tombstoned_intercept_socket_33_0 (tombstoned_intercept_socket)) +(expandtypeattribute (tombstoned_intercept_socket_33_0) true) +(typeattribute tombstoned_intercept_socket_33_0) +(typeattributeset wificond_33_0 (wificond)) +(expandtypeattribute (wificond_33_0) true) +(typeattribute wificond_33_0) +(typeattributeset debugfs_mmc_33_0 (debugfs_mmc)) +(expandtypeattribute (debugfs_mmc_33_0) true) +(typeattribute debugfs_mmc_33_0) +(typeattributeset netutils_wrapper_33_0 (netutils_wrapper)) +(expandtypeattribute (netutils_wrapper_33_0) true) +(typeattribute netutils_wrapper_33_0) +(typeattributeset hal_weaver_service_33_0 (hal_weaver_service)) +(expandtypeattribute (hal_weaver_service_33_0) true) +(typeattribute hal_weaver_service_33_0) +(typeattributeset racoon_33_0 (racoon)) +(expandtypeattribute (racoon_33_0) true) +(typeattribute racoon_33_0) +(typeattributeset wpantund_exec_33_0 (wpantund_exec)) +(expandtypeattribute (wpantund_exec_33_0) true) +(typeattribute wpantund_exec_33_0) +(typeattributeset hal_cas_hwservice_33_0 (hal_cas_hwservice)) +(expandtypeattribute (hal_cas_hwservice_33_0) true) +(typeattribute hal_cas_hwservice_33_0) +(typeattributeset hal_evs_hwservice_33_0 (hal_evs_hwservice)) +(expandtypeattribute (hal_evs_hwservice_33_0) true) +(typeattribute hal_evs_hwservice_33_0) +(typeattributeset hal_nfc_hwservice_33_0 (hal_nfc_hwservice)) +(expandtypeattribute (hal_nfc_hwservice_33_0) true) +(typeattribute hal_nfc_hwservice_33_0) +(typeattributeset vold_33_0 (vold)) +(expandtypeattribute (vold_33_0) true) +(typeattribute vold_33_0) +(typeattributeset iio_device_33_0 (iio_device)) +(expandtypeattribute (iio_device_33_0) true) +(typeattribute iio_device_33_0) +(typeattributeset pdx_display_manager_endpoint_socket_33_0 (pdx_display_manager_endpoint_socket)) +(expandtypeattribute (pdx_display_manager_endpoint_socket_33_0) true) +(typeattribute pdx_display_manager_endpoint_socket_33_0) +(typeattributeset ion_device_33_0 (ion_device)) +(expandtypeattribute (ion_device_33_0) true) +(typeattribute ion_device_33_0) +(typeattributeset platform_compat_service_33_0 (platform_compat_service)) +(expandtypeattribute (platform_compat_service_33_0) true) +(typeattribute platform_compat_service_33_0) +(typeattributeset camerax_extensions_prop_33_0 (camerax_extensions_prop)) +(expandtypeattribute (camerax_extensions_prop_33_0) true) +(typeattribute camerax_extensions_prop_33_0) +(typeattributeset heapprofd_socket_33_0 (heapprofd_socket)) +(expandtypeattribute (heapprofd_socket_33_0) true) +(typeattribute heapprofd_socket_33_0) +(typeattributeset service_manager_vndservice_33_0 (service_manager_vndservice)) +(expandtypeattribute (service_manager_vndservice_33_0) true) +(typeattribute service_manager_vndservice_33_0) +(typeattributeset sysfs_uhid_33_0 (sysfs_uhid)) +(expandtypeattribute (sysfs_uhid_33_0) true) +(typeattribute sysfs_uhid_33_0) +(typeattributeset proc_bootconfig_33_0 (proc_bootconfig)) +(expandtypeattribute (proc_bootconfig_33_0) true) +(typeattribute proc_bootconfig_33_0) +(typeattributeset hal_secure_element_hwservice_33_0 (hal_secure_element_hwservice)) +(expandtypeattribute (hal_secure_element_hwservice_33_0) true) +(typeattribute hal_secure_element_hwservice_33_0) +(typeattributeset port_device_33_0 (port_device)) +(expandtypeattribute (port_device_33_0) true) +(typeattribute port_device_33_0) +(typeattributeset nfc_device_33_0 (nfc_device)) +(expandtypeattribute (nfc_device_33_0) true) +(typeattribute nfc_device_33_0) +(typeattributeset system_zoneinfo_file_33_0 (system_zoneinfo_file)) +(expandtypeattribute (system_zoneinfo_file_33_0) true) +(typeattribute system_zoneinfo_file_33_0) +(typeattributeset rild_socket_33_0 (rild_socket)) +(expandtypeattribute (rild_socket_33_0) true) +(typeattribute rild_socket_33_0) +(typeattributeset keystore_data_file_33_0 (keystore_data_file)) +(expandtypeattribute (keystore_data_file_33_0) true) +(typeattribute keystore_data_file_33_0) +(typeattributeset bootanim_system_prop_33_0 (bootanim_system_prop)) +(expandtypeattribute (bootanim_system_prop_33_0) true) +(typeattribute bootanim_system_prop_33_0) +(typeattributeset recovery_persist_exec_33_0 (recovery_persist_exec)) +(expandtypeattribute (recovery_persist_exec_33_0) true) +(typeattribute recovery_persist_exec_33_0) +(typeattributeset pmsg_device_33_0 (pmsg_device)) +(expandtypeattribute (pmsg_device_33_0) true) +(typeattribute pmsg_device_33_0) +(typeattributeset rpmsg_device_33_0 (rpmsg_device)) +(expandtypeattribute (rpmsg_device_33_0) true) +(typeattribute rpmsg_device_33_0) +(typeattributeset cache_file_33_0 (cache_file)) +(expandtypeattribute (cache_file_33_0) true) +(typeattribute cache_file_33_0) +(typeattributeset debugfs_tracing_printk_formats_33_0 (debugfs_tracing_printk_formats)) +(expandtypeattribute (debugfs_tracing_printk_formats_33_0) true) +(typeattribute debugfs_tracing_printk_formats_33_0) +(typeattributeset fingerprintd_service_33_0 (fingerprintd_service)) +(expandtypeattribute (fingerprintd_service_33_0) true) +(typeattribute fingerprintd_service_33_0) +(typeattributeset people_service_33_0 (people_service)) +(expandtypeattribute (people_service_33_0) true) +(typeattribute people_service_33_0) +(typeattributeset mtp_device_33_0 (mtp_device)) +(expandtypeattribute (mtp_device_33_0) true) +(typeattribute mtp_device_33_0) +(typeattributeset camera2_extensions_prop_33_0 (camera2_extensions_prop)) +(expandtypeattribute (camera2_extensions_prop_33_0) true) +(typeattribute camera2_extensions_prop_33_0) +(typeattributeset adbd_socket_33_0 (adbd_socket)) +(expandtypeattribute (adbd_socket_33_0) true) +(typeattribute adbd_socket_33_0) +(typeattributeset debugfs_trace_marker_33_0 (debugfs_trace_marker)) +(expandtypeattribute (debugfs_trace_marker_33_0) true) +(typeattribute debugfs_trace_marker_33_0) +(typeattributeset otapreopt_chroot_33_0 (otapreopt_chroot)) +(expandtypeattribute (otapreopt_chroot_33_0) true) +(typeattribute otapreopt_chroot_33_0) +(typeattributeset hal_renderscript_hwservice_33_0 (hal_renderscript_hwservice)) +(expandtypeattribute (hal_renderscript_hwservice_33_0) true) +(typeattribute hal_renderscript_hwservice_33_0) +(typeattributeset sysfs_dmabuf_stats_33_0 (sysfs_dmabuf_stats)) +(expandtypeattribute (sysfs_dmabuf_stats_33_0) true) +(typeattribute sysfs_dmabuf_stats_33_0) +(typeattributeset installd_exec_33_0 (installd_exec)) +(expandtypeattribute (installd_exec_33_0) true) +(typeattribute installd_exec_33_0) +(typeattributeset statsd_exec_33_0 (statsd_exec)) +(expandtypeattribute (statsd_exec_33_0) true) +(typeattribute statsd_exec_33_0) +(typeattributeset tombstoned_exec_33_0 (tombstoned_exec)) +(expandtypeattribute (tombstoned_exec_33_0) true) +(typeattribute tombstoned_exec_33_0) +(typeattributeset runtime_event_log_tags_file_33_0 (runtime_event_log_tags_file)) +(expandtypeattribute (runtime_event_log_tags_file_33_0) true) +(typeattribute runtime_event_log_tags_file_33_0) +(typeattributeset proc_kmsg_33_0 (proc_kmsg)) +(expandtypeattribute (proc_kmsg_33_0) true) +(typeattribute proc_kmsg_33_0) +(typeattributeset wpa_socket_33_0 (wpa_socket)) +(expandtypeattribute (wpa_socket_33_0) true) +(typeattribute wpa_socket_33_0) +(typeattributeset fwk_camera_hwservice_33_0 (fwk_camera_hwservice)) +(expandtypeattribute (fwk_camera_hwservice_33_0) true) +(typeattribute fwk_camera_hwservice_33_0) +(typeattributeset external_vibrator_service_33_0 (external_vibrator_service)) +(expandtypeattribute (external_vibrator_service_33_0) true) +(typeattribute external_vibrator_service_33_0) +(typeattributeset mtp_33_0 (mtp)) +(expandtypeattribute (mtp_33_0) true) +(typeattribute mtp_33_0) +(typeattributeset backup_data_file_33_0 (backup_data_file)) +(expandtypeattribute (backup_data_file_33_0) true) +(typeattribute backup_data_file_33_0) +(typeattributeset cgroup_desc_file_33_0 (cgroup_desc_file)) +(expandtypeattribute (cgroup_desc_file_33_0) true) +(typeattribute cgroup_desc_file_33_0) +(typeattributeset vendor_kernel_modules_33_0 (vendor_kernel_modules)) +(expandtypeattribute (vendor_kernel_modules_33_0) true) +(typeattribute vendor_kernel_modules_33_0) +(typeattributeset app_fuse_file_33_0 (app_fuse_file)) +(expandtypeattribute (app_fuse_file_33_0) true) +(typeattribute app_fuse_file_33_0) +(typeattributeset iorap_prefetcherd_exec_33_0 (iorap_prefetcherd_exec)) +(expandtypeattribute (iorap_prefetcherd_exec_33_0) true) +(typeattribute iorap_prefetcherd_exec_33_0) +(typeattributeset app_data_file_33_0 (app_data_file)) +(expandtypeattribute (app_data_file_33_0) true) +(typeattribute app_data_file_33_0) +(typeattributeset boottime_public_prop_33_0 (boottime_public_prop)) +(expandtypeattribute (boottime_public_prop_33_0) true) +(typeattribute boottime_public_prop_33_0) +(typeattributeset dhcp_data_file_33_0 (dhcp_data_file)) +(expandtypeattribute (dhcp_data_file_33_0) true) +(typeattribute dhcp_data_file_33_0) +(typeattributeset privapp_data_file_33_0 (privapp_data_file)) +(expandtypeattribute (privapp_data_file_33_0) true) +(typeattribute privapp_data_file_33_0) +(typeattributeset racoon_exec_33_0 (racoon_exec)) +(expandtypeattribute (racoon_exec_33_0) true) +(typeattribute racoon_exec_33_0) +(typeattributeset unlabeled_33_0 (unlabeled)) +(expandtypeattribute (unlabeled_33_0) true) +(typeattribute unlabeled_33_0) +(typeattributeset hal_vibrator_service_33_0 (hal_vibrator_service)) +(expandtypeattribute (hal_vibrator_service_33_0) true) +(typeattribute hal_vibrator_service_33_0) +(typeattributeset tombstone_config_prop_33_0 (tombstone_config_prop)) +(expandtypeattribute (tombstone_config_prop_33_0) true) +(typeattribute tombstone_config_prop_33_0) +(typeattributeset tcpdump_exec_33_0 (tcpdump_exec)) +(expandtypeattribute (tcpdump_exec_33_0) true) +(typeattribute tcpdump_exec_33_0) +(typeattributeset radio_control_prop_33_0 (radio_control_prop)) +(expandtypeattribute (radio_control_prop_33_0) true) +(typeattribute radio_control_prop_33_0) +(typeattributeset binder_calls_stats_service_33_0 (binder_calls_stats_service)) +(expandtypeattribute (binder_calls_stats_service_33_0) true) +(typeattribute binder_calls_stats_service_33_0) +(typeattributeset linkerconfig_file_33_0 (linkerconfig_file)) +(expandtypeattribute (linkerconfig_file_33_0) true) +(typeattribute linkerconfig_file_33_0) +(typeattributeset webview_zygote_tmpfs_33_0 (webview_zygote_tmpfs)) +(expandtypeattribute (webview_zygote_tmpfs_33_0) true) +(typeattribute webview_zygote_tmpfs_33_0) +(typeattributeset surfaceflinger_prop_33_0 (surfaceflinger_prop)) +(expandtypeattribute (surfaceflinger_prop_33_0) true) +(typeattribute surfaceflinger_prop_33_0) +(typeattributeset ipsec_service_33_0 (ipsec_service)) +(expandtypeattribute (ipsec_service_33_0) true) +(typeattribute ipsec_service_33_0) +(typeattributeset fusectlfs_33_0 (fusectlfs)) +(expandtypeattribute (fusectlfs_33_0) true) +(typeattribute fusectlfs_33_0) +(typeattributeset user_service_33_0 (user_service)) +(expandtypeattribute (user_service_33_0) true) +(typeattribute user_service_33_0) +(typeattributeset dataloader_manager_service_33_0 (dataloader_manager_service)) +(expandtypeattribute (dataloader_manager_service_33_0) true) +(typeattribute dataloader_manager_service_33_0) +(typeattributeset persistent_data_block_service_33_0 (persistent_data_block_service)) +(expandtypeattribute (persistent_data_block_service_33_0) true) +(typeattribute persistent_data_block_service_33_0) +(typeattributeset artd_service_33_0 (artd_service)) +(expandtypeattribute (artd_service_33_0) true) +(typeattribute artd_service_33_0) +(typeattributeset system_suspend_control_service_33_0 (system_suspend_control_service)) +(expandtypeattribute (system_suspend_control_service_33_0) true) +(typeattribute system_suspend_control_service_33_0) +(typeattributeset mnt_sdcard_file_33_0 (mnt_sdcard_file)) +(expandtypeattribute (mnt_sdcard_file_33_0) true) +(typeattribute mnt_sdcard_file_33_0) +(typeattributeset profman_dump_data_file_33_0 (profman_dump_data_file)) +(expandtypeattribute (profman_dump_data_file_33_0) true) +(typeattribute profman_dump_data_file_33_0) +(typeattributeset telephony_status_prop_33_0 (telephony_status_prop)) +(expandtypeattribute (telephony_status_prop_33_0) true) +(typeattribute telephony_status_prop_33_0) +(typeattributeset cgroup_desc_api_file_33_0 (cgroup_desc_api_file)) +(expandtypeattribute (cgroup_desc_api_file_33_0) true) +(typeattribute cgroup_desc_api_file_33_0) +(typeattributeset socket_device_33_0 (socket_device)) +(expandtypeattribute (socket_device_33_0) true) +(typeattribute socket_device_33_0) +(typeattributeset broadcastradio_service_33_0 (broadcastradio_service)) +(expandtypeattribute (broadcastradio_service_33_0) true) +(typeattribute broadcastradio_service_33_0) +(typeattributeset permission_checker_service_33_0 (permission_checker_service)) +(expandtypeattribute (permission_checker_service_33_0) true) +(typeattribute permission_checker_service_33_0) +(typeattributeset scheduling_policy_service_33_0 (scheduling_policy_service)) +(expandtypeattribute (scheduling_policy_service_33_0) true) +(typeattribute scheduling_policy_service_33_0) +(typeattributeset update_engine_exec_33_0 (update_engine_exec)) +(expandtypeattribute (update_engine_exec_33_0) true) +(typeattribute update_engine_exec_33_0) +(typeattributeset installd_33_0 (installd)) +(expandtypeattribute (installd_33_0) true) +(typeattribute installd_33_0) +(typeattributeset profman_exec_33_0 (profman_exec)) +(expandtypeattribute (profman_exec_33_0) true) +(typeattribute profman_exec_33_0) +(typeattributeset debugfs_restriction_prop_33_0 (debugfs_restriction_prop)) +(expandtypeattribute (debugfs_restriction_prop_33_0) true) +(typeattribute debugfs_restriction_prop_33_0) +(typeattributeset bootchart_data_file_33_0 (bootchart_data_file)) +(expandtypeattribute (bootchart_data_file_33_0) true) +(typeattribute bootchart_data_file_33_0) +(typeattributeset dmabuf_system_secure_heap_device_33_0 (dmabuf_system_secure_heap_device)) +(expandtypeattribute (dmabuf_system_secure_heap_device_33_0) true) +(typeattribute dmabuf_system_secure_heap_device_33_0) +(typeattributeset persist_debug_prop_33_0 (persist_debug_prop)) +(expandtypeattribute (persist_debug_prop_33_0) true) +(typeattribute persist_debug_prop_33_0) +(typeattributeset telecom_service_33_0 (telecom_service)) +(expandtypeattribute (telecom_service_33_0) true) +(typeattribute telecom_service_33_0) +(typeattributeset audioserver_data_file_33_0 (audioserver_data_file)) +(expandtypeattribute (audioserver_data_file_33_0) true) +(typeattribute audioserver_data_file_33_0) +(typeattributeset console_device_33_0 (console_device)) +(expandtypeattribute (console_device_33_0) true) +(typeattribute console_device_33_0) +(typeattributeset sensors_device_33_0 (sensors_device)) +(expandtypeattribute (sensors_device_33_0) true) +(typeattribute sensors_device_33_0) +(typeattributeset llkd_33_0 (llkd)) +(expandtypeattribute (llkd_33_0) true) +(typeattribute llkd_33_0) +(typeattributeset location_time_zone_manager_service_33_0 (location_time_zone_manager_service)) +(expandtypeattribute (location_time_zone_manager_service_33_0) true) +(typeattribute location_time_zone_manager_service_33_0) +(typeattributeset vold_metadata_file_33_0 (vold_metadata_file)) +(expandtypeattribute (vold_metadata_file_33_0) true) +(typeattribute vold_metadata_file_33_0) +(typeattributeset charger_prop_33_0 (charger_prop)) +(expandtypeattribute (charger_prop_33_0) true) +(typeattribute charger_prop_33_0) +(typeattributeset samplingprofiler_service_33_0 (samplingprofiler_service)) +(expandtypeattribute (samplingprofiler_service_33_0) true) +(typeattribute samplingprofiler_service_33_0) +(typeattributeset sysfs_vendor_sched_33_0 (sysfs_vendor_sched)) +(expandtypeattribute (sysfs_vendor_sched_33_0) true) +(typeattribute sysfs_vendor_sched_33_0) +(typeattributeset hal_graphics_allocator_hwservice_33_0 (hal_graphics_allocator_hwservice)) +(expandtypeattribute (hal_graphics_allocator_hwservice_33_0) true) +(typeattribute hal_graphics_allocator_hwservice_33_0) +(typeattributeset hal_dumpstate_config_prop_33_0 (hal_dumpstate_config_prop)) +(expandtypeattribute (hal_dumpstate_config_prop_33_0) true) +(typeattribute hal_dumpstate_config_prop_33_0) +(typeattributeset overlayfs_file_33_0 (overlayfs_file)) +(expandtypeattribute (overlayfs_file_33_0) true) +(typeattribute overlayfs_file_33_0) +(typeattributeset proc_version_33_0 (proc_version)) +(expandtypeattribute (proc_version_33_0) true) +(typeattribute proc_version_33_0) +(typeattributeset search_service_33_0 (search_service)) +(expandtypeattribute (search_service_33_0) true) +(typeattribute search_service_33_0) +(typeattributeset nearby_service_33_0 (nearby_service)) +(expandtypeattribute (nearby_service_33_0) true) +(typeattribute nearby_service_33_0) +(typeattributeset mediaserver_33_0 (mediaserver)) +(expandtypeattribute (mediaserver_33_0) true) +(typeattribute mediaserver_33_0) +(typeattributeset mediaserver_exec_33_0 (mediaserver_exec)) +(expandtypeattribute (mediaserver_exec_33_0) true) +(typeattribute mediaserver_exec_33_0) +(typeattributeset network_stack_service_33_0 (network_stack_service)) +(expandtypeattribute (network_stack_service_33_0) true) +(typeattribute network_stack_service_33_0) +(typeattributeset oemfs_33_0 (oemfs)) +(expandtypeattribute (oemfs_33_0) true) +(typeattribute oemfs_33_0) +(typeattributeset proc_cmdline_33_0 (proc_cmdline)) +(expandtypeattribute (proc_cmdline_33_0) true) +(typeattribute proc_cmdline_33_0) +(typeattributeset drmserver_exec_33_0 (drmserver_exec)) +(expandtypeattribute (drmserver_exec_33_0) true) +(typeattribute drmserver_exec_33_0) +(typeattributeset proc_net_tcp_udp_33_0 (proc_net_tcp_udp)) +(expandtypeattribute (proc_net_tcp_udp_33_0) true) +(typeattribute proc_net_tcp_udp_33_0) +(typeattributeset resources_manager_service_33_0 (resources_manager_service)) +(expandtypeattribute (resources_manager_service_33_0) true) +(typeattribute resources_manager_service_33_0) +(typeattributeset sgdisk_exec_33_0 (sgdisk_exec)) +(expandtypeattribute (sgdisk_exec_33_0) true) +(typeattribute sgdisk_exec_33_0) +(typeattributeset retaildemo_prop_33_0 (retaildemo_prop)) +(expandtypeattribute (retaildemo_prop_33_0) true) +(typeattribute retaildemo_prop_33_0) +(typeattributeset pdx_display_screenshot_endpoint_socket_33_0 (pdx_display_screenshot_endpoint_socket)) +(expandtypeattribute (pdx_display_screenshot_endpoint_socket_33_0) true) +(typeattribute pdx_display_screenshot_endpoint_socket_33_0) +(typeattributeset simpleperf_app_runner_33_0 (simpleperf_app_runner)) +(expandtypeattribute (simpleperf_app_runner_33_0) true) +(typeattribute simpleperf_app_runner_33_0) +(typeattributeset mnt_product_file_33_0 (mnt_product_file)) +(expandtypeattribute (mnt_product_file_33_0) true) +(typeattribute mnt_product_file_33_0) +(typeattributeset camera_data_file_33_0 (camera_data_file)) +(expandtypeattribute (camera_data_file_33_0) true) +(typeattribute camera_data_file_33_0) +(typeattributeset bluetooth_efs_file_33_0 (bluetooth_efs_file)) +(expandtypeattribute (bluetooth_efs_file_33_0) true) +(typeattribute bluetooth_efs_file_33_0) +(typeattributeset media_data_file_33_0 (media_data_file)) +(expandtypeattribute (media_data_file_33_0) true) +(typeattribute media_data_file_33_0) +(typeattributeset ota_data_file_33_0 (ota_data_file)) +(expandtypeattribute (ota_data_file_33_0) true) +(typeattribute ota_data_file_33_0) +(typeattributeset sysfs_fs_incfs_metrics_33_0 (sysfs_fs_incfs_metrics)) +(expandtypeattribute (sysfs_fs_incfs_metrics_33_0) true) +(typeattribute sysfs_fs_incfs_metrics_33_0) +(typeattributeset telephony_config_prop_33_0 (telephony_config_prop)) +(expandtypeattribute (telephony_config_prop_33_0) true) +(typeattribute telephony_config_prop_33_0) +(typeattributeset system_file_33_0 (system_file)) +(expandtypeattribute (system_file_33_0) true) +(typeattribute system_file_33_0) +(typeattributeset system_seccomp_policy_file_33_0 (system_seccomp_policy_file)) +(expandtypeattribute (system_seccomp_policy_file_33_0) true) +(typeattribute system_seccomp_policy_file_33_0) +(typeattributeset apk_private_tmp_file_33_0 (apk_private_tmp_file)) +(expandtypeattribute (apk_private_tmp_file_33_0) true) +(typeattribute apk_private_tmp_file_33_0) +(typeattributeset hci_attach_dev_33_0 (hci_attach_dev)) +(expandtypeattribute (hci_attach_dev_33_0) true) +(typeattribute hci_attach_dev_33_0) +(typeattributeset statusbar_service_33_0 (statusbar_service)) +(expandtypeattribute (statusbar_service_33_0) true) +(typeattribute statusbar_service_33_0) +(typeattributeset traced_producer_socket_33_0 (traced_producer_socket)) +(expandtypeattribute (traced_producer_socket_33_0) true) +(typeattribute traced_producer_socket_33_0) +(typeattributeset hal_input_classifier_hwservice_33_0 (hal_input_classifier_hwservice)) +(expandtypeattribute (hal_input_classifier_hwservice_33_0) true) +(typeattribute hal_input_classifier_hwservice_33_0) +(typeattributeset idmap_33_0 (idmap)) +(expandtypeattribute (idmap_33_0) true) +(typeattribute idmap_33_0) +(typeattributeset fwmarkd_socket_33_0 (fwmarkd_socket)) +(expandtypeattribute (fwmarkd_socket_33_0) true) +(typeattribute fwmarkd_socket_33_0) +(typeattributeset device_config_media_native_prop_33_0 (device_config_media_native_prop)) +(expandtypeattribute (device_config_media_native_prop_33_0) true) +(typeattribute device_config_media_native_prop_33_0) +(typeattributeset cameraserver_exec_33_0 (cameraserver_exec)) +(expandtypeattribute (cameraserver_exec_33_0) true) +(typeattribute cameraserver_exec_33_0) +(typeattributeset device_config_nnapi_native_prop_33_0 (device_config_nnapi_native_prop)) +(expandtypeattribute (device_config_nnapi_native_prop_33_0) true) +(typeattribute device_config_nnapi_native_prop_33_0) +(typeattributeset shortcut_service_33_0 (shortcut_service)) +(expandtypeattribute (shortcut_service_33_0) true) +(typeattribute shortcut_service_33_0) +(typeattributeset credstore_data_file_33_0 (credstore_data_file)) +(expandtypeattribute (credstore_data_file_33_0) true) +(typeattribute credstore_data_file_33_0) +(typeattributeset device_state_service_33_0 (device_state_service)) +(expandtypeattribute (device_state_service_33_0) true) +(typeattribute device_state_service_33_0) +(typeattributeset profman_33_0 (profman)) +(expandtypeattribute (profman_33_0) true) +(typeattribute profman_33_0) +(typeattributeset heapprofd_enabled_prop_33_0 (heapprofd_enabled_prop)) +(expandtypeattribute (heapprofd_enabled_prop_33_0) true) +(typeattribute heapprofd_enabled_prop_33_0) +(typeattributeset ctl_sigstop_prop_33_0 (ctl_sigstop_prop)) +(expandtypeattribute (ctl_sigstop_prop_33_0) true) +(typeattribute ctl_sigstop_prop_33_0) +(typeattributeset media_rw_data_file_33_0 (media_rw_data_file)) +(expandtypeattribute (media_rw_data_file_33_0) true) +(typeattribute media_rw_data_file_33_0) +(typeattributeset system_config_service_33_0 (system_config_service)) +(expandtypeattribute (system_config_service_33_0) true) +(typeattribute system_config_service_33_0) +(typeattributeset gnss_time_update_service_33_0 (gnss_time_update_service)) +(expandtypeattribute (gnss_time_update_service_33_0) true) +(typeattribute gnss_time_update_service_33_0) +(typeattributeset binder_cache_system_server_prop_33_0 (binder_cache_system_server_prop)) +(expandtypeattribute (binder_cache_system_server_prop_33_0) true) +(typeattribute binder_cache_system_server_prop_33_0) +(typeattributeset coredump_file_33_0 (coredump_file)) +(expandtypeattribute (coredump_file_33_0) true) +(typeattribute coredump_file_33_0) +(typeattributeset ctl_interface_stop_prop_33_0 (ctl_interface_stop_prop)) +(expandtypeattribute (ctl_interface_stop_prop_33_0) true) +(typeattribute ctl_interface_stop_prop_33_0) +(typeattributeset serial_device_33_0 (serial_device)) +(expandtypeattribute (serial_device_33_0) true) +(typeattribute serial_device_33_0) +(typeattributeset traced_consumer_socket_33_0 (traced_consumer_socket)) +(expandtypeattribute (traced_consumer_socket_33_0) true) +(typeattribute traced_consumer_socket_33_0) +(typeattributeset devicestoragemonitor_service_33_0 (devicestoragemonitor_service)) +(expandtypeattribute (devicestoragemonitor_service_33_0) true) +(typeattribute devicestoragemonitor_service_33_0) +(typeattributeset boottrace_data_file_33_0 (boottrace_data_file)) +(expandtypeattribute (boottrace_data_file_33_0) true) +(typeattribute boottrace_data_file_33_0) +(typeattributeset proc_uid_time_in_state_33_0 (proc_uid_time_in_state)) +(expandtypeattribute (proc_uid_time_in_state_33_0) true) +(typeattribute proc_uid_time_in_state_33_0) +(typeattributeset apex_metadata_file_33_0 (apex_metadata_file)) +(expandtypeattribute (apex_metadata_file_33_0) true) +(typeattribute apex_metadata_file_33_0) +(typeattributeset hal_audio_hwservice_33_0 (hal_audio_hwservice)) +(expandtypeattribute (hal_audio_hwservice_33_0) true) +(typeattribute hal_audio_hwservice_33_0) +(typeattributeset iris_service_33_0 (iris_service)) +(expandtypeattribute (iris_service_33_0) true) +(typeattribute iris_service_33_0) +(typeattributeset cache_backup_file_33_0 (cache_backup_file)) +(expandtypeattribute (cache_backup_file_33_0) true) +(typeattribute cache_backup_file_33_0) +(typeattributeset hal_usb_gadget_hwservice_33_0 (hal_usb_gadget_hwservice)) +(expandtypeattribute (hal_usb_gadget_hwservice_33_0) true) +(typeattribute hal_usb_gadget_hwservice_33_0) +(typeattributeset biometric_service_33_0 (biometric_service)) +(expandtypeattribute (biometric_service_33_0) true) +(typeattribute biometric_service_33_0) +(typeattributeset sysfs_extcon_33_0 (sysfs_extcon)) +(expandtypeattribute (sysfs_extcon_33_0) true) +(typeattribute sysfs_extcon_33_0) +(typeattributeset usb_serial_device_33_0 (usb_serial_device)) +(expandtypeattribute (usb_serial_device_33_0) true) +(typeattribute usb_serial_device_33_0) +(typeattributeset watchdogd_exec_33_0 (watchdogd_exec)) +(expandtypeattribute (watchdogd_exec_33_0) true) +(typeattribute watchdogd_exec_33_0) +(typeattributeset surfaceflinger_tmpfs_33_0 (surfaceflinger_tmpfs)) +(expandtypeattribute (surfaceflinger_tmpfs_33_0) true) +(typeattribute surfaceflinger_tmpfs_33_0) +(typeattributeset fs_bpf_vendor_33_0 (fs_bpf_vendor)) +(expandtypeattribute (fs_bpf_vendor_33_0) true) +(typeattribute fs_bpf_vendor_33_0) +(typeattributeset lmkd_33_0 (lmkd)) +(expandtypeattribute (lmkd_33_0) true) +(typeattribute lmkd_33_0) +(typeattributeset deviceidle_service_33_0 (deviceidle_service)) +(expandtypeattribute (deviceidle_service_33_0) true) +(typeattribute deviceidle_service_33_0) +(typeattributeset dropbox_service_33_0 (dropbox_service)) +(expandtypeattribute (dropbox_service_33_0) true) +(typeattribute dropbox_service_33_0) +(typeattributeset userspace_reboot_metadata_file_33_0 (userspace_reboot_metadata_file)) +(expandtypeattribute (userspace_reboot_metadata_file_33_0) true) +(typeattribute userspace_reboot_metadata_file_33_0) +(typeattributeset hidl_token_hwservice_33_0 (hidl_token_hwservice)) +(expandtypeattribute (hidl_token_hwservice_33_0) true) +(typeattribute hidl_token_hwservice_33_0) +(typeattributeset storagestats_service_33_0 (storagestats_service)) +(expandtypeattribute (storagestats_service_33_0) true) +(typeattribute storagestats_service_33_0) +(typeattributeset activity_task_service_33_0 (activity_task_service)) +(expandtypeattribute (activity_task_service_33_0) true) +(typeattribute activity_task_service_33_0) +(typeattributeset iorap_inode2filename_exec_33_0 (iorap_inode2filename_exec)) +(expandtypeattribute (iorap_inode2filename_exec_33_0) true) +(typeattribute iorap_inode2filename_exec_33_0) +(typeattributeset hal_camera_service_33_0 (hal_camera_service)) +(expandtypeattribute (hal_camera_service_33_0) true) +(typeattribute hal_camera_service_33_0) +(typeattributeset iorap_inode2filename_tmpfs_33_0 (iorap_inode2filename_tmpfs)) +(expandtypeattribute (iorap_inode2filename_tmpfs_33_0) true) +(typeattribute iorap_inode2filename_tmpfs_33_0) +(typeattributeset wifip2p_service_33_0 (wifip2p_service)) +(expandtypeattribute (wifip2p_service_33_0) true) +(typeattribute wifip2p_service_33_0) +(typeattributeset fs_bpf_tethering_33_0 (fs_bpf_tethering)) +(expandtypeattribute (fs_bpf_tethering_33_0) true) +(typeattribute fs_bpf_tethering_33_0) +(typeattributeset sysfs_switch_33_0 (sysfs_switch)) +(expandtypeattribute (sysfs_switch_33_0) true) +(typeattribute sysfs_switch_33_0) +(typeattributeset device_config_input_native_boot_prop_33_0 (device_config_input_native_boot_prop)) +(expandtypeattribute (device_config_input_native_boot_prop_33_0) true) +(typeattribute device_config_input_native_boot_prop_33_0) +(typeattributeset registry_service_33_0 (registry_service)) +(expandtypeattribute (registry_service_33_0) true) +(typeattribute registry_service_33_0) +(typeattributeset platform_app_33_0 (platform_app)) +(expandtypeattribute (platform_app_33_0) true) +(typeattribute platform_app_33_0) +(typeattributeset sysfs_batteryinfo_33_0 (sysfs_batteryinfo)) +(expandtypeattribute (sysfs_batteryinfo_33_0) true) +(typeattribute sysfs_batteryinfo_33_0) +(typeattributeset framework_watchdog_config_prop_33_0 (framework_watchdog_config_prop)) +(expandtypeattribute (framework_watchdog_config_prop_33_0) true) +(typeattribute framework_watchdog_config_prop_33_0) +(typeattributeset hal_drm_service_33_0 (hal_drm_service)) +(expandtypeattribute (hal_drm_service_33_0) true) +(typeattribute hal_drm_service_33_0) +(typeattributeset recovery_persist_33_0 (recovery_persist)) +(expandtypeattribute (recovery_persist_33_0) true) +(typeattribute recovery_persist_33_0) +(typeattributeset package_native_service_33_0 (package_native_service)) +(expandtypeattribute (package_native_service_33_0) true) +(typeattribute package_native_service_33_0) +(typeattributeset jobscheduler_service_33_0 (jobscheduler_service)) +(expandtypeattribute (jobscheduler_service_33_0) true) +(typeattribute jobscheduler_service_33_0) +(typeattributeset update_engine_stable_service_33_0 (update_engine_stable_service)) +(expandtypeattribute (update_engine_stable_service_33_0) true) +(typeattribute update_engine_stable_service_33_0) +(typeattributeset system_lib_file_33_0 (system_lib_file)) +(expandtypeattribute (system_lib_file_33_0) true) +(typeattribute system_lib_file_33_0) +(typeattributeset keystore2_key_contexts_file_33_0 (keystore2_key_contexts_file)) +(expandtypeattribute (keystore2_key_contexts_file_33_0) true) +(typeattribute keystore2_key_contexts_file_33_0) +(typeattributeset traced_perf_socket_33_0 (traced_perf_socket)) +(expandtypeattribute (traced_perf_socket_33_0) true) +(typeattribute traced_perf_socket_33_0) +(typeattributeset proc_iomem_33_0 (proc_iomem)) +(expandtypeattribute (proc_iomem_33_0) true) +(typeattribute proc_iomem_33_0) +(typeattributeset hal_camera_hwservice_33_0 (hal_camera_hwservice)) +(expandtypeattribute (hal_camera_hwservice_33_0) true) +(typeattribute hal_camera_hwservice_33_0) +(typeattributeset proc_timer_33_0 (proc_timer)) +(expandtypeattribute (proc_timer_33_0) true) +(typeattribute proc_timer_33_0) +(typeattributeset pdx_performance_client_channel_socket_33_0 (pdx_performance_client_channel_socket)) +(expandtypeattribute (pdx_performance_client_channel_socket_33_0) true) +(typeattribute pdx_performance_client_channel_socket_33_0) +(typeattributeset sdcardd_exec_33_0 (sdcardd_exec)) +(expandtypeattribute (sdcardd_exec_33_0) true) +(typeattribute sdcardd_exec_33_0) +(typeattributeset kmsg_debug_device_33_0 (kmsg_debug_device)) +(expandtypeattribute (kmsg_debug_device_33_0) true) +(typeattribute kmsg_debug_device_33_0) +(typeattributeset mediametrics_33_0 (mediametrics)) +(expandtypeattribute (mediametrics_33_0) true) +(typeattribute mediametrics_33_0) +(typeattributeset mediametrics_exec_33_0 (mediametrics_exec)) +(expandtypeattribute (mediametrics_exec_33_0) true) +(typeattribute mediametrics_exec_33_0) +(typeattributeset sysfs_wakeup_33_0 (sysfs_wakeup)) +(expandtypeattribute (sysfs_wakeup_33_0) true) +(typeattribute sysfs_wakeup_33_0) +(typeattributeset audio_device_33_0 (audio_device)) +(expandtypeattribute (audio_device_33_0) true) +(typeattribute audio_device_33_0) +(typeattributeset webviewupdate_service_33_0 (webviewupdate_service)) +(expandtypeattribute (webviewupdate_service_33_0) true) +(typeattribute webviewupdate_service_33_0) +(typeattributeset bufferhubd_exec_33_0 (bufferhubd_exec)) +(expandtypeattribute (bufferhubd_exec_33_0) true) +(typeattribute bufferhubd_exec_33_0) +(typeattributeset dice_maintenance_service_33_0 (dice_maintenance_service)) +(expandtypeattribute (dice_maintenance_service_33_0) true) +(typeattribute dice_maintenance_service_33_0) +(typeattributeset userspace_reboot_config_prop_33_0 (userspace_reboot_config_prop)) +(expandtypeattribute (userspace_reboot_config_prop_33_0) true) +(typeattribute userspace_reboot_config_prop_33_0) +(typeattributeset sysfs_lowmemorykiller_33_0 (sysfs_lowmemorykiller)) +(expandtypeattribute (sysfs_lowmemorykiller_33_0) true) +(typeattribute sysfs_lowmemorykiller_33_0) +(typeattributeset reboot_readiness_service_33_0 (reboot_readiness_service)) +(expandtypeattribute (reboot_readiness_service_33_0) true) +(typeattribute reboot_readiness_service_33_0) +(typeattributeset hwservicemanager_exec_33_0 (hwservicemanager_exec)) +(expandtypeattribute (hwservicemanager_exec_33_0) true) +(typeattribute hwservicemanager_exec_33_0) +(typeattributeset servicemanager_exec_33_0 (servicemanager_exec)) +(expandtypeattribute (servicemanager_exec_33_0) true) +(typeattribute servicemanager_exec_33_0) +(typeattributeset pdx_performance_dir_33_0 (pdx_performance_dir)) +(expandtypeattribute (pdx_performance_dir_33_0) true) +(typeattribute pdx_performance_dir_33_0) +(typeattributeset proc_cpuinfo_33_0 (proc_cpuinfo)) +(expandtypeattribute (proc_cpuinfo_33_0) true) +(typeattribute proc_cpuinfo_33_0) +(typeattributeset proc_meminfo_33_0 (proc_meminfo)) +(expandtypeattribute (proc_meminfo_33_0) true) +(typeattribute proc_meminfo_33_0) +(typeattributeset device_config_netd_native_prop_33_0 (device_config_netd_native_prop)) +(expandtypeattribute (device_config_netd_native_prop_33_0) true) +(typeattribute device_config_netd_native_prop_33_0) +(typeattributeset zygote_socket_33_0 (zygote_socket)) +(expandtypeattribute (zygote_socket_33_0) true) +(typeattribute zygote_socket_33_0) +(typeattributeset vendor_framework_file_33_0 (vendor_framework_file)) +(expandtypeattribute (vendor_framework_file_33_0) true) +(typeattribute vendor_framework_file_33_0) +(typeattributeset boottime_prop_33_0 (boottime_prop)) +(expandtypeattribute (boottime_prop_33_0) true) +(typeattribute boottime_prop_33_0) +(typeattributeset fsck_untrusted_33_0 (fsck_untrusted)) +(expandtypeattribute (fsck_untrusted_33_0) true) +(typeattribute fsck_untrusted_33_0) +(typeattributeset uhid_device_33_0 (uhid_device)) +(expandtypeattribute (uhid_device_33_0) true) +(typeattribute uhid_device_33_0) +(typeattributeset system_trace_prop_33_0 (system_trace_prop)) +(expandtypeattribute (system_trace_prop_33_0) true) +(typeattribute system_trace_prop_33_0) +(typeattributeset ctl_start_prop_33_0 (ctl_start_prop)) +(expandtypeattribute (ctl_start_prop_33_0) true) +(typeattribute ctl_start_prop_33_0) +(typeattributeset incident_service_33_0 (incident_service)) +(expandtypeattribute (incident_service_33_0) true) +(typeattribute incident_service_33_0) +(typeattributeset ctl_bootanim_prop_33_0 (ctl_bootanim_prop)) +(expandtypeattribute (ctl_bootanim_prop_33_0) true) +(typeattribute ctl_bootanim_prop_33_0) +(typeattributeset restorecon_prop_33_0 (restorecon_prop)) +(expandtypeattribute (restorecon_prop_33_0) true) +(typeattribute restorecon_prop_33_0) +(typeattributeset account_service_33_0 (account_service)) +(expandtypeattribute (account_service_33_0) true) +(typeattribute account_service_33_0) +(typeattributeset content_service_33_0 (content_service)) +(expandtypeattribute (content_service_33_0) true) +(typeattribute content_service_33_0) +(typeattributeset mount_service_33_0 (mount_service)) +(expandtypeattribute (mount_service_33_0) true) +(typeattribute mount_service_33_0) +(typeattributeset mediatranscoding_33_0 (mediatranscoding)) +(expandtypeattribute (mediatranscoding_33_0) true) +(typeattribute mediatranscoding_33_0) +(typeattributeset net_radio_prop_33_0 (net_radio_prop)) +(expandtypeattribute (net_radio_prop_33_0) true) +(typeattribute net_radio_prop_33_0) +(typeattributeset sysfs_usermodehelper_33_0 (sysfs_usermodehelper)) +(expandtypeattribute (sysfs_usermodehelper_33_0) true) +(typeattribute sysfs_usermodehelper_33_0) +(typeattributeset asec_apk_file_33_0 (asec_apk_file)) +(expandtypeattribute (asec_apk_file_33_0) true) +(typeattribute asec_apk_file_33_0) +(typeattributeset wpantund_service_33_0 (wpantund_service)) +(expandtypeattribute (wpantund_service_33_0) true) +(typeattribute wpantund_service_33_0) +(typeattributeset heapdump_data_file_33_0 (heapdump_data_file)) +(expandtypeattribute (heapdump_data_file_33_0) true) +(typeattribute heapdump_data_file_33_0) +(typeattributeset sysfs_dt_firmware_android_33_0 (sysfs_dt_firmware_android)) +(expandtypeattribute (sysfs_dt_firmware_android_33_0) true) +(typeattribute sysfs_dt_firmware_android_33_0) +(typeattributeset hal_authsecret_hwservice_33_0 (hal_authsecret_hwservice)) +(expandtypeattribute (hal_authsecret_hwservice_33_0) true) +(typeattribute hal_authsecret_hwservice_33_0) +(typeattributeset update_verifier_exec_33_0 (update_verifier_exec)) +(expandtypeattribute (update_verifier_exec_33_0) true) +(typeattribute update_verifier_exec_33_0) +(typeattributeset property_service_version_prop_33_0 (property_service_version_prop)) +(expandtypeattribute (property_service_version_prop_33_0) true) +(typeattribute property_service_version_prop_33_0) +(typeattributeset hal_dumpstate_hwservice_33_0 (hal_dumpstate_hwservice)) +(expandtypeattribute (hal_dumpstate_hwservice_33_0) true) +(typeattribute hal_dumpstate_hwservice_33_0) +(typeattributeset lpdump_service_33_0 (lpdump_service)) +(expandtypeattribute (lpdump_service_33_0) true) +(typeattribute lpdump_service_33_0) +(typeattributeset vibrator_manager_service_33_0 (vibrator_manager_service)) +(expandtypeattribute (vibrator_manager_service_33_0) true) +(typeattribute vibrator_manager_service_33_0) +(typeattributeset cache_private_backup_file_33_0 (cache_private_backup_file)) +(expandtypeattribute (cache_private_backup_file_33_0) true) +(typeattribute cache_private_backup_file_33_0) +(typeattributeset recovery_socket_33_0 (recovery_socket)) +(expandtypeattribute (recovery_socket_33_0) true) +(typeattribute recovery_socket_33_0) +(typeattributeset hal_usb_service_33_0 (hal_usb_service)) +(expandtypeattribute (hal_usb_service_33_0) true) +(typeattribute hal_usb_service_33_0) +(typeattributeset usb_service_33_0 (usb_service)) +(expandtypeattribute (usb_service_33_0) true) +(typeattribute usb_service_33_0) +(typeattributeset ctl_stop_prop_33_0 (ctl_stop_prop)) +(expandtypeattribute (ctl_stop_prop_33_0) true) +(typeattribute ctl_stop_prop_33_0) +(typeattributeset dm_user_device_33_0 (dm_user_device)) +(expandtypeattribute (dm_user_device_33_0) true) +(typeattribute dm_user_device_33_0) +(typeattributeset packagemanager_config_prop_33_0 (packagemanager_config_prop)) +(expandtypeattribute (packagemanager_config_prop_33_0) true) +(typeattribute packagemanager_config_prop_33_0) +(typeattributeset battery_service_33_0 (battery_service)) +(expandtypeattribute (battery_service_33_0) true) +(typeattribute battery_service_33_0) +(typeattributeset incremental_control_file_33_0 (incremental_control_file)) +(expandtypeattribute (incremental_control_file_33_0) true) +(typeattribute incremental_control_file_33_0) +(typeattributeset proc_lowmemorykiller_33_0 (proc_lowmemorykiller)) +(expandtypeattribute (proc_lowmemorykiller_33_0) true) +(typeattribute proc_lowmemorykiller_33_0) +(typeattributeset recovery_service_33_0 (recovery_service)) +(expandtypeattribute (recovery_service_33_0) true) +(typeattribute recovery_service_33_0) +(typeattributeset ctl_gsid_prop_33_0 (ctl_gsid_prop)) +(expandtypeattribute (ctl_gsid_prop_33_0) true) +(typeattribute ctl_gsid_prop_33_0) +(typeattributeset ctl_fuse_prop_33_0 (ctl_fuse_prop)) +(expandtypeattribute (ctl_fuse_prop_33_0) true) +(typeattribute ctl_fuse_prop_33_0) +(typeattributeset ctl_console_prop_33_0 (ctl_console_prop)) +(expandtypeattribute (ctl_console_prop_33_0) true) +(typeattribute ctl_console_prop_33_0) +(typeattributeset gatekeeperd_exec_33_0 (gatekeeperd_exec)) +(expandtypeattribute (gatekeeperd_exec_33_0) true) +(typeattribute gatekeeperd_exec_33_0) +(typeattributeset sockfs_33_0 (sockfs)) +(expandtypeattribute (sockfs_33_0) true) +(typeattribute sockfs_33_0) +(typeattributeset trust_service_33_0 (trust_service)) +(expandtypeattribute (trust_service_33_0) true) +(typeattribute trust_service_33_0) +(typeattributeset usb_control_prop_33_0 (usb_control_prop)) +(expandtypeattribute (usb_control_prop_33_0) true) +(typeattribute usb_control_prop_33_0) +(typeattributeset ffs_control_prop_33_0 (ffs_control_prop)) +(expandtypeattribute (ffs_control_prop_33_0) true) +(typeattribute ffs_control_prop_33_0) +(typeattributeset ctl_adbd_prop_33_0 (ctl_adbd_prop)) +(expandtypeattribute (ctl_adbd_prop_33_0) true) +(typeattribute ctl_adbd_prop_33_0) +(typeattributeset binfmt_miscfs_33_0 (binfmt_miscfs)) +(expandtypeattribute (binfmt_miscfs_33_0) true) +(typeattribute binfmt_miscfs_33_0) +(typeattributeset storage_file_33_0 (storage_file)) +(expandtypeattribute (storage_file_33_0) true) +(typeattribute storage_file_33_0) +(typeattributeset storagemanager_config_prop_33_0 (storagemanager_config_prop)) +(expandtypeattribute (storagemanager_config_prop_33_0) true) +(typeattribute storagemanager_config_prop_33_0) +(typeattributeset vendor_vm_file_33_0 (vendor_vm_file)) +(expandtypeattribute (vendor_vm_file_33_0) true) +(typeattribute vendor_vm_file_33_0) +(typeattributeset adservices_manager_service_33_0 (adservices_manager_service)) +(expandtypeattribute (adservices_manager_service_33_0) true) +(typeattribute adservices_manager_service_33_0) +(typeattributeset update_verifier_33_0 (update_verifier)) +(expandtypeattribute (update_verifier_33_0) true) +(typeattribute update_verifier_33_0) +(typeattributeset wifi_key_33_0 (wifi_key)) +(expandtypeattribute (wifi_key_33_0) true) +(typeattribute wifi_key_33_0) +(typeattributeset ctl_mdnsd_prop_33_0 (ctl_mdnsd_prop)) +(expandtypeattribute (ctl_mdnsd_prop_33_0) true) +(typeattribute ctl_mdnsd_prop_33_0) +(typeattributeset use_memfd_prop_33_0 (use_memfd_prop)) +(expandtypeattribute (use_memfd_prop_33_0) true) +(typeattribute use_memfd_prop_33_0) +(typeattributeset mnt_media_rw_file_33_0 (mnt_media_rw_file)) +(expandtypeattribute (mnt_media_rw_file_33_0) true) +(typeattribute mnt_media_rw_file_33_0) +(typeattributeset sysfs_transparent_hugepage_33_0 (sysfs_transparent_hugepage)) +(expandtypeattribute (sysfs_transparent_hugepage_33_0) true) +(typeattribute sysfs_transparent_hugepage_33_0) +(typeattributeset update_engine_data_file_33_0 (update_engine_data_file)) +(expandtypeattribute (update_engine_data_file_33_0) true) +(typeattribute update_engine_data_file_33_0) +(typeattributeset face_vendor_data_file_33_0 (face_vendor_data_file)) +(expandtypeattribute (face_vendor_data_file_33_0) true) +(typeattribute face_vendor_data_file_33_0) +(typeattributeset hal_uwb_service_33_0 (hal_uwb_service)) +(expandtypeattribute (hal_uwb_service_33_0) true) +(typeattribute hal_uwb_service_33_0) +(typeattributeset uwb_service_33_0 (uwb_service)) +(expandtypeattribute (uwb_service_33_0) true) +(typeattribute uwb_service_33_0) +(typeattributeset hal_evs_service_33_0 (hal_evs_service)) +(expandtypeattribute (hal_evs_service_33_0) true) +(typeattribute hal_evs_service_33_0) +(typeattributeset staging_data_file_33_0 (staging_data_file)) +(expandtypeattribute (staging_data_file_33_0) true) +(typeattribute staging_data_file_33_0) +(typeattributeset sysfs_devices_block_33_0 (sysfs_devices_block)) +(expandtypeattribute (sysfs_devices_block_33_0) true) +(typeattribute sysfs_devices_block_33_0) +(typeattributeset mnt_expand_file_33_0 (mnt_expand_file)) +(expandtypeattribute (mnt_expand_file_33_0) true) +(typeattribute mnt_expand_file_33_0) +(typeattributeset system_update_service_33_0 (system_update_service)) +(expandtypeattribute (system_update_service_33_0) true) +(typeattribute system_update_service_33_0) +(typeattributeset fwk_display_hwservice_33_0 (fwk_display_hwservice)) +(expandtypeattribute (fwk_display_hwservice_33_0) true) +(typeattribute fwk_display_hwservice_33_0) +(typeattributeset vendor_socket_hook_prop_33_0 (vendor_socket_hook_prop)) +(expandtypeattribute (vendor_socket_hook_prop_33_0) true) +(typeattribute vendor_socket_hook_prop_33_0) +(typeattributeset tombstoned_crash_socket_33_0 (tombstoned_crash_socket)) +(expandtypeattribute (tombstoned_crash_socket_33_0) true) +(typeattribute tombstoned_crash_socket_33_0) +(typeattributeset proc_drop_caches_33_0 (proc_drop_caches)) +(expandtypeattribute (proc_drop_caches_33_0) true) +(typeattribute proc_drop_caches_33_0) +(typeattributeset zram_control_prop_33_0 (zram_control_prop)) +(expandtypeattribute (zram_control_prop_33_0) true) +(typeattribute zram_control_prop_33_0) +(typeattributeset app_search_service_33_0 (app_search_service)) +(expandtypeattribute (app_search_service_33_0) true) +(typeattribute app_search_service_33_0) +(typeattributeset credstore_exec_33_0 (credstore_exec)) +(expandtypeattribute (credstore_exec_33_0) true) +(typeattribute credstore_exec_33_0) +(typeattributeset resourcecache_data_file_33_0 (resourcecache_data_file)) +(expandtypeattribute (resourcecache_data_file_33_0) true) +(typeattribute resourcecache_data_file_33_0) +(typeattributeset netd_service_33_0 (netd_service)) +(expandtypeattribute (netd_service_33_0) true) +(typeattribute netd_service_33_0) +(typeattributeset auth_service_33_0 (auth_service)) +(expandtypeattribute (auth_service_33_0) true) +(typeattribute auth_service_33_0) +(typeattributeset postinstall_apex_mnt_dir_33_0 (postinstall_apex_mnt_dir)) +(expandtypeattribute (postinstall_apex_mnt_dir_33_0) true) +(typeattribute postinstall_apex_mnt_dir_33_0) +(typeattributeset bpf_progs_loaded_prop_33_0 (bpf_progs_loaded_prop)) +(expandtypeattribute (bpf_progs_loaded_prop_33_0) true) +(typeattribute bpf_progs_loaded_prop_33_0) +(typeattributeset apex_system_server_data_file_33_0 (apex_system_server_data_file)) +(expandtypeattribute (apex_system_server_data_file_33_0) true) +(typeattribute apex_system_server_data_file_33_0) +(typeattributeset fwk_scheduler_hwservice_33_0 (fwk_scheduler_hwservice)) +(expandtypeattribute (fwk_scheduler_hwservice_33_0) true) +(typeattribute fwk_scheduler_hwservice_33_0) +(typeattributeset iorap_inode2filename_33_0 (iorap_inode2filename)) +(expandtypeattribute (iorap_inode2filename_33_0) true) +(typeattribute iorap_inode2filename_33_0) +(typeattributeset memtrackproxy_service_33_0 (memtrackproxy_service)) +(expandtypeattribute (memtrackproxy_service_33_0) true) +(typeattribute memtrackproxy_service_33_0) +(typeattributeset sensor_privacy_service_33_0 (sensor_privacy_service)) +(expandtypeattribute (sensor_privacy_service_33_0) true) +(typeattribute sensor_privacy_service_33_0) +(typeattributeset libc_debug_prop_33_0 (libc_debug_prop)) +(expandtypeattribute (libc_debug_prop_33_0) true) +(typeattribute libc_debug_prop_33_0) +(typeattributeset power_debug_prop_33_0 (power_debug_prop)) +(expandtypeattribute (power_debug_prop_33_0) true) +(typeattribute power_debug_prop_33_0) +(typeattributeset log_tag_prop_33_0 (log_tag_prop)) +(expandtypeattribute (log_tag_prop_33_0) true) +(typeattribute log_tag_prop_33_0) +(typeattributeset bluetooth_a2dp_offload_prop_33_0 (bluetooth_a2dp_offload_prop)) +(expandtypeattribute (bluetooth_a2dp_offload_prop_33_0) true) +(typeattribute bluetooth_a2dp_offload_prop_33_0) +(typeattributeset tombstone_data_file_33_0 (tombstone_data_file)) +(expandtypeattribute (tombstone_data_file_33_0) true) +(typeattribute tombstone_data_file_33_0) +(typeattributeset audio_service_33_0 (audio_service)) +(expandtypeattribute (audio_service_33_0) true) +(typeattribute audio_service_33_0) +(typeattributeset radio_service_33_0 (radio_service)) +(expandtypeattribute (radio_service_33_0) true) +(typeattribute radio_service_33_0) +(typeattributeset unencrypted_data_file_33_0 (unencrypted_data_file)) +(expandtypeattribute (unencrypted_data_file_33_0) true) +(typeattribute unencrypted_data_file_33_0) +(typeattributeset gsi_metadata_file_33_0 (gsi_metadata_file)) +(expandtypeattribute (gsi_metadata_file_33_0) true) +(typeattribute gsi_metadata_file_33_0) +(typeattributeset ota_metadata_file_33_0 (ota_metadata_file)) +(expandtypeattribute (ota_metadata_file_33_0) true) +(typeattribute ota_metadata_file_33_0) +(typeattributeset hal_audio_service_33_0 (hal_audio_service)) +(expandtypeattribute (hal_audio_service_33_0) true) +(typeattribute hal_audio_service_33_0) +(typeattributeset hal_radio_service_33_0 (hal_radio_service)) +(expandtypeattribute (hal_radio_service_33_0) true) +(typeattribute hal_radio_service_33_0) +(typeattributeset proc_vendor_sched_33_0 (proc_vendor_sched)) +(expandtypeattribute (proc_vendor_sched_33_0) true) +(typeattribute proc_vendor_sched_33_0) +(typeattributeset mdns_service_33_0 (mdns_service)) +(expandtypeattribute (mdns_service_33_0) true) +(typeattribute mdns_service_33_0) +(typeattributeset properties_device_33_0 (properties_device)) +(expandtypeattribute (properties_device_33_0) true) +(typeattribute properties_device_33_0) +(typeattributeset vibrator_service_33_0 (vibrator_service)) +(expandtypeattribute (vibrator_service_33_0) true) +(typeattribute vibrator_service_33_0) +(typeattributeset metadata_file_33_0 (metadata_file)) +(expandtypeattribute (metadata_file_33_0) true) +(typeattribute metadata_file_33_0) +(typeattributeset window_service_33_0 (window_service)) +(expandtypeattribute (window_service_33_0) true) +(typeattribute window_service_33_0) +(typeattributeset device_config_boot_count_prop_33_0 (device_config_boot_count_prop)) +(expandtypeattribute (device_config_boot_count_prop_33_0) true) +(typeattribute device_config_boot_count_prop_33_0) +(typeattributeset vendor_keylayout_file_33_0 (vendor_keylayout_file)) +(expandtypeattribute (vendor_keylayout_file_33_0) true) +(typeattribute vendor_keylayout_file_33_0) +(typeattributeset ctl_apexd_prop_33_0 (ctl_apexd_prop)) +(expandtypeattribute (ctl_apexd_prop_33_0) true) +(typeattribute ctl_apexd_prop_33_0) +(typeattributeset dnsresolver_service_33_0 (dnsresolver_service)) +(expandtypeattribute (dnsresolver_service_33_0) true) +(typeattribute dnsresolver_service_33_0) +(typeattributeset update_engine_33_0 (update_engine)) +(expandtypeattribute (update_engine_33_0) true) +(typeattribute update_engine_33_0) +(typeattributeset apex_module_data_file_33_0 (apex_module_data_file)) +(expandtypeattribute (apex_module_data_file_33_0) true) +(typeattribute apex_module_data_file_33_0) +(typeattributeset mediaextractor_33_0 (mediaextractor)) +(expandtypeattribute (mediaextractor_33_0) true) +(typeattribute mediaextractor_33_0) +(typeattributeset blkid_33_0 (blkid)) +(expandtypeattribute (blkid_33_0) true) +(typeattribute blkid_33_0) +(typeattributeset properties_serial_33_0 (properties_serial)) +(expandtypeattribute (properties_serial_33_0) true) +(typeattribute properties_serial_33_0) +(typeattributeset fwk_bufferhub_hwservice_33_0 (fwk_bufferhub_hwservice)) +(expandtypeattribute (fwk_bufferhub_hwservice_33_0) true) +(typeattribute fwk_bufferhub_hwservice_33_0) +(typeattributeset game_mode_intervention_list_file_33_0 (game_mode_intervention_list_file)) +(expandtypeattribute (game_mode_intervention_list_file_33_0) true) +(typeattribute game_mode_intervention_list_file_33_0) +(typeattributeset functionfs_33_0 (functionfs)) +(expandtypeattribute (functionfs_33_0) true) +(typeattribute functionfs_33_0) +(typeattributeset lowpan_prop_33_0 (lowpan_prop)) +(expandtypeattribute (lowpan_prop_33_0) true) +(typeattribute lowpan_prop_33_0) +(typeattributeset rild_debug_socket_33_0 (rild_debug_socket)) +(expandtypeattribute (rild_debug_socket_33_0) true) +(typeattribute rild_debug_socket_33_0) +(typeattributeset proc_watermark_boost_factor_33_0 (proc_watermark_boost_factor)) +(expandtypeattribute (proc_watermark_boost_factor_33_0) true) +(typeattribute proc_watermark_boost_factor_33_0) +(typeattributeset surfaceflinger_service_33_0 (surfaceflinger_service)) +(expandtypeattribute (surfaceflinger_service_33_0) true) +(typeattribute surfaceflinger_service_33_0) +(typeattributeset powerstats_service_33_0 (powerstats_service)) +(expandtypeattribute (powerstats_service_33_0) true) +(typeattribute powerstats_service_33_0) +(typeattributeset appwidget_service_33_0 (appwidget_service)) +(expandtypeattribute (appwidget_service_33_0) true) +(typeattribute appwidget_service_33_0) +(typeattributeset gatekeeper_data_file_33_0 (gatekeeper_data_file)) +(expandtypeattribute (gatekeeper_data_file_33_0) true) +(typeattribute gatekeeper_data_file_33_0) +(typeattributeset bootloader_prop_33_0 (bootloader_prop)) +(expandtypeattribute (bootloader_prop_33_0) true) +(typeattribute bootloader_prop_33_0) +(typeattributeset simpleperf_app_runner_exec_33_0 (simpleperf_app_runner_exec)) +(expandtypeattribute (simpleperf_app_runner_exec_33_0) true) +(typeattribute simpleperf_app_runner_exec_33_0) +(typeattributeset sysfs_lru_gen_enabled_33_0 (sysfs_lru_gen_enabled)) +(expandtypeattribute (sysfs_lru_gen_enabled_33_0) true) +(typeattribute sysfs_lru_gen_enabled_33_0) +(typeattributeset launcherapps_service_33_0 (launcherapps_service)) +(expandtypeattribute (launcherapps_service_33_0) true) +(typeattribute launcherapps_service_33_0) +(typeattributeset hal_power_service_33_0 (hal_power_service)) +(expandtypeattribute (hal_power_service_33_0) true) +(typeattribute hal_power_service_33_0) +(typeattributeset hal_graphics_composer_server_tmpfs_33_0 (hal_graphics_composer_server_tmpfs)) +(expandtypeattribute (hal_graphics_composer_server_tmpfs_33_0) true) +(typeattribute hal_graphics_composer_server_tmpfs_33_0) +(typeattributeset proc_misc_33_0 (proc_misc)) +(expandtypeattribute (proc_misc_33_0) true) +(typeattribute proc_misc_33_0) +(typeattributeset ashmem_libcutils_device_33_0 (ashmem_libcutils_device)) +(expandtypeattribute (ashmem_libcutils_device_33_0) true) +(typeattribute ashmem_libcutils_device_33_0) +(typeattributeset mnt_user_file_33_0 (mnt_user_file)) +(expandtypeattribute (mnt_user_file_33_0) true) +(typeattribute mnt_user_file_33_0) +(typeattributeset iorapd_data_file_33_0 (iorapd_data_file)) +(expandtypeattribute (iorapd_data_file_33_0) true) +(typeattribute iorapd_data_file_33_0) +(typeattributeset rs_exec_33_0 (rs_exec)) +(expandtypeattribute (rs_exec_33_0) true) +(typeattribute rs_exec_33_0) +(typeattributeset su_exec_33_0 (su_exec)) +(expandtypeattribute (su_exec_33_0) true) +(typeattribute su_exec_33_0) +(typeattributeset ppp_exec_33_0 (ppp_exec)) +(expandtypeattribute (ppp_exec_33_0) true) +(typeattribute ppp_exec_33_0) +(typeattributeset vdc_exec_33_0 (vdc_exec)) +(expandtypeattribute (vdc_exec_33_0) true) +(typeattribute vdc_exec_33_0) +(typeattributeset mtp_exec_33_0 (mtp_exec)) +(expandtypeattribute (mtp_exec_33_0) true) +(typeattribute mtp_exec_33_0) +(typeattributeset net_data_file_33_0 (net_data_file)) +(expandtypeattribute (net_data_file_33_0) true) +(typeattribute net_data_file_33_0) +(typeattributeset vold_data_file_33_0 (vold_data_file)) +(expandtypeattribute (vold_data_file_33_0) true) +(typeattribute vold_data_file_33_0) +(typeattributeset tv_tuner_resource_mgr_service_33_0 (tv_tuner_resource_mgr_service)) +(expandtypeattribute (tv_tuner_resource_mgr_service_33_0) true) +(typeattribute tv_tuner_resource_mgr_service_33_0) +(typeattributeset app_hibernation_service_33_0 (app_hibernation_service)) +(expandtypeattribute (app_hibernation_service_33_0) true) +(typeattribute app_hibernation_service_33_0) +(typeattributeset dhcp_33_0 (dhcp)) +(expandtypeattribute (dhcp_33_0) true) +(typeattribute dhcp_33_0) +(typeattributeset usbd_exec_33_0 (usbd_exec)) +(expandtypeattribute (usbd_exec_33_0) true) +(typeattribute usbd_exec_33_0) +(typeattributeset app_zygote_33_0 (app_zygote)) +(expandtypeattribute (app_zygote_33_0) true) +(typeattribute app_zygote_33_0) +(typeattributeset preloads_data_file_33_0 (preloads_data_file)) +(expandtypeattribute (preloads_data_file_33_0) true) +(typeattribute preloads_data_file_33_0) +(typeattributeset vold_exec_33_0 (vold_exec)) +(expandtypeattribute (vold_exec_33_0) true) +(typeattribute vold_exec_33_0) +(typeattributeset usagestats_service_33_0 (usagestats_service)) +(expandtypeattribute (usagestats_service_33_0) true) +(typeattribute usagestats_service_33_0) +(typeattributeset proc_uid_cpupower_33_0 (proc_uid_cpupower)) +(expandtypeattribute (proc_uid_cpupower_33_0) true) +(typeattribute proc_uid_cpupower_33_0) +(typeattributeset dhcp_exec_33_0 (dhcp_exec)) +(expandtypeattribute (dhcp_exec_33_0) true) +(typeattribute dhcp_exec_33_0) +(typeattributeset fsck_exec_33_0 (fsck_exec)) +(expandtypeattribute (fsck_exec_33_0) true) +(typeattribute fsck_exec_33_0) +(typeattributeset hal_tv_cec_hwservice_33_0 (hal_tv_cec_hwservice)) +(expandtypeattribute (hal_tv_cec_hwservice_33_0) true) +(typeattribute hal_tv_cec_hwservice_33_0) +(typeattributeset adbd_exec_33_0 (adbd_exec)) +(expandtypeattribute (adbd_exec_33_0) true) +(typeattribute adbd_exec_33_0) +(typeattributeset e2fs_exec_33_0 (e2fs_exec)) +(expandtypeattribute (e2fs_exec_33_0) true) +(typeattribute e2fs_exec_33_0) +(typeattributeset iorapd_tmpfs_33_0 (iorapd_tmpfs)) +(expandtypeattribute (iorapd_tmpfs_33_0) true) +(typeattribute iorapd_tmpfs_33_0) +(typeattributeset packages_list_file_33_0 (packages_list_file)) +(expandtypeattribute (packages_list_file_33_0) true) +(typeattribute packages_list_file_33_0) +(typeattributeset llkd_exec_33_0 (llkd_exec)) +(expandtypeattribute (llkd_exec_33_0) true) +(typeattribute llkd_exec_33_0) +(typeattributeset lmkd_exec_33_0 (lmkd_exec)) +(expandtypeattribute (lmkd_exec_33_0) true) +(typeattribute lmkd_exec_33_0) +(typeattributeset logd_exec_33_0 (logd_exec)) +(expandtypeattribute (logd_exec_33_0) true) +(typeattribute logd_exec_33_0) +(typeattributeset netd_exec_33_0 (netd_exec)) +(expandtypeattribute (netd_exec_33_0) true) +(typeattribute netd_exec_33_0) +(typeattributeset sgdisk_33_0 (sgdisk)) +(expandtypeattribute (sgdisk_33_0) true) +(typeattribute sgdisk_33_0) +(typeattributeset init_exec_33_0 (init_exec)) +(expandtypeattribute (init_exec_33_0) true) +(typeattribute init_exec_33_0) +(typeattributeset media_router_service_33_0 (media_router_service)) +(expandtypeattribute (media_router_service_33_0) true) +(typeattribute media_router_service_33_0) +(typeattributeset batteryproperties_service_33_0 (batteryproperties_service)) +(expandtypeattribute (batteryproperties_service_33_0) true) +(typeattribute batteryproperties_service_33_0) +(typeattributeset storaged_service_33_0 (storaged_service)) +(expandtypeattribute (storaged_service_33_0) true) +(typeattribute storaged_service_33_0) +(typeattributeset selinuxfs_33_0 (selinuxfs)) +(expandtypeattribute (selinuxfs_33_0) true) +(typeattribute selinuxfs_33_0) +(typeattributeset sysfs_thermal_33_0 (sysfs_thermal)) +(expandtypeattribute (sysfs_thermal_33_0) true) +(typeattribute sysfs_thermal_33_0) +(typeattributeset system_app_service_33_0 (system_app_service)) +(expandtypeattribute (system_app_service_33_0) true) +(typeattribute system_app_service_33_0) +(typeattributeset exported_config_prop_33_0 (exported_config_prop)) +(expandtypeattribute (exported_config_prop_33_0) true) +(typeattribute exported_config_prop_33_0) +(typeattributeset fuse_device_33_0 (fuse_device)) +(expandtypeattribute (fuse_device_33_0) true) +(typeattribute fuse_device_33_0) +(typeattributeset power_service_33_0 (power_service)) +(expandtypeattribute (power_service_33_0) true) +(typeattribute power_service_33_0) +(typeattributeset uncrypt_33_0 (uncrypt)) +(expandtypeattribute (uncrypt_33_0) true) +(typeattribute uncrypt_33_0) +(typeattributeset statsdw_socket_33_0 (statsdw_socket)) +(expandtypeattribute (statsdw_socket_33_0) true) +(typeattribute statsdw_socket_33_0) +(typeattributeset system_jvmti_agent_prop_33_0 (system_jvmti_agent_prop)) +(expandtypeattribute (system_jvmti_agent_prop_33_0) true) +(typeattribute system_jvmti_agent_prop_33_0) +(typeattributeset proc_mounts_33_0 (proc_mounts)) +(expandtypeattribute (proc_mounts_33_0) true) +(typeattribute proc_mounts_33_0) +(typeattributeset pdx_display_client_channel_socket_33_0 (pdx_display_client_channel_socket)) +(expandtypeattribute (pdx_display_client_channel_socket_33_0) true) +(typeattribute pdx_display_client_channel_socket_33_0) +(typeattributeset content_capture_service_33_0 (content_capture_service)) +(expandtypeattribute (content_capture_service_33_0) true) +(typeattribute content_capture_service_33_0) +(typeattributeset secure_element_service_33_0 (secure_element_service)) +(expandtypeattribute (secure_element_service_33_0) true) +(typeattribute secure_element_service_33_0) +(typeattributeset snapuserd_proxy_socket_33_0 (snapuserd_proxy_socket)) +(expandtypeattribute (snapuserd_proxy_socket_33_0) true) +(typeattribute snapuserd_proxy_socket_33_0) +(typeattributeset vehicle_hal_prop_33_0 (vehicle_hal_prop)) +(expandtypeattribute (vehicle_hal_prop_33_0) true) +(typeattribute vehicle_hal_prop_33_0) +(typeattributeset system_passwd_file_33_0 (system_passwd_file)) +(expandtypeattribute (system_passwd_file_33_0) true) +(typeattribute system_passwd_file_33_0) +(typeattributeset debugfs_tracing_33_0 (debugfs_tracing)) +(expandtypeattribute (debugfs_tracing_33_0) true) +(typeattribute debugfs_tracing_33_0) +(typeattributeset exported_camera_prop_33_0 (exported_camera_prop)) +(expandtypeattribute (exported_camera_prop_33_0) true) +(typeattribute exported_camera_prop_33_0) +(typeattributeset build_odm_prop_33_0 (build_odm_prop)) +(expandtypeattribute (build_odm_prop_33_0) true) +(typeattribute build_odm_prop_33_0) +(typeattributeset proc_buddyinfo_33_0 (proc_buddyinfo)) +(expandtypeattribute (proc_buddyinfo_33_0) true) +(typeattribute proc_buddyinfo_33_0) +(typeattributeset gsi_public_metadata_file_33_0 (gsi_public_metadata_file)) +(expandtypeattribute (gsi_public_metadata_file_33_0) true) +(typeattribute gsi_public_metadata_file_33_0) +(typeattributeset keystore_maintenance_service_33_0 (keystore_maintenance_service)) +(expandtypeattribute (keystore_maintenance_service_33_0) true) +(typeattribute keystore_maintenance_service_33_0) +(typeattributeset cloudsearch_service_33_0 (cloudsearch_service)) +(expandtypeattribute (cloudsearch_service_33_0) true) +(typeattribute cloudsearch_service_33_0) +(typeattributeset light_service_33_0 (light_service)) +(expandtypeattribute (light_service_33_0) true) +(typeattribute light_service_33_0) +(typeattributeset surfaceflinger_color_prop_33_0 (surfaceflinger_color_prop)) +(expandtypeattribute (surfaceflinger_color_prop_33_0) true) +(typeattribute surfaceflinger_color_prop_33_0) +(typeattributeset sysfs_zram_uevent_33_0 (sysfs_zram_uevent)) +(expandtypeattribute (sysfs_zram_uevent_33_0) true) +(typeattribute sysfs_zram_uevent_33_0) +(typeattributeset fingerprint_vendor_data_file_33_0 (fingerprint_vendor_data_file)) +(expandtypeattribute (fingerprint_vendor_data_file_33_0) true) +(typeattribute fingerprint_vendor_data_file_33_0) +(typeattributeset proc_modules_33_0 (proc_modules)) +(expandtypeattribute (proc_modules_33_0) true) +(typeattribute proc_modules_33_0) +(typeattributeset proc_pressure_io_33_0 (proc_pressure_io)) +(expandtypeattribute (proc_pressure_io_33_0) true) +(typeattribute proc_pressure_io_33_0) +(typeattributeset userdebug_or_eng_prop_33_0 (userdebug_or_eng_prop)) +(expandtypeattribute (userdebug_or_eng_prop_33_0) true) +(typeattribute userdebug_or_eng_prop_33_0) +(typeattributeset virtual_touchpad_service_33_0 (virtual_touchpad_service)) +(expandtypeattribute (virtual_touchpad_service_33_0) true) +(typeattribute virtual_touchpad_service_33_0) +(typeattributeset hal_keymint_service_33_0 (hal_keymint_service)) +(expandtypeattribute (hal_keymint_service_33_0) true) +(typeattribute hal_keymint_service_33_0) +(typeattributeset gnss_device_33_0 (gnss_device)) +(expandtypeattribute (gnss_device_33_0) true) +(typeattribute gnss_device_33_0) +(typeattributeset vendor_misc_writer_33_0 (vendor_misc_writer)) +(expandtypeattribute (vendor_misc_writer_33_0) true) +(typeattribute vendor_misc_writer_33_0) +(typeattributeset proc_kpageflags_33_0 (proc_kpageflags)) +(expandtypeattribute (proc_kpageflags_33_0) true) +(typeattribute proc_kpageflags_33_0) +(typeattributeset wificond_exec_33_0 (wificond_exec)) +(expandtypeattribute (wificond_exec_33_0) true) +(typeattribute wificond_exec_33_0) +(typeattributeset hal_light_service_33_0 (hal_light_service)) +(expandtypeattribute (hal_light_service_33_0) true) +(typeattribute hal_light_service_33_0) +(typeattributeset proc_interrupts_33_0 (proc_interrupts)) +(expandtypeattribute (proc_interrupts_33_0) true) +(typeattribute proc_interrupts_33_0) +(typeattributeset sysfs_loop_33_0 (sysfs_loop)) +(expandtypeattribute (sysfs_loop_33_0) true) +(typeattribute sysfs_loop_33_0) +(typeattributeset exported_secure_prop_33_0 (exported_secure_prop)) +(expandtypeattribute (exported_secure_prop_33_0) true) +(typeattribute exported_secure_prop_33_0) +(typeattributeset proc_hostname_33_0 (proc_hostname)) +(expandtypeattribute (proc_hostname_33_0) true) +(typeattribute proc_hostname_33_0) +(typeattributeset pdx_bufferhub_client_channel_socket_33_0 (pdx_bufferhub_client_channel_socket)) +(expandtypeattribute (pdx_bufferhub_client_channel_socket_33_0) true) +(typeattribute pdx_bufferhub_client_channel_socket_33_0) +(typeattributeset hal_gatekeeper_hwservice_33_0 (hal_gatekeeper_hwservice)) +(expandtypeattribute (hal_gatekeeper_hwservice_33_0) true) +(typeattribute hal_gatekeeper_hwservice_33_0) +(typeattributeset slideshow_33_0 (slideshow)) +(expandtypeattribute (slideshow_33_0) true) +(typeattribute slideshow_33_0) +(typeattributeset sdk_sandbox_service_33_0 (sdk_sandbox_service)) +(expandtypeattribute (sdk_sandbox_service_33_0) true) +(typeattribute sdk_sandbox_service_33_0) +(typeattributeset texttospeech_service_33_0 (texttospeech_service)) +(expandtypeattribute (texttospeech_service_33_0) true) +(typeattribute texttospeech_service_33_0) +(typeattributeset vendor_task_profiles_file_33_0 (vendor_task_profiles_file)) +(expandtypeattribute (vendor_task_profiles_file_33_0) true) +(typeattribute vendor_task_profiles_file_33_0) +(typeattributeset hal_wifi_supplicant_service_33_0 (hal_wifi_supplicant_service)) +(expandtypeattribute (hal_wifi_supplicant_service_33_0) true) +(typeattribute hal_wifi_supplicant_service_33_0) +(typeattributeset proc_pipe_conf_33_0 (proc_pipe_conf)) +(expandtypeattribute (proc_pipe_conf_33_0) true) +(typeattribute proc_pipe_conf_33_0) +(typeattributeset evsmanagerd_service_33_0 (evsmanagerd_service)) +(expandtypeattribute (evsmanagerd_service_33_0) true) +(typeattribute evsmanagerd_service_33_0) +(typeattributeset mediaswcodec_exec_33_0 (mediaswcodec_exec)) +(expandtypeattribute (mediaswcodec_exec_33_0) true) +(typeattribute mediaswcodec_exec_33_0) +(typeattributeset system_data_root_file_33_0 (system_data_root_file)) +(expandtypeattribute (system_data_root_file_33_0) true) +(typeattribute system_data_root_file_33_0) +(typeattributeset exported_system_prop_33_0 (exported_system_prop)) +(expandtypeattribute (exported_system_prop_33_0) true) +(typeattribute exported_system_prop_33_0) +(typeattributeset graphicsstats_service_33_0 (graphicsstats_service)) +(expandtypeattribute (graphicsstats_service_33_0) true) +(typeattribute graphicsstats_service_33_0) +(typeattributeset drmserver_service_33_0 (drmserver_service)) +(expandtypeattribute (drmserver_service_33_0) true) +(typeattribute drmserver_service_33_0) +(typeattributeset fingerprintd_data_file_33_0 (fingerprintd_data_file)) +(expandtypeattribute (fingerprintd_data_file_33_0) true) +(typeattribute fingerprintd_data_file_33_0) +(typeattributeset inotify_33_0 (inotify)) +(expandtypeattribute (inotify_33_0) true) +(typeattribute inotify_33_0) +(typeattributeset device_config_vendor_system_native_boot_prop_33_0 (device_config_vendor_system_native_boot_prop)) +(expandtypeattribute (device_config_vendor_system_native_boot_prop_33_0) true) +(typeattribute device_config_vendor_system_native_boot_prop_33_0) +(typeattributeset tombstoned_33_0 (tombstoned)) +(expandtypeattribute (tombstoned_33_0) true) +(typeattribute tombstoned_33_0) +(typeattributeset pdx_display_vsync_channel_socket_33_0 (pdx_display_vsync_channel_socket)) +(expandtypeattribute (pdx_display_vsync_channel_socket_33_0) true) +(typeattribute pdx_display_vsync_channel_socket_33_0) +(typeattributeset gpu_service_33_0 (gpu_service)) +(expandtypeattribute (gpu_service_33_0) true) +(typeattribute gpu_service_33_0) +(typeattributeset vd_device_33_0 (vd_device)) +(expandtypeattribute (vd_device_33_0) true) +(typeattribute vd_device_33_0) +(typeattributeset hal_gnss_hwservice_33_0 (hal_gnss_hwservice)) +(expandtypeattribute (hal_gnss_hwservice_33_0) true) +(typeattribute hal_gnss_hwservice_33_0) +(typeattributeset sysfs_bluetooth_writable_33_0 (sysfs_bluetooth_writable)) +(expandtypeattribute (sysfs_bluetooth_writable_33_0) true) +(typeattribute sysfs_bluetooth_writable_33_0) +(typeattributeset lowpan_device_33_0 (lowpan_device)) +(expandtypeattribute (lowpan_device_33_0) true) +(typeattribute lowpan_device_33_0) +(typeattributeset proc_bluetooth_writable_33_0 (proc_bluetooth_writable)) +(expandtypeattribute (proc_bluetooth_writable_33_0) true) +(typeattribute proc_bluetooth_writable_33_0) +(typeattributeset dm_device_33_0 (dm_device)) +(expandtypeattribute (dm_device_33_0) true) +(typeattribute dm_device_33_0) +(typeattributeset tee_data_file_33_0 (tee_data_file)) +(expandtypeattribute (tee_data_file_33_0) true) +(typeattribute tee_data_file_33_0) +(typeattributeset testharness_service_33_0 (testharness_service)) +(expandtypeattribute (testharness_service_33_0) true) +(typeattribute testharness_service_33_0) +(typeattributeset trace_data_file_33_0 (trace_data_file)) +(expandtypeattribute (trace_data_file_33_0) true) +(typeattribute trace_data_file_33_0) +(typeattributeset default_android_hwservice_33_0 (default_android_hwservice)) +(expandtypeattribute (default_android_hwservice_33_0) true) +(typeattribute default_android_hwservice_33_0) +(typeattributeset dumpstate_socket_33_0 (dumpstate_socket)) +(expandtypeattribute (dumpstate_socket_33_0) true) +(typeattribute dumpstate_socket_33_0) +(typeattributeset pdx_display_vsync_endpoint_socket_33_0 (pdx_display_vsync_endpoint_socket)) +(expandtypeattribute (pdx_display_vsync_endpoint_socket_33_0) true) +(typeattribute pdx_display_vsync_endpoint_socket_33_0) +(typeattributeset hal_thermal_hwservice_33_0 (hal_thermal_hwservice)) +(expandtypeattribute (hal_thermal_hwservice_33_0) true) +(typeattribute hal_thermal_hwservice_33_0) +(typeattributeset cache_recovery_file_33_0 (cache_recovery_file)) +(expandtypeattribute (cache_recovery_file_33_0) true) +(typeattribute cache_recovery_file_33_0) +(typeattributeset batterystats_service_33_0 (batterystats_service)) +(expandtypeattribute (batterystats_service_33_0) true) +(typeattribute batterystats_service_33_0) +(typeattributeset mediadrmserver_33_0 (mediadrmserver)) +(expandtypeattribute (mediadrmserver_33_0) true) +(typeattribute mediadrmserver_33_0) +(typeattributeset device_config_service_33_0 (device_config_service)) +(expandtypeattribute (device_config_service_33_0) true) +(typeattribute device_config_service_33_0) +(typeattributeset hal_weaver_hwservice_33_0 (hal_weaver_hwservice)) +(expandtypeattribute (hal_weaver_hwservice_33_0) true) +(typeattribute hal_weaver_hwservice_33_0) +(typeattributeset vrflinger_vsync_service_33_0 (vrflinger_vsync_service)) +(expandtypeattribute (vrflinger_vsync_service_33_0) true) +(typeattribute vrflinger_vsync_service_33_0) +(typeattributeset hal_codec2_hwservice_33_0 (hal_codec2_hwservice)) +(expandtypeattribute (hal_codec2_hwservice_33_0) true) +(typeattribute hal_codec2_hwservice_33_0) +(typeattributeset device_33_0 (device)) +(expandtypeattribute (device_33_0) true) +(typeattribute device_33_0) +(typeattributeset storage_stub_file_33_0 (storage_stub_file)) +(expandtypeattribute (storage_stub_file_33_0) true) +(typeattribute storage_stub_file_33_0) +(typeattributeset sysfs_nfc_power_writable_33_0 (sysfs_nfc_power_writable)) +(expandtypeattribute (sysfs_nfc_power_writable_33_0) true) +(typeattribute sysfs_nfc_power_writable_33_0) +(typeattributeset voiceinteraction_service_33_0 (voiceinteraction_service)) +(expandtypeattribute (voiceinteraction_service_33_0) true) +(typeattribute voiceinteraction_service_33_0) +(typeattributeset hal_bootctl_hwservice_33_0 (hal_bootctl_hwservice)) +(expandtypeattribute (hal_bootctl_hwservice_33_0) true) +(typeattribute hal_bootctl_hwservice_33_0) +(typeattributeset smartspace_service_33_0 (smartspace_service)) +(expandtypeattribute (smartspace_service_33_0) true) +(typeattribute smartspace_service_33_0) +(typeattributeset gatekeeper_service_33_0 (gatekeeper_service)) +(expandtypeattribute (gatekeeper_service_33_0) true) +(typeattribute gatekeeper_service_33_0) +(typeattributeset device_config_runtime_native_boot_prop_33_0 (device_config_runtime_native_boot_prop)) +(expandtypeattribute (device_config_runtime_native_boot_prop_33_0) true) +(typeattribute device_config_runtime_native_boot_prop_33_0) +(typeattributeset hidl_allocator_hwservice_33_0 (hidl_allocator_hwservice)) +(expandtypeattribute (hidl_allocator_hwservice_33_0) true) +(typeattribute hidl_allocator_hwservice_33_0) +(typeattributeset proc_pagetypeinfo_33_0 (proc_pagetypeinfo)) +(expandtypeattribute (proc_pagetypeinfo_33_0) true) +(typeattribute proc_pagetypeinfo_33_0) +(typeattributeset qtaguid_device_33_0 (qtaguid_device)) +(expandtypeattribute (qtaguid_device_33_0) true) +(typeattribute qtaguid_device_33_0) +(typeattributeset crossprofileapps_service_33_0 (crossprofileapps_service)) +(expandtypeattribute (crossprofileapps_service_33_0) true) +(typeattribute crossprofileapps_service_33_0) +(typeattributeset proc_pressure_mem_33_0 (proc_pressure_mem)) +(expandtypeattribute (proc_pressure_mem_33_0) true) +(typeattribute proc_pressure_mem_33_0) +(typeattributeset property_socket_33_0 (property_socket)) +(expandtypeattribute (property_socket_33_0) true) +(typeattribute property_socket_33_0) +(typeattributeset traced_oome_heap_session_count_prop_33_0 (traced_oome_heap_session_count_prop)) +(expandtypeattribute (traced_oome_heap_session_count_prop_33_0) true) +(typeattribute traced_oome_heap_session_count_prop_33_0) +(typeattributeset wifinl80211_service_33_0 (wifinl80211_service)) +(expandtypeattribute (wifinl80211_service_33_0) true) +(typeattribute wifinl80211_service_33_0) +(typeattributeset proc_panic_33_0 (proc_panic)) +(expandtypeattribute (proc_panic_33_0) true) +(typeattribute proc_panic_33_0) +(typeattributeset hal_memtrack_service_33_0 (hal_memtrack_service)) +(expandtypeattribute (hal_memtrack_service_33_0) true) +(typeattribute hal_memtrack_service_33_0) +(typeattributeset mnt_vendor_file_33_0 (mnt_vendor_file)) +(expandtypeattribute (mnt_vendor_file_33_0) true) +(typeattribute mnt_vendor_file_33_0) +(typeattributeset vendor_file_33_0 (vendor_file)) +(expandtypeattribute (vendor_file_33_0) true) +(typeattribute vendor_file_33_0) +(typeattributeset efs_file_33_0 (efs_file)) +(expandtypeattribute (efs_file_33_0) true) +(typeattribute efs_file_33_0) +(typeattributeset appdomain_tmpfs_33_0 (appdomain_tmpfs)) +(expandtypeattribute (appdomain_tmpfs_33_0) true) +(typeattribute appdomain_tmpfs_33_0) +(typeattributeset hal_instrumentation_prop_33_0 (hal_instrumentation_prop)) +(expandtypeattribute (hal_instrumentation_prop_33_0) true) +(typeattribute hal_instrumentation_prop_33_0) +(typeattributeset device_logging_prop_33_0 (device_logging_prop)) +(expandtypeattribute (device_logging_prop_33_0) true) +(typeattribute device_logging_prop_33_0) +(typeattributeset mdnsd_socket_33_0 (mdnsd_socket)) +(expandtypeattribute (mdnsd_socket_33_0) true) +(typeattribute mdnsd_socket_33_0) +(typeattributeset traced_enabled_prop_33_0 (traced_enabled_prop)) +(expandtypeattribute (traced_enabled_prop_33_0) true) +(typeattribute traced_enabled_prop_33_0) +(typeattributeset nfc_logs_data_file_33_0 (nfc_logs_data_file)) +(expandtypeattribute (nfc_logs_data_file_33_0) true) +(typeattribute nfc_logs_data_file_33_0) +(typeattributeset hal_audiocontrol_hwservice_33_0 (hal_audiocontrol_hwservice)) +(expandtypeattribute (hal_audiocontrol_hwservice_33_0) true) +(typeattribute hal_audiocontrol_hwservice_33_0) +(typeattributeset vendor_overlay_file_33_0 (vendor_overlay_file)) +(expandtypeattribute (vendor_overlay_file_33_0) true) +(typeattribute vendor_overlay_file_33_0) +(typeattributeset color_display_service_33_0 (color_display_service)) +(expandtypeattribute (color_display_service_33_0) true) +(typeattribute color_display_service_33_0) +(typeattributeset incremental_prop_33_0 (incremental_prop)) +(expandtypeattribute (incremental_prop_33_0) true) +(typeattribute incremental_prop_33_0) +(typeattributeset icon_file_33_0 (icon_file)) +(expandtypeattribute (icon_file_33_0) true) +(typeattribute icon_file_33_0) +(typeattributeset vold_device_33_0 (vold_device)) +(expandtypeattribute (vold_device_33_0) true) +(typeattribute vold_device_33_0) +(typeattributeset sysfs_wake_lock_33_0 (sysfs_wake_lock)) +(expandtypeattribute (sysfs_wake_lock_33_0) true) +(typeattribute sysfs_wake_lock_33_0) +(typeattributeset arm64_memtag_prop_33_0 (arm64_memtag_prop)) +(expandtypeattribute (arm64_memtag_prop_33_0) true) +(typeattribute arm64_memtag_prop_33_0) +(typeattributeset hal_power_stats_service_33_0 (hal_power_stats_service)) +(expandtypeattribute (hal_power_stats_service_33_0) true) +(typeattribute hal_power_stats_service_33_0) +(typeattributeset sysfs_ion_33_0 (sysfs_ion)) +(expandtypeattribute (sysfs_ion_33_0) true) +(typeattribute sysfs_ion_33_0) +(typeattributeset network_watchlist_service_33_0 (network_watchlist_service)) +(expandtypeattribute (network_watchlist_service_33_0) true) +(typeattribute network_watchlist_service_33_0) +(typeattributeset proc_pid_max_33_0 (proc_pid_max)) +(expandtypeattribute (proc_pid_max_33_0) true) +(typeattribute proc_pid_max_33_0) diff --git a/sparse/system/etc/selinux/plat_file_contexts b/sparse/system/etc/selinux/plat_file_contexts new file mode 100644 index 0000000..d3b778d --- /dev/null +++ b/sparse/system/etc/selinux/plat_file_contexts @@ -0,0 +1,663 @@ +/(odm|vendor/odm)(/.*)? u:object_r:vendor_file:s0 +/(odm|vendor/odm)/bin/sh u:object_r:vendor_shell_exec:s0 +/(odm|vendor/odm)/etc(/.*)? u:object_r:vendor_configs_file:s0 +/(odm|vendor/odm)/app(/.*)? u:object_r:vendor_app_file:s0 +/(vendor|system/vendor)(/.*)? u:object_r:vendor_file:s0 +/(odm|vendor/odm)/lib(64)?/hw u:object_r:vendor_hal_file:s0 +/(vendor|system/vendor)/bin/sh u:object_r:vendor_shell_exec:s0 +/(odm|vendor/odm)/overlay(/.*)? u:object_r:vendor_overlay_file:s0 +/(product|system/product)(/.*)? u:object_r:system_file:s0 +/(system|product)/bin/otapreopt u:object_r:postinstall_dexopt_exec:s0 +/(odm|vendor/odm)/priv-app(/.*)? u:object_r:vendor_app_file:s0 +/(vendor|system/vendor)/etc(/.*)? u:object_r:vendor_configs_file:s0 +/(vendor|system/vendor)/app(/.*)? u:object_r:vendor_app_file:s0 +/(odm|vendor/odm)/framework(/.*)? u:object_r:vendor_framework_file:s0 +/(vendor|system/vendor)/bin/toolbox u:object_r:vendor_toolbox_exec:s0 +/(vendor|system/vendor)/lib(64)?/hw u:object_r:vendor_hal_file:s0 +/(product|system/product)/etc/group u:object_r:system_group_file:s0 +/(vendor|system/vendor)/manifest\.xml u:object_r:vendor_configs_file:s0 +/(odm|vendor/odm)/lib(64)?/egl(/.*)? u:object_r:same_process_hal_file:s0 +/(product|system/product)/etc/passwd u:object_r:system_passwd_file:s0 +/(vendor|system/vendor)/overlay(/.*)? u:object_r:vendor_overlay_file:s0 +/(system_ext|system/system_ext)(/.*)? u:object_r:system_file:s0 +/(vendor|system/vendor)/priv-app(/.*)? u:object_r:vendor_app_file:s0 +/(system|product)/bin/otapreopt_script u:object_r:postinstall_exec:s0 +/(vendor|system/vendor)/etc/vintf(/.*)? u:object_r:vendor_configs_file:s0 +/(vendor|system/vendor)/framework(/.*)? u:object_r:vendor_framework_file:s0 +/(vendor|system/vendor)/bin/misc_writer u:object_r:vendor_misc_writer_exec:s0 +/(product|system/product)/overlay(/.*)? u:object_r:system_file:s0 +/(vendor|system/vendor)/etc/cgroups\.json u:object_r:vendor_cgroup_desc_file:s0 +/(odm|vendor/odm)/lib(64)?/vndk-sp(/.*)? u:object_r:vndk_sp_file:s0 +/(product|system/product)/lib(64)?(/.*)? u:object_r:system_lib_file:s0 +/(vendor|system/vendor)/bin/toybox_vendor u:object_r:vendor_toolbox_exec:s0 +/(vendor|system/vendor)/apex(/[^/]+){0,2} u:object_r:vendor_apex_file:s0 +/(system_ext|system/system_ext)/etc/group u:object_r:system_group_file:s0 +/(vendor|system/vendor)/lib(64)?/egl(/.*)? u:object_r:same_process_hal_file:s0 +/(system_ext|system/system_ext)/etc/passwd u:object_r:system_passwd_file:s0 +/(system_ext|system/system_ext)/overlay(/.*)? u:object_r:vendor_overlay_file:s0 +/(vendor|system/vendor)/etc/task_profiles\.json u:object_r:vendor_task_profiles_file:s0 +/(vendor|system/vendor)/lib(64)?/vndk-sp(/.*)? u:object_r:vndk_sp_file:s0 +/(odm|vendor/odm)/etc/selinux/odm_sepolicy\.cil u:object_r:sepolicy_file:s0 +/(system_ext|system/system_ext)/lib(64)?(/.*)? u:object_r:system_lib_file:s0 +/(system|product)/bin/check_dynamic_partitions u:object_r:postinstall_exec:s0 +/(odm|vendor/odm)/etc/selinux/odm_file_contexts u:object_r:file_contexts_file:s0 +/(vendor|system/vendor)/compatibility_matrix\.xml u:object_r:vendor_configs_file:s0 +/(odm|vendor/odm)/etc/selinux/odm_seapp_contexts u:object_r:seapp_contexts_file:s0 +/(product|system/product)/vendor_overlay/[0-9]+/.* u:object_r:vendor_file:s0 +/(odm|vendor/odm)/etc/selinux/odm_property_contexts u:object_r:property_contexts_file:s0 +/(odm|vendor/odm)/etc/selinux/odm_hwservice_contexts u:object_r:hwservice_contexts_file:s0 +/(odm|vendor/odm)/etc/selinux/odm_mac_permissions\.xml u:object_r:mac_perms_file:s0 +/(vendor|system/vendor)/bin/boringssl_self_test(32|64) u:object_r:vendor_boringssl_self_test_exec:s0 +/(odm|vendor/odm|vendor|system/vendor)/usr/idc(/.*)?\.idc u:object_r:vendor_idc_file:s0 +/(odm|vendor/odm)/etc/selinux/odm_keystore2_key_contexts u:object_r:keystore2_key_contexts_file:s0 +/(odm_dlkm|vendor/odm_dlkm|system/vendor/odm_dlkm)(/.*)? u:object_r:vendor_file:s0 +/(system_ext|system/system_ext)/bin/aidl_lazy_test_server u:object_r:aidl_lazy_test_server_exec:s0 +/(system_ext|system/system_ext)/bin/hidl_lazy_test_server u:object_r:hidl_lazy_test_server_exec:s0 +/(vendor|system/vendor)/etc/selinux/vendor_service_contexts u:object_r:vendor_service_contexts_file:s0 +/(product|system/product)/etc/selinux/product_file_contexts u:object_r:file_contexts_file:s0 +/(product|system/product)/etc/selinux/product_seapp_contexts u:object_r:seapp_contexts_file:s0 +/(system_ext|system/system_ext)/bin/aidl_lazy_cb_test_server u:object_r:aidl_lazy_test_server_exec:s0 +/(system_ext|system/system_ext)/bin/hidl_lazy_cb_test_server u:object_r:hidl_lazy_test_server_exec:s0 +/(odm_dlkm|vendor/odm_dlkm|system/vendor/odm_dlkm)/etc(/.*)? u:object_r:vendor_configs_file:s0 +/(odm|vendor/odm|vendor|system/vendor)/usr/keylayout(/.*)?\.kl u:object_r:vendor_keylayout_file:s0 +/(odm|vendor/odm|vendor|system/vendor)/usr/keychars(/.*)?\.kcm u:object_r:vendor_keychars_file:s0 +/(product|system/product)/etc/selinux/product_service_contexts u:object_r:service_contexts_file:s0 +/(product|system/product)/etc/selinux/product_property_contexts u:object_r:property_contexts_file:s0 +/(product|system/product)/etc/selinux/product_hwservice_contexts u:object_r:hwservice_contexts_file:s0 +/(odm|vendor/odm|vendor|system/vendor)/etc/hal_uuid_map_(.*)?\.xml u:object_r:vendor_uuid_mapping_config_file:s0 +/(product|system/product)/etc/selinux/product_mac_permissions\.xml u:object_r:mac_perms_file:s0 +/(vendor_dlkm|vendor/vendor_dlkm|system/vendor/vendor_dlkm)(/.*)? u:object_r:vendor_file:s0 +/(product|system/product)/etc/selinux/product_keystore2_key_contexts u:object_r:keystore2_key_contexts_file:s0 +/(system_ext|system/system_ext)/etc/selinux/system_ext_file_contexts u:object_r:file_contexts_file:s0 +/(system_ext|system/system_ext)/etc/selinux/system_ext_seapp_contexts u:object_r:seapp_contexts_file:s0 +/(vendor_dlkm|vendor/vendor_dlkm|system/vendor/vendor_dlkm)/etc(/.*)? u:object_r:vendor_configs_file:s0 +/(system_ext|system/system_ext)/etc/selinux/system_ext_service_contexts u:object_r:service_contexts_file:s0 +/(system_ext|system/system_ext)/etc/selinux/userdebug_plat_sepolicy\.cil u:object_r:sepolicy_file:s0 +/(system_ext|system/system_ext)/etc/selinux/system_ext_property_contexts u:object_r:property_contexts_file:s0 +/(system_ext|system/system_ext)/etc/selinux/system_ext_hwservice_contexts u:object_r:hwservice_contexts_file:s0 +/(system_ext|system/system_ext)/etc/selinux/system_ext_mac_permissions\.xml u:object_r:mac_perms_file:s0 +/(system_ext|system/system_ext)/etc/selinux/system_ext_keystore2_key_contexts u:object_r:keystore2_key_contexts_file:s0 +/res(/.*)? u:object_r:rootfs:s0 +/lib(/.*)? u:object_r:rootfs:s0 +/dev(/.*)? u:object_r:device:s0 +/oem(/.*)? u:object_r:oemfs:s0 +/efs(/.*)? u:object_r:efs_file:s0 +/sbin(/.*)? u:object_r:rootfs:s0 +/init\..* u:object_r:rootfs:s0 +/data/(.*)? u:object_r:system_data_file:s0 +/cores(/.*)? u:object_r:coredump_file:s0 +/cache(/.*)? u:object_r:cache_file:s0 +/apex/(\.(bootstrap|default)-)?apex-info-list.xml u:object_r:apex_info_file:s0 +/fstab\..* u:object_r:rootfs:s0 +/system(/.*)? u:object_r:system_file:s0 +/dev/rtc[0-9] u:object_r:rtc_device:s0 +/dev/adf[0-9]* u:object_r:graphics_device:s0 +/dev/snd(/.*)? u:object_r:audio_device:s0 +/dev/tty[0-9]* u:object_r:tty_device:s0 +/dev/uio[0-9]* u:object_r:uio_device:s0 +/storage(/.*)? u:object_r:storage_file:s0 +/ueventd\..* u:object_r:rootfs:s0 +/dev/gnss[0-9]+ u:object_r:gnss_device:s0 +/dev/ttyS[0-9]* u:object_r:serial_device:s0 +/data/drm(/.*)? u:object_r:drm_data_file:s0 +/data/ota(/.*)? u:object_r:ota_data_file:s0 +/data/adb(/.*)? u:object_r:adb_data_file:s0 +/data/anr(/.*)? u:object_r:anr_data_file:s0 +/data/app(/.*)? u:object_r:apk_data_file:s0 +/data/gsi(/.*)? u:object_r:gsi_data_file:s0 +/metadata(/.*)? u:object_r:metadata_file:s0 +/mnt/asec(/.*)? u:object_r:asec_apk_file:s0 +/mnt/user(/.*)? u:object_r:mnt_user_file:s0 +/dev/audio.* u:object_r:audio_device:s0 +/dev/modem.* u:object_r:radio_device:s0 +/dev/block(/.*)? u:object_r:block_device:s0 +/dev/input(/.*)? u:object_r:input_device:s0 +/dev/video[0-9]* u:object_r:video_device:s0 +/data/apex(/.*)? u:object_r:apex_data_file:s0 +/data/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0 +/mnt/asec/[^/]+/[^/]+\.zip u:object_r:asec_public_file:s0 +/mnt/asec/[^/]+/lib(/.*)? u:object_r:asec_public_file:s0 +/data/app/[^/]+/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0 +/dev/ashmem(.*)? u:object_r:ashmem_libcutils_device:s0 +/dev/socket(/.*)? u:object_r:socket_device:s0 +/dev/ttyUSB[0-9]* u:object_r:usb_serial_device:s0 +/dev/ttyACM[0-9]* u:object_r:usb_serial_device:s0 +/data/media(/.*)? u:object_r:media_rw_data_file:s0 +/mnt/expand(/.*)? u:object_r:mnt_expand_file:s0 +/data/cache(/.*)? u:object_r:cache_file:s0 +/mnt/vendor(/.*)? u:object_r:mnt_vendor_file:s0 +/system/lib(64)?(/.*)? u:object_r:system_lib_file:s0 +/system/lib(64)?/bootstrap(/.*)? u:object_r:system_bootstrap_lib_file:s0 +/dev/bus/usb(.*)? u:object_r:usb_device:s0 +/system_dlkm(/.*)? u:object_r:system_dlkm_file:s0 +/dev/dm-user(/.*)? u:object_r:dm_user_device:s0 +/oem/overlay(/.*)? u:object_r:vendor_overlay_file:s0 +/data/backup(/.*)? u:object_r:backup_data_file:s0 +/data/vendor(/.*)? u:object_r:vendor_data_file:s0 +/mnt/scratch(/.*)? u:object_r:overlayfs_file:s0 +/mnt/runtime(/.*)? u:object_r:storage_file:s0 +/mnt/product(/.*)? u:object_r:mnt_product_file:s0 +/mnt/expand/[^/]+(/.*)? u:object_r:system_data_file:s0 +/mnt/expand/[^/]+/app(/.*)? u:object_r:apk_data_file:s0 +/mnt/expand/[^/]+/media(/.*)? u:object_r:media_rw_data_file:s0 +/mnt/expand/[^/]+/local/tmp(/.*)? u:object_r:shell_data_file:s0 +/mnt/expand/[^/]+/misc/vold(/.*)? u:object_r:vold_data_file:s0 +/mnt/expand/[^/]+/app/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0 +/mnt/expand/[^/]+/app/vmdl[^/]+\.tmp(/.*)? u:object_r:apk_tmp_file:s0 +/mnt/expand/[^/]+/app/[^/]+/[^/]+/oat(/.*)? u:object_r:dalvikcache_data_file:s0 +/mnt/expand/[^/]+/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0 +/dev/dma_heap(/.*)? u:object_r:dmabuf_heap_device:s0 +/dev/fscklogs(/.*)? u:object_r:fscklogs:s0 +/dev/graphics(/.*)? u:object_r:graphics_device:s0 +/linkerconfig(/.*)? u:object_r:linkerconfig_file:s0 +/data/gsi/ota(/.*)? u:object_r:ota_image_data_file:s0 +/cache/backup(/.*)? u:object_r:cache_private_backup_file:s0 +/metadata/gsi(/.*)? u:object_r:gsi_metadata_file:s0 +/metadata/ota(/.*)? u:object_r:ota_metadata_file:s0 +/mnt/media_rw(/.*)? u:object_r:mnt_media_rw_file:s0 +/dev/block/vd[a-z][0-9]* u:object_r:vd_device:s0 +/dev/spdif_out.* u:object_r:audio_device:s0 +/dev/rpmsg-omx[0-9] u:object_r:rpmsg_device:s0 +/dev/block/dm-[0-9]+ u:object_r:dm_device:s0 +/dev/block/ram[0-9]* u:object_r:ram_device:s0 +/dev/v4l-touch[0-9]* u:object_r:input_device:s0 +/data/mediadrm(/.*)? u:object_r:media_data_file:s0 +/data/property(/.*)? u:object_r:property_data_file:s0 +/data/preloads(/.*)? u:object_r:preloads_data_file:s0 +/data/misc/adb(/.*)? u:object_r:adb_keys_file:s0 +/data/misc/net(/.*)? u:object_r:net_data_file:s0 +/data/misc/sms(/.*)? u:object_r:radio_data_file:s0 +/data/misc/vpn(/.*)? u:object_r:vpn_data_file:s0 +/data/bootanim(/.*)? u:object_r:bootanim_data_file:s0 +/cache/overlay(/.*)? u:object_r:overlayfs_file:s0 +/metadata/apex(/.*)? u:object_r:apex_metadata_file:s0 +/metadata/vold(/.*)? u:object_r:vold_metadata_file:s0 +/data/app-asec(/.*)? u:object_r:asec_image_file:s0 +/data/app/vmdl[^/]+\.tmp(/.*)? u:object_r:apk_tmp_file:s0 +/data/misc_ce/[0-9]+/wifi(/.*)? u:object_r:wifi_data_file:s0 +/data/misc_de/[0-9]+/sdksandbox u:object_r:sdk_sandbox_system_data_file:s0 +/data/misc_ce/[0-9]+/sdksandbox u:object_r:sdk_sandbox_system_data_file:s0 +/data/misc_de/[0-9]+/vold(/.*)? u:object_r:vold_data_file:s0 +/data/misc_ce/[0-9]+/vold(/.*)? u:object_r:vold_data_file:s0 +/data/app/vmdl[^/]+\.tmp/oat(/.*)? u:object_r:dalvikcache_data_file:s0 +/data/misc_ce/[0-9]+/iorapd(/.*)? u:object_r:iorapd_data_file:s0 +/data/misc_ce/[0-9]+/checkin(/.*)? u:object_r:checkin_data_file:s0 +/data/misc_de/[0-9]+/storaged(/.*)? u:object_r:storaged_data_file:s0 +/data/misc_ce/[0-9]+/storaged(/.*)? u:object_r:storaged_data_file:s0 +/data/misc_de/[0-9]+/rollback(/.*)? u:object_r:rollback_data_file:s0 +/data/misc_ce/[0-9]+/rollback(/.*)? u:object_r:rollback_data_file:s0 +/data/misc_de/[0-9]+/apexdata(/.*)? u:object_r:apex_module_data_file:s0 +/data/misc_ce/[0-9]+/apexdata(/.*)? u:object_r:apex_module_data_file:s0 +/data/misc_de/[0-9]+/apexrollback(/.*)? u:object_r:apex_rollback_data_file:s0 +/data/misc_ce/[0-9]+/apexrollback(/.*)? u:object_r:apex_rollback_data_file:s0 +/data/misc_de/[0-9]+/apexdata/com\.android\.uwb(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc_ce/[0-9]+/apexdata/com\.android\.uwb(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc_de/[0-9]+/apexdata/com\.android\.wifi(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc_ce/[0-9]+/apexdata/com\.android\.wifi(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc_ce/[0-9]+/apexdata/com\.android\.appsearch(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc_de/[0-9]+/apexdata/com\.android\.permission(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc_ce/[0-9]+/apexdata/com\.android\.permission(/.*)? u:object_r:apex_system_server_data_file:s0 +/dev/block/loop[0-9]* u:object_r:loop_device:s0 +/dev/block/zram[0-9]* u:object_r:ram_device:s0 +/dev/iio:device[0-9]+ u:object_r:iio_device:s0 +/data/local/tmp(/.*)? u:object_r:shell_data_file:s0 +/data/misc/apns(/.*)? u:object_r:radio_data_file:s0 +/data/misc/dhcp(/.*)? u:object_r:dhcp_data_file:s0 +/data/misc/logd(/.*)? u:object_r:misc_logd_file:s0 +/data/misc/user(/.*)? u:object_r:misc_user_data_file:s0 +/data/misc/wifi(/.*)? u:object_r:wifi_data_file:s0 +/data/misc/vold(/.*)? u:object_r:vold_data_file:s0 +/data/vendor_ce(/.*)? u:object_r:vendor_data_file:s0 +/data/vendor_de(/.*)? u:object_r:vendor_data_file:s0 +/data/bootchart(/.*)? u:object_r:bootchart_data_file:s0 +/cache/recovery(/.*)? u:object_r:cache_recovery_file:s0 +/dev/block/vold/.+ u:object_r:vold_device:s0 +/dev/cgroup_info(/.*)? u:object_r:cgroup_rc_file:s0 +/data/tombstones(/.*)? u:object_r:tombstone_data_file:s0 +/data/nativetest(/.*)? u:object_r:nativetest_data_file:s0 +/data/misc/audio(/.*)? u:object_r:audio_data_file:s0 +/data/misc/media(/.*)? u:object_r:media_data_file:s0 +/data/misc/radio(/.*)? u:object_r:radio_core_data_file:s0 +/data/misc/trace(/.*)? u:object_r:method_trace_data_file:s0 +/system/apex/com.android.art u:object_r:art_apex_dir:s0 +/data/rollback/\d+/[^/]+/.*\.apk u:object_r:apk_data_file:s0 +/data/rollback/\d+/[^/]+/.*\.apex u:object_r:staging_data_file:s0 +/data/vendor_de/[0-9]+/fpdata(/.*)? u:object_r:fingerprint_vendor_data_file:s0 +/data/system_ce/[0-9]+/backup(/.*)? u:object_r:backup_data_file:s0 +/data/vendor_de/[0-9]+/facedata(/.*)? u:object_r:face_vendor_data_file:s0 +/data/vendor_ce/[0-9]+/facedata(/.*)? u:object_r:face_vendor_data_file:s0 +/data/vendor_de/[0-9]+/irisdata(/.*)? u:object_r:iris_vendor_data_file:s0 +/data/system_de/[0-9]+/ringtones(/.*)? u:object_r:ringtone_file:s0 +/data/system_ce/[0-9]+/backup_stage(/.*)? u:object_r:backup_data_file:s0 +/data/system_ce/[0-9]+/shortcut_service/bitmaps(/.*)? u:object_r:shortcut_manager_icons:s0 +/dev/cpu_variant:.* u:object_r:dev_cpu_variant:s0 +/data/unencrypted(/.*)? u:object_r:unencrypted_data_file:s0 +/data/ota_package(/.*)? u:object_r:ota_package_file:s0 +/data/app-private(/.*)? u:object_r:apk_private_data_file:s0 +/data/local/tests(/.*)? u:object_r:shell_test_data_file:s0 +/data/pkg_staging(/.*)? u:object_r:staging_data_file:s0 +/data/app-staging(/.*)? u:object_r:staging_data_file:s0 +/data/fonts/files(/.*)? u:object_r:font_data_file:s0 +/data/misc/camera(/.*)? u:object_r:camera_data_file:s0 +/data/misc/dmesgd(/.*)? u:object_r:dmesgd_data_file:s0 +/data/misc/odsign(/.*)? u:object_r:odsign_data_file:s0 +/data/misc/iorapd(/.*)? u:object_r:iorapd_data_file:s0 +/data/incremental(/.*)? u:object_r:apk_data_file:s0 +/metadata/gsi/ota(/.*)? u:object_r:ota_metadata_file:s0 +/mnt/pass_through(/.*)? u:object_r:mnt_pass_through_file:s0 +/system/bin/idmap2(d)? u:object_r:idmap_exec:s0 +/system/bin/linker(64)? u:object_r:system_linker_exec:s0 +/data/apex/active/(.*)? u:object_r:staging_data_file:s0 +/data/apex/backup/(.*)? u:object_r:staging_data_file:s0 +/data/dalvik-cache(/.*)? u:object_r:dalvikcache_data_file:s0 +/data/local/traces(/.*)? u:object_r:trace_data_file:s0 +/data/nativetest64(/.*)? u:object_r:nativetest_data_file:s0 +/data/misc/wmtrace(/.*)? u:object_r:wm_trace_data_file:s0 +/data/misc/profman(/.*)? u:object_r:profman_dump_data_file:s0 +/data/cache/backup(/.*)? u:object_r:cache_private_backup_file:s0 +/metadata/bootstat(/.*)? u:object_r:metadata_bootstat_file:s0 +/metadata/sepolicy(/.*)? u:object_r:sepolicy_metadata_file:s0 +/metadata/watchdog(/.*)? u:object_r:watchdog_metadata_file:s0 +/dev/adf-interface[0-9]*\.[0-9]* u:object_r:graphics_device:s0 +/metadata/gsi/dsu/[^/]+/metadata_encryption_dir u:object_r:gsi_public_metadata_file:s0 +/dev/socket/wpa_eth[0-9] u:object_r:wpa_socket:s0 +/data/secure/backup(/.*)? u:object_r:backup_data_file:s0 +/data/local/tmp/ltp(/.*)? u:object_r:nativetest_data_file:s0 +/data/preloads/demo(/.*)? u:object_r:preloads_media_file:s0 +/data/misc/apexdata(/.*)? u:object_r:apex_module_data_file:s0 +/data/misc/audiohal(/.*)? u:object_r:audiohal_data_file:s0 +/data/misc/bootstat(/.*)? u:object_r:bootstat_data_file:s0 +/data/misc/installd(/.*)? u:object_r:install_data_file:s0 +/data/misc/keychain(/.*)? u:object_r:keychain_data_file:s0 +/data/misc/keystore(/.*)? u:object_r:keystore_data_file:s0 +/data/misc/nfc/logs(/.*)? u:object_r:nfc_logs_data_file:s0 +/data/misc/recovery(/.*)? u:object_r:recovery_data_file:s0 +/data/misc/zoneinfo(/.*)? u:object_r:zoneinfo_data_file:s0 +/cache/backup_stage(/.*)? u:object_r:cache_backup_file:s0 +/data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0 +/data/system/users/[0-9]+/photo\.png u:object_r:icon_file:s0 +/data/system/users/[0-9]+/fpdata(/.*)? u:object_r:fingerprintd_data_file:s0 +/data/system/users/[0-9]+/wallpaper_lock u:object_r:wallpaper_file:s0 +/data/system/users/[0-9]+/wallpaper_orig u:object_r:wallpaper_file:s0 +/data/system/users/[0-9]+/wallpaper_lock_orig u:object_r:wallpaper_file:s0 +/dev/socket/wpa_wlan[0-9] u:object_r:wpa_socket:s0 +/data/system/environ(/.*)? u:object_r:environ_system_data_file:s0 +/data/resource-cache(/.*)? u:object_r:resourcecache_data_file:s0 +/data/preloads/media(/.*)? u:object_r:preloads_media_file:s0 +/data/misc/a11ytrace(/.*)? u:object_r:accessibility_trace_data_file:s0 +/data/misc/appcompat(/.*)? u:object_r:appcompat_data_file:s0 +/data/misc/boottrace(/.*)? u:object_r:boottrace_data_file:s0 +/data/misc/bluetooth(/.*)? u:object_r:bluetooth_data_file:s0 +/data/misc/bluedroid(/.*)? u:object_r:bluetooth_data_file:s0 +/data/misc/carrierid(/.*)? u:object_r:radio_data_file:s0 +/data/misc/incidents(/.*)? u:object_r:incident_data_file:s0 +/data/misc/credstore(/.*)? u:object_r:credstore_data_file:s0 +/data/misc/odrefresh(/.*)? u:object_r:odrefresh_data_file:s0 +/data/misc/prereboot(/.*)? u:object_r:prereboot_data_file:s0 +/data/system/dropbox(/.*)? u:object_r:dropbox_data_file:s0 +/data/cache/recovery(/.*)? u:object_r:cache_recovery_file:s0 +/system/etc/ld\.config.* u:object_r:system_linker_config_file:s0 +/data/misc/dhcp-6\.8\.2(/.*)? u:object_r:dhcp_data_file:s0 +/data/misc/gatekeeper(/.*)? u:object_r:gatekeeper_data_file:s0 +/data/misc/stats-data(/.*)? u:object_r:stats_data_file:s0 +/data/misc/systemkeys(/.*)? u:object_r:systemkeys_data_file:s0 +/data/misc/train-info(/.*)? u:object_r:stats_data_file:s0 +/data/system/heapdump(/.*)? u:object_r:heapdump_data_file:s0 +/data/incremental/MT_[^/]+/mount/.log u:object_r:incremental_control_file:s0 +/data/incremental/MT_[^/]+/mount/.pending_reads u:object_r:incremental_control_file:s0 +/data/incremental/MT_[^/]+/mount/.blocks_written u:object_r:incremental_control_file:s0 +/data/misc/audioserver(/.*)? u:object_r:audioserver_data_file:s0 +/data/app-private/vmdl.*\.tmp(/.*)? u:object_r:apk_private_tmp_file:s0 +/dev/boringssl/selftest(/.*)? u:object_r:boringssl_self_test_marker:s0 +/data/apex/ota_reserved(/.*)? u:object_r:apex_ota_reserved_file:s0 +/data/misc/apexrollback(/.*)? u:object_r:apex_rollback_data_file:s0 +/data/misc/profcollectd(/.*)? u:object_r:profcollectd_data_file:s0 +/data/misc/shared_relro(/.*)? u:object_r:shared_relro_file:s0 +/data/misc/wifi/sockets(/.*)? u:object_r:wpa_socket:s0 +/data/misc/profiles/ref(/.*)? u:object_r:user_profile_data_file:s0 +/data/misc/profiles/cur(/[0-9]+)? u:object_r:user_profile_root_file:s0 +/dev/adf-overlay-engine[0-9]*\.[0-9]* u:object_r:graphics_device:s0 +/data/apex/decompressed/(.*)? u:object_r:staging_data_file:s0 +/data/misc/stats-service(/.*)? u:object_r:stats_data_file:s0 +/data/misc/update_engine(/.*)? u:object_r:update_engine_data_file:s0 +/data/cache/backup_stage(/.*)? u:object_r:cache_backup_file:s0 +/metadata/password_slots(/.*)? u:object_r:password_slot_metadata_file:s0 +/metadata/staged-install(/.*)? u:object_r:staged_install_file:s0 +/data/misc/profiles/cur/[0-9]+/.* u:object_r:user_profile_data_file:s0 +/data/misc/bluetooth/logs(/.*)? u:object_r:bluetooth_logs_data_file:s0 +/data/misc/odsign/metrics(/.*)? u:object_r:odsign_metrics_file:s0 +/data/misc/stats-metadata(/.*)? u:object_r:stats_data_file:s0 +/data/misc/textclassifier(/.*)? u:object_r:textclassifier_data_file:s0 +/metadata/userspacereboot(/.*)? u:object_r:userspace_reboot_metadata_file:s0 +/system/etc/seccomp_policy(/.*)? u:object_r:system_seccomp_policy_file:s0 +/system/usr/share/zoneinfo(/.*)? u:object_r:system_zoneinfo_file:s0 +/data/misc/perfetto-traces(/.*)? u:object_r:perfetto_traces_data_file:s0 +/data/misc/snapshotctl_log(/.*)? u:object_r:snapshotctl_log_data_file:s0 +/dev/dma_heap/system-secure(.*) u:object_r:dmabuf_system_secure_heap_device:s0 +/data/misc/perfetto-configs(/.*)? u:object_r:perfetto_configs_data_file:s0 +/system/bin/bootstrap/linker(64)? u:object_r:system_linker_exec:s0 +/dev/sys/fs/by-name/userdata(/.*)? u:object_r:userdata_sysdev:s0 +/system/etc/security/cacerts(/.*)? u:object_r:system_security_cacerts_file:s0 +/data/vendor/tombstones/wifi(/.*)? u:object_r:tombstone_wifi_data_file:s0 +/data/misc/emergencynumberdb(/.*)? u:object_r:emergency_data_file:s0 +/data/misc/network_watchlist(/.*)? u:object_r:network_watchlist_data_file:s0 +/data/misc/update_engine_log(/.*)? u:object_r:update_engine_log_data_file:s0 +/system/etc/selinux/mapping/[0-9]+\.[0-9]+\.cil u:object_r:sepolicy_file:s0 +/data/misc/stats-active-metric(/.*)? u:object_r:stats_data_file:s0 +/dev/sys/block/by-name/rootdisk(/.*)? u:object_r:rootdisk_sysdev:s0 +/dev/sys/block/by-name/userdata(/.*)? u:object_r:userdata_sysdev:s0 +/data/server_configurable_flags(/.*)? u:object_r:server_configurable_flags_data_file:s0 +/system/bin/boringssl_self_test(32|64) u:object_r:boringssl_self_test_exec:s0 +/data/misc/wifi/sockets/wpa_ctrl.* u:object_r:system_wpa_socket:s0 +/data/misc/virtualizationservice(/.*)? u:object_r:virtualizationservice_data_file:s0 +/system/etc/task_profiles/cgroups_[0-9]+\.json u:object_r:cgroup_desc_api_file:s0 +/data/misc/apexdata/com\.android\.art(/.*)? u:object_r:apex_art_data_file:s0 +/data/misc/apexdata/com\.android\.uwb(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc/perfetto-traces/bugreport(.*)? u:object_r:perfetto_traces_bugreport_data_file:s0 +/data/misc/apexdata/com\.android\.wifi(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc/apexdata/com\.android\.compos(/.*)? u:object_r:apex_compos_data_file:s0 +/system/etc/task_profiles/task_profiles_[0-9]+\.json u:object_r:task_profiles_api_file:s0 +/data/misc/apexdata/com\.android\.tethering(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc/apexdata/com\.android\.permission(/.*)? u:object_r:apex_system_server_data_file:s0 +/data/misc/apexdata/com\.android\.scheduling(/.*)? u:object_r:apex_system_server_data_file:s0 +/system/bin/android\.automotive\.evs\.manager@1\.[0-9]+ u:object_r:evsmanagerd_exec:s0 +/ u:object_r:rootfs:s0 +/d u:object_r:rootfs:s0 +/mnt u:object_r:tmpfs:s0 +/sys u:object_r:sysfs:s0 +/bin u:object_r:rootfs:s0 +/etc u:object_r:rootfs:s0 +/init u:object_r:init_exec:s0 +/acct u:object_r:cgroup:s0 +/proc u:object_r:rootfs:s0 +/apex u:object_r:apex_mnt_dir:s0 +/data u:object_r:system_data_root_file:s0 +/config u:object_r:rootfs:s0 +/sdcard u:object_r:rootfs:s0 +/charger u:object_r:rootfs:s0 +/dev/eac u:object_r:audio_device:s0 +/dev/ion u:object_r:ion_device:s0 +/dev/ppp u:object_r:ppp_device:s0 +/dev/kvm u:object_r:kvm_device:s0 +/dev/tty u:object_r:owntty_device:s0 +/dev/tun u:object_r:tun_device:s0 +/adb_keys u:object_r:adb_keys_file:s0 +/sepolicy u:object_r:sepolicy_file:s0 +/dev/fuse u:object_r:fuse_device:s0 +/dev/port u:object_r:port_device:s0 +/dev/ptmx u:object_r:ptmx_device:s0 +/dev/kmsg u:object_r:kmsg_device:s0 +/dev/null u:object_r:null_device:s0 +/dev/uhid u:object_r:uhid_device:s0 +/dev/zero u:object_r:zero_device:s0 +/dev/pmsg0 u:object_r:pmsg_device:s0 +/dev/pn544 u:object_r:nfc_device:s0 +/build\.prop u:object_r:rootfs:s0 +/verity_key u:object_r:rootfs:s0 +/lost\+found u:object_r:rootfs:s0 +/bugreports u:object_r:rootfs:s0 +/dev/ashmem u:object_r:ashmem_device:s0 +/dev/binder u:object_r:binder_device:s0 +/dev/random u:object_r:random_device:s0 +/dev/uinput u:object_r:uhid_device:s0 +/mnt/sdcard u:object_r:mnt_sdcard_file:s0 +/data_mirror u:object_r:mirror_data_file:s0 +/postinstall u:object_r:postinstall_mnt_dir:s0 +/dev/console u:object_r:console_device:s0 +/dev/mtp_usb u:object_r:mtp_device:s0 +/dev/nvhdcp1 u:object_r:video_device:s0 +/dev/urandom u:object_r:random_device:s0 +/default\.prop u:object_r:rootfs:s0 +/dev/hwbinder u:object_r:hwbinder_device:s0 +/dev/keychord u:object_r:keychord_device:s0 +/dev/pvrsrvkm u:object_r:gpu_device:s0 +/dev/watchdog u:object_r:watchdog_device:s0 +/debug_ramdisk u:object_r:tmpfs:s0 +/dev/hw_random u:object_r:hw_random_device:s0 +/dev/vndbinder u:object_r:vndbinder_device:s0 +/system/bin/iw u:object_r:iw_exec:s0 +/system/bin/sh -- u:object_r:shell_exec:s0 +/seapp_contexts u:object_r:seapp_contexts_file:s0 +/dev/kmsg_debug u:object_r:kmsg_debug_device:s0 +/dev/rproc_user u:object_r:rpmsg_device:s0 +/dev/xt_qtaguid u:object_r:qtaguid_device:s0 +/system/bin/bcc u:object_r:rs_exec:s0 +/system/xbin/su u:object_r:su_exec:s0 +/system/bin/vdc u:object_r:vdc_exec:s0 +/selinux_version u:object_r:rootfs:s0 +/dev/socket/adbd u:object_r:adbd_socket:s0 +/dev/socket/lmkd u:object_r:lmkd_socket:s0 +/dev/socket/logd u:object_r:logd_socket:s0 +/dev/socket/mdns u:object_r:mdns_socket:s0 +/dev/socket/mtpd u:object_r:mtpd_socket:s0 +/dev/socket/rild u:object_r:rild_socket:s0 +/dev/vhost-vsock u:object_r:kvm_device:s0 +/system/bin/init u:object_r:init_exec:s0 +/system/bin/vold u:object_r:vold_exec:s0 +/system/bin/netd u:object_r:netd_exec:s0 +/system/bin/mtpd u:object_r:mtp_exec:s0 +/system/bin/pppd u:object_r:ppp_exec:s0 +/system/bin/llkd u:object_r:llkd_exec:s0 +/system/bin/lmkd u:object_r:lmkd_exec:s0 +/system/bin/usbd u:object_r:usbd_exec:s0 +/system/bin/logd u:object_r:logd_exec:s0 +/system/bin/adbd u:object_r:adbd_exec:s0 +/system/bin/gsid u:object_r:gsid_exec:s0 +/postinstall/apex u:object_r:postinstall_apex_mnt_dir:s0 +/dev/loop-control u:object_r:loop_control_device:s0 +/dev/socket/logdr u:object_r:logdr_socket:s0 +/dev/socket/logdw u:object_r:logdw_socket:s0 +/dev/socket/mdnsd u:object_r:mdnsd_socket:s0 +/system/bin/ld\.mc u:object_r:rs_exec:s0 +/system/bin/mdnsd u:object_r:mdnsd_exec:s0 +/system/bin/diced u:object_r:diced_exec:s0 +/system/bin/blkid u:object_r:blkid_exec:s0 +/system/bin/idmap u:object_r:idmap_exec:s0 +/system/etc/group u:object_r:system_group_file:s0 +/system/bin/stats u:object_r:stats_exec:s0 +/system/bin/apexd u:object_r:apexd_exec:s0 +/plat_sepolicy\.cil u:object_r:sepolicy_file:s0 +/dev/device-mapper u:object_r:dm_device:s0 +/dev/socket/racoon u:object_r:racoon_socket:s0 +/dev/socket/zygote u:object_r:zygote_socket:s0 +/dev/usb_accessory u:object_r:usbaccessory_device:s0 +/system/bin/atrace u:object_r:atrace_exec:s0 +/system/bin/mke2fs u:object_r:e2fs_exec:s0 +/system/bin/sdcard u:object_r:sdcardd_exec:s0 +/system/bin/dhcpcd u:object_r:dhcp_exec:s0 +/system/bin/dmesgd u:object_r:dmesgd_exec:s0 +/system/bin/racoon u:object_r:racoon_exec:s0 +/system/bin/traced u:object_r:traced_exec:s0 +/system/bin/iorapd u:object_r:iorapd_exec:s0 +/system/bin/sgdisk u:object_r:sgdisk_exec:s0 +/system/etc/passwd u:object_r:system_passwd_file:s0 +/system/bin/statsd u:object_r:statsd_exec:s0 +/system/bin/odsign u:object_r:odsign_exec:s0 +/system/bin/e2fsck -- u:object_r:fsck_exec:s0 +/system/bin/toybox -- u:object_r:toolbox_exec:s0 +/system/bin/logcat -- u:object_r:logcat_exec:s0 +/system/bin/run-as -- u:object_r:runas_exec:s0 +/plat_file_contexts u:object_r:file_contexts_file:s0 +/dev/event-log-tags u:object_r:runtime_event_log_tags_file:s0 +/dev/socket/fwmarkd u:object_r:fwmarkd_socket:s0 +/dev/socket/statsdw u:object_r:statsdw_socket:s0 +/dev/socket/uncrypt u:object_r:uncrypt_socket:s0 +/dev/__properties__ u:object_r:properties_device:s0 +/system/bin/charger u:object_r:charger_exec:s0 +/system/bin/remount u:object_r:remount_exec:s0 +/system/bin/dnsmasq u:object_r:dnsmasq_exec:s0 +/system/bin/lpdumpd u:object_r:lpdumpd_exec:s0 +/system/bin/mtectrl u:object_r:mtectrl_exec:s0 +/system/bin/uncrypt u:object_r:uncrypt_exec:s0 +/system/bin/tcpdump -- u:object_r:tcpdump_exec:s0 +/system/bin/tune2fs -- u:object_r:fsck_exec:s0 +/system/bin/toolbox -- u:object_r:toolbox_exec:s0 +/system/bin/logcatd -- u:object_r:logcat_exec:s0 +/plat_seapp_contexts u:object_r:seapp_contexts_file:s0 +/vndservice_contexts u:object_r:vndservice_contexts_file:s0 +/dev/dma_heap/system u:object_r:dmabuf_system_heap_device:s0 +/dev/socket/recovery u:object_r:recovery_socket:s0 +/system/bin/auditctl u:object_r:auditctl_exec:s0 +/system/bin/bootstat u:object_r:bootstat_exec:s0 +/system/bin/incident u:object_r:incident_exec:s0 +/system/bin/wificond u:object_r:wificond_exec:s0 +/system/bin/installd u:object_r:installd_exec:s0 +/system/bin/keystore u:object_r:keystore_exec:s0 +/system/bin/perfetto u:object_r:perfetto_exec:s0 +/system/bin/storaged u:object_r:storaged_exec:s0 +/system/bin/wpantund u:object_r:wpantund_exec:s0 +/vendor_file_contexts u:object_r:file_contexts_file:s0 +/mapping_sepolicy\.cil u:object_r:sepolicy_file:s0 +/dev/socket/dnsproxyd u:object_r:dnsproxyd_socket:s0 +/dev/socket/dumpstate u:object_r:dumpstate_socket:s0 +/dev/socket/snapuserd u:object_r:snapuserd_socket:s0 +/dev/socket/heapprofd u:object_r:heapprofd_socket:s0 +/system/bin/mm_events u:object_r:mm_events_exec:s0 +/system/bin/e2fsdroid u:object_r:e2fs_exec:s0 +/system/bin/drmserver u:object_r:drmserver_exec:s0 +/system/bin/dumpstate u:object_r:dumpstate_exec:s0 +/system/bin/incidentd u:object_r:incidentd_exec:s0 +/system/bin/credstore u:object_r:credstore_exec:s0 +/system/bin/keystore2 u:object_r:keystore_exec:s0 +/system/bin/heapprofd u:object_r:heapprofd_exec:s0 +/system/bin/bpfloader u:object_r:bpfloader_exec:s0 +/system/bin/btfloader u:object_r:bpfloader_exec:s0 +/system/bin/watchdogd u:object_r:watchdogd_exec:s0 +/system/bin/snapuserd u:object_r:snapuserd_exec:s0 +/system/bin/fsck\.f2fs -- u:object_r:fsck_exec:s0 +/system/bin/make_f2fs -- u:object_r:e2fs_exec:s0 +/system/bin/resize2fs -- u:object_r:fsck_exec:s0 +/product_file_contexts u:object_r:file_contexts_file:s0 +/vendor_seapp_contexts u:object_r:seapp_contexts_file:s0 +/plat_service_contexts u:object_r:service_contexts_file:s0 +/dev/socket/rild-debug u:object_r:rild_debug_socket:s0 +/system/bin/gpuservice u:object_r:gpuservice_exec:s0 +/system/bin/bufferhubd u:object_r:bufferhubd_exec:s0 +/system/bin/mediatuner u:object_r:mediatuner_exec:s0 +/system/bin/tombstoned u:object_r:tombstoned_exec:s0 +/system/bin/logwrapper u:object_r:system_file:s0 +/system/bin/simpleperf u:object_r:simpleperf_exec:s0 +/system/bin/fsck\.exfat -- u:object_r:fsck_exec:s0 +/system/bin/sload_f2fs -- u:object_r:e2fs_exec:s0 +/system/bin/fsck_msdos -- u:object_r:fsck_exec:s0 +/second_stage_resources u:object_r:tmpfs:s0 +/plat_property_contexts u:object_r:property_contexts_file:s0 +/dev/socket/prng_seeder u:object_r:prng_seeder_socket:s0 +/dev/socket/traced_perf u:object_r:traced_perf_socket:s0 +/system/bin/prng_seeder u:object_r:prng_seeder_exec:s0 +/system/bin/audioserver u:object_r:audioserver_exec:s0 +/system/bin/mediaserver u:object_r:mediaserver_exec:s0 +/system/bin/gatekeeperd u:object_r:gatekeeperd_exec:s0 +/system/bin/snapshotctl u:object_r:snapshotctl_exec:s0 +/system/bin/traced_perf u:object_r:traced_perf_exec:s0 +/system/bin/tzdatacheck u:object_r:tzdatacheck_exec:s0 +/system/bin/evsmanagerd u:object_r:evsmanagerd_exec:s0 +/system/bin/mini-keyctl -- u:object_r:toolbox_exec:s0 +/plat_hwservice_contexts u:object_r:hwservice_contexts_file:s0 +/vendor_service_contexts u:object_r:vendor_service_contexts_file:s0 +/system/bin/blank_screen u:object_r:blank_screen_exec:s0 +/system/bin/performanced u:object_r:performanced_exec:s0 +/system/bin/mediametrics u:object_r:mediametrics_exec:s0 +/system/bin/cameraserver u:object_r:cameraserver_exec:s0 +/system/bin/mediaswcodec u:object_r:mediaswcodec_exec:s0 +/system/bin/fingerprintd u:object_r:fingerprintd_exec:s0 +/system/bin/dhcpcd-6\.8\.2 u:object_r:dhcp_exec:s0 +/system/bin/linkerconfig u:object_r:linkerconfig_exec:s0 +/system/bin/inputflinger u:object_r:inputflinger_exec:s0 +/system/bin/cppreopts\.sh u:object_r:cppreopts_exec:s0 +/system/bin/viewcompiler u:object_r:viewcompiler_exec:s0 +/system/bin/profcollectd u:object_r:profcollectd_exec:s0 +/system/etc/cgroups\.json u:object_r:cgroup_desc_file:s0 +/metadata/gsi/dsu/active u:object_r:gsi_public_metadata_file:s0 +/metadata/gsi/dsu/booted u:object_r:gsi_public_metadata_file:s0 +/vendor_property_contexts u:object_r:property_contexts_file:s0 +/system/bin/fsverity_init u:object_r:fsverity_init_exec:s0 +/system/bin/bootanimation u:object_r:bootanim_exec:s0 +/system/bin/app_process32 u:object_r:zygote_exec:s0 +/system/bin/app_process64 u:object_r:zygote_exec:s0 +/system/bin/rss_hwm_reset u:object_r:rss_hwm_reset_exec:s0 +/system/bin/traced_probes u:object_r:traced_probes_exec:s0 +/system/bin/update_engine u:object_r:update_engine_exec:s0 +/data/system/ndebugsocket u:object_r:system_ndebug_socket:s0 +/data/gsi_persistent_data u:object_r:gsi_persistent_data_file:s0 +/product_property_contexts u:object_r:property_contexts_file:s0 +/vendor_hwservice_contexts u:object_r:hwservice_contexts_file:s0 +/system/bin/servicemanager u:object_r:servicemanager_exec:s0 +/system/bin/surfaceflinger u:object_r:surfaceflinger_exec:s0 +/system/bin/mediadrmserver u:object_r:mediadrmserver_exec:s0 +/system/bin/mediaextractor u:object_r:mediaextractor_exec:s0 +/system/bin/otapreopt_slot u:object_r:otapreopt_slot_exec:s0 +/system/bin/profcollectctl u:object_r:profcollectd_exec:s0 +/system/etc/event-log-tags u:object_r:system_event_log_tags_file:s0 +/data/system/packages\.list u:object_r:packages_list_file:s0 +/metadata/gsi/dsu/lp_names u:object_r:gsi_public_metadata_file:s0 +/dev/socket/snapuserd_proxy u:object_r:snapuserd_proxy_socket:s0 +/dev/socket/traced_consumer u:object_r:traced_consumer_socket:s0 +/dev/socket/traced_producer u:object_r:traced_producer_socket:s0 +/system/bin/incident_helper u:object_r:incident_helper_exec:s0 +/system/bin/update_verifier u:object_r:update_verifier_exec:s0 +/plat_keystore2_key_contexts u:object_r:keystore2_key_contexts_file:s0 +/dev/socket/property_service u:object_r:property_socket:s0 +/dev/socket/tombstoned_crash u:object_r:tombstoned_crash_socket:s0 +/dev/socket/zygote_secondary u:object_r:zygote_socket:s0 +/system/bin/hwservicemanager u:object_r:hwservicemanager_exec:s0 +/system/bin/mediatranscoding u:object_r:mediatranscoding_exec:s0 +/system/bin/otapreopt_chroot u:object_r:otapreopt_chroot_exec:s0 +/system/bin/recovery-persist u:object_r:recovery_persist_exec:s0 +/system/bin/recovery-refresh u:object_r:recovery_refresh_exec:s0 +/system/bin/preloads_copy\.sh u:object_r:preloads_copy_exec:s0 +/system/bin/preopt2cachename u:object_r:preopt2cachename_exec:s0 +/system/bin/virtual_touchpad u:object_r:virtual_touchpad_exec:s0 +/system/bin/cardisplayproxyd u:object_r:automotive_display_service_exec:s0 +/dev/dma_heap/system-uncached u:object_r:dmabuf_system_heap_device:s0 +/dev/socket/usap_pool_primary u:object_r:zygote_socket:s0 +/system/bin/iorap\.prefetcherd u:object_r:iorap_prefetcherd_exec:s0 +/system/bin/canhalconfigurator u:object_r:canhalconfigurator_exec:s0 +/system/etc/task_profiles\.json u:object_r:task_profiles_file:s0 +/data/system/unsolzygotesocket u:object_r:system_unsolzygote_socket:s0 +/system/bin/flags_health_check -- u:object_r:flags_health_check_exec:s0 +/dev/socket/usap_pool_secondary u:object_r:zygote_socket:s0 +/dev/selinux/apex_file_contexts u:object_r:file_contexts_file:s0 +/data/misc/bluedroid/\.a2dp_ctrl u:object_r:bluetooth_socket:s0 +/data/misc/bluedroid/\.a2dp_data u:object_r:bluetooth_socket:s0 +/dev/socket/tombstoned_intercept u:object_r:tombstoned_intercept_socket:s0 +/dev/selinux/apex_seapp_contexts u:object_r:seapp_contexts_file:s0 +/system/bin/extra_free_kbytes\.sh u:object_r:extra_free_kbytes_exec:s0 +/system/bin/netutils-wrapper-1\.0 u:object_r:netutils_wrapper_exec:s0 +/system/bin/iorap\.inode2filename u:object_r:iorap_inode2filename_exec:s0 +/system/bin/vold_prepare_subdirs u:object_r:vold_prepare_subdirs_exec:s0 +/system/bin/vehicle_binding_util u:object_r:vehicle_binding_util_exec:s0 +/dev/socket/pdx/system/buffer_hub u:object_r:pdx_bufferhub_dir:s0 +/dev/socket/pdx/system/vr/display u:object_r:pdx_display_dir:s0 +/dev/socket/tombstoned_java_trace u:object_r:tombstoned_java_trace_socket:s0 +/dev/__properties__/property_info u:object_r:property_info:s0 +/system/bin/simpleperf_app_runner u:object_r:simpleperf_app_runner_exec:s0 +/dev/socket/pdx/system/performance u:object_r:pdx_performance_dir:s0 +/dev/selinux/apex_service_contexts u:object_r:service_contexts_file:s0 +/system/bin/bootstrap/linkerconfig u:object_r:linkerconfig_exec:s0 +/dev/selinux/apex_property_contexts u:object_r:property_contexts_file:s0 +/dev/selinux/apex_hwservice_contexts u:object_r:hwservice_contexts_file:s0 +/dev/selinux/apex_mac_permissions\.xml u:object_r:mac_perms_file:s0 +/system/etc/selinux/plat_sepolicy\.cil u:object_r:sepolicy_file:s0 +/odm/etc/selinux/precompiled_sepolicy u:object_r:sepolicy_file:s0 +/system/etc/selinux/plat_file_contexts u:object_r:file_contexts_file:s0 +/system/bin/migrate_legacy_obb_data\.sh u:object_r:migrate_legacy_obb_data_exec:s0 +/dev/socket/pdx/system/vr/display/vsync u:object_r:pdx_display_vsync_endpoint_socket:s0 +/system/etc/selinux/plat_seapp_contexts u:object_r:seapp_contexts_file:s0 +/dev/socket/pdx/system/buffer_hub/client u:object_r:pdx_bufferhub_client_endpoint_socket:s0 +/dev/socket/pdx/system/vr/display/client u:object_r:pdx_display_client_endpoint_socket:s0 +/data/system/game_mode_intervention\.list u:object_r:game_mode_intervention_list_file:s0 +/dev/socket/pdx/system/performance/client u:object_r:pdx_performance_client_endpoint_socket:s0 +/dev/socket/pdx/system/vr/display/manager u:object_r:pdx_display_manager_endpoint_socket:s0 +/system/etc/selinux/plat_service_contexts u:object_r:service_contexts_file:s0 +/system/etc/selinux/plat_property_contexts u:object_r:property_contexts_file:s0 +/system/etc/selinux/plat_hwservice_contexts u:object_r:hwservice_contexts_file:s0 +/dev/socket/pdx/system/vr/display/screenshot u:object_r:pdx_display_screenshot_endpoint_socket:s0 +/system/etc/selinux/plat_mac_permissions\.xml u:object_r:mac_perms_file:s0 +/system/etc/selinux/plat_keystore2_key_contexts u:object_r:keystore2_key_contexts_file:s0 +/system/bin/hw/android\.hidl\.allocator@1\.0-service u:object_r:hal_allocator_default_exec:s0 +/system/bin/hw/android\.system\.suspend@1\.0-service u:object_r:system_suspend_exec:s0 +/system/bin/hw/android\.frameworks\.bufferhub@1\.0-service u:object_r:fwk_bufferhub_exec:s0 +/system/etc/selinux/plat_and_mapping_sepolicy\.cil\.sha256 u:object_r:sepolicy_file:s0 +/system/bin/android\.frameworks\.automotive\.display@1\.0-service u:object_r:automotive_display_service_exec:s0 +/odm/etc/selinux/precompiled_sepolicy\.plat_and_mapping\.sha256 u:object_r:sepolicy_file:s0 diff --git a/sparse/system/etc/selinux/plat_hwservice_contexts b/sparse/system/etc/selinux/plat_hwservice_contexts new file mode 100644 index 0000000..4a44dc5 --- /dev/null +++ b/sparse/system/etc/selinux/plat_hwservice_contexts @@ -0,0 +1,86 @@ +android.frameworks.automotive.display::IAutomotiveDisplayProxyService u:object_r:fwk_automotive_display_hwservice:s0 +android.frameworks.bufferhub::IBufferHub u:object_r:fwk_bufferhub_hwservice:s0 +android.frameworks.cameraservice.service::ICameraService u:object_r:fwk_camera_hwservice:s0 +android.frameworks.displayservice::IDisplayService u:object_r:fwk_display_hwservice:s0 +android.frameworks.schedulerservice::ISchedulingPolicyService u:object_r:fwk_scheduler_hwservice:s0 +android.frameworks.sensorservice::ISensorManager u:object_r:fwk_sensor_hwservice:s0 +android.frameworks.stats::IStats u:object_r:fwk_stats_hwservice:s0 +android.hardware.atrace::IAtraceDevice u:object_r:hal_atrace_hwservice:s0 +android.hardware.audio.effect::IEffectsFactory u:object_r:hal_audio_hwservice:s0 +android.hardware.audio::IDevicesFactory u:object_r:hal_audio_hwservice:s0 +android.hardware.authsecret::IAuthSecret u:object_r:hal_authsecret_hwservice:s0 +android.hardware.automotive.audiocontrol::IAudioControl u:object_r:hal_audiocontrol_hwservice:s0 +android.hardware.automotive.can::ICanController u:object_r:hal_can_controller_hwservice:s0 +android.hardware.automotive.can::ICanBus u:object_r:hal_can_bus_hwservice:s0 +android.hardware.automotive.evs::IEvsEnumerator u:object_r:hal_evs_hwservice:s0 +android.hardware.automotive.vehicle::IVehicle u:object_r:hal_vehicle_hwservice:s0 +android.hardware.biometrics.face::IBiometricsFace u:object_r:hal_face_hwservice:s0 +android.hardware.biometrics.fingerprint::IBiometricsFingerprint u:object_r:hal_fingerprint_hwservice:s0 +android.hardware.bluetooth::IBluetoothHci u:object_r:hal_bluetooth_hwservice:s0 +android.hardware.bluetooth.a2dp::IBluetoothAudioOffload u:object_r:hal_audio_hwservice:s0 +android.hardware.bluetooth.audio::IBluetoothAudioProvidersFactory u:object_r:hal_audio_hwservice:s0 +android.hardware.boot::IBootControl u:object_r:hal_bootctl_hwservice:s0 +android.hardware.broadcastradio::IBroadcastRadio u:object_r:hal_broadcastradio_hwservice:s0 +android.hardware.broadcastradio::IBroadcastRadioFactory u:object_r:hal_broadcastradio_hwservice:s0 +android.hardware.camera.provider::ICameraProvider u:object_r:hal_camera_hwservice:s0 +android.hardware.configstore::ISurfaceFlingerConfigs u:object_r:hal_configstore_ISurfaceFlingerConfigs:s0 +android.hardware.confirmationui::IConfirmationUI u:object_r:hal_confirmationui_hwservice:s0 +android.hardware.contexthub::IContexthub u:object_r:hal_contexthub_hwservice:s0 +android.hardware.cas::IMediaCasService u:object_r:hal_cas_hwservice:s0 +android.hardware.drm::ICryptoFactory u:object_r:hal_drm_hwservice:s0 +android.hardware.drm::IDrmFactory u:object_r:hal_drm_hwservice:s0 +android.hardware.dumpstate::IDumpstateDevice u:object_r:hal_dumpstate_hwservice:s0 +android.hardware.gatekeeper::IGatekeeper u:object_r:hal_gatekeeper_hwservice:s0 +android.hardware.gnss::IGnss u:object_r:hal_gnss_hwservice:s0 +android.hardware.graphics.allocator::IAllocator u:object_r:hal_graphics_allocator_hwservice:s0 +android.hardware.graphics.composer::IComposer u:object_r:hal_graphics_composer_hwservice:s0 +android.hardware.graphics.mapper::IMapper u:object_r:hal_graphics_mapper_hwservice:s0 +android.hardware.health::IHealth u:object_r:hal_health_hwservice:s0 +android.hardware.health.storage::IStorage u:object_r:hal_health_storage_hwservice:s0 +android.hardware.input.classifier::IInputClassifier u:object_r:hal_input_classifier_hwservice:s0 +android.hardware.ir::IConsumerIr u:object_r:hal_ir_hwservice:s0 +android.hardware.keymaster::IKeymasterDevice u:object_r:hal_keymaster_hwservice:s0 +android.hardware.tests.lazy::ILazy u:object_r:hal_lazy_test_hwservice:s0 +android.hardware.tests.lazy_cb::ILazyCb u:object_r:hal_lazy_test_hwservice:s0 +android.hardware.light::ILight u:object_r:hal_light_hwservice:s0 +android.hardware.lowpan::ILowpanDevice u:object_r:hal_lowpan_hwservice:s0 +android.hardware.media.omx::IOmx u:object_r:hal_omx_hwservice:s0 +android.hardware.media.omx::IOmxStore u:object_r:hal_omx_hwservice:s0 +android.hardware.media.c2::IComponentStore u:object_r:hal_codec2_hwservice:s0 +android.hardware.memtrack::IMemtrack u:object_r:hal_memtrack_hwservice:s0 +android.hardware.neuralnetworks::IDevice u:object_r:hal_neuralnetworks_hwservice:s0 +android.hardware.nfc::INfc u:object_r:hal_nfc_hwservice:s0 +android.hardware.oemlock::IOemLock u:object_r:hal_oemlock_hwservice:s0 +android.hardware.power::IPower u:object_r:hal_power_hwservice:s0 +android.hardware.power.stats::IPowerStats u:object_r:hal_power_stats_hwservice:s0 +android.hardware.radio.config::IRadioConfig u:object_r:hal_telephony_hwservice:s0 +android.hardware.radio.deprecated::IOemHook u:object_r:hal_telephony_hwservice:s0 +android.hardware.radio::IRadio u:object_r:hal_telephony_hwservice:s0 +android.hardware.radio::ISap u:object_r:hal_telephony_hwservice:s0 +android.hardware.renderscript::IDevice u:object_r:hal_renderscript_hwservice:s0 +android.hardware.secure_element::ISecureElement u:object_r:hal_secure_element_hwservice:s0 +android.hardware.sensors::ISensors u:object_r:hal_sensors_hwservice:s0 +android.hardware.soundtrigger::ISoundTriggerHw u:object_r:hal_audio_hwservice:s0 +android.hardware.tetheroffload.config::IOffloadConfig u:object_r:hal_tetheroffload_hwservice:s0 +android.hardware.tetheroffload.control::IOffloadControl u:object_r:hal_tetheroffload_hwservice:s0 +android.hardware.thermal::IThermal u:object_r:hal_thermal_hwservice:s0 +android.hardware.tv.cec::IHdmiCec u:object_r:hal_tv_cec_hwservice:s0 +android.hardware.tv.input::ITvInput u:object_r:hal_tv_input_hwservice:s0 +android.hardware.tv.tuner::ITuner u:object_r:hal_tv_tuner_hwservice:s0 +android.hardware.usb::IUsb u:object_r:hal_usb_hwservice:s0 +android.hardware.usb.gadget::IUsbGadget u:object_r:hal_usb_gadget_hwservice:s0 +android.hardware.vibrator::IVibrator u:object_r:hal_vibrator_hwservice:s0 +android.hardware.vr::IVr u:object_r:hal_vr_hwservice:s0 +android.hardware.weaver::IWeaver u:object_r:hal_weaver_hwservice:s0 +android.hardware.wifi::IWifi u:object_r:hal_wifi_hwservice:s0 +android.hardware.wifi.hostapd::IHostapd u:object_r:hal_wifi_hostapd_hwservice:s0 +android.hardware.wifi.supplicant::ISupplicant u:object_r:hal_wifi_supplicant_hwservice:s0 +android.hidl.allocator::IAllocator u:object_r:hidl_allocator_hwservice:s0 +android.hidl.base::IBase u:object_r:hidl_base_hwservice:s0 +android.hidl.manager::IServiceManager u:object_r:hidl_manager_hwservice:s0 +android.hidl.memory::IMapper u:object_r:hidl_memory_hwservice:s0 +android.hidl.token::ITokenManager u:object_r:hidl_token_hwservice:s0 +android.system.net.netd::INetd u:object_r:system_net_netd_hwservice:s0 +android.system.suspend::ISystemSuspend u:object_r:system_suspend_hwservice:s0 +android.system.wifi.keystore::IKeystore u:object_r:system_wifi_keystore_hwservice:s0 +* u:object_r:default_android_hwservice:s0 diff --git a/sparse/system/etc/selinux/plat_keystore2_key_contexts b/sparse/system/etc/selinux/plat_keystore2_key_contexts new file mode 100644 index 0000000..45d0b80 --- /dev/null +++ b/sparse/system/etc/selinux/plat_keystore2_key_contexts @@ -0,0 +1,29 @@ +#line 1 "system/sepolicy/private/keystore2_key_contexts" +# Keystore 2.0 key contexts. +# This file defines Keystore 2.0 namespaces and maps them to labels. +# Format: +#