]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/ceph/Kconfig
Merge tag 'for-5.4/io_uring-2019-09-15' of git://git.kernel.dk/linux-block
[linux.git] / fs / ceph / Kconfig
index 7f7d92d6b024a7191642ee31e0965c4f1f7977bc..cf235f6eacf99691f762fe2d39ff4f5c2ef06b9f 100644 (file)
@@ -36,3 +36,15 @@ config CEPH_FS_POSIX_ACL
          groups beyond the owner/group/world scheme.
 
          If you don't know what Access Control Lists are, say N
+
+config CEPH_FS_SECURITY_LABEL
+       bool "CephFS Security Labels"
+       depends on CEPH_FS && SECURITY
+       help
+         Security labels support alternative access control models
+         implemented by security modules like SELinux. This option
+         enables an extended attribute handler for file security
+         labels in the Ceph filesystem.
+
+         If you are not using a security module that requires using
+         extended attributes for file security labels, say N.