diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-02-05 23:34:17 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-02-07 13:56:14 +0100 |
commit | 5aa5d86d65d16c0af8c5b00057c9e818036194b9 (patch) | |
tree | 31c6b64c985a7f861c7cebfc6b00d20b13d23cd2 /sepolicy | |
parent | b2e98fb0cadca3592a0a45dd13681deeecc34118 (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
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/healthd.te | 3 |
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; +') |