summaryrefslogtreecommitdiffstats
path: root/selinux/lmkd.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/lmkd.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/lmkd.te')
-rw-r--r--selinux/lmkd.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/selinux/lmkd.te b/selinux/lmkd.te
new file mode 100644
index 0000000..d088a9c
--- /dev/null
+++ b/selinux/lmkd.te
@@ -0,0 +1 @@
+allow lmkd log_device:chr_file { open }; \ No newline at end of file