OSDN Git Service

f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
authorLockywolf <lockywolf@gmail.com>
Sun, 25 Aug 2019 09:28:38 +0000 (17:28 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 16 Sep 2019 15:38:48 +0000 (08:38 -0700)
Signed-off-by: Lockywolf <lockywolf@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/Kconfig

index 95f1b99..652fd2e 100644 (file)
@@ -61,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.