help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [PATCH]Remove security framework


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] [PATCH]Remove security framework
Date: Sun, 13 Jan 2013 08:56:28 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]