From 5aa5d86d65d16c0af8c5b00057c9e818036194b9 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Tue, 5 Feb 2019 23:34:17 +0100 Subject: 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 Change-Id: I7379724a0550553e0fd6ab4f470bd9439c093936 --- sepolicy/healthd.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sepolicy/healthd.te 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; +') -- cgit v1.2.3