Skip to content

Commit db89718

Browse files
committed
FIX: lower security policy on the application data directory (when running a script)
1 parent 928761b commit db89718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/sys-start.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ start: func [
184184
file throw
185185
(path) [allow read]
186186
(home) [allow read]
187-
(data) [allow read write]
187+
(data) allow
188188
(first script-path) allow
189189
]
190190
]

0 commit comments

Comments
 (0)