On Thu, 30 Apr 2009 12:00:24 -0400 [email protected] wrote: > > Hi, > > Is there any way of executing an untrusted prolog-program in a secure > way. That is, so there is no way for the program to for instance read > or modify files / establish network connections etc. > > (I'm a TA and thinking of writing an automated solution tester.) > > // Andreas Lundblad >
The place to do this is at a system level, and not as a language feature, per-se. To be paranoid, you might run your suspect program inside a chrooted box on OpenBSD. Dhu > > > > ------------------------------ > > _______________________________________________ > Users-prolog mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/users-prolog > > > End of Users-prolog Digest, Vol 72, Issue 11 > ******************************************** > _______________________________________________ Users-prolog mailing list [email protected] http://lists.gnu.org/mailman/listinfo/users-prolog
