Re: [PATCH 08/15] nx: set the nx compatible flag in EFI grub images

2024-05-24 Thread Vladimir 'phcoder' Serbinenko
Reviewed By: Vladimir Serbinenko On Fri, May 24, 2024 at 2:06 PM Mate Kukri wrote: > > From: Peter Jones > > For NX, we need the grub binary to announce that it is compatible with > the NX feature. This implies that when loading the executable grub > image, several attributes are true: > > - th

[PATCH 08/15] nx: set the nx compatible flag in EFI grub images

2024-05-24 Thread Mate Kukri
From: Peter Jones For NX, we need the grub binary to announce that it is compatible with the NX feature. This implies that when loading the executable grub image, several attributes are true: - the binary doesn't need an executable stack - the binary doesn't need sections to be both executable