]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
elfctl: prefix disable flags with "no"
authorEd Maste <emaste@FreeBSD.org>
Wed, 13 Jan 2021 18:08:31 +0000 (13:08 -0500)
committerEd Maste <emaste@FreeBSD.org>
Tue, 26 Jan 2021 14:48:14 +0000 (09:48 -0500)
commitf56d7f838f5b3aa0f55b10406eaa7eb760a3ba18
tree3fd9b64680d22f908de6bb600885771ea9b92720
parentd7e23b5cdd8465bd50f88b1e38cb695a361a26f5
elfctl: prefix disable flags with "no"

Some ELF feature flags indicate a request to opt-out of some feature,
for example NT_FREEBSD_FCTL_ASLR_DISABLE indicates that ASLR should be
disabled for the tagged binary.  Using "aslr" as the short name for the
flag is confusing as it seems to indicate a request for ASLR to be
enabled.  Rename "noaslr", and make a similar change for other opt-out
flags.

Reviewed by: bapt, manu, markj
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D28139

(cherry picked from commit c763f99d11fdc9641308124c4a030c90b6a7fdbb)
usr.bin/elfctl/elfctl.c