or clean out $IFS and then call /usr/bin/su or other sensitive app... search paths are a convenience, if you're worried about trojans in ~/bin and ., then the least you could do is use the full path to a program.
On 5/25/05, Ray <[EMAIL PROTECTED]> wrote: > On Wed, May 25, 2005 at 04:09:20PM +0300, Mike wrote: > > the thing i meant was something more like this: > > > > puffy:nard {109} alias su 'echo bar' > > puffy:nard {110} su > > bar > > [EMAIL PROTECTED] alias su='echo bar' > [EMAIL PROTECTED] su > bar > [EMAIL PROTECTED] \su > Password: > > -- GDB has a 'break' feature; why doesn't it have 'fix' too?