We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f340d73 + 5dd0b61 commit 52b0c8aCopy full SHA for 52b0c8a
net/unix/Kconfig
@@ -17,9 +17,11 @@ config UNIX
17
Say Y unless you know what you are doing.
18
19
config AF_UNIX_OOB
20
- bool
+ bool "UNIX: out-of-bound messages"
21
depends on UNIX
22
default y
23
+ help
24
+ Support for MSG_OOB in UNIX domain sockets. If unsure, say Y.
25
26
config UNIX_DIAG
27
tristate "UNIX: socket monitoring interface"
redhat/configs/common/generic/CONFIG_AF_UNIX_OOB
@@ -0,0 +1 @@
1
+# CONFIG_AF_UNIX_OOB is not set
0 commit comments