From 2c1b40d904313332167945755da7f4b182f3c040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 19 Jan 2022 14:58:48 +0900 Subject: [PATCH] Set noexecstack on NativeAOT-generated executables Contributes to https://github.com/dotnet/runtimelab/issues/1738. --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props index b49f24ea2bc38..a141336c3b1da 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props @@ -95,6 +95,8 @@ The .NET Foundation licenses this file to you under the MIT license. + +