Hi Rebollers I am experiencing a security annoyance regarding the 'do command.
Let me illustrate this with a minimal (not to be tested) rebol program : rebol [title: "security annoyance"] do %../include/foo.r foo halt The 'do line always ask me for permission to execute %foo.r. The only way to get through is to move/copy the include directory in the program directory. As I intend to use the include directory from various locations, it is not the best solution. I have tried several work-around unsuccesfully : - the secure function - the rebol.exe -s - the rebol.exe --secure none My rebol directory is organized like this : /d/rebview <-- rebol home /d/rebview/local <-- base for all my programs /d/rebview/local/p1 <-- a program directory /d/rebview/local/p2 <-- a program directory ... /d/rebview/local/pX <-- a program directory /d/rebview/local/include <-- the place for reusable program Any idea ? Patrick ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
