Dev Tools · 7h ago
Linux Kernel to Support $ORIGIN for Safer Dynamic Linking
The Linux kernel is adding support for $ORIGIN in rpath, a feature that lets executables specify library search paths relative to their own location. This change, merged for a future release, improves security by reducing reliance on absolute paths and LD_LIBRARY_PATH. Developers can now use $ORIGIN without workarounds, simplifying deployment of self-contained binaries.
Meridian48 take
While a welcome improvement for Linux developers, the feature's impact is incremental — it formalizes a common practice rather than introducing a new capability.
linux-kerneldynamic-linking