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 03:25:57PM +0200, [email protected] wrote: > Why the argument "admin should know better" isn't given for these > instead of implementing security measures? An admin can not check all input that binaries have to deal with, but checking sane access rights for paths showing up in binaries they install (or trusting pkgsrc to have done that and creatings dirs with proper permissions) is easy. Martin