mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:40:52 +07:00
9p: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Link: http://lkml.kernel.org/r/20191120134340.16770-1-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
This commit is contained in:
parent
16fbf79b0f
commit
1f5bd6a202
@ -32,13 +32,13 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
config 9P_FS_SECURITY
|
config 9P_FS_SECURITY
|
||||||
bool "9P Security Labels"
|
bool "9P Security Labels"
|
||||||
depends on 9P_FS
|
depends on 9P_FS
|
||||||
help
|
help
|
||||||
Security labels support alternative access control models
|
Security labels support alternative access control models
|
||||||
implemented by security modules like SELinux. This option
|
implemented by security modules like SELinux. This option
|
||||||
enables an extended attribute handler for file security
|
enables an extended attribute handler for file security
|
||||||
labels in the 9P filesystem.
|
labels in the 9P filesystem.
|
||||||
|
|
||||||
If you are not using a security module that requires using
|
If you are not using a security module that requires using
|
||||||
extended attributes for file security labels, say N.
|
extended attributes for file security labels, say N.
|
||||||
|
Loading…
Reference in New Issue
Block a user