]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/netlabel/Kconfig
Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda...
[mirror_ubuntu-jammy-kernel.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.