forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/fs/9p/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config 9P_FS
23 tristate "Plan 9 Resource Sharing Support (9P2000)"
34 depends on INET && NET_9P
....@@ -31,13 +32,13 @@
3132
3233
3334 config 9P_FS_SECURITY
34
- bool "9P Security Labels"
35
- depends on 9P_FS
36
- help
37
- Security labels support alternative access control models
38
- implemented by security modules like SELinux. This option
39
- enables an extended attribute handler for file security
40
- labels in the 9P filesystem.
35
+ bool "9P Security Labels"
36
+ depends on 9P_FS
37
+ help
38
+ Security labels support alternative access control models
39
+ implemented by security modules like SELinux. This option
40
+ enables an extended attribute handler for file security
41
+ labels in the 9P filesystem.
4142
42
- If you are not using a security module that requires using
43
- extended attributes for file security labels, say N.
43
+ If you are not using a security module that requires using
44
+ extended attributes for file security labels, say N.