Sandboxing
- •
def
- •
restricting an application so it cannot access resources unrelated to its own function — it "plays in its own sandbox"
- •
- •
used in
- •
software development, virtual machines, mobile devices, browser iframes, and Windows User Account Control (UAC)
- •
- •