Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
[linux-2.6-block.git] / fs / 9p / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
0fcb4408 2config 9P_FS
87211cd8
EVH
3 tristate "Plan 9 Resource Sharing Support (9P2000)"
4 depends on INET && NET_9P
0fcb4408
AD
5 help
6 If you say Y here, you will get experimental support for
7 Plan 9 resource sharing via the 9P2000 protocol.
8
9 See <http://v9fs.sf.net> for more information.
10
11 If unsure, say N.
60e78d2c 12
255614c4 13if 9P_FS
60e78d2c 14config 9P_FSCACHE
c9041975 15 bool "Enable 9P client caching support"
60e78d2c
AK
16 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
17 help
18 Choose Y here to enable persistent, read-only local
19 caching support for 9p clients using FS-Cache
20
85ff872d
AK
21
22config 9P_FS_POSIX_ACL
23 bool "9P POSIX Access Control Lists"
85ff872d
AK
24 select FS_POSIX_ACL
25 help
26 POSIX Access Control Lists (ACLs) support permissions for users and
27 groups beyond the owner/group/world scheme.
28
85ff872d 29 If you don't know what Access Control Lists are, say N
255614c4
RD
30
31endif
d9a73859
JG
32
33
34config 9P_FS_SECURITY
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.
42
43 If you are not using a security module that requires using
44 extended attributes for file security labels, say N.