]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/f2fs/Kconfig
Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux.git] / fs / f2fs / Kconfig
index 110a38ca5d53a79a4a1fae6b66f1433b8263ad6a..652fd2e2b23d4b7939f6fe94315b0c829ef5a63a 100644 (file)
@@ -2,6 +2,7 @@
 config F2FS_FS
        tristate "F2FS filesystem support"
        depends on BLOCK
+       select NLS
        select CRYPTO
        select CRYPTO_CRC32
        select F2FS_FS_XATTR if FS_ENCRYPTION
@@ -60,7 +61,9 @@ config F2FS_FS_SECURITY
          Security Models (LSMs) accepted by AppArmor, SELinux, Smack and TOMOYO
          Linux. This option enables an extended attribute handler for file
          security labels in the f2fs filesystem, so that it requires enabling
-         the extended attribute support in advance.
+         the extended attribute support in advance. In particular you need this
+         option if you use the setcap command to assign initial process capabi-
+         lities to executables (the security.* extended attributes).
 
          If you are not using a security module, say N.