2 tristate "Plan 9 Resource Sharing Support (9P2000)"
3 depends on INET && NET_9P
5 If you say Y here, you will get experimental support for
6 Plan 9 resource sharing via the 9P2000 protocol.
8 See <http://v9fs.sf.net> for more information.
14 bool "Enable 9P client caching support"
15 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
17 Choose Y here to enable persistent, read-only local
18 caching support for 9p clients using FS-Cache
21 config 9P_FS_POSIX_ACL
22 bool "9P POSIX Access Control Lists"
25 POSIX Access Control Lists (ACLs) support permissions for users and
26 groups beyond the owner/group/world scheme.
28 To learn more about Access Control Lists, visit the POSIX ACLs for
29 Linux website <http://acl.bestbits.at/>.
31 If you don't know what Access Control Lists are, say N
37 bool "9P Security Labels"
40 Security labels support alternative access control models
41 implemented by security modules like SELinux. This option
42 enables an extended attribute handler for file security
43 labels in the 9P filesystem.
45 If you are not using a security module that requires using
46 extended attributes for file security labels, say N.