summaryrefslogtreecommitdiff
path: root/busybox-libbb.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-libbb.kconfig')
-rw-r--r--busybox-libbb.kconfig26
1 files changed, 25 insertions, 1 deletions
diff --git a/busybox-libbb.kconfig b/busybox-libbb.kconfig
index 1427ac2..a87e3cf 100644
--- a/busybox-libbb.kconfig
+++ b/busybox-libbb.kconfig
@@ -15,7 +15,7 @@ config KEMBTK_BUSYB_PASSWORD_MINLEN
Minimum allowable password length.
config KEMBTK_BUSYB_MD5_SIZE_VS_SPEED
- int "MD5: Trade Bytes for Speed"
+ int "MD5: Trade bytes for speed (0:fast, 3:slow)"
default 2
range 0 3
help
@@ -96,6 +96,29 @@ config KEMBTK_BUSYB_FEATURE_EDITING_FANCY_PROMPT
Setting this option allows for prompts to use things like \w and
\$ and escape codes.
+config KEMBTK_BUSYB_FEATURE_EDITING_ASK_TERMINAL
+ bool "Query cursor position from terminal"
+ depends on KEMBTK_BUSYB_FEATURE_EDITING
+ depends on EMBTK_BB_VERSION_1_15_X
+ help
+ Allow usage of "ESC [ 6 n" sequence. Terminal answers back with
+ current cursor position. This information is used to make line
+ editing more robust in some cases.
+ If you are not sure whether your terminals respond to this code
+ correctly, or want to save on code size (about 300 bytes),
+ then do not turn this option on.
+
+config KEMBTK_BUSYB_FEATURE_NON_POSIX_CP
+ bool "Non-POSIX, but safer, copying to special nodes"
+ depends on EMBTK_BB_VERSION_1_15_X
+ default y
+ help
+ With this option, "cp file symlink" will delete symlink
+ and create a regular file. This does not conform to POSIX,
+ but prevents a symlink attack.
+ Similarly, "cp file device" will not send file's data
+ to the device.
+
config KEMBTK_BUSYB_FEATURE_VERBOSE_CP_MESSAGE
bool "Give more precise messages when copy fails (cp, mv etc)"
help
@@ -144,3 +167,4 @@ config KEMBTK_BUSYB_FEATURE_HWIB
help
Support for printing infiniband addresses in
network applets.
+