From 5714f53e6c038598c7ae17cfc9b359fff2fa698f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 15 Oct 2020 00:12:04 +0200 Subject: Clarify use of sandbox. --- module/calp/main.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'module/calp/main.scm') diff --git a/module/calp/main.scm b/module/calp/main.scm index 2eb1ee05..92f33280 100644 --- a/module/calp/main.scm +++ b/module/calp/main.scm @@ -135,7 +135,10 @@ [repl => repl-start]) - ;; load config + ;; Load config + ;; Sandbox and "stuff" not for security from the user. The config script is + ;; assumed to be "safe". Instead it's so we can control the environment in + ;; which it is executed. (catch #t (lambda () (eval -- cgit v1.2.3