diff options
author | Geremy Condra <gcondra@google.com> | 2013-03-19 15:43:54 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-03-19 15:43:54 -0700 |
commit | c0a354bc852539a9ed2ba971ae2e175ef654a7ae (patch) | |
tree | fc051d05fabc19e726a710c9b6cbed115f1f76c7 | |
parent | 1142f6a7ee278dd843f91ababa316813cae19c86 (diff) | |
parent | 49333b3c1ea5e74423515203197680dce066248e (diff) | |
download | device_samsung_tuna-c0a354bc852539a9ed2ba971ae2e175ef654a7ae.zip device_samsung_tuna-c0a354bc852539a9ed2ba971ae2e175ef654a7ae.tar.gz device_samsung_tuna-c0a354bc852539a9ed2ba971ae2e175ef654a7ae.tar.bz2 |
am 661d6f56: am 3a98fa92: Merge "SELinux mods to init file."
* commit '49333b3c1ea5e74423515203197680dce066248e':
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 6392b12..8540f8c 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 |