fix sandbox permissions on "links.rktd" files
This commit is contained in:
parent
03c7cfdc42
commit
8c239a6370
|
@ -941,7 +941,8 @@
|
|||
(exists ,(find-system-path 'addon-dir))
|
||||
(read ,(build-path (find-system-path 'addon-dir) "links.rktd"))
|
||||
(read ,(build-path (find-system-path 'addon-dir) (version) "links.rktd"))
|
||||
(read ,(build-path (find-config-dir) "links.rktd"))
|
||||
,@(for/list ([f (get-links-search-files)])
|
||||
`(read ,f))
|
||||
(read ,(find-lib-dir))
|
||||
,@(compute-permissions allow-for-require allow-for-load)
|
||||
,@(sandbox-path-permissions))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user