Merge "libnl: Added more detailed information to README"
diff --git a/adb/adb.c b/adb/adb.c
index 4207365..a91004c 100644
--- a/adb/adb.c
+++ b/adb/adb.c
@@ -871,7 +871,7 @@
     */
     property_get("ro.kernel.qemu", value, "");
     if (strcmp(value, "1") != 0) {
-        property_get("ro.secure", value, "");
+        property_get("ro.secure", value, "1");
         if (strcmp(value, "1") == 0) {
             // don't run as root if ro.secure is set...
             secure = 1;