Skip to content

Commit 5155cbc

Browse files
FlorentRevestkuba-moo
authored andcommitted
af_unix: Add a prompt to CONFIG_AF_UNIX_OOB
This makes it possible to disable the MSG_OOB support in .config. Signed-off-by: Florent Revest <[email protected]> Reviewed-by: Eric Dumazet <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 6724bc6 commit 5155cbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

net/unix/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ config UNIX
1717
Say Y unless you know what you are doing.
1818

1919
config AF_UNIX_OOB
20-
bool
20+
bool "UNIX: out-of-bound messages"
2121
depends on UNIX
2222
default y
23+
help
24+
Support for MSG_OOB in UNIX domain sockets. If unsure, say Y.
2325

2426
config UNIX_DIAG
2527
tristate "UNIX: socket monitoring interface"

0 commit comments

Comments
 (0)