emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 01/01: Use consistent paxctl and setfattr flags f


From: Ulrich Müller
Subject: [Emacs-diffs] emacs-24 01/01: Use consistent paxctl and setfattr flags for temacs.
Date: Tue, 25 Nov 2014 06:55:38 +0000

branch: emacs-24
commit ed54567c7cf958bb5658f4b6da1b0b7decc1d31a
Author: Ulrich Müller <address@hidden>
Date:   Sun Nov 16 12:37:54 2014 +0100

    Use consistent paxctl and setfattr flags for temacs.
    
    * Makefile.in (temacs$(EXEEXT)): Use consistent flag settings
    for paxctl and setfattr. Fixes temacs startup failure with
    grsecurity/PaX enabled Linux kernel (bug#19067).
---
 src/ChangeLog   |    6 ++++++
 src/Makefile.in |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 63ead8d..b17f719 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-25  Ulrich Müller  <address@hidden>
+
+       * Makefile.in (temacs$(EXEEXT)): Use consistent flag settings
+       for paxctl and setfattr. Fixes temacs startup failure with
+       grsecurity/PaX enabled Linux kernel (bug#19067).
+
 2014-11-17  Oscar Fuentes  <address@hidden>
 
        * src/w32.c: Use MINGW_W64 instead of _W64.
diff --git a/src/Makefile.in b/src/Makefile.in
index 70e31b5..99f9981 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -497,7 +497,7 @@ temacs$(EXEEXT): $(LIBXMENU) $(ALLOBJS) \
        test "$(CANNOT_DUMP)" = "yes" || \
          test "X$(PAXCTL)" = X || $(PAXCTL) -r temacs$(EXEEXT)
        test "$(CANNOT_DUMP)" = "yes" || test -z "$(SETFATTR)" || \
-         $(SETFATTR) -n user.pax.flags -v r $@
+         $(SETFATTR) -n user.pax.flags -v er $@
 
 ## The following oldxmenu-related rules are only (possibly) used if
 ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]