现实中的沙箱,是一种儿童网具,类如KFC中一个装满小球的容器,儿童可以在随意玩耍,起到保护儿童的作用。也可以理解为一种安全环境。
计算机安全领域的沙箱,就是也是指一种安全环境。程序在这个安全环境中运行,不允许这个程序对我的电脑做坏事。
现实中的沙箱是为了保护儿童的,而计算机安全领域的沙箱好像是为了防止小孩打坏电视而设置的笼子。
例如:Chrome支持多标签浏览,每个标签页面都在独立的“沙箱”(Sand Box)内运行,在提高安全性的同时,一个标签页面的崩溃也不会导致其他标签页面被关闭。
Sandbox may refer to:
- Litter box, an indoor box for cats to relieve themselves
- Sandpit or sandbox, a wide, shallow playground construction to hold sand often made of wood or plastic
In computing:
- Sandbox (computer security), a virtual container in which untrusted programs can be safely run
- Sandbox (software development), an online environment in which code or content changes can be tested without affecting the original system