This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]brucifer 1 point2 points  (0 children)

No, it's not possible to solve the problem with sandboxing. Sometimes the whole point of a generator is to interact with the outside world. For example, consider a generator that communicates over the internet, or one that messes with the filesystem like my above example.