Kconfig 442 字节
Newer Older
P
Paul Moore 已提交
1 2 3 4 5 6
#
# NetLabel configuration
#

config NETLABEL
	bool "NetLabel subsystem support"
P
Paul Moore 已提交
7
	depends on SECURITY
P
Paul Moore 已提交
8 9 10 11
	default n
	---help---
	  NetLabel provides support for explicit network packet labeling
	  protocols such as CIPSO and RIPSO.  For more information see
12 13 14 15
	  Documentation/netlabel as well as the NetLabel SourceForge project
	  for configuration tools and additional documentation.

	   * http://netlabel.sf.net
P
Paul Moore 已提交
16 17

	  If you are unsure, say N.