summaryrefslogtreecommitdiffstats
path: root/selinux/qmuxd.te
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2015-12-31 17:26:37 -0500
committersbrissen <sbrissen@hotmail.com>2015-12-31 17:40:21 -0500
commit9bc6208a5f0c988f4909dbe3239f57a3e66cfe4b (patch)
tree974ac0dd3c767ae1ca9753e09f1c377760a022ee /selinux/qmuxd.te
parentb3e3a40b5108140968c8ee10de5e64413846c799 (diff)
downloaddevice_samsung_t0lte-9bc6208a5f0c988f4909dbe3239f57a3e66cfe4b.tar.gz
device_samsung_t0lte-9bc6208a5f0c988f4909dbe3239f57a3e66cfe4b.tar.bz2
device_samsung_t0lte-9bc6208a5f0c988f4909dbe3239f57a3e66cfe4b.zip
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
Diffstat (limited to 'selinux/qmuxd.te')
-rw-r--r--selinux/qmuxd.te1
1 files changed, 1 insertions, 0 deletions
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