]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not substitute interpeter if the brand interpreter path is
authorKonstantin Belousov <kib@FreeBSD.org>
Sat, 26 Dec 2015 15:40:12 +0000 (15:40 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Sat, 26 Dec 2015 15:40:12 +0000 (15:40 +0000)
commit18995077068627b8424f0740e25e23e8e2a163c4
treee54ce57791443d52441be9a2798a4f5e9372964b
parent4a19ae21ae0c170c8320e7308769875961cbbfb2
Do not substitute interpeter if the brand interpreter path is
different from the interpreter path requested by the binary.

Before this change, it is impossible to activate non-default
interpreter for 32bit image on amd64, when /libexec/ld-elf32.so.1 file
exists.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
sys/kern/imgact_elf.c