unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Prikler <leo.prikler@student.tugraz.at>
To: all_but_last@163.com
Cc: guix-devel@gnu.org
Subject: A public Lisp programming interface provide feature like `guix environment --container`
Date: Wed, 04 Nov 2020 08:38:19 +0100	[thread overview]
Message-ID: <33db285c56516bac910112344b7c9766221bdaf3.camel@student.tugraz.at> (raw)
In-Reply-To: 86a6vx7pdq.fsf@163.com

Hello,

Am Mittwoch, den 04.11.2020, 11:49 +0800 schrieb Zhu Zihao
> "guix environment --container" is a very useful feature for me to
> isolate the untrusted software. But sadly it lacks a interface for
> user
> to use it in Lisp programming.
> 
> In (guix scripts environment), only `guix-environment` is exported.
> but
> it process unix style command line option.
(guix scripts …) *is* the command line interface, so it makes sense,
that its interface handles command line arguments.

> I'm wondering it's good to expose some interface suitable for Lisp,
> just
> like the internal function `launch-environment/container`. This can
> encourage me to port more container entry script from shell to Guile.
launch-environment/container still assumes the command to be a shell
script, which I think is not quite what you want.  You probably want to
take a look at call-with-container from (guix build linux-container) or
child-hurds.
I currently don't know of any procedure, that "directly" invokes Scheme
code through Guix environments, so you'd have to build that on your
own.  However, given that your stated goal is to port container entry
scripts [I read this as "the script called by the container at entry"]
to Guile, would it not make sense to have

  (guix-environment [ENVIRONMENT OPTIONS] "--" "guile" "entry.scm")

WDYT?

Regards, Leo



             reply	other threads:[~2020-11-04  7:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-04  7:38 Leo Prikler [this message]
2020-11-04 10:05 ` A public Lisp programming interface provide feature like `guix environment --container` Zhu Zihao
2020-11-04 10:23   ` Leo Prikler
2020-11-04 10:36     ` Zhu Zihao
  -- strict thread matches above, loose matches on Subject: below --
2020-11-04  3:49 Zhu Zihao
2020-11-06  9:41 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33db285c56516bac910112344b7c9766221bdaf3.camel@student.tugraz.at \
    --to=leo.prikler@student.tugraz.at \
    --cc=all_but_last@163.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).