Kconfig 468 B

12345678910111213141516171819
  1. #
  2. # NetLabel configuration
  3. #
  4. config NETLABEL
  5. bool "NetLabel subsystem support"
  6. depends on SECURITY
  7. select CRC_CCITT if IPV6
  8. default n
  9. ---help---
  10. NetLabel provides support for explicit network packet labeling
  11. protocols such as CIPSO and RIPSO. For more information see
  12. Documentation/netlabel as well as the NetLabel SourceForge project
  13. for configuration tools and additional documentation.
  14. * http://netlabel.sf.net
  15. If you are unsure, say N.