diff options
author | Mike Frysinger | 2005-05-06 05:00:34 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-05-06 05:00:34 +0000 |
commit | 7dc7f402a7d8237d053376dc783d6fe9599ab901 (patch) | |
tree | 527c4d23922e3ad159e06623de1b2afcf04a4b0f /networking/Config.in | |
parent | 60a5c38a4b7e223dda52baf943b8edac7eeccb59 (diff) | |
download | busybox-7dc7f402a7d8237d053376dc783d6fe9599ab901.zip busybox-7dc7f402a7d8237d053376dc783d6fe9599ab901.tar.gz |
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 418ef4b..a844279 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -422,6 +422,14 @@ config CONFIG_NC A simple Unix utility which reads and writes data across network connections. +config CONFIG_NC_GAPING_SECURITY_HOLE + bool "gaping security hole" + default n + depends on CONFIG_NC + help + Add support for executing a program after making or receiving a + successful connection (-e option). + config CONFIG_NETSTAT bool "netstat" default n |