From: dwerder@... (Dominik Werder) Date: 2004-08-22T21:05:48+09:00 Subject: Sandboxing librarys Hello! In my program I try to allow any user to write own code (event handler here) to be loaded and included automatically. To enhance security, can I prevent the author to use specific functions like eval, exec, File.* and so on? If I can, is it then secure? My goal is to let the author only write handler functions that return something but he must not for example modify the system classes, write files, do network and something like that.. Thanks for suggestions! Dominik