Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 17:28:26 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r352805 - head/tools/tools/controlelf
Message-ID:  <201909271728.x8RHSQXY078929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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[] = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271728.x8RHSQXY078929>