Browse thread
Securely loading and running untrusted modules
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] Securely loading and running untrusted modules |
> A much more serious problem which I've just found is that _any_ module > (even the empty module) seems to require Pervasives. Thus it seems to > be impossible to create any OCaml code which could be loaded by > Dynlink where Dynlink.allow_only does not specify "Pervasives". Not sure but this seems possible with the -nopervasives option, see this thread : <http://caml.inria.fr/pub/ml-archives/caml-list/2005/03/ 379d29454b8c48aa6e8a020c09fe0485.fr.html> Daniel