diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2015-04-11 21:41:42 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2015-04-11 21:42:09 +0200 |
commit | 0fe9a71d0a1afa4d074669bc62bd80d562667ed2 (patch) | |
tree | 2a4d7638e49b9304e1873a39262039fed5654197 /rootdir/init.qcom.rc | |
parent | 362284a212b61da6a12fde7bcf9f61d4aac7d46e (diff) |
update mpdecision stuff
Change-Id: I9210e7dcfe79c895019015f976b05ae33b053d52
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index c97ed42..b528fa5 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -133,6 +133,12 @@ on boot mkdir /dev/socket/qmux_gps 0770 gps gps chmod 2770 /dev/socket/qmux_gps + # Create PERFD deamon related dirs + mkdir /data/misc/perfd 0755 root system + chmod 2755 /data/misc/perfd + mkdir /data/system/perfd 0770 root system + chmod 2770 /data/system/perfd + setprop ro.telephony.call_ring.multiple false # Remove SUID bit for iproute2 ip tool |