diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f9b5842c8d2d..2496ccbe2604 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -1075,6 +1075,44 @@ config JFFS2_FS_DEBUG | |||
1075 | If reporting bugs, please try to have available a full dump of the | 1075 | If reporting bugs, please try to have available a full dump of the |
1076 | messages at debug level 1 while the misbehaviour was occurring. | 1076 | messages at debug level 1 while the misbehaviour was occurring. |
1077 | 1077 | ||
1078 | config JFFS2_FS_XATTR | ||
1079 | bool "JFFS2 XATTR support" | ||
1080 | depends on JFFS2_FS | ||
1081 | default n | ||
1082 | help | ||
1083 | Extended attributes are name:value pairs associated with inodes by | ||
1084 | the kernel or by users (see the attr(5) manual page, or visit | ||
1085 | <http://acl.bestbits.at/> for details). | ||
1086 | |||
1087 | If unsure, say N. | ||
1088 | |||
1089 | config JFFS2_FS_POSIX_ACL | ||
1090 | bool "JFFS2 POSIX Access Control Lists" | ||
1091 | depends on JFFS2_FS_XATTR | ||
1092 | default y | ||
1093 | select FS_POSIX_ACL | ||
1094 | help | ||
1095 | Posix Access Control Lists (ACLs) support permissions for users and | ||
1096 | groups beyond the owner/group/world scheme. | ||
1097 | |||
1098 | To learn more about Access Control Lists, visit the Posix ACLs for | ||
1099 | Linux website <http://acl.bestbits.at/>. | ||
1100 | |||
1101 | If you don't know what Access Control Lists are, say N | ||
1102 | |||
1103 | config JFFS2_FS_SECURITY | ||
1104 | bool "JFFS2 Security Labels" | ||
1105 | depends on JFFS2_FS_XATTR | ||
1106 | default y | ||
1107 | help | ||
1108 | Security labels support alternative access control models | ||
1109 | implemented by security modules like SELinux. This option | ||
1110 | enables an extended attribute handler for file security | ||
1111 | labels in the jffs2 filesystem. | ||
1112 | |||
1113 | If you are not using a security module that requires using | ||
1114 | extended attributes for file security labels, say N. | ||
1115 | |||
1078 | config JFFS2_FS_WRITEBUFFER | 1116 | config JFFS2_FS_WRITEBUFFER |
1079 | bool "JFFS2 write-buffering support" | 1117 | bool "JFFS2 write-buffering support" |
1080 | depends on JFFS2_FS | 1118 | depends on JFFS2_FS |