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.
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
After installing the build dependencies, run:
dpkg-buildpackage -rfakeroot -b -uc -us