diff options
author | Geremy Condra <gcondra@google.com> | 2013-03-19 15:41:29 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-03-19 15:41:29 -0700 |
commit | 49333b3c1ea5e74423515203197680dce066248e (patch) | |
tree | d75557b62df5876c65ab12cd5262170dab6da44e | |
parent | e3b2ad5d9bfa3f6b027d0e1efa11fce96a180c04 (diff) | |
parent | bd1d0f70eaabab518394863608ee022425d6cd9d (diff) | |
download | device_samsung_tuna-49333b3c1ea5e74423515203197680dce066248e.zip device_samsung_tuna-49333b3c1ea5e74423515203197680dce066248e.tar.gz device_samsung_tuna-49333b3c1ea5e74423515203197680dce066248e.tar.bz2 |
am 3a98fa92: Merge "SELinux mods to init file."
* commit 'bd1d0f70eaabab518394863608ee022425d6cd9d':
SELinux mods to init file.
-rwxr-xr-x | init.tuna.rc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc index c5016d5..791473a 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -55,6 +55,21 @@ on boot on fs mkdir /factory 0775 radio radio mount_all /fstab.tuna + restorecon /dev/block/platform/omap/omap_hsmmc.0/by-name/radio + mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory rw remount + restorecon /factory + restorecon /factory/imei/mps_code.dat + restorecon /factory/.nv_state + restorecon /factory/.nv_data.bak + restorecon /factory/nv_data.bin + restorecon /factory/nv_data.bin.md5 + restorecon /factory/hdcp.keys + restorecon /factory/imei + restorecon /factory/wifi + restorecon /factory/wv.keys + restorecon /factory/bluetooth + restorecon /factory/bluetooth/bt_addr + mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory ro remount setprop ro.crypto.fuse_sdcard true # change permissions for mtd device |