Re: RT linker, rpath and security
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 11, 2023 at 08:09:30AM +0200, [email protected] wrote: > Isn't it the way a run time linker uses rpath search path a security > risk? IMHO it is not the job of the runtime linker to fix up stupid admin decisions. Our own builds do not produce any binaries that have dangerous RPATH entries inside our default setups. Martin