Blame view

net/netlabel/Kconfig 468 Bytes
d15c345fe   Paul Moore   [NetLabel]: core ...
1
2
3
4
5
6
  #
  # NetLabel configuration
  #
  
  config NETLABEL
  	bool "NetLabel subsystem support"
38c94377a   Paul Moore   [NETLABEL]: Fix b...
7
  	depends on SECURITY
ceba1832b   Huw Davies   calipso: Set the ...
8
  	select CRC_CCITT if IPV6
d15c345fe   Paul Moore   [NetLabel]: core ...
9
10
11
12
  	default n
  	---help---
  	  NetLabel provides support for explicit network packet labeling
  	  protocols such as CIPSO and RIPSO.  For more information see
4cc677350   Paul Moore   [NetLabel]: updat...
13
14
15
16
  	  Documentation/netlabel as well as the NetLabel SourceForge project
  	  for configuration tools and additional documentation.
  
  	   * http://netlabel.sf.net
d15c345fe   Paul Moore   [NetLabel]: core ...
17
18
  
  	  If you are unsure, say N.