Merge "Move vendor_kernel_modules to public." am: 42d7cab5d1 am: 910ead0d1f

Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/1660784

Change-Id: I0037f0276aadf193dcfbcf51ac62ace0f0de4120
diff --git a/common/file.te b/common/file.te
index 3f4f23a..7dc080d 100644
--- a/common/file.te
+++ b/common/file.te
@@ -1,7 +1,4 @@
 type persist_file, file_type, vendor_persist_type;
 type firmware_file, file_type, contextmount_type, vendor_file_type;
 
-# kernel modules
-type vendor_kernel_modules, vendor_file_type, file_type;
-
 allow firmware_file self:filesystem associate;