diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-06 05:00:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-06 05:00:34 +0000 |
commit | 7dc7f402a7d8237d053376dc783d6fe9599ab901 (patch) | |
tree | 527c4d23922e3ad159e06623de1b2afcf04a4b0f /networking/Config.in | |
parent | 60a5c38a4b7e223dda52baf943b8edac7eeccb59 (diff) | |
download | busybox-w32-7dc7f402a7d8237d053376dc783d6fe9599ab901.tar.gz busybox-w32-7dc7f402a7d8237d053376dc783d6fe9599ab901.tar.bz2 busybox-w32-7dc7f402a7d8237d053376dc783d6fe9599ab901.zip |
make the exec (-e) an optional feature of netcat
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 418ef4bc4..a84427981 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -422,6 +422,14 @@ config CONFIG_NC | |||
422 | A simple Unix utility which reads and writes data across network | 422 | A simple Unix utility which reads and writes data across network |
423 | connections. | 423 | connections. |
424 | 424 | ||
425 | config CONFIG_NC_GAPING_SECURITY_HOLE | ||
426 | bool "gaping security hole" | ||
427 | default n | ||
428 | depends on CONFIG_NC | ||
429 | help | ||
430 | Add support for executing a program after making or receiving a | ||
431 | successful connection (-e option). | ||
432 | |||
425 | config CONFIG_NETSTAT | 433 | config CONFIG_NETSTAT |
426 | bool "netstat" | 434 | bool "netstat" |
427 | default n | 435 | default n |