Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Altering the security for Rebol View 1.3
Pages: [1] Print
Author Topic: Altering the security for Rebol View 1.3  (Read 429 times)
GedB
Newbie
*
Offline Offline

Posts: 26


View Profile WWW
Altering the security for Rebol View 1.3
« on: June 22, 2005, 08:52:32 AM »

I want to allow all on my main folder when using Rebol View 1.3

So I updated the User.r to the following:

Code:
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

Code:
[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
Full Member
***
Offline Offline

Posts: 182


View Profile WWW
Altering the security for Rebol View 1.3
« Reply #1 on: June 23, 2005, 04:26:27 AM »

Quote
Code:
secure: :security
You have an extra colon there... (actually, two, since the get-word is not strictly necessary)

Use:

Code:
secure security

instead.
Logged
GedB
Newbie
*
Offline Offline

Posts: 26


View Profile WWW
Altering the security for Rebol View 1.3
« Reply #2 on: July 21, 2005, 07:46:53 AM »

Gabriele,

Thanks.
Logged
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: Altering the security for Rebol View 1.3
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
August 30, 2008, 06:48:42 AM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2235 Posts in 583 Topics by 1757 Members
Latest Member: Xzycdysz

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc