init-power-sh: give access to newly labeled file_contexts am: dcc5eb63e6
am: 28e5e145de

Change-Id: I9b420b07959737c262dcbeed175e8469db53ec48
diff --git a/sepolicy/init-power-sh.te b/sepolicy/init-power-sh.te
index 8a71db8..46e0eb3 100644
--- a/sepolicy/init-power-sh.te
+++ b/sepolicy/init-power-sh.te
@@ -18,6 +18,7 @@
 # and symlinks to sysfs_devices_system_cpu
 allow init-power-sh sysfs:{ dir file lnk_file } relabelfrom;
 allow init-power-sh sysfs_devices_system_cpu:{ dir file lnk_file } relabelto;
+allow init-power-sh file_contexts_file:file r_file_perms;
 
 # execute toybox/toolbox
 allow init-power-sh toolbox_exec:file rx_file_perms;