[PATCH 2/3] UBUNTU: [Config] Enable ext2 and ext4 security-related options
Tyler Hicks
tyhicks at canonical.com
Fri May 30 08:14:35 UTC 2014
Note that the ext3-specific options are already enabled.
Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
---
debian.mako/config/config.common.ubuntu | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian.mako/config/config.common.ubuntu b/debian.mako/config/config.common.ubuntu
index 7f9967c..f42ee46 100644
--- a/debian.mako/config/config.common.ubuntu
+++ b/debian.mako/config/config.common.ubuntu
@@ -594,8 +594,8 @@ CONFIG_EVM=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
@@ -605,8 +605,8 @@ 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