15 lines
319 B
Plaintext
15 lines
319 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.
|
|
|
|
If you are unsure, say N.
|