render / rpms / edk2

Forked from rpms/edk2 2 months ago
Clone

Blame SOURCES/0028-Revert-ArmVirtPkg-make-EFI_LOADER_DATA-non-executabl.patch

795857
From 2f497dbe08c4374e02006edb5c2036d7216cd878 Mon Sep 17 00:00:00 2001
795857
From: =?UTF-8?q?Pawe=C5=82=20Po=C5=82awski?= <ppolawsk@redhat.com>
795857
Date: Wed, 7 Dec 2022 03:19:20 +0100
795857
Subject: Revert "ArmVirtPkg: make EFI_LOADER_DATA non-executable"
795857
795857
This reverts commit 2997ae38739756ecba9b0de19e86032ebc689ef9.
795857
---
795857
 ArmVirtPkg/ArmVirt.dsc.inc | 2 +-
795857
 1 file changed, 1 insertion(+), 1 deletion(-)
795857
795857
diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc
795857
index 1f0f8d44cd..65bfbc033f 100644
795857
--- a/ArmVirtPkg/ArmVirt.dsc.inc
795857
+++ b/ArmVirtPkg/ArmVirt.dsc.inc
795857
@@ -368,7 +368,7 @@
795857
   # reserved ones, with the exception of LoaderData regions, of which OS loaders
795857
   # (i.e., GRUB) may assume that its contents are executable.
795857
   #
795857
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD5
795857
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD1
795857
 
795857
 [Components.common]
795857
   #
795857
-- 
795857
2.38.1
795857