Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Network Guru...

From: brett:codeconscious at: 19-Dec-2001 13:22

> Are you saying that when security is relaxed to run a script, it is
relaxed
> only for that script? I wrote my own scripts, and trust them.
It is relaxed for the Rebol session the script runs in. It is not something that is associated with the script. Conceptually there is a minimum set of permissions that your script needs in order to complete successfully. If the Rebol session your script runs in has a higher level of security than what you script can run in you will get the dialogue box popping up. Or if you are running the session in quite mode, then the session is terminated because it is treated as a failure.
> What is > concerning me is that, while security is relaxed, a hacker might enter my > computer and do mischief. But you are saying that while the script with > the forever loop is running, it alone has control of any port it (or the > script it calls) opens. Is that correct?
I believe so.
> I did read the documentation, but it did not seem to directly answer my > questions, and I would like direct answers just for peace of mind.
Fair enough. The points should be made clear. Keep asking :) Brett.