about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-03-23 21:13:38 +0100
committeraszlig <aszlig@nix.build>2019-03-23 21:13:38 +0100
commitd90a7cf68d5cd5b625756ff258f3c99754d6880d (patch)
tree442d45ce791e9d5ca6f184b3a3d42de20f71a9a9 /machines
parent3f2496cd7299bfe54a787cde4aec42b84494a7d6 (diff)
sandbox: Add an option to set up /bin/sh
So far I mostly used this implementation for the games we have packaged,
where we pretty much patch out all commands that execute external
programs.

However in order to be useful in a more generic way, it makes sense to
provide a /bin/sh implementation, especially when you have to deal with
scripting languages.

I'm using dash here, because it's a more minimal implementation rather
than the default shell (bash) we use in nixpkgs and it practically only
needs to be able to run constructs like "/bin/sh -c foo".

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines')
0 files changed, 0 insertions, 0 deletions