suppress redundant setup log in SELinux

Bug: 149182667
Test: boot without seeing these error
[    1.416793] audit: type=1400 audit(38336637.810:2): avc:  denied  { getattr } for  pid=1 comm="init" name="plat_sepolicy.cil" dev="mmcblk0p69" ino=201 scontext=u:r:kernel:s0 tcontext=u:object_r:sepolicy_file:s0 tclass=file permissive=1
[    1.416833] audit: type=1400 audit(38336637.810:3): avc:  denied  { getattr } for  pid=1 comm="init" name="libdl_android.so" dev="dm-0" ino=2113 scontext=u:r:kernel:s0 tcontext=u:object_r:system_bootstrap_lib_file:s0 tclass=file permissive=1
[    1.416960] audit: type=1400 audit(38336637.810:4): avc:  denied  { getattr } for  pid=1 comm="init" name="bootstrap" dev="dm-0" ino=2110 scontext=u:r:kernel:s0 tcontext=u:object_r:system_bootstrap_lib_file:s0 tclass=dir permissive=1

Change-Id: I5414b138ce980d744824428df025d505c20af3dd
diff --git a/tracking_denials/kernel.te b/vendor/google/kernel.te
similarity index 91%
rename from tracking_denials/kernel.te
rename to vendor/google/kernel.te
index 10e3f8b..42cbed4 100644
--- a/tracking_denials/kernel.te
+++ b/vendor/google/kernel.te
@@ -1,4 +1,3 @@
-# b/149182667
 dontaudit kernel sepolicy_file:file getattr;
 dontaudit kernel system_bootstrap_lib_file:dir getattr;
 dontaudit kernel system_bootstrap_lib_file:file getattr;