874
edits
(→Dependency Injection: added implementation notes) |
(→Sandboxing: added implementation notes) |
||
| Line 36: | Line 36: | ||
reduce or escalate its privileges, and anything it tries to do that | reduce or escalate its privileges, and anything it tries to do that | ||
violates its privileges will result in a helpful security error. | violates its privileges will result in a helpful security error. | ||
'''Implementation Notes''' | |||
Each Jetpack will run in its own <tt>Components.utils.Sandbox</tt> object with a content principal. | |||
=== Dependency Injection === | === Dependency Injection === | ||
edits