Kconfig 442 B

1234567891011121314151617
  1. #
  2. # NetLabel configuration
  3. #
  4. config NETLABEL
  5. bool "NetLabel subsystem support"
  6. depends on 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 as well as the NetLabel SourceForge project
  12. for configuration tools and additional documentation.
  13. * http://netlabel.sf.net
  14. If you are unsure, say N.