Skip to content

Commit 2ecef2f

Browse files
committed
BUILD: lower security in build scripts
1 parent 1d119f0 commit 2ecef2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/common.r

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ REBOL [
1212
Author: "Carl Sassenrath"
1313
]
1414

15+
; as security was enabled recently, make sure that
16+
; we can access files outside the home dir as before
17+
secure [ file allow ]
18+
1519
; Change back to the main souce directory:
1620
change-dir %../ ;- make sure you call it just once at start!
1721

0 commit comments

Comments
 (0)