aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2019-02-05 23:34:17 +0100
committerDavide Garberi <dade.garberi@gmail.com>2019-02-07 13:56:14 +0100
commit5aa5d86d65d16c0af8c5b00057c9e818036194b9 (patch)
tree31c6b64c985a7f861c7cebfc6b00d20b13d23cd2
parentb2e98fb0cadca3592a0a45dd13681deeecc34118 (diff)
msm8996-common: sepolicy: Make healthd permissive
* Not the best solution but I can't think of any other solution at the moment * It shouldn't anyway be a security problem as this domain is used only for charger * Fixes offline charging completely Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I7379724a0550553e0fd6ab4f470bd9439c093936
-rw-r--r--sepolicy/healthd.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/healthd.te b/sepolicy/healthd.te
new file mode 100644
index 0000000..56c606e
--- /dev/null
+++ b/sepolicy/healthd.te
@@ -0,0 +1,3 @@
+userdebug_or_eng(`
+ permissive healthd;
+')