summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-09-15 11:33:19 -0700
committerKen Sumrall <ksumrall@android.com>2011-09-15 14:30:08 -0700
commit1863fb213766e8fbba6036663ddce4d6cb828e68 (patch)
tree4bd243949f72027f16e9fb6a26b35c8e158788c0 /init.tuna.rc
parentbd329d749b350fd2b9545f8098171f0d464a2c6b (diff)
downloaddevice_samsung_tuna-1863fb213766e8fbba6036663ddce4d6cb828e68.zip
device_samsung_tuna-1863fb213766e8fbba6036663ddce4d6cb828e68.tar.gz
device_samsung_tuna-1863fb213766e8fbba6036663ddce4d6cb828e68.tar.bz2
Move crypto key storage location for Prime off of /efs
/efs is changing to a read-only filesystem, so the risk of corrupting factory calibration data is much less. That means the key storage for encryption must move. A new bootloader has taken 64 kbytes from the recovery partition and made it into a new metadata partition. There is no filesystem on it, the keys are being stored directly on the block device. Change-Id: Ide27c72cc232949e11f190abedd9ae7342b00142
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index c94184d..33564b2 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -28,7 +28,7 @@ on post-fs-data
on boot
mount debugfs /sys/kernel/debug /sys/kernel/debug
chmod 0666 /dev/pvrsrvkm
- setprop ro.crypto.keyfile.userdata /efs/userdata_footer
+ setprop ro.crypto.keyfile.userdata /dev/block/platform/omap/omap_hsmmc.0/by-name/metadata
on fs
mkdir /efs 0775 radio radio