Commit 5155cbcd authored by Florent Revest's avatar Florent Revest Committed by Jakub Kicinski
Browse files

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: default avatarFlorent Revest <revest@chromium.org>
Reviewed-by: default avatarEric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20241218143334.1507465-1-revest@chromium.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6724bc65
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,9 +17,11 @@ config UNIX
	  Say Y unless you know what you are doing.

config	AF_UNIX_OOB
	bool
	bool "UNIX: out-of-bound messages"
	depends on UNIX
	default y
	help
	  Support for MSG_OOB in UNIX domain sockets. If unsure, say Y.

config UNIX_DIAG
	tristate "UNIX: socket monitoring interface"