Commit bd7253bc authored by Lockywolf's avatar Lockywolf Committed by Jaegeuk Kim
Browse files

f2fs: Add a small clarification to CONFIG_FS_F2FS_FS_SECURITY



Signed-off-by: default avatarLockywolf <lockywolf@gmail.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent cb8434f1
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,9 @@ config F2FS_FS_SECURITY
	  Security Models (LSMs) accepted by AppArmor, SELinux, Smack and TOMOYO
	  Security Models (LSMs) accepted by AppArmor, SELinux, Smack and TOMOYO
	  Linux. This option enables an extended attribute handler for file
	  Linux. This option enables an extended attribute handler for file
	  security labels in the f2fs filesystem, so that it requires enabling
	  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.
	  If you are not using a security module, say N.