diff options
author | Paul Lawrence <paullawrence@google.com> | 2015-03-26 14:53:19 +0000 |
---|---|---|
committer | Paul Lawrence <paullawrence@google.com> | 2015-03-26 14:53:19 +0000 |
commit | 84b0bab58fcc7f225e9a17a15c531b0c2fc509c5 (patch) | |
tree | 513c4de94f6065a159e673b3e00386a229e75bbd /rootdir | |
parent | 6095afc115fe3a4b7d151b4fcc164e00f9df9659 (diff) | |
download | system_core-84b0bab58fcc7f225e9a17a15c531b0c2fc509c5.zip system_core-84b0bab58fcc7f225e9a17a15c531b0c2fc509c5.tar.gz system_core-84b0bab58fcc7f225e9a17a15c531b0c2fc509c5.tar.bz2 |
Revert "Adding e4crypt support"
This reverts commit 6095afc115fe3a4b7d151b4fcc164e00f9df9659.
Change-Id: Icedfe0036223d7f42eaaefc4a35ad0f2efb14e4e
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 90b0b69..2ff0d04 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -231,8 +231,6 @@ on post-fs mkdir /cache/lost+found 0770 root root on post-fs-data - installkey /data - # We chown/chmod /data again so because mount is run as root + defaults chown system system /data chmod 0771 /data @@ -311,14 +309,6 @@ on post-fs-data # Separate location for storing security policy files on data mkdir /data/security 0711 system system - # 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 - mkdir /data/media 0770 media_rw media_rw - mkdir /data/ss 0700 system system - mkdir /data/system 0775 system system - mkdir /data/user 0711 system system - # Reload policy from /data/security if present. setprop selinux.reload_policy 1 @@ -454,7 +444,6 @@ on property:vold.decrypt=trigger_restart_min_framework class_start main on property:vold.decrypt=trigger_restart_framework - installkey /data class_start main class_start late_start |