Revision a90e8b6fb80db43b029e1e76205452afa8bdc77a authored by Ilya Dryomov on 08 November 2011, 14:47:55 UTC, committed by Ilya Dryomov on 09 November 2011, 20:53:38 UTC
Don't leak subvol_name string in case multiple subvol= options are
given.  "The lastest option is effective" behavior (consistent with
subvolid= and subvolrootid= options) is preserved.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
1 parent 7fd2ae2
Raw File
Kconfig
#
# NetLabel configuration
#

config NETLABEL
	bool "NetLabel subsystem support"
	depends on 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.
back to top