From dde1e0886fd6a4994b3e231e19138ab7cecf985e Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Sun, 25 Aug 2019 17:28:38 +0800 Subject: [PATCH] f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY Signed-off-by: Lockywolf Signed-off-by: Jaegeuk Kim --- fs/f2fs/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig index 9434d64d51fe..f3414f2ccecd 100644 --- a/fs/f2fs/Kconfig +++ b/fs/f2fs/Kconfig @@ -60,7 +60,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.