[PATCH 3/6] UBUNTU: [Config] Enable ext2, ext3 and ext4 security-related options

Tyler Hicks tyhicks at canonical.com
Fri May 30 08:21:20 UTC 2014


Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
---
 debian.flo/config/config.common.ubuntu | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian.flo/config/config.common.ubuntu b/debian.flo/config/config.common.ubuntu
index fe7af3d..885623d1 100644
--- a/debian.flo/config/config.common.ubuntu
+++ b/debian.flo/config/config.common.ubuntu
@@ -664,19 +664,19 @@ CONFIG_EVENT_TRACING=y
 CONFIG_EXPERIMENTAL=y
 CONFIG_EXPERT=y
 CONFIG_EXT2_FS=y
-# CONFIG_EXT2_FS_POSIX_ACL is not set
-# CONFIG_EXT2_FS_SECURITY is not set
+CONFIG_EXT2_FS_POSIX_ACL=y
+CONFIG_EXT2_FS_SECURITY=y
 CONFIG_EXT2_FS_XATTR=y
 # CONFIG_EXT2_FS_XIP is not set
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
 CONFIG_EXT3_FS=y
-# CONFIG_EXT3_FS_POSIX_ACL is not set
-# CONFIG_EXT3_FS_SECURITY is not set
+CONFIG_EXT3_FS_POSIX_ACL=y
+CONFIG_EXT3_FS_SECURITY=y
 CONFIG_EXT3_FS_XATTR=y
 # CONFIG_EXT4_DEBUG is not set
 CONFIG_EXT4_FS=y
-# CONFIG_EXT4_FS_POSIX_ACL is not set
-# CONFIG_EXT4_FS_SECURITY is not set
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
 CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXTRA_FIRMWARE=""
 # CONFIG_EXYNOS_VIDEO is not set
-- 
1.9.1





More information about the kernel-team mailing list