aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig38
1 files changed, 38 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f9b5842c8d2d..572cc435a1bb 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1101,6 +1101,44 @@ config JFFS2_SUMMARY
1101 1101
1102 If unsure, say 'N'. 1102 If unsure, say 'N'.
1103 1103
1104config JFFS2_FS_XATTR
1105 bool "JFFS2 XATTR support (EXPERIMENTAL)"
1106 depends on JFFS2_FS && EXPERIMENTAL && !JFFS2_FS_WRITEBUFFER
1107 default n
1108 help
1109 Extended attributes are name:value pairs associated with inodes by
1110 the kernel or by users (see the attr(5) manual page, or visit
1111 <http://acl.bestbits.at/> for details).
1112
1113 If unsure, say N.
1114
1115config JFFS2_FS_POSIX_ACL
1116 bool "JFFS2 POSIX Access Control Lists"
1117 depends on JFFS2_FS_XATTR
1118 default y
1119 select FS_POSIX_ACL
1120 help
1121 Posix Access Control Lists (ACLs) support permissions for users and
1122 groups beyond the owner/group/world scheme.
1123
1124 To learn more about Access Control Lists, visit the Posix ACLs for
1125 Linux website <http://acl.bestbits.at/>.
1126
1127 If you don't know what Access Control Lists are, say N
1128
1129config JFFS2_FS_SECURITY
1130 bool "JFFS2 Security Labels"
1131 depends on JFFS2_FS_XATTR
1132 default y
1133 help
1134 Security labels support alternative access control models
1135 implemented by security modules like SELinux. This option
1136 enables an extended attribute handler for file security
1137 labels in the jffs2 filesystem.
1138
1139 If you are not using a security module that requires using
1140 extended attributes for file security labels, say N.
1141
1104config JFFS2_COMPRESSION_OPTIONS 1142config JFFS2_COMPRESSION_OPTIONS
1105 bool "Advanced compression options for JFFS2" 1143 bool "Advanced compression options for JFFS2"
1106 depends on JFFS2_FS 1144 depends on JFFS2_FS