diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2015-04-18 22:28:47 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2015-04-18 22:28:47 +0200 |
| commit | b791b7701b266d8eea247a0e216b39056e9f2b65 (patch) | |
| tree | 78736260ee693c0473ff77f8d03ff478c7d013ad | |
| parent | 6cbf3a9a2d69ae5c23427cd23e0d86a67f7d1734 (diff) | |
kernel: add acl / security label support for capabilities
| -rw-r--r-- | kernel/atlantis | 4 | ||||
| -rw-r--r-- | kernel/tardis | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kernel/atlantis b/kernel/atlantis index 7f0aac3..3b6406b 100644 --- a/kernel/atlantis +++ b/kernel/atlantis @@ -2607,8 +2607,8 @@ CONFIG_DCACHE_WORD_ACCESS=y # CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=y CONFIG_EXT4_USE_FOR_EXT23=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_DEBUG is not set CONFIG_JBD2=y # CONFIG_JBD2_DEBUG is not set diff --git a/kernel/tardis b/kernel/tardis index b7dd285..c30852a 100644 --- a/kernel/tardis +++ b/kernel/tardis @@ -2675,8 +2675,8 @@ CONFIG_DCACHE_WORD_ACCESS=y # CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=y CONFIG_EXT4_USE_FOR_EXT23=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_DEBUG is not set CONFIG_JBD2=y # CONFIG_JBD2_DEBUG is not set |
