]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rtld direct exec: add -d option
authorKonstantin Belousov <kib@FreeBSD.org>
Mon, 11 Oct 2021 22:26:54 +0000 (01:26 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Wed, 13 Oct 2021 00:41:48 +0000 (03:41 +0300)
commitba7f9c1b61329630af25e75cdaca261b389318c7
tree7ce9537d7275138064c5da8f11eceb5b57f5ec4c
parentb82168e657d378ff86ea18c4f03b98aac9ee9bb3
rtld direct exec: add -d option

to ignore lack of execute permission on the binary.  The check is a
bad security theatre anyway.

Reviewed by: arichardson, imp
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D32464
libexec/rtld-elf/rtld.1
libexec/rtld-elf/rtld.c