hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/netlabel/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # NetLabel configuration
34 #
....@@ -7,12 +8,12 @@
78 depends on SECURITY
89 select CRC_CCITT if IPV6
910 default n
10
- ---help---
11
+ help
1112 NetLabel provides support for explicit network packet labeling
1213 protocols such as CIPSO and RIPSO. For more information see
1314 Documentation/netlabel as well as the NetLabel SourceForge project
1415 for configuration tools and additional documentation.
1516
16
- * http://netlabel.sf.net
17
+ * https://github.com/netlabel/netlabel_tools
1718
1819 If you are unsure, say N.