dropbear: remove /bin/applets from PATH

This commit is contained in:
Leonid Pliushch 2020-07-09 01:10:21 +03:00
parent 2ba6c12415
commit 870616573c
1 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,6 @@
/* The default path. This will often get replaced by the shell */
-#define DEFAULT_PATH "/usr/bin:/bin"
+#define DEFAULT_PATH "@TERMUX_PREFIX@/bin:@TERMUX_PREFIX@/bin/applets"
+#define DEFAULT_PATH "@TERMUX_PREFIX@/bin"
#endif /* DROPBEAR_DEFAULT_OPTIONS_H_ */