diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2010-03-12 16:36:41 -0800 |
|---|---|---|
| committer | Jean-Baptiste Queru <jbq@google.com> | 2010-03-12 16:36:41 -0800 |
| commit | bbf3ea46fb6df3b666cb66a09104d3a7694926dc (patch) | |
| tree | 3b01305359d7574b3b28520d95711bcd3d4b167a | |
| parent | d1d3b6dbedd720349aef3e93c4f61a43ffe5ada3 (diff) | |
| download | system_core-bbf3ea46fb6df3b666cb66a09104d3a7694926dc.tar.gz system_core-bbf3ea46fb6df3b666cb66a09104d3a7694926dc.tar.bz2 system_core-bbf3ea46fb6df3b666cb66a09104d3a7694926dc.zip | |
cleanup init.rc
Change-Id: I7f7fefd61c6032c84fa63e597ea0e6bbe66d2e79
| -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 |
