Kconfig 319 B

1234567891011121314
  1. #
  2. # NetLabel configuration
  3. #
  4. config NETLABEL
  5. bool "NetLabel subsystem support"
  6. depends on NET && SECURITY
  7. default n
  8. ---help---
  9. NetLabel provides support for explicit network packet labeling
  10. protocols such as CIPSO and RIPSO. For more information see
  11. Documentation/netlabel.
  12. If you are unsure, say N.