I'm working on an IRC bot that has a built-in scripting language that certain remote users can use to write scripts for the bot. These scripts can only access the bot's facilities; IE they are not allowed to access the file system, mainly because I don't trust all of the users that have permission to edit scripts on my IRC bot. I want to add some scripting utilities to allow users to run queries/updates on an H2 database made available to the scripting language. However, I don't want users to be able to use calls such as FILE_READ, as this could pose an obvious security risk to my machine. I do, however, want users to have admin rights on the database so that they can create and drop tables. Is there a way to do this by either modifying the database URL or using a Java system property?
-- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
