John Sonnenschein wrote: > Alright, so I split it in to rbac & privileges modules ( ucred & > privileges have some overlap but aren't really the same thing in my > mind. I'll be happy to defer however ). Lowercase is dropped, I've also > changed the interfaces to take a list rather than a comma separated > string, the rbac functions return dicts rather than tuples ( so you can > get userattr["name"] rather than userattr[0] ... magic numbers are evil > ) and PRIV_ON and friends are module constants. > > http://cr.opensolaris.org/~error404/pyprivrbac.tar.gz
This looks really useful. We already have Perl bindings for this area included in OpenSolaris so I think we should aim for getting these Python ones included as well. -- Darren J Moffat
