LWN.net Logo

Good ideas, but too far from the mainstream

Good ideas, but too far from the mainstream

Posted Jan 13, 2008 18:36 UTC (Sun) by nix (subscriber, #2304)
In reply to: Good ideas, but too far from the mainstream by liljencrantz
Parent article: GoboLinux

I wrote a system at an old workplace which worked something like this. At 
login it traversed a dependency tree, built a pair of directories full of 
symlinks to binaries and shared libraries under /tmp, and pointed PATH and 
LD_LIBRARY_PATH through it. (It used shell traps to remove the 
directories, although if I'd had root privs I would probably have used PAM 
instead.)

(You could ask for specific binaries or all binaries from specific 
packages, but almost nobody but me ever did that. Most people just turned 
everything off and on when necessary, *sigh*)


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds