blob: fe23cb7f1e87879d485e80295845a5de44add2d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# 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.
|