Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.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
PM
10 default n
11 ---help---
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
17 * http://netlabel.sf.net
d15c345f
PM
18
19 If you are unsure, say N.