Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157200493
D28139.id82220.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
971 B
Referenced Files
None
Subscribers
None
D28139.id82220.diff
View Options
Index: usr.bin/elfctl/elfctl.c
===================================================================
--- usr.bin/elfctl/elfctl.c
+++ 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
Wed, May 20, 7:01 AM (3 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33339455
Default Alt Text
D28139.id82220.diff (971 B)
Attached To
Mode
D28139: elfctl: prefix disable flags with "no"
Attached
Detach File
Event Timeline
Log In to Comment