Browse thread
Sandboxing in ocaml
- Christian Szegedy
[
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: | Christian Szegedy <szegedy@t...> |
| Subject: | Sandboxing in ocaml |
Hello, Is this possible in ocaml to dynamically load some (bytcode) OCaml file and run it in a safe environment, that is only using a small subset of selected functions instead of the whole Pervasives?