blob: 11045d8e356a5c3c88a6a023c2f7dafbd07ddac9 [file] [log] [blame]
Alexey Dobriyan0fcb4402009-01-22 11:16:42 +03001config 9P_FS
Eric Van Hensbergen87211cd2011-05-16 10:46:39 -05002 tristate "Plan 9 Resource Sharing Support (9P2000)"
3 depends on INET && NET_9P
Alexey Dobriyan0fcb4402009-01-22 11:16:42 +03004 help
5 If you say Y here, you will get experimental support for
6 Plan 9 resource sharing via the 9P2000 protocol.
7
8 See <http://v9fs.sf.net> for more information.
9
10 If unsure, say N.
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050011
Randy Dunlap255614c2011-01-02 06:15:54 +000012if 9P_FS
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050013config 9P_FSCACHE
Kees Cookc9041972013-01-16 18:54:02 -080014 bool "Enable 9P client caching support"
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050015 depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
16 help
17 Choose Y here to enable persistent, read-only local
18 caching support for 9p clients using FS-Cache
19
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053020
21config 9P_FS_POSIX_ACL
22 bool "9P POSIX Access Control Lists"
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053023 select FS_POSIX_ACL
24 help
25 POSIX Access Control Lists (ACLs) support permissions for users and
26 groups beyond the owner/group/world scheme.
27
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053028 If you don't know what Access Control Lists are, say N
Randy Dunlap255614c2011-01-02 06:15:54 +000029
30endif
Jim Garlickd9a73852013-05-29 12:09:39 -070031
32
33config 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.
41
42 If you are not using a security module that requires using
43 extended attributes for file security labels, say N.