Add option to disable command execution from vi & awk

This commit is contained in:
Denis Vlasenko
2006-12-19 00:29:22 +00:00
parent 15b213ef5a
commit 249fabf1a3
3 changed files with 16 additions and 4 deletions

View File

@@ -127,5 +127,12 @@ config FEATURE_VI_OPTIMIZE_CURSOR
This will make the cursor movement faster, but requires more memory
and it makes the applet a tiny bit larger.
endmenu
config FEATURE_ALLOW_EXEC
bool "Allow vi and awk to execute shell commands"
default y
depends on VI || AWK
help
Enables vi and awk features which allows user to execute
shell commands (using system() C call).
endmenu