commit | 5d3383009c4ae6eacade476956924f83b6fe3a00 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Nov 22 19:56:10 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 22 19:56:10 2017 +0000 |
tree | 41f40c8af414b0979df4b5714d991de882244bd8 | |
parent | a9e4650ada6d3d54459f015f7cd16bfe79c26cb0 [diff] | |
parent | 789ab45de2e7f56fb168f3144c9e8192e185f51e [diff] |
Merge "Move mkdir /data/nfc/... to rootdir init.rc"
diff --git a/rootdir/init.rc b/rootdir/init.rc index 7eddf13..5d0e848 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -482,6 +482,10 @@ mkdir /data/anr 0775 system system + # NFC: create data/nfc for nv storage + mkdir /data/nfc 0770 nfc nfc + 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