diff mbox

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

Message ID 1401437734-26382-2-git-send-email-tyhicks@canonical.com
State New
Headers show

Commit Message

Tyler Hicks May 30, 2014, 8:15 a.m. UTC
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@canonical.com>
---
 debian.manta/config/config.common.ubuntu | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
diff mbox

Patch

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