Skip to content
Prev 36755 / 63424 Next

R in sandbox/jail (long question)

On 18/05/2010 10:38 PM, Assaf Gordon wrote:
That sounds too restrictive.  R uses connections internally in various 
places, with no reference to the file system.  It also uses them when 
reading its own files.  So if you stop a user from creating connections, 
you'll somehow need to distinguish between user-created ones and 
internally necessary ones:  not easy.


My plan is to run R like this:
.Internal is needed by tons of base functions.  So again, you'll need to 
distinguish where the call is coming from, and that's not easy.

Duncan Murdoch