From 2e5cc6d68fbc9e1159634f76363b12a0947a09c2 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 17 Feb 2013 18:51:20 -0800 Subject: [PATCH] feat(eclass/cros-kernel): remove SECURITY_CHROMIUMOS we don't want to lock down while things are moving (see breaking) fast --- .../coreos-overlay/eclass/cros-kernel/i386_defconfig | 2 +- .../coreos-overlay/eclass/cros-kernel/x86_64_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/i386_defconfig b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/i386_defconfig index 02e0e482c2..41617c8a2e 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/i386_defconfig +++ b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/i386_defconfig @@ -427,7 +427,7 @@ CONFIG_KEYS_DEBUG_PROC_KEYS=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_YAMA=y -CONFIG_SECURITY_CHROMIUMOS=y +# CONFIG_SECURITY_CHROMIUMOS is not set CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_CRYPTO_AUTHENC=y CONFIG_CRYPTO_HMAC=y diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig index e18c449162..00a003fb8d 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig +++ b/sdk_container/src/third_party/coreos-overlay/eclass/cros-kernel/x86_64_defconfig @@ -441,7 +441,7 @@ CONFIG_KEYS_DEBUG_PROC_KEYS=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_YAMA=y -CONFIG_SECURITY_CHROMIUMOS=y +# CONFIG_SECURITY_CHROMIUMOS is not set CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_CRYPTO_AUTHENC=y CONFIG_CRYPTO_HMAC=y