Sun and Oracle Community Voices How to Buy Log In United States [Change] English

»  1992
»  1993
»  1994
»  1995
»  1996
»  1997
»  1998
»  1999
»  2000
»  2001
»  2002
»  2003
»  2004
»  2005
»  2006

Safe-Tcl Security Model, The

Author(s):
Brent B. Welch, Jacob Y. Levy and John K. Ousterhout
Report Number: Date Published: Available Formats:
TR-97-60 March 1997 Portable Document Format (PDF)
Postscript (PS)
Request Hard Copy
Abstract
Safe-Tcl is a mechanism for controlling the execution of programs written in the Tcl scripting language. It allows untrusted scripts (applets) to be executed while preventing damage to the environment or leakage of private information. Safe-Tcl uses a p added cell approach: each applet is isolated in a "safe interpreter" where it cannot interact directly with the rest of the application. The execution environment of the safe interpreter is controlled by trusted scripts running in a "master interpreter." Safe-Tcl provides an "alias" mechanism that allows applets to request services from the master interpreter in a controlled fashion. Safe-Tcl allows a variety of security policies to be implemented even within a single application, and it supports both policies that authenticate incoming scripts and those that do not.