Re: [Pharo-project] Issue 3188 in pharo: do we need SecurityManager?

2011-04-16 Thread pharo
Updates: Status: FixProposed Comment #3 on issue 3188 by marcus.d...@gmail.com: do we need SecurityManager? http://code.google.com/p/pharo/issues/detail?id=3188 After Issue 4033 is added, the attached cs can be used to remove SecurityManager. CAUTION: preamble needed.

Re: [Pharo-project] Issue 3188 in pharo: do we need SecurityManager?

2011-04-16 Thread pharo
Comment #4 on issue 3188 by siguc...@gmail.com: do we need SecurityManager? http://code.google.com/p/pharo/issues/detail?id=3188 There are certain primitives which controlling VM security plugin self flushSecurityKeys. self disableFileAccess. self disableImageWrite.

Re: [Pharo-project] Issue 3188 in pharo: do we need SecurityManager?

2011-04-09 Thread pharo
Comment #2 on issue 3188 by marcus.d...@gmail.com: do we need SecurityManager? http://code.google.com/p/pharo/issues/detail?id=3188 We need to integrate Issue 3818 before (changes / cleanups to startup logic)