2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2006-08-03 23:48:37 +00:00
|
|
|
#
|
|
|
|
# NetLabel configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NETLABEL
|
|
|
|
bool "NetLabel subsystem support"
|
2006-11-06 00:44:06 +00:00
|
|
|
depends on SECURITY
|
2016-06-27 19:02:51 +00:00
|
|
|
select CRC_CCITT if IPV6
|
2006-08-03 23:48:37 +00:00
|
|
|
default n
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2006-08-03 23:48:37 +00:00
|
|
|
NetLabel provides support for explicit network packet labeling
|
|
|
|
protocols such as CIPSO and RIPSO. For more information see
|
2006-09-25 22:57:13 +00:00
|
|
|
Documentation/netlabel as well as the NetLabel SourceForge project
|
|
|
|
for configuration tools and additional documentation.
|
|
|
|
|
2020-04-22 19:07:53 +00:00
|
|
|
* https://github.com/netlabel/netlabel_tools
|
2006-08-03 23:48:37 +00:00
|
|
|
|
|
|
|
If you are unsure, say N.
|