[PATCH 1/2] UBUNTU: [Config] Enable ext2 and ext4 security-related options

Tyler Hicks tyhicks at canonical.com
Fri May 30 08:15:33 UTC 2014


Extended attributes on ext4 are also enabled, as they are a dependency.

Note that the ext3-specific options are already enabled.

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

diff --git a/debian.manta/config/config.common.ubuntu b/debian.manta/config/config.common.ubuntu
index 0795104..d34e8da 100644
--- a/debian.manta/config/config.common.ubuntu
+++ b/debian.manta/config/config.common.ubuntu
@@ -628,8 +628,8 @@ 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
@@ -639,7 +639,9 @@ CONFIG_EXT3_FS_SECURITY=y
 CONFIG_EXT3_FS_XATTR=y
 # CONFIG_EXT4_DEBUG is not set
 CONFIG_EXT4_FS=y
-# CONFIG_EXT4_FS_XATTR is not set
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
+CONFIG_EXT4_FS_XATTR=y
 CONFIG_EXTRA_FIRMWARE=""
 CONFIG_EXYNOS4_DEV_FIMC_IS=y
 CONFIG_EXYNOS4_DEV_USB_OHCI=y
-- 
1.9.1





More information about the kernel-team mailing list