http://qs321.pair.com?node_id=547392


in reply to Re: Hands-on of Perl by Web
in thread Hands-on of Perl by Web

May you could share your solution ?

Solli Moreira Honorio
Sao Paulo - Brazil

Replies are listed 'Best First'.
Re^3: Hands-on of Perl by Web
by BUU (Prior) on May 04, 2006 at 23:29 UTC
    Chroots and ulimits were my solution. Fork a process, chroot it to someplace useless, add a series of extremely restrictive ulimits for memory, open files, cpu and so forth, then have it drop to a nobody user so it can't change them.

    If you're interested in working further on this, send me a private message and we can talk specifics.