From 324d0d273df3e0038f5122c0169340f8e5cb50f7 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 19 Nov 2021 20:45:01 -0800 Subject: [PATCH] Enable -z,relro,-z,now for NativeAOT binaries Fixes binskim warning BA3011 Contributes to #1738 --- .../BuildIntegration/Microsoft.NETCore.Native.Unix.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props index 225d85cb6623..218f10365b3c 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.props @@ -78,6 +78,7 @@ The .NET Foundation licenses this file to you under the MIT license. +