Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <revest@chromium.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20241218143334.1507465-1-revest@chromium.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Florent Revest and committed by
Jakub Kicinski
5155cbcd 6724bc65

+3 -1
+3 -1
net/unix/Kconfig
··· 17 17 Say Y unless you know what you are doing. 18 18 19 19 config AF_UNIX_OOB 20 - bool 20 + bool "UNIX: out-of-bound messages" 21 21 depends on UNIX 22 22 default y 23 + help 24 + Support for MSG_OOB in UNIX domain sockets. If unsure, say Y. 23 25 24 26 config UNIX_DIAG 25 27 tristate "UNIX: socket monitoring interface"