mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 16:38:31 +00:00 
			
		
		
		
	 4cc6773508
			
		
	
	
		4cc6773508
		
	
	
	
	
		
			
			Now that all of the supporting pieces of NetLabel have a home at SourceForge update the Kconfig help text and add an entry to the MAINTAINERS file. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			18 lines
		
	
	
		
			449 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			449 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # NetLabel configuration
 | |
| #
 | |
| 
 | |
| config NETLABEL
 | |
| 	bool "NetLabel subsystem support"
 | |
| 	depends on NET && SECURITY
 | |
| 	default n
 | |
| 	---help---
 | |
| 	  NetLabel provides support for explicit network packet labeling
 | |
| 	  protocols such as CIPSO and RIPSO.  For more information see
 | |
| 	  Documentation/netlabel as well as the NetLabel SourceForge project
 | |
| 	  for configuration tools and additional documentation.
 | |
| 
 | |
| 	   * http://netlabel.sf.net
 | |
| 
 | |
| 	  If you are unsure, say N.
 |