diff options
| author | Oscar Montemayor <oam@google.com> | 2010-03-16 19:38:37 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-03-16 19:38:37 -0700 |
| commit | 5fc070be8593f39f5140ab63fb6f5eccceb1dc83 (patch) | |
| tree | 08928c7a45e8e36edd3bb43ec7d2ae586df94abf | |
| parent | 8d2f91db21271a253bfe1bbe7716ff59e88572bd (diff) | |
| parent | bbf3ea46fb6df3b666cb66a09104d3a7694926dc (diff) | |
| download | system_core-5fc070be8593f39f5140ab63fb6f5eccceb1dc83.tar.gz system_core-5fc070be8593f39f5140ab63fb6f5eccceb1dc83.tar.bz2 system_core-5fc070be8593f39f5140ab63fb6f5eccceb1dc83.zip | |
Merge "cleanup init.rc"
| -rw-r--r-- | rootdir/init.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 4a670117..e64290b6 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -141,13 +141,6 @@ 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 chown system system /data/dalvik-cache |
