Skip to content

Releases: blechschmidt/pallium

v0.1.0-alpha4

02 Jun 16:33
Compare
Choose a tag to compare
  • Improvement of gVisor support for sandboxes run as root

  • Introduction of build provenance attestations

  • Support for port forwarding from host to guest

    {
      "network": {
        "port_forwarding": {
          "local": ["tcp://127.0.0.1:1337:127.0.0.1:1337"]
        }
      }
    }
    

v0.1.0-alpha3

14 Nov 22:32
Compare
Choose a tag to compare

This build fixes a bug when piping a configuration file on stdin into pallium.

v0.1.0-alpha2

06 Nov 18:55
Compare
Choose a tag to compare

This build supports using the bundled gVisor kernel and fixes a terminal issue when using the exec command.

Very first alpha build of the pallium bundle

15 Oct 00:07
Compare
Choose a tag to compare

This is a first prerelease of a standalone pallium bundle built with PyInstaller.

It bundles:

  • gVisor
  • slirpnetstack
  • Tor
  • Python
  • tun2socks