0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # NetLabel configuration
0004 #
0005
0006 config NETLABEL
0007 bool "NetLabel subsystem support"
0008 depends on SECURITY
0009 select CRC_CCITT if IPV6
0010 default n
0011 help
0012 NetLabel provides support for explicit network packet labeling
0013 protocols such as CIPSO and RIPSO. For more information see
0014 Documentation/netlabel as well as the NetLabel SourceForge project
0015 for configuration tools and additional documentation.
0016
0017 * https://github.com/netlabel/netlabel_tools
0018
0019 If you are unsure, say N.