aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs
diff options
context:
space:
mode:
authorLockywolf <lockywolf@gmail.com>2019-08-25 17:28:38 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2019-09-16 08:38:48 -0700
commitbd7253bc5eee11877d963453dc5812e99d26c317 (patch)
treef344baf6caf4c370418c9d6eb78e25cd2dddd687 /fs/f2fs
parentf2fs: fix inode rwsem regression (diff)
downloadlinux-dev-bd7253bc5eee11877d963453dc5812e99d26c317.tar.xz
linux-dev-bd7253bc5eee11877d963453dc5812e99d26c317.zip
f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY
Signed-off-by: Lockywolf <lockywolf@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs')
-rw-r--r--fs/f2fs/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig
index 95f1b99fa900..652fd2e2b23d 100644
--- a/fs/f2fs/Kconfig
+++ b/fs/f2fs/Kconfig
@@ -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.