Home Implementation Testing Add-Ons > disman API > Smurf > JAX > Schedule-MIB > Tcl Engine Documentation Download Mailinglist People |
The Jasmin Project
Manual Page (TnmSmxProfiles.n)
TnmSmxProfiles(n) Tnm Tcl Extension TnmSmxProfiles(n) _________________________________________________________________ NAME TnmSmxProfiles - A Tcl package of procedures that imple- ment common SMX runtime security profiles. _________________________________________________________________ DESCRIPTION The TnmSmxProfiles package provides a set of Tcl command procedures which implement SMX runtime security profiles. USING THE PACKAGE The TnmSmxProfiles package is loaded into a Tcl inter- preter by using the following sequence of Tcl commands: package require Tnm package require TnmSmxProfiles $tnm(version) All the TnmSmxProfiles commands live in the TnmSmxProfiles namespace. You can import these commands into the current namespace by using the following Tcl command: namespace import TnmSmxProfiles::* Note that it is actually required to import the procedures into the global namespace since the SMX protocol is not capable to transfer runtime security profile names with a namespace separator. COMMANDS TnmSmxProfiles::safe slave The TnmSmxProfiles::safe procedure implements a safe runtime security profile which only supports safe Tcl commands. TnmSmxProfiles::snmp slave The TnmSmxProfiles::snmp procedure implements a safe runtime security profile which provides access to the Tnm::snmp and the Tnm::mib commands. TnmSmxProfiles::tnm slave The TnmSmxProfiles::tnm procedure implements a run- time security profile which supports all Tnm com- mands. This is not a very safe profile since it allows scripts arbitrary use of the network. Fur- thermore, scripts can issue syslog messages and disturb the system in other unpleasant ways. Tnm January 2001 1 TnmSmxProfiles(n) Tnm Tcl Extension TnmSmxProfiles(n) SEE ALSO scotty(1), Tnm(n), Tcl(n) AUTHORS Juergen Schoenwaelder <schoenw@ibr.cs.tu-bs.de> Tnm January 2001 2
© 2000 TU Braunschweig, NEC C&C Europe -
Wed Sep 5 12:28:13 2001
|