controlelf: add protmax control
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1a444441d8
commit
d70d327f0e
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user