blob: 64280a1d3906c2b8f8fea3ad4796d14c210654ce [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
11 ---help---
12 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
17 * http://netlabel.sf.net
Paul Moored15c3452006-08-03 16:48:37 -070018
19 If you are unsure, say N.