On Sun, Jan 13, 2013 at 01:18:31AM +0100, Gwenaël Casaccio wrote: > Hi, > > Here is a patch that removes the security framework from the vm side > and the smalltalk side. It needs a review before applying.
What are the arguments to remove this code from the kernel/ and from the vm/? Is the code in the vm hard to maintain? is the framework broken? or is the policy framework just outdated? > - p.untrustedContext = IS_OOP_UNTRUSTED (_gst_this_context_oop); > + p.untrustedContext = false; What is the reason to leave the untrustedContext around? _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
