.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config 9P_FS |
---|
2 | 3 | tristate "Plan 9 Resource Sharing Support (9P2000)" |
---|
3 | 4 | depends on INET && NET_9P |
---|
.. | .. |
---|
31 | 32 | |
---|
32 | 33 | |
---|
33 | 34 | 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. |
---|
41 | 42 | |
---|
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. |
---|