Skip to content
Snippets Groups Projects
  1. Jun 30, 2021
  2. Jun 25, 2021
  3. Jun 24, 2021
    • Alan Stokes's avatar
      Add a CLI driver for compos_key_service. · 07112f8f
      Alan Stokes authored
      This will eventually go away, but it's useful for verifying that the
      service is working. But the cert -> RSAPublicKey code will end up
      somewhere else eventually - either in C++ or Rust.
      
      Bug: 191763370
      Test: Manual - start service, generate key, verify. Inspect files.
      Change-Id: I2181cf5331992a4236500545a9fdfd8640b57c1d
      07112f8f
    • Alan Stokes's avatar
      Define and implement a service for key management in CompOS. · 337874a7
      Alan Stokes authored
      This is based on the interface prototyped in
      system/security/ondevice-signing/FakeCompOs.h.
      
      For now, to allow manual testing, this is a standalone binary.
      
      Bug: 191763370
      Test: Builds.
      Change-Id: I307ba9144fa51cca7ebee2142980f3a1cd436ef2
      337874a7
    • Inseob Kim's avatar
      Minimize property_contexts · 808947f6
      Inseob Kim authored
      The remaining entries are based on "adb root; adb getprop", and "adb
      logcat | grep 'Access denied'".
      
      Some processes try to access removed entries, resulting in denials to
      default_prop. But it's enough to add them when we actually need them.
      
      Bug: 191131624
      Test: atest MicrodroidHostTestCases
      Change-Id: I9159ff0d8c02dc9eaabfc31dfbf18c914a69bf72
      808947f6
    • Jiyong Park's avatar
  4. Jun 23, 2021
  5. Jun 22, 2021
  6. Jun 21, 2021
    • Alan Stokes's avatar
      Merge "Add OWNERS." · 16fd3dd6
      Alan Stokes authored
      16fd3dd6
    • Andrew Scull's avatar
      Basic Keystore availability test · 66616617
      Andrew Scull authored
      Loop up the Keystore service from the test payload to make sure it can
      be found and communicated with.
      
      Bug: 190578423
      Test: atest MicrodroidHostTestCases
      Change-Id: I1dd863202b7de5405658ee5e922b955e3cba6741
      66616617
    • Alan Stokes's avatar
      Add OWNERS. · ac01e324
      Alan Stokes authored
      Test: N/A
      Bug: 191491898
      Change-Id: Idec898d9374f245da0b228a49aefef623f11784a
      ac01e324
    • Jiyong Park's avatar
      Use the vm tool · e9b74d05
      Jiyong Park authored
      MicrodroidHostTestCases now uses the vm tool to create the VM. It no
      longer directly interacts with crosvm and mk_cdisk.
      
      The READMD.md file is rewritten to fully reflect the recent changes, and
      also to add description about building an app for microdroid.
      
      Bug: 185891097
      Test: atest MicrodroidHostTestCases
      Change-Id: I5fdc854390fd362ebead22a4a36af75c30500a81
      e9b74d05
  7. Jun 18, 2021
  8. Jun 17, 2021
Loading