aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-19 00:29:22 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-19 00:29:22 +0000
commit249fabf1a3ce08273d6bef2adbcd0910cc4dcb4a (patch)
treeec8143ae80ee51c6b1df792e3d7ed66014fdd5ab /editors/Config.in
parent15b213ef5a0834eb06a0183ab839ac883d829d5a (diff)
downloadbusybox-249fabf1a3ce08273d6bef2adbcd0910cc4dcb4a.tar.gz
Add option to disable command execution from vi & awk
Diffstat (limited to 'editors/Config.in')
-rw-r--r--editors/Config.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/editors/Config.in b/editors/Config.in
index 4ba009019..fd840ae9a 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -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