Merge "Allow init to set context for super_block_device"
diff --git a/public/init.te b/public/init.te
index 61b8ffb..86e0d32 100644
--- a/public/init.te
+++ b/public/init.te
@@ -46,6 +46,8 @@
   userdata_block_device
 }:{ blk_file lnk_file } relabelto;
 
+allow init super_block_device:lnk_file relabelto;
+
 # Create /mnt/sdcard -> /storage/self/primary symlink.
 allow init mnt_sdcard_file:lnk_file create;