blob: 3b2e4a6c0d8a99502d47962a4a799fbbba60b728 [file] [log] [blame]
#
# For a description of the syntax of this configuration file,
# see docs/Kconfig-language.txt.
#
menu "Editors"
INSERT
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 allow user to execute
shell commands (using system() C call).
endmenu