Mark vr_wm as coredomain

This couldn't be done in earlier because this domain does not yet exist
in AOSP master.

Test: mmm system/sepolicy -- no errors
Bug: 35870313
Change-Id: I323e5c22e471cd1900b88d0d1d4edfb5973a33d7
diff --git a/private/vr_wm.te b/private/vr_wm.te
index 276d434..38564f2 100644
--- a/private/vr_wm.te
+++ b/private/vr_wm.te
@@ -1,4 +1,5 @@
 # vr_wm - VR Window Manager
+typeattribute vr_wm coredomain;
 
 # The vr_wm is started by init.
 init_daemon_domain(vr_wm)