| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Unix Domain Sockets |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | config UNIX |
|---|
| 6 | 7 | tristate "Unix domain sockets" |
|---|
| 7 | | - ---help--- |
|---|
| 8 | + help |
|---|
| 8 | 9 | If you say Y here, you will include support for Unix domain sockets; |
|---|
| 9 | 10 | sockets are the standard Unix mechanism for establishing and |
|---|
| 10 | 11 | accessing network connections. Many commonly used programs such as |
|---|
| .. | .. |
|---|
| 28 | 29 | tristate "UNIX: socket monitoring interface" |
|---|
| 29 | 30 | depends on UNIX |
|---|
| 30 | 31 | default n |
|---|
| 31 | | - ---help--- |
|---|
| 32 | + help |
|---|
| 32 | 33 | Support for UNIX socket monitoring interface used by the ss tool. |
|---|
| 33 | 34 | If unsure, say Y. |
|---|