From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH 2/2] grub: fix bild fail after binutils update Date: Sun, 27 Mar 2016 10:34:49 +0200 Message-ID: <1459067689-21114-2-git-send-email-marcel.lorenz@ipfire.org> In-Reply-To: <1459067689-21114-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6912075693651977555==" List-Id: --===============6912075693651977555== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- lfs/grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/grub b/lfs/grub index ba74408..72b9551 100644 --- a/lfs/grub +++ b/lfs/grub @@ -100,8 +100,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) install -m 644 $(DIR_SRC)/config/grub2/default /etc/default/grub # Disable hardening. - paxctl -mpes /usr/sbin/grub-bios-setup /usr/sbin/grub-probe - paxctl -mpexs /usr/bin/grub-script-check + paxctl -mpesc /usr/sbin/grub-bios-setup /usr/sbin/grub-probe + paxctl -mpexsc /usr/bin/grub-script-check # We don't need to install unifont just to generate a grub2 compatible # font archive for the graphical boot menu. The following command only -- 1.9.1 --===============6912075693651977555==--