Re: Privilege implementation

2004-10-05 Thread Leopold Toetsch
Felix Gallo [EMAIL PROTECTED] wrote: 6. It's a little alarming that if you look for struct ParrotIOData in src/ and include/, you won't find it. I found it, but couldn't figure out why it was there. Leo? Bigger parts of the interpreter like imcc and IO are distinct subsystems and are

Re: Privilege implementation

2004-10-05 Thread Felix Gallo
Leo writes: Felix Gallo [EMAIL PROTECTED] wrote: 6. It's a little alarming that if you look for struct ParrotIOData in src/ and include/, you won't find it. I found it, but couldn't figure out why it was there. Leo? Bigger parts of the interpreter like imcc and IO are distinct

Privilege implementation

2004-10-04 Thread Felix Gallo
(suggested reading: PDD 18) I am starting work on the implementation of privileges. There are a couple of open issues I'd like to bounce before I start typing in earnest. 1. Privs take several forms. Privs can be per-interpreter (no computed goto), per set-of-ops (e.g., deny everything,