From 9bc6208a5f0c988f4909dbe3239f57a3e66cfe4b Mon Sep 17 00:00:00 2001 From: sbrissen Date: Thu, 31 Dec 2015 17:26:37 -0500 Subject: t0lte: fix RIL The KK ks crashed when setting ril.ks.status property, we work around this by using the D2 ks (which does not set this property) and wrapping it with a bash script because D2's ks does not support some flags passed by T0's qcks. We use the bash script to set the ril.ks.status property so qcks knows it can continue. Change-Id: Icc1a64b93edc38bc477acc953595280929a46549 --- selinux/qmuxd.te | 1 + 1 file changed, 1 insertion(+) (limited to 'selinux/qmuxd.te') diff --git a/selinux/qmuxd.te b/selinux/qmuxd.te index 9ce6f57..2f3bd59 100644 --- a/selinux/qmuxd.te +++ b/selinux/qmuxd.te @@ -49,3 +49,4 @@ allow qmuxd mhi_device:chr_file rw_file_perms; allow qmuxd qmuxd:process { execmem }; allow qmuxd radio_device:chr_file { read write open }; +allow qmuxd log_device:chr_file { open write }; \ No newline at end of file -- cgit v1.2.3