1
0
Files
Felix Fietkau b5da609f3f debloat: optional SOCK_DIAG
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2019-02-08 18:00:10 +03:00

12 lines
226 B
Plaintext

#
# Netlink Sockets
#
config NETLINK_DIAG
tristate "NETLINK: socket monitoring interface"
select SOCK_DIAG
default n
---help---
Support for NETLINK socket monitoring interface used by the ss tool.
If unsure, say Y.