]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/9p/Kconfig
fs/9p: Implement POSIX ACL permission checking function
[net-next-2.6.git] / fs / 9p / Kconfig
index 795233702a4ee07e9db56c8939a06691be7ae665..7e051147679721ec72727a507fbb1e058c6db87a 100644 (file)
@@ -17,3 +17,16 @@ config 9P_FSCACHE
          Choose Y here to enable persistent, read-only local
          caching support for 9p clients using FS-Cache
 
+
+config 9P_FS_POSIX_ACL
+       bool "9P POSIX Access Control Lists"
+       depends on 9P_FS
+       select FS_POSIX_ACL
+       help
+         POSIX Access Control Lists (ACLs) support permissions for users and
+         groups beyond the owner/group/world scheme.
+
+         To learn more about Access Control Lists, visit the POSIX ACLs for
+         Linux website <http://acl.bestbits.at/>.
+
+         If you don't know what Access Control Lists are, say N