diff --git a/collects/racket/sandbox.rkt b/collects/racket/sandbox.rkt index 0fb9aa9106..990d4176d9 100644 --- a/collects/racket/sandbox.rkt +++ b/collects/racket/sandbox.rkt @@ -6,7 +6,8 @@ racket/string syntax/moddep racket/gui/dynamic - planet/config) + planet/config + setup/dirs) (provide gui? sandbox-init-hook @@ -891,6 +892,7 @@ (read-bytecode ,(PLANET-BASE-DIR)) (exists ,(find-system-path 'addon-dir)) (read ,(find-system-path 'links-file)) + (read ,(find-lib-dir)) ,@(compute-permissions allow) ,@(sandbox-path-permissions))] ;; general info