pvmfw: Randomize guest KASLR seed

Patch the template DT with a random value to avoid passing the constant
placeholder value (-1).

Bug: 290909089
Test: Read /chosen/kaslr-seed from main_wrapper()
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:44d2d1ba48df0362a76824b441f56308de7fadbf)
Merged-In: I7d239e2a292b852faeeaa1458c35d9cef2c6abc8
Change-Id: I7d239e2a292b852faeeaa1458c35d9cef2c6abc8
2 files changed
tree: 4683e01b5de6e1d2650f01b0cef9271a6dee9506
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. encryptedstore/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationmanager/
  17. virtualizationservice/
  18. vm/
  19. vm_payload/
  20. vmbase/
  21. vmclient/
  22. zipfuse/
  23. .clang-format
  24. .gitignore
  25. Android.bp
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. TEST_MAPPING
README.md

Virtualization

This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.