|
Pages: [1]
|
 |
|
Author
|
Topic: Altering the security for Rebol View 1.3 (Read 407 times)
|
|
GedB
|
I want to allow all on my main folder when using Rebol View 1.3 So I updated the User.r to the following: REBOL [ Title: "User Preferences" Date: 22-Jun-2005/14:44:00+1:00 ]
set-net [ none none none none ] set-user-name "Ged Byrne" if (not none? system/view) [ system/view/screen-face/options: none ]
security: secure query
append security [%/c/gedbs/rebol/ allow]
secure: :security
If I go to the console and 'robe secure query' I get the following [net allow library ask shell ask file ask %/c/program%20files/rebol/view [allow read ask write ask execute] %/c/documents%20and%20settings/gbyrne/ application%20data/rebol allow %/c/program%20files/rebol/view allow %/c/g edbs/rebol/ allow]
However, I still get asked whenever I try to browse to my folder from the desktop. Where am I going wrong?
|
|
|
|
|
Logged
|
|
|
|
|
Gabriele
|
You have an extra colon there... (actually, two, since the get-word is not strictly necessary) Use: secure security instead.
|
|
|
|
|
Logged
|
|
|
|
|
GedB
|
Gabriele,
Thanks.
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |