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
diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc
index 6544ba7..11536e2 100644
--- a/rootdir/etc/ueventd.qcom.rc
+++ b/rootdir/etc/ueventd.qcom.rc
@@ -38,6 +38,9 @@
/dev/smd0 0660 system system
/dev/smd4 0660 system system
/dev/smd_cxm_qmi 0640 radio radio
+/dev/qmi 0640 radio radio
+/dev/qmi0 0640 radio radio
+/dev/qmi1 0640 radio radio
/dev/smd5 0660 system system
/dev/smd6 0660 system system
/dev/smd7 0660 bluetooth bluetooth
@@ -48,7 +51,7 @@
#permissions for CSVT
/dev/smd11 0660 radio radio
-
+/dev/ttyHSL0 0660 root radio
/dev/radio0 0640 system system
/dev/rfcomm0 0660 bluetooth bluetooth
/dev/ttyUSB0 0660 bluetooth bluetooth
@@ -195,6 +198,11 @@
/sys/devices/virtual/optical_sensors/lightsensor ls_poll_delay 0660 input system
/sys/devices/virtual/input/input* poll 0660 input system
/sys/devices/virtual/input/input* pollrate_ms 0660 input system
+#input settings for input disabler
+/sys/devices/soc.0/78b9000.i2c/i2c-5/5-0020/input/input* enabled 0660 input system
+/sys/devices/soc.0/i2c.78/i2c-11/11-0020/input/input* enabled 0660 input system
+/sys/devices/soc.0/i2c.72/i2c-12/12-0048/input/input* enabled 0660 input system
+/sys/devices/virtual/input/input* enabled 0660 input system
# vm_bms
/dev/vm_bms 0660 system system
@@ -233,5 +241,6 @@
/sys/devices/system/cpu/cpu* cpufreq/interactive/lpm_disable_freq 0660 system system
/sys/devices/system/cpu/cpu* cpufreq/interactive/use_migration_notif 0660 system system
/sys/devices/system/cpu/cpu* cpufreq/interactive/use_sched_load 0660 system system
+
# Add device block for FRP
/dev/block/bootdevice/by-name/config 0660 system system