|
From: SourceForge.net <no...@so...> - 2011-09-26 10:49:13
|
Bugs item #3211758, was opened at 2011-03-14 17:52 Message generated for change (Comment added) made by dkf You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110894&aid=3211758&group_id=10894 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: 16. Commands A-H Group: obsolete: 8.6b1 >Status: Closed >Resolution: Fixed Priority: 9 Private: No Submitted By: Bruce A. Johnson (nmrview) Assigned to: Donal K. Fellows (dkf) Summary: Can't expose file command in safe interp Initial Comment: Using ActiveTcl 8.6b5 on Ubuntu Linux I'm having the following problem: % set i [interp create -safe] interp0 % interp expose $i file ::tcl::mathfunc::maxunknown hidden command "file" % ---------------------------------------------------------------------- >Comment By: Donal K. Fellows (dkf) Date: 2011-09-26 11:49 Message: I've made [file] be hidden in safe interpreters, but I don't think it's a very good idea all the same. The change to having it be an ensemble changes the way you are best advised to write a security policy (i.e., [file] should be there, but only with safe operations in it). ---------------------------------------------------------------------- Comment By: Donal K. Fellows (dkf) Date: 2011-03-16 11:39 Message: [file] is exposed, but its unsafe subcommands fail. ---------------------------------------------------------------------- Comment By: Jeffrey Hobbs (hobbs) Date: 2011-03-15 17:02 Message: This regression needs addressing before 8.6 final. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110894&aid=3211758&group_id=10894 |