commit | 35aef24312281de45ff6111d87dee1f37cc331a1 | [log] [tgz] |
---|---|---|
author | Paul Lawrence <paullawrence@google.com> | Wed Jul 01 14:40:56 2015 -0700 |
committer | Paul Lawrence <paullawrence@google.com> | Tue Jul 07 13:23:19 2015 -0700 |
tree | 818c20f6659135757abe766fa08724324d899250 | |
parent | f192c5cc526e9ee646266d5cbb29efb612f62e64 [diff] |
Change init sequence to support file level encryption File level encryption must get the key between mounting userdata and calling post_fs_data when the directories are created. This requires access to keymaster, which in turn is found from a system property. Split property loaded into system and data, and load in right order. Bug: 22233063