On Thu, 18 Mar 2010 17:51:26 +0100 Casper.Dik at sun.com wrote:
> >the fix to disable builtins for pfksh is only a few lines
> >dgk and I are checking out the code now
> >
> >there is another alternative if we can pfexec bracket sections of code inline
> >I beleieve a message yesterday, about 1000 posts ago:) mentioned this is
> >possible
> >e.g., for the builtin b_mkdir() (with made-up function names)
> > pfexec_pretend("mkdir")
> > b_mkdir()
> > pfexec_stop_pretending()
> >if this is possible I would like to see example code
> No, not quite: the kernel-code will only work on exec and not inside
> a shell.
ok, thanks
anyway, we should have an alpha package for you to check tomorrow
that disables the -lcmd builtins in pfksh