From 18f801e87a88f49b8d47f55706b476c54c6314d5 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 16 Dec 2014 23:51:27 -0500 Subject: [PATCH] more appropriate default path for android --- dropbear/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropbear/options.h b/dropbear/options.h index 18ccb78..73df90f 100644 --- a/dropbear/options.h +++ b/dropbear/options.h @@ -309,7 +309,7 @@ be overridden at runtime with -I. 0 disables idle timeouts */ #define DEFAULT_IDLE_TIMEOUT 0 /* The default path. This will often get replaced by the shell */ -#define DEFAULT_PATH "/usr/bin:/bin" +#define DEFAULT_PATH "/sbin:/system/sbin:/system/bin:/system/xbin" /* Some other defines (that mostly should be left alone) are defined * in sysoptions.h */