The Safe-Tcl Security Model

  • Authors:
  • John K. Ousterhout;Jacob Y. Levy;Brent B. Welch

  • Affiliations:
  • -;-;-

  • Venue:
  • Mobile Agents and Security
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

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 padded 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 within a single application, and it supports both policies that authenticate incoming scripts and those that do not.