Disable the test console on the bluetooth HAL

TCP sockets are forbiden in HALs.

Bug: 128355308
Test: run locally and check selinux messages
Change-Id: Ic6496e0d89178e498a7206c8df060275af25aff1
diff --git a/shared/config/init.vsoc.rc b/shared/config/init.vsoc.rc
index 379a7ed..06710f5 100644
--- a/shared/config/init.vsoc.rc
+++ b/shared/config/init.vsoc.rc
@@ -16,6 +16,9 @@
     setprop ro.sf.lcd_density ${ro.boot.lcd_density}
     setprop ro.setupwizard.mode ${ro.boot.setupwizard_mode}
 
+    # Disable the rootcanal test console, as it violates selinux policy
+    setprop bt.rootcanal_test_console off
+
 on init
     chown system root /dev/input_events
     chmod 0660 /dev/input_events