diff mbox

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

Message ID 1401437676-11582-3-git-send-email-tyhicks@canonical.com
State New
Headers show

Commit Message

Tyler Hicks May 30, 2014, 8:14 a.m. UTC
Note that the ext3-specific options are already enabled.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
---
 debian.mako/config/config.common.ubuntu | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

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