]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - net/netlabel/Kconfig
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[thirdparty/kernel/linux.git] / net / netlabel / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
d15c345f
PM
2#
3# NetLabel configuration
4#
5
6config NETLABEL
7 bool "NetLabel subsystem support"
38c94377 8 depends on SECURITY
ceba1832 9 select CRC_CCITT if IPV6
d15c345f 10 default n
a7f7f624 11 help
d15c345f
PM
12 NetLabel provides support for explicit network packet labeling
13 protocols such as CIPSO and RIPSO. For more information see
4cc67735
PM
14 Documentation/netlabel as well as the NetLabel SourceForge project
15 for configuration tools and additional documentation.
16
c0259664 17 * https://github.com/netlabel/netlabel_tools
d15c345f
PM
18
19 If you are unsure, say N.