public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Marcel Lorenz <marcel.lorenz@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] grub: fix build fail
Date: Mon, 04 Apr 2016 07:24:03 +0200	[thread overview]
Message-ID: <1459747443-23781-2-git-send-email-marcel.lorenz@ipfire.org> (raw)
In-Reply-To: <1459747443-23781-1-git-send-email-marcel.lorenz@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>

---
 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


  reply	other threads:[~2016-04-04  5:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04  5:24 [PATCH 1/2] binutils: update to 2.25.1 Marcel Lorenz
2016-04-04  5:24 ` Marcel Lorenz [this message]
2016-04-04 11:51 ` Arne Fitzenreiter
2016-04-05  5:21   ` Marcel Lorenz
2016-04-05 11:10     ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459747443-23781-2-git-send-email-marcel.lorenz@ipfire.org \
    --to=marcel.lorenz@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox