dropbear: remove /bin/applets from PATH
This commit is contained in:
parent
2ba6c12415
commit
870616573c
@ -90,6 +90,6 @@
|
|||||||
|
|
||||||
/* The default path. This will often get replaced by the shell */
|
/* The default path. This will often get replaced by the shell */
|
||||||
-#define DEFAULT_PATH "/usr/bin:/bin"
|
-#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_ */
|
#endif /* DROPBEAR_DEFAULT_OPTIONS_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user