svn commit: r352805 - head/tools/tools/controlelf

Ed Maste emaste at FreeBSD.org
Fri Sep 27 17:28:26 UTC 2019


Author: emaste
Date: Fri Sep 27 17:28:25 2019
New Revision: 352805
URL: https://svnweb.freebsd.org/changeset/base/352805

Log:
  controlelf: add protmax control
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/tools/tools/controlelf/controlelf.c

Modified: head/tools/tools/controlelf/controlelf.c
==============================================================================
--- head/tools/tools/controlelf/controlelf.c	Fri Sep 27 17:11:21 2019	(r352804)
+++ head/tools/tools/controlelf/controlelf.c	Fri Sep 27 17:28:25 2019	(r352805)
@@ -62,6 +62,7 @@ struct ControlFeatures {
 
 static struct ControlFeatures featurelist[] = {
 	{ "aslr",	NT_FREEBSD_FCTL_ASLR_DISABLE,	"Disable ASLR" },
+	{ "protmax",	NT_FREEBSD_FCTL_PROTMAX_DISABLE,"Disable implicit PROT_MAX" },
 };
 
 static struct option controlelf_longopts[] = {


More information about the svn-src-all mailing list