Em Terça 13 Junho 2006 06:53, Damjan escreveu: > What is the choice of restricted templates for TurboGears? > By restricted I mean, the template should not be able to execute > arbitrary python code (or maybe it should not execute anything at all).
What I've been seeing here is that using AppArmor, from Novell, with our system will work very well. There you can restrict all actions that the *kernel* will allow the app to do, and what it can access. By restricting this, you can guarantee that even if some code is used inside your template it won't do any harm to your system. Of course, I'm talking about Linux servers... http://en.opensuse.org/Apparmor http://en.opensuse.org/AppArmor_Detail -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

