summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2021-01-13 23:08:08 -1000
committerSam Bingner <sam@bingner.com>2021-01-13 23:08:08 -1000
commit7712fc56199f558a4cb82d23ad5711e9699743d6 (patch)
treeeaf9943b8b0a9947d1cae057aba17e159dbc27fd
parent5cd1e5648e3f10c4307d4f24cf2f2bbe5be7dfe7 (diff)
Update checkra1n dropbear default path
-rw-r--r--data/dropbear_/default_path.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/dropbear_/default_path.diff b/data/dropbear_/default_path.diff
index a92f60f1b..d1d21c51c 100644
--- a/data/dropbear_/default_path.diff
+++ b/data/dropbear_/default_path.diff
@@ -27,6 +27,6 @@ diff -ur dropbear-2019.78/default_options.h dropbear-2019.78+iOS/default_options
/* The default path. This will often get replaced by the shell */
-#define DEFAULT_PATH "/usr/bin:/bin"
-+#define DEFAULT_PATH "/binpack/usr/bin:/binpack/usr/sbin:/binpack/bin:/binpack/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
++#define DEFAULT_PATH "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/binpack/usr/bin:/binpack/usr/sbin:/binpack/bin:/binpack/sbin"
#endif /* DROPBEAR_DEFAULT_OPTIONS_H_ */