diff options
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 |