aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-04 11:51:03 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-04 11:51:03 -0800
commit3c47f68d46125a3fdb7613a7ec46cf0de83b4129 (patch)
tree4a4d63e2925218dcfa36887f804df502ea03fe21
parentac854f3376e86efcc7bd70a5def203ee21950308 (diff)
parent37c586e6b11138beab400d1208183d49c12a9ef2 (diff)
downloadsystem_core-3c47f68d46125a3fdb7613a7ec46cf0de83b4129.tar.gz
system_core-3c47f68d46125a3fdb7613a7ec46cf0de83b4129.tar.bz2
system_core-3c47f68d46125a3fdb7613a7ec46cf0de83b4129.zip
Merge change I85967b66
* changes: Encrypted File Systems Project.
-rw-r--r--rootdir/init.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 808255ee..71a98825 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -116,6 +116,12 @@ loglevel 3
mkdir /data/app 0771 system system
mkdir /data/property 0700 root root
+ # STOPSHIP: Temporary Encrypted File Systems workaround
+ mkdir /data/secure 0771 system system
+ mkdir /data/secure/data 0771 system system
+ mkdir /data/secure/misc 01771 system misc
+ mkdir /data/securemisc/vpn 0770 system system
+ mkdir /data/secure/misc/vpn/profiles 0770 system system
# create dalvik-cache and double-check the perms
mkdir /data/dalvik-cache 0771 system system