Merge "storaged: remove rules no longer necessary"
diff --git a/public/init.te b/public/init.te
index e1c67e5..dda65cd 100644
--- a/public/init.te
+++ b/public/init.te
@@ -32,6 +32,7 @@
 allow init kernel:fd use;
 # restorecon for early mount device symlinks
 allow init tmpfs:lnk_file { getattr read relabelfrom };
+allow init system_block_device:{ blk_file lnk_file } relabelto;
 
 # setrlimit
 allow init self:capability sys_resource;