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: 111742629
Test: make -j80, ran emulator
Signed-off-by: Roman Kiryanov <rkir@google.com>

Change-Id: Ia6b875d0d9c859907331bbbbb27cdb64192ecbba
diff --git a/sepolicy/common/healthd.te b/sepolicy/common/healthd.te
index ced6704..80db9b7 100644
--- a/sepolicy/common/healthd.te
+++ b/sepolicy/common/healthd.te
@@ -1,2 +1,4 @@
 # Allow to read /sys/class/power_supply directory
 allow healthd sysfs:dir r_dir_perms;
+
+allow healthd self:capability2 wake_alarm;