From 583fcd7761a57ce70777bf8f2d4705ee58f1f3c1 Mon Sep 17 00:00:00 2001 From: xiacong Date: Wed, 15 Nov 2023 10:51:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E9=80=83=E9=80=B8=E5=86=85=E6=A0=B8=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiacong Change-Id: Ie52d82819142e86fefe88cb7cdf62ffd1ccf85c3 --- linux-5.10/rk3568/arch/arm64_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/linux-5.10/rk3568/arch/arm64_defconfig b/linux-5.10/rk3568/arch/arm64_defconfig index cbaead8..5db4e17 100644 --- a/linux-5.10/rk3568/arch/arm64_defconfig +++ b/linux-5.10/rk3568/arch/arm64_defconfig @@ -6103,3 +6103,9 @@ CONFIG_SECURITY_XPM_DEBUG=y # CONFIG_HIDE_MEM_ADDRESS=y # end hide excutable memory address of process manager + +# +# container escape detection +# +CONFIG_SECURITY_CONTAINER_ESCAPE_DETECTION=y +# end of container escape detection -- Gitee