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[] = {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"