blob: 4383ac29693eca0a1fdfa55215c41e20e1affda4 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Paul Moored15c3452006-08-03 16:48:37 -07002#
3# NetLabel configuration
4#
5
6config NETLABEL
7 bool "NetLabel subsystem support"
Paul Moore38c94372006-11-05 16:44:06 -08008 depends on SECURITY
Huw Daviesceba1832016-06-27 15:02:51 -04009 select CRC_CCITT if IPV6
Paul Moored15c3452006-08-03 16:48:37 -070010 default n
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090011 help
Paul Moored15c3452006-08-03 16:48:37 -070012 NetLabel provides support for explicit network packet labeling
13 protocols such as CIPSO and RIPSO. For more information see
Paul Moore4cc67732006-09-25 15:57:13 -070014 Documentation/netlabel as well as the NetLabel SourceForge project
15 for configuration tools and additional documentation.
16
Salvatore Bonaccorsoc0259662020-04-22 21:07:53 +020017 * https://github.com/netlabel/netlabel_tools
Paul Moored15c3452006-08-03 16:48:37 -070018
19 If you are unsure, say N.