unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile Sandbox and importing modules
@ 2020-04-07 18:44 Kovacsics Róbert
  0 siblings, 0 replies; only message in thread
From: Kovacsics Róbert @ 2020-04-07 18:44 UTC (permalink / raw)
  To: Guile User Mailing List

Hi,

I have been playing around with libfive-{guile,studio}, which seems
nice so far, but one of the problems is it doesn't support importing
other modules due to the sandboxing, AFAICS
(https://github.com/libfive/libfive/issues/285). I wonder if I could
have some opinions on it, e.g. if I were to put use-modules into a
sandbox would it break the sandbox completely? Presumably if I am
importing/compiling code (such as read/eval) within the sandbox just
as if it were written inline, it won't break the sandbox -- just fail
to load. Do I have to write my own load function that does this? Will
this strategy break with compiled .go files, which might I presume
call out to arbitrary C or somesuch, and would first need to be
analysed.

Thanks,
Robert



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-07 18:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 18:44 Guile Sandbox and importing modules Kovacsics Róbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).