From 1b7caac68d14400f2cafdbd8ffb2879882c1eae0 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Mon, 28 Nov 2011 15:39:36 -0800 Subject: [PATCH] CHROMIUM: config: enable Yama Enable the Yama LSM, gaining symlink, hardlink, and ptrace restrictions. BUG=chromium-os:22137 TEST=x86-alex build, boot, suite_Smoke passes, logging_UserCrash passes, security_SymlinkRestrictions, security_HardlinkRestrictions, security_ptraceRestriction. STATUS=Fixed Change-Id: If55aaff3e6f79a6cc839fca1377d701f2cb0d169 Signed-off-by: Kees Cook Reviewed-on: https://gerrit.chromium.org/gerrit/12409 Reviewed-by: Olof Johansson --- chromeos/config/base.config | 1 + 1 file changed, 1 insertion(+) diff --git a/chromeos/config/base.config b/chromeos/config/base.config index c9c07fbc1c17..6bf53faafd76 100644 --- a/chromeos/config/base.config +++ b/chromeos/config/base.config @@ -1223,6 +1223,7 @@ CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_NETWORK_XFRM is not set CONFIG_SECURITY_PATH=y # CONFIG_SECURITY_TOMOYO is not set +CONFIG_SECURITY_YAMA=y CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_AD7414 is not set # CONFIG_SENSORS_AD7418 is not set -- 2.20.1