mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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.
|