RE: Security model for Perl with good support in Parrot (Safe/Opc ode etc.)

2002-10-04 Thread Kv Org
--- David Whipp <[EMAIL PROTECTED]> wrote: > Kv Org [mailto:[EMAIL PROTECTED]] wrote > > I believe Perl6 needs a facility to run > > "compartmented" code (object-oriented and > > module-loading) that is tagged as to its > permissions > > and "

RE: Security model for Perl with good support in Parrot (Safe/Opc ode etc.)

2002-10-04 Thread Kv Org
--- David Whipp <[EMAIL PROTECTED]> wrote: > Kv Org [mailto:[EMAIL PROTECTED]] wrote > > I believe Perl6 needs a facility to run > > "compartmented" code (object-oriented and > > module-loading) that is tagged as to its > permissions > > and "

Security model for Perl with good support in Parrot (Safe/Opcode etc.)

2002-09-27 Thread Kv Org
I have always longed for a more flexible security system that could limit what a part of code could do in Perl. In perl5 Safe.pm (and Safe::Hole) have serious limitations and problems since it is difficult to have the security-limited code (that executes in a safe compartment) have use packages