blob: 09fd4a185fd21558f85833c5ea940c89cfa4d886 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Alexey Dobriyan0fcb4402009-01-22 11:16:42 +03002config 9P_FS
Eric Van Hensbergen87211cd2011-05-16 10:46:39 -05003 tristate "Plan 9 Resource Sharing Support (9P2000)"
4 depends on INET && NET_9P
Alexey Dobriyan0fcb4402009-01-22 11:16:42 +03005 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.
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050012
Randy Dunlap255614c2011-01-02 06:15:54 +000013if 9P_FS
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050014config 9P_FSCACHE
Kees Cookc9041972013-01-16 18:54:02 -080015 bool "Enable 9P client caching support"
Abhishek Kulkarni60e78d22009-09-23 13:00:27 -050016 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
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053021
22config 9P_FS_POSIX_ACL
23 bool "9P POSIX Access Control Lists"
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053024 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
Aneesh Kumar K.V85ff8722010-09-28 00:27:39 +053029 If you don't know what Access Control Lists are, say N
Randy Dunlap255614c2011-01-02 06:15:54 +000030
31endif
Jim Garlickd9a73852013-05-29 12:09:39 -070032
33
34config 9P_FS_SECURITY
Krzysztof Kozlowski1f5bd6a2019-11-20 21:43:40 +080035 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.
Jim Garlickd9a73852013-05-29 12:09:39 -070042
Krzysztof Kozlowski1f5bd6a2019-11-20 21:43:40 +080043 If you are not using a security module that requires using
44 extended attributes for file security labels, say N.