Re: [Ironruby-core] Safe Level checking

2008-04-06 Thread John Lam (DLR)
Level checking OK that makes sense. Does it apply to tainting objects too? Pete From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Sunday,06 April 06, 2008 17:25 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Safe Level checking We don’t care about safe

Re: [Ironruby-core] Safe Level checking

2008-04-06 Thread Peter Bacon Darwin
OK that makes sense. Does it apply to tainting objects too? Pete From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Sunday,06 April 06, 2008 17:25 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Safe Level checking We don't care about

Re: [Ironruby-core] Safe Level checking

2008-04-06 Thread Tomas Matousek
We don't care about safe level now, so you can just ignore it. I doubt it is necessary to implement this feature at all. IronRuby doesn't contain any unsafe code. Hence CLR checks are always present regardless of what we check, so your code cannot do anything that is disallowed by CLR security s