Allow userdebug builds (with adb in insecure mode)
diff --git a/product/common.mk b/product/common.mk
index a303219..a496a32 100644
--- a/product/common.mk
+++ b/product/common.mk
@@ -14,3 +14,5 @@
     vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt
 
 PRODUCT_PACKAGE_OVERLAYS := vendor/cyanogen/overlay
+
+ADDITIONAL_DEFAULT_PROPERTIES += ro.secure=0
diff --git a/vendorsetup.sh b/vendorsetup.sh
index cc19792..4a3d938 100644
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -1 +1,2 @@
 add_lunch_combo cyanogen_passion-eng
+add_lunch_combo cyanogen_passion-userdebug