Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158725613
D28139.id82290.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
940 B
Referenced Files
None
Subscribers
None
D28139.id82290.diff
View Options
diff --git a/usr.bin/elfctl/elfctl.c b/usr.bin/elfctl/elfctl.c
--- a/usr.bin/elfctl/elfctl.c
+++ b/usr.bin/elfctl/elfctl.c
@@ -62,13 +62,14 @@
};
static struct ControlFeatures featurelist[] = {
- { "aslr", NT_FREEBSD_FCTL_ASLR_DISABLE, "Disable ASLR" },
- { "protmax", NT_FREEBSD_FCTL_PROTMAX_DISABLE,
+ { "noaslr", NT_FREEBSD_FCTL_ASLR_DISABLE, "Disable ASLR" },
+ { "noprotmax", NT_FREEBSD_FCTL_PROTMAX_DISABLE,
"Disable implicit PROT_MAX" },
- { "stackgap", NT_FREEBSD_FCTL_STKGAP_DISABLE, "Disable stack gap" },
+ { "nostackgap", NT_FREEBSD_FCTL_STKGAP_DISABLE, "Disable stack gap" },
{ "wxneeded", NT_FREEBSD_FCTL_WXNEEDED, "Requires W+X mappings" },
{ "la48", NT_FREEBSD_FCTL_LA48, "amd64: Limit user VA to 48bit" },
- { "aslrstkgap", NT_FREEBSD_FCTL_ASG_DISABLE, "Disable ASLR stack gap" },
+ { "noaslrstkgap", NT_FREEBSD_FCTL_ASG_DISABLE,
+ "Disable ASLR stack gap" },
};
static struct option long_opts[] = {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 6, 2:55 AM (11 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33772918
Default Alt Text
D28139.id82290.diff (940 B)
Attached To
Mode
D28139: elfctl: prefix disable flags with "no"
Attached
Detach File
Event Timeline
Log In to Comment