Gentoo Archives: gentoo-dev

From: Zach Forrest <diatribe@××××.ca>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Sandbox suggestion
Date: Tue, 11 Dec 2001 13:36:57
Message-Id: 3C16613B.5070101@shaw.ca
In Reply to: Re: [gentoo-dev] Sandbox suggestion by Joshua Pollak
1 > which by default would be a sym-link to bash, but on a sandbox system would
2 > have the dynamic bash in place?
3
4
5 Another (rough) idea, would be to install bash to /bin/sbash and
6 dyn-bash to /bin/dbash. /bin/bash would then be an executable script.
7 When installing a package, sandbox sets $DYNBASH to something, telling
8 the script to use dbash. When done, simply unset $DYNBASH, and, like
9 magic, the script then calls sbash. Feedback?