Skip to content
/ passage Public

Daemon which allows jailed/containerized processes to talk to the host to trigger certain actions.

License

Notifications You must be signed in to change notification settings

CM4all/passage

Repository files navigation

Passage

Passage is a daemon which allows jailed/containerized processes to talk to the host to trigger certain actions.

For more information, read the manual in the doc directory.

Building Passage

You need:

Optional dependencies:

Get the source code:

git clone --recursive https://github.com/CM4all/passage.git

Run meson:

meson . output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies, run:

dpkg-buildpackage -rfakeroot -b -uc -us

About

Daemon which allows jailed/containerized processes to talk to the host to trigger certain actions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published