diff options
author | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-10 14:54:55 +0530 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2014-11-10 21:58:03 +0530 |
commit | 1579ed08d9d0236451c139081bf27a0e958ad312 (patch) | |
tree | eecabc690e45f485a6d0c3a01f939dee9d687c42 /rootdir | |
parent | 4b2be2dbd7b68d88b4c65e7bf3b4fcfb02fdc18b (diff) |
Remove local copy of android_filesystem_config.h
* We added the ids for sony_ta and sony_idd
* sony_idd isn't needed, remove it
* replace sony_ta with system and tighter perms
Change-Id: If6bb66dbc7034dd9771ca40c2e2acc57ce05cec3
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 1c9a43f..3de622d 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -88,14 +88,8 @@ on init setprop persist.sys.wfd.virtual 0 on fs - mkdir /mnt/idd 0751 sony_idd sony_idd - mount_all ./fstab.qcom setprop ro.crypto.fuse_sdcard true - - chown sony_idd sony_idd /mnt/idd - chmod 0751 /mnt/idd - mkdir /lta-label 0555 system system wait /dev/block/platform/msm_sdcc.1/by-name/LTALabel mount ext4 /dev/block/platform/msm_sdcc.1/by-name/LTALabel /lta-label nosuid nodev noatime noexec ro barrier=0 @@ -410,7 +404,7 @@ service qmuxd /system/bin/qmuxd service tad_static /sbin/tad_static /dev/block/mmcblk0 1,16 user root group root - socket tad stream 0660 system sony_ta + socket tad stream 0660 system system class sony_ta service updatemiscta /system/bin/updatemiscta |