Updated file permissions for InputDisabler and AT_Distributor
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index d45496c..1cf1559 100644
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -250,13 +250,16 @@
 on post-fs-data
     # Create directory for TZ Apps
     mkdir /data/misc/qsee 0770 system system
-
+    mkdir /data/tee 0770 system system
+    
     # we will remap this as /mnt/sdcard with the sdcard fuse tool
     mkdir /data/misc/camera 0770 camera camera
 
     mkdir /data/media 0770 media_rw media_rw
     chown media_rw media_rw /data/media
-
+    
+    mkdir /data/system/inputmethod 0770 system system
+    
     mkdir /data/misc/ipa 0700 net_admin net_admin
 
     mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
@@ -560,15 +563,15 @@
 service qmiproxy /system/bin/qmiproxy
     class main
     user radio
-    group radio qcom_diag
+    group radio audio bluetooth gps qcom_diag
     disabled
 
 # QMUX must be in multiple groups to support external process connections
-service qmuxd /system/bin/qmuxd
-    class main
-    user root
-    group radio audio bluetooth gps qcom_diag
-    disabled
+#service qmuxd /system/bin/qmuxd
+#    class main
+#    user root
+#    group radio audio bluetooth gps qcom_diag
+#    disabled
 
 service netmgrd /system/bin/netmgrd
     class main