mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-05 18:59:58 +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>
17 lines
449 B
Text
17 lines
449 B
Text
#
|
|
# 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.
|