@parzivalwolfram@infosec.exchange
Post #3574244
2026-01-10 11:18 UTC
$ cat sys-patch.sh
#Go To Jail For Your Linker Crimes
mkdir -p /usr/jail
mv /usr/ccs/bin/as /usr/jail/as.orig
mv /usr/ccs/bin/ld /usr/jail/ld.orig
Replies (1)
-
@parzivalwolfram@infosec.exchange 2026-01-10 11:22
this legitimately instantly fixed a hundred things because several GNU makefiles reset your PATH at some point and if you're trying to avoid default linker/etc, suddenly resetting the path tends to revert back to them, even with "LD=/very/specific/full/path/to/ld" and such.