Fix sepolicy for healthd

This change fixes
avc: denied { wake_alarm } for comm="healthd" capability=35 scontext=u:r:healthd:s0 tcontext=u:r:healthd:s0 tclass=capability2 permissive=1

Bug: 116663979
Test: run emulator
Change-Id: Ibe867f08b77e9934cbab02199320138d138042fb
Signed-off-by: Roman Kiryanov <rkir@google.com>
diff --git a/sepolicy/x86/healthd.te b/sepolicy/x86/healthd.te
index 95fa807..6efedfb 100644
--- a/sepolicy/x86/healthd.te
+++ b/sepolicy/x86/healthd.te
@@ -1 +1,2 @@
 allow healthd self:capability sys_nice;
+allow healthd self:global_capability2_class_set wake_alarm;