aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Han <416810799@qq.com>2019-01-18 20:37:50 +0800
committerDavide Garberi <dade.garberi@gmail.com>2019-02-19 13:56:05 +0100
commit170dc318fa477e65200a163a05c0334395a19972 (patch)
treee01fd4a956e1e94646b43007aacd3cbf72a7a9bd
parentb5e9ce6c416f9b88773c5dbdf36cf20dfe815671 (diff)
msm8996-common: sepolicy: Address healthd denial on offline charging
Change-Id: Ib5d3a671d94012fdcf8926e59821470857d41811
-rw-r--r--sepolicy/healthd.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/healthd.te b/sepolicy/healthd.te
index 56c606e..87f0c53 100644
--- a/sepolicy/healthd.te
+++ b/sepolicy/healthd.te
@@ -1,3 +1,5 @@
+allow healthd device:dir r_dir_perms;
+
userdebug_or_eng(`
permissive healthd;
')