]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: support xattr security labels
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 3 Jun 2013 10:46:19 +0000 (19:46 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 11 Jun 2013 07:01:03 +0000 (16:01 +0900)
commitd98c9aa967ec72e19715a229df082743467891bf
tree959ca29760d6e751bbf5913cc0339b61a23a1a3a
parent8f77f7c6ef1f2d11bc770ca5bdb0cc5fc485eae1
f2fs: support xattr security labels

This patch adds the support of security labels for f2fs, which will be used
by Linus Security Models (LSMs).

Quote from http://en.wikipedia.org/wiki/Linux_Security_Modules:
"Linux Security Modules (LSM) is a framework that allows the Linux kernel to
support a variety of computer security models while avoiding favoritism toward
any single security implementation. The framework is licensed under the terms of
the GNU General Public License and is standard part of the Linux kernel since
Linux 2.6. AppArmor, SELinux, Smack and TOMOYO Linux are the currently accepted
modules in the official kernel.".

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/Kconfig
fs/f2fs/acl.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/node.c
fs/f2fs/xattr.c
fs/f2fs/xattr.h