diff options
author | Ken Sumrall <ksumrall@android.com> | 2011-08-26 19:53:26 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-26 19:53:26 -0700 |
commit | 089b0c4116546207a63d2337b145ca04a5c3b0d8 (patch) | |
tree | 903eb67271e197e9587ca09deb6752fa0712af14 | |
parent | 03d3caaf87e8e84c0b6c057b0cd7fbd9b2631962 (diff) | |
parent | 136899fc1abd0766b3f93b89e7d0f7c6d4bb41a0 (diff) | |
download | device_samsung_tuna-089b0c4116546207a63d2337b145ca04a5c3b0d8.zip device_samsung_tuna-089b0c4116546207a63d2337b145ca04a5c3b0d8.tar.gz device_samsung_tuna-089b0c4116546207a63d2337b145ca04a5c3b0d8.tar.bz2 |
Merge "Fixes to properly enable encryption on Tuna."
-rwxr-xr-x | init.tuna.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc index 67cb638..060372b 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -29,9 +29,11 @@ on boot on fs mkdir /efs 0775 radio radio mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro + setprop ro.crypto.tmpfs_options size=128m,mode=0771,uid=1000,gid=1000 mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev nomblk_io_submit mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev nomblk_io_submit mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /efs wait noatime nosuid nodev nomblk_io_submit + setprop ro.crypto.fuse_sdcard true # change permissions for Tiler driver chmod 0777 /dev/tiler |