On 19/01/14 14:23, Jack Moffitt wrote:
Rust's safety model is not intended to prevent untrusted code from
doing evil things.
We'd like something like this for Servo, but I think the idea was to
see if we couldn't use NaCl to do this kind of sandboxing. The NaCl
devs seemed to think this might be interesting as well.
jack.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev
Isn't the "correct" way to do this to use the OS's security features?
FWIW, https://github.com/mozilla/rust/issues/6811 covers allowing
spawning tasks as sandboxed tasks, and strcat wrote up something about
sandboxing on Linux for Servo:
https://github.com/mozilla/servo/wiki/Linux-sandboxing
Huon
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev