controlelf: add protmax control

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2019-09-27 17:28:25 +00:00
parent 1a444441d8
commit d70d327f0e

View File

@ -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[] = {