Encrypted File Systems Project.

Temporarily creating emulated encrypted directories manually.
Will remove those lines once a true encrypted FS is mounted, and proper
framework chanfes have been made. This is required for the feature to
work with the other changes.
This commit is contained in:
Oscar Montemayor 2009-12-02 16:43:52 -08:00
parent 3bfdcc979d
commit 37c586e6b1
1 changed files with 6 additions and 0 deletions

View File

@ -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