18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciconfig 9P_FS 38c2ecf20Sopenharmony_ci tristate "Plan 9 Resource Sharing Support (9P2000)" 48c2ecf20Sopenharmony_ci depends on INET && NET_9P 58c2ecf20Sopenharmony_ci help 68c2ecf20Sopenharmony_ci If you say Y here, you will get experimental support for 78c2ecf20Sopenharmony_ci Plan 9 resource sharing via the 9P2000 protocol. 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci See <http://v9fs.sf.net> for more information. 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci If unsure, say N. 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciif 9P_FS 148c2ecf20Sopenharmony_ciconfig 9P_FSCACHE 158c2ecf20Sopenharmony_ci bool "Enable 9P client caching support" 168c2ecf20Sopenharmony_ci depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y 178c2ecf20Sopenharmony_ci help 188c2ecf20Sopenharmony_ci Choose Y here to enable persistent, read-only local 198c2ecf20Sopenharmony_ci caching support for 9p clients using FS-Cache 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ciconfig 9P_FS_POSIX_ACL 238c2ecf20Sopenharmony_ci bool "9P POSIX Access Control Lists" 248c2ecf20Sopenharmony_ci select FS_POSIX_ACL 258c2ecf20Sopenharmony_ci help 268c2ecf20Sopenharmony_ci POSIX Access Control Lists (ACLs) support permissions for users and 278c2ecf20Sopenharmony_ci groups beyond the owner/group/world scheme. 288c2ecf20Sopenharmony_ci 298c2ecf20Sopenharmony_ci If you don't know what Access Control Lists are, say N 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ciendif 328c2ecf20Sopenharmony_ci 338c2ecf20Sopenharmony_ci 348c2ecf20Sopenharmony_ciconfig 9P_FS_SECURITY 358c2ecf20Sopenharmony_ci bool "9P Security Labels" 368c2ecf20Sopenharmony_ci depends on 9P_FS 378c2ecf20Sopenharmony_ci help 388c2ecf20Sopenharmony_ci Security labels support alternative access control models 398c2ecf20Sopenharmony_ci implemented by security modules like SELinux. This option 408c2ecf20Sopenharmony_ci enables an extended attribute handler for file security 418c2ecf20Sopenharmony_ci labels in the 9P filesystem. 428c2ecf20Sopenharmony_ci 438c2ecf20Sopenharmony_ci If you are not using a security module that requires using 448c2ecf20Sopenharmony_ci extended attributes for file security labels, say N. 45