Allow vendor_init to load kernel modules
diff --git a/sepolicy/init.te b/sepolicy/init.te
index 9fa6879..d7df384 100644
--- a/sepolicy/init.te
+++ b/sepolicy/init.te
@@ -4,3 +4,5 @@
 #This is used on Huawei devices to f2fs data partition
 allow init userdata_block_device:blk_file relabelto;
 allow init userdata_block_device:lnk_file relabelto;
+
+allow vendor_init vendor_init:capability { sys_module };