[arch-commits] Commit in linux-grsec/trunk (sysctl.conf)

Daniel Micay thestinger at nymeria.archlinux.org
Mon May 26 00:22:06 UTC 2014


    Date: Monday, May 26, 2014 @ 02:22:05
  Author: thestinger
Revision: 111866

enable rwxmap_logging by default

This logging feature never has any false positives. It indicates that
PAX_MPROTECT denied an `mprotect` call.

Modified:
  linux-grsec/trunk/sysctl.conf

-------------+
 sysctl.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: sysctl.conf
===================================================================
--- sysctl.conf	2014-05-25 23:59:25 UTC (rev 111865)
+++ sysctl.conf	2014-05-26 00:22:05 UTC (rev 111866)
@@ -77,7 +77,7 @@
 #kernel.grsecurity.signal_logging = 1
 #kernel.grsecurity.forkfail_logging = 1
 #kernel.grsecurity.timechange_logging = 1
-#kernel.grsecurity.rwxmap_logging = 1
+kernel.grsecurity.rwxmap_logging = 1
 
 #
 # Executable protections




More information about the arch-commits mailing list