summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2018-06-14 09:05:07 -0700
committerAmit Pundir <amit.pundir@linaro.org>2018-07-02 12:25:03 +0530
commitafe9414ae5bf50c427e4ef24a5c1a0a4b92f61fd (patch)
tree98580f3477e487fd3b99f206a2f6037bbc14aa4c
parent4dbde33bafc7cded07db46cf0f032d6a619cd095 (diff)
sepolicy: healthd: access to wake_alarm
health@2.0/backup access Test: check that avc is gone Bug: 109821005 Change-Id: I31dda69fab8a1f847182348bd04355adb05f68df [AmitP: Cherry-picked from Hikey] Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--sepolicy/healthd.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/healthd.te b/sepolicy/healthd.te
new file mode 100644
index 0000000..d4f839d
--- /dev/null
+++ b/sepolicy/healthd.te
@@ -0,0 +1 @@
+allow healthd self:capability2 wake_alarm;